@font-face {
    font-family: 'Kabob';
    src: url('/assets/themes/skeletal/fonts/Kabob.eot');
    src: url('/assets/themes/skeletal/fonts/Kabob.eot?#iefix') format('embedded-opentype'),
        url('/assets/themes/skeletal/fonts/Kabob.woff2') format('woff2'),
        url('/assets/themes/skeletal/fonts/Kabob.woff') format('woff'),
        url('/assets/themes/skeletal/fonts/Kabob.ttf') format('truetype'),
        url('/assets/themes/skeletal/fonts/Kabob.svg#Kabob') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kabob Bold';
    src: url('/assets/themes/skeletal/fonts/KabobBold.eot');
    src: url('/assets/themes/skeletal/fonts/KabobBold.eot?#iefix') format('embedded-opentype'),
        url('/assets/themes/skeletal/fonts/KabobBold.woff2') format('woff2'),
        url('/assets/themes/skeletal/fonts/KabobBold.woff') format('woff'),
        url('/assets/themes/skeletal/fonts/KabobBold.ttf') format('truetype'),
        url('/assets/themes/skeletal/fonts/KabobBold.svg#KabobBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Born Ready';
    src: url('/assets/themes/skeletal/fonts/BornReady-Regular.eot');
    src: url('/assets/themes/skeletal/fonts/BornReady-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/themes/skeletal/fonts/BornReady-Regular.woff2') format('woff2'),
        url('/assets/themes/skeletal/fonts/BornReady-Regular.woff') format('woff'),
        url('/assets/themes/skeletal/fonts/BornReady-Regular.ttf') format('truetype'),
        url('/assets/themes/skeletal/fonts/BornReady-Regular.svg#BornReady-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body,html {
   height: 100%;
}
body {
   width:100%;
   overflow-x: hidden;
	font-family: 'Roboto' /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: #212529 /*{body-font-colour}*/;
	background-image:none /*{body-background-image}*/;
	background-color: #fff /*{body-background-colour}*/;
}
a {
	color: #3FB34F /*{link-text-colour}*/;
   text-decoration: none;
   transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover,
a:focus {
	color: #8EC548 /*{link-text-hover-colour}*/;
   text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Roboto' /*{headers-font-family}*/;
}
.hero-caption h2 {
   font-family: 'Born Ready';
   font-size: 80px;
   color: #4C4C4E;
}
.hero-caption .btn-primary {
   background:#fff;
   color:#3FB34F;
   border-radius: 0px;
   border-color: transparent;
}
h1,
.h1 {
	font-size: 26.249px /*{header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 21px /*{header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 18.375px /*{header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 15.75px /*{header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 13.124px /*{header-5-font-size}*/;
}
 .btn-default {
	color: #333 /*{btn-default-text-colour}*/;
	background-color: #3FB34F /*{btn-default-bg-colour}*/;
	border-color: #3FB34F /*{btn-default-border-colour}*/;
}
.btn-outline-secondary {
   color:#4C4C4E;
   background-color:transparent;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open .dropdown-toggle.btn-outline-secondary,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff /*{btn-default-text-colour-hover}*/;
	background-color: #4C4C4E /*{btn-default-bg-colour-hover}*/;
	border-color: #4C4C4E /*{btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary[disabled],
fieldset[disabled] .btn-outline-secondary,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary[disabled]:hover,
fieldset[disabled] .btn-outline-secondary:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary[disabled]:focus,
fieldset[disabled] .btn-outline-secondary:focus,
.btn-outline-secondary.disabled:active,
.btn-outline-secondary[disabled]:active,
fieldset[disabled] .btn-outline-secondary:active,
.btn-outline-secondary.disabled.active,
.btn-outline-secondary[disabled].active,
fieldset[disabled] .btn-outline-secondary.active,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ccc /*{btn-default-disabled-bg-colour}*/;
	border-color: #ccc /*{btn-default-disabled-border-colour}*/;
}
.btn-primary {
	color: #fff /*{btn-primary-text-colour}*/;
	background-color: #149448 /*{btn-primary-bg-colour}*/;
	border-color: #149448 /*{btn-primary-border-colour}*/;

}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff /*{btn-primary-text-colour-hover}*/;
	background-color: #3FB34F /*{btn-primary-bg-colour-hover}*/;
	border-color: #3FB34F /*{btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #006FF5 /*{btn-primary-disabled-bg-colour}*/;
	border-color: #006FF5 /*{btn-primary-disabled-border-colour}*/;
}
.btn-warning {
	color: #212529  /*{btn-warning-text-colour}*/;
	background-color: #ffc107 /*{btn-warning-bg-colour}*/;
	border-color: #ffc107 /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #212529 /*{btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{btn-warning-bg-colour-hover}*/;
	border-color: #ffc107 /*{btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #ffc107 /*{btn-warning-disabled-bg-colour}*/;
	border-color: #ffc107 /*{btn-warning-disabled-border-colour}*/;
}
.btn-danger {
	color: #fff /*{btn-danger-text-colour}*/;
	background-color: #dc3545 /*{btn-danger-bg-colour}*/;
	border-color: #dc3545 /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #fff /*{btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{btn-danger-bg-colour-hover}*/;
	border-color: #bd2130 /*{btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #dc3545 /*{btn-danger-disabled-bg-colour}*/;
	border-color: #dc3545 /*{btn-danger-disabled-border-colour}*/;
}
.btn-success {
	color: #fff /*{btn-success-text-colour}*/;
	background-color: #28a745 /*{btn-success-bg-colour}*/;
	border-color: #28a745 /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #fff /*{btn-success-text-colour-hover}*/;
	background-color: #218838 /*{btn-success-bg-colour-hover}*/;
	border-color: #1e7e34 /*{btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #28a745 /*{btn-success-disabled-bg-colour}*/;
	border-color: #28a745 /*{btn-success-disabled-border-colour}*/;
}
.btn-info {
	color: #fff /*{btn-info-text-colour}*/;
	background-color: #17a2b8 /*{btn-info-bg-colour}*/;
	border-color: #17a2b8 /*{btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #fff /*{btn-info-text-colour-hover}*/;
	background-color: #138496 /*{btn-info-bg-colour-hover}*/;
	border-color: #117a8b /*{btn-info-border-colour-hover}*/;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #17a2b8 /*{btn-info-disabled-bg-colour}*/;
	border-color: #17a2b8 /*{btn-info-disabled-border-colour}*/;
}

.btn-green {
	color: #fff;
	background: #36ba41;
}
.btn-green:hover {
	color:#fff;
	background: #3FB34F;
}
.breadcrumb {

}
.breadcrumb-item + .breadcrumb-item::before {
	color: #6c757d /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb a {
	color: #696969 /*{breadcrumb-text-colour}*/;
}
.pagination .page-link{
	color: #000 /*{pagination-text-colour}*/;
	background-color: #fff /*{pagination-bg-colour}*/;
	border-color: #000 /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #8EC548 /*{pagination-text-colour-hover}*/;
	background-color: #fff /*{pagination-bg-colour-hover}*/;
	border-color: #000 /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
	color: #000 /*{pagination-text-colour-active}*/;
	background-color: #fff /*{pagination-bg-colour-active}*/;
	border-color: #000 /*{pagination-border-colour-active}*/;
}
.badge-secondary {
	background-color: #ebebeb /*{label-default-bg}*/;
}
.badge-primary {
	background-color: #006FF5 /*{label-primary-bg}*/;
}
.badge-success {
	background-color: #28a745 /*{label-success-bg}*/;
}
.badge-info {
	background-color: #17a2b8 /*{label-info-bg}*/;
}
.badge-warning {
	background-color: #212529 /*{label-warning-text-colour}*/;
	background-color: #ffc107 /*{label-warning-bg}*/;
}
.badge-danger {
	background-color: #dc3545 /*{label-danger-bg}*/;
}
.card {
	border-color: #ddd /*{panel-border-colour}*/;
}
.card-header {
	border-color: #ddd /*{panel-header-border-colour}*/;
   color:#fff;
}
.productsave {
	color: #D9534F /*{sale-colour}*/;
}
.wrapper-header .navbar-toggler {
	color: #696969 /*{navbar-default-link-colour}*/;
}
.wrapper-header .navbar {
	background-color: #4C4C4E /*{navbar-default-bg-colour}*/ !important;
}
.wrapper-header .navbar .navbar-nav .nav-link {
   color:#fff;
   padding: 10px;
}
.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus {
	color: #fff /*{navbar-default-link-colour-hover}*/;
}
.wrapper-header .navbar-nav .show > .nav-link,
.wrapper-header .navbar-nav .active > .nav-link,
.wrapper-header .navbar-nav .nav-link.show, .wrapper-header .navbar-nav .nav-link.active{
	color: #fff /*{navbar-default-link-colour-active}*/;
   background:#3FB34F;
}
.dropdown-menu {
	background-color: #fff /*{dropdown-menu-bg}*/;
	border-color: #ccc /*{dropdown-menu-border-colour}*/;
}
.dropdown-item{
	color: #212529 /*{dropdown-menu-link-colour}*/;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active{
	color: #262626 /*{dropdown-menu-link-colour-hover}*/;
	background-color: #f5f5f5 /*{dropdown-menu-link-bg-hover}*/;
}
.wrapper-header .list-social a, .wrapper-header .top-right a  {
   padding: 0 0.3rem;
   font-size: 12px;
   color: #4C4C4E;
}
.wrapper-header .topbar a:hover {
   color:#3FB34F;
}
.wrapper-header .list-social .line-seperator a, .wrapper-header .top-right a {
   border-right:1px #4C4C4E solid;
}
.wrapper-header .list-social .line-seperator:first-child {
   padding-left:10px;
}
.wrapper-header .list-social .line-seperator:last-child a, .wrapper-header .top-right .nav-item:last-child a{
   border-right: none;
}
.header-search .input-group {
   border:1px #ddd solid;
}
.header-search .form-control {
    border-color: #fff;
}
.header-search button {
   color:#4C4C4E;
}
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3FB34F;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#homepageCarousel .carousel-item {
   height:calc(100vh - 300px);
   background-size: cover !important;
}
#ups-home {
   background: #4C4C4E;
}
#ups-home ul {
}
#ups-home li:first-child {
   border-right:1px #666 solid;
   padding: 0px 10px 0px 0px;
   margin: 0px;
}
#ups-home li:last-child {
   padding: 0px 0px 0px 10px;
}
.ups-icons {
   background-image: url('/assets/themes/skeletal/images/ups-icons.svg');
   background-repeat: no-repeat;
   background-position:top left;
   display: inline-block;
   position: relative;
   vertical-align:middle;
   transform: scale(0.7);
}
.ups-icons:hover {
   transform: scale(0.8);
}
.ups-discount {
   height:34px;
   width:33px;
   background-position:0px 0px;
}
.ups-shipping {
   height:33px;
   width:42px;
   background-position:-45px 0px;
}
.ups-user {
   height: 23px;
   width: 25px;
   background-position: -140px 0px;
}
.ups-cart {
   height: 26px;
   width: 25px;
   background-position: -100px 0px;

}
h2.heading {
    width: 100%;
    color: #4C4C4E;
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 0.1em;
    margin: 10px 0 30px;
}
h2.heading span, h2.heading span {
    background: #fff;
    padding: 0 20px;
    font-weight: 700;
}
.accounts-wrapper a {
   color:#4C4C4E;

}
.accounts-wrapper a:hover {
   color:#3FB34F;
}
.accounts-wrapper li {
   transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.accounts-wrapper li:hover .ups-icons {
   transform: scale(0.8);
}
/* Inner banner */
.inner-banner-wrapper .inner-banner {
   height: 250px;
}
.banner-wrapper nav {
   display: inline-flex;
}
.banner-wrapper .breadcrumb {
   background-color: transparent;
}
.banner-wrapper h2 {
   font-size: 70px;
   font-family: 'Born Ready';
   color: #4C4C4E;
}
.banner-wrapper {
   transform: translateY(100%);
   text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
.banner-wrapper .breadcrumb a {
   color:#fff;
}

/* Blog thumbs */
.blog-thumbs img {
    height: 250px;
   object-fit: cover;
   object-position: center;
   width: 100%;
}


/*featured content */
.tea-drinker {
   background:url(/assets/themes/skeletal/images/subscribe.jpg);
   background-size: 100%;
   transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tea-drinker:hover {
   background-size: 105%;
}

.tea-chatter {
   background:url(/assets/themes/skeletal/images/blog.jpg);
   background-size: cover;
}
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-height: 360px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #333;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah {
	background: #fff;
}
figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-sarah figcaption {
	text-align: left;
}
figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}
figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #333;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*About - Featured */
#featured-wrapper .card {
   background-color: transparent;
   border-color: transparent;
}
#featured-wrapper .card h3 {
   font-family: 'Born Ready';
   font-size: 36px;
   text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
#featured-wrapper .card h3 a {
   color:#fff;
   text-decoration: none;
}
#featured-wrapper .card h3 a:hover {
	color:#3FB34F;
}

#featured-wrapper .card img {
	border-radius: 50%;
	height: 200px;
	width: 200px;
}


footer {
   background:url('/assets/themes/skeletal/images/footer.jpg');
   background-size: cover;
}
footer h4 {
   font-size: 18px;
   color: #8EC548;
}
footer hr {
   border-color:#4C4C4E;
}
footer a {
   color:#fff;
}
footer h4 a {
   color:#8EC548;
}
.modal-title {
   font-family: 'Born Ready';
   font-size: 3em;
}
.modal .form-group {
   border: 1px #ddd solid;
}
.modal .input-group > .form-control {
   border-color:transparent;
}

.nav .wrapper-megamenu {
   position: static;
}
.mega-menu {
    width: 100%;
    padding: 30px;
    padding-left: 0;
    z-index: 9999;
   background-color: transparent;
   border:0;
}

.mega-menu .btn-outline-secondary {
   color: #fff;
}

.mega-menu .sub-nav  .nav-link {
   color:#fff;
}
.mega-menu .sub-nav  .nav-link:hover {
   color:#3FB34F;
}
.mega-menu .card{
   background-color:transparent;
}
.mega-menu .card a h4 {
   color:#3FB34F;
}
.mega-menu .card a:hover h4 {
   color:#8EC548;
}
.hot-picks .card {
   border-color:transparent;
}
.specific-icons .fa-coffee {
   font-size: 1.3em;
}
.specific-icons .fa-star {
   font-size: 0.7em;
}
#sidebar .card-header {
   background: #fff;
}
#left-sidebar .fa-star, .specific-icons .fa-star {
   color:#F5A623;
}
#left-sidebar .fa-leaf, #left-sidebar .fa-coffee, .specific-icons .fa-leaf, .specific-icons .fa-coffee {
   color:#8B572A;
}

#left-sidebar .off, .specific-icons .off {
   opacity: 0.2;
}


/* Product thumbs */
.thumbnail.card-body {
   padding:0;
}
.thumbnail a.wishlist_toggle {
   color:#fff;
   background: #8EC548;
}
.thumbnail a.wishlist_toggle:hover {
   color:#fff;
   background: #149448;
}

.thumbnail.card-body .card-title a {
   color:#4C4C4E;
}
.thumbnail.card-body .card-title a:hover {
   color:#3FB34F;
}
.products-row .card {
   border-color:transparent;
}
.thumbnail .price {
   font-size: 18px;
   color: #4C4C4E;
}
.thumbnail .product-wishlist {
   position: absolute;
   right: 0;
   top: 0;
}
.thumbnail .btn {
   font-size: 18px;
}

/* Product */
.productsave {
   font-size: 14px;
   color: #EB5054;
}

form.buying-options .wishlist_toggle {
   color: #fff;
   background: #8EC548;
}
form.buying-options .wishlist_toggle:hover {
   background: #28a745;
}
.nav-tabs .nav-link {
   color:#000;
   font-size: 18px;
   background: #ddd;
}
.nav-tabs .nav-link.active {
   color:#fff;
   background: #149448;
}
.navbar > .container, .navbar > .container-fluid {

}

.wholesale-banner {
   position: relative;
   top:-96px;
}


/*Instagram*/
.bigThumb#instafeed .insta_wrapper img {
    height: 250px;
}
.insta_wrapper {
    margin: 0 auto 15px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#instafeed .insta_wrapper img {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    height: 160px;
    object-fit: cover;
    width: 100%;
    margin: auto;
    max-width: none;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
#instafeed .insta_wrapper:hover img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.insta_vars {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    opacity: 0;
    transition: opacity .3s ease;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 50%;
   bottom:10px;
}
#instafeed .insta_wrapper:hover .insta_vars {
    opacity: 1;
}


.featured-ad {
   position: relative;
}
.featured-ad img {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: -1;
   transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.featured-ad:hover img {
   width: 105%;
}

.featured-ad h3 a {
   color:#fff;
}
.featured-ad h3 a:hover {
   color:#3FB34F;
}

#n_ #featured-wrapper {
	display: none !important;
}

/* Slick Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	display: block;
	width: 20px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	opacity: 1;
	color: #4C4C4E;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #222;
}

.slick-prev {
	left: 0;
}

[dir='rtl'] .slick-prev {
	right: 0;
	left: auto;
}

.slick-prev:before {
	content: '\f104';
}

[dir='rtl'] .slick-prev:before {
	content: '\f105';
}

.slick-next {
	right: 0;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: 0;
}

.slick-next:before {
	content: '\f105';
}

[dir='rtl'] .slick-next:before {
	content: '\f104';
}


/* Custom iteration 20/05/2019*/
#neto-dropdown button.checkout, .successaddmessage button.npopup-checkout {
	display: none;
}



@media only screen and (max-device-width : 767px)  {
     .slick-dots {
          bottom: -40px;
     }
}
@media (min-width: 768px) {
   #filters {
      display: block;
   }
}
