body {
    font-family: 'Muli', sans-serif /*{body-font-family}*/;
    font-size: 14px /*{body-font-size}*/;
    color: #252525 /*{body-font-colour}*/;
    background-color: #ffffff;
}
/*------------- Text Styling -------------*/
a,
.pagination > li > a,
.pagination > li > span  {
	color: #252525 /*{link-text-colour}*/;
}
a:hover,
a:focus {
	color: #252525 /*{link-text-colour}*/;
	opacity:0.8;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
    color: #333333 /*{headers-colour}*/;
}
h1,
.h1 {
	font-size: 32px /*{header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 24px /*{header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 20px /*{header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 15px /*{header-5-font-size}*/;
}
/*------------- Button Styling -------------*/
.btn-default,
.label-default,
body.active #mobile-menu .closebtn {
	color: #ffffff /*{btn-default-text-colour}*/;
	background-color: #373842 /*{btn-default-bg-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover
.open .dropdown-toggle.btn-default,
.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 {
	color: #ffffff /*{btn-default-text-colour-hover}*/;
	background-color: rgba(255, 255, 255, 1) /*{btn-default-bg-colour-hover}*/;
}
.btn-primary,
.btn-success,
.label-primary,
.label-success,
.blog-thumbnail .blog-date,
#wrapper-staticmenu .navbar-nav > li > a:after,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: rgba(0, 0, 0, 1) /*{btn-primary-text-colour}*/;
	background-color: rgba(174, 204, 181, 1) /*{btn-primary-bg-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary,
.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,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.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 {
	color: #ffffff /*{btn-primary-text-colour-hover}*/;
	background-color: rgba(79, 79, 79, 1) /*{btn-primary-bg-colour-hover}*/;
}
.btn-warning,
.label-warning {
	color: #ffffff /*{btn-warning-text-colour}*/;
	background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
}
.thumbnail-badge.label-warning span {
	color: #ffffff /*{btn-warning-text-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:hover,
.open .dropdown-toggle.btn-warning,
.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 {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: #ed9c28 /*{btn-warning-bg-colour-hover}*/;
}
.btn-danger,
.label-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #d9534f /*{btn-danger-bg-colour}*/;
}
.thumbnail-badge.label-danger span {
	color: #ffffff /*{btn-danger-text-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:hover,
.open .dropdown-toggle.btn-danger,
.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 {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
}
.btn-info,
.label-info {
    color: #333333 /*{btn-info-text-colour}*/;
    background-color: rgba(242, 242, 242, 0) /*{btn-info-bg-colour}*/;
}
.thumbnail-badge.label-info span {
    color: #333333 /*{btn-info-text-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:hover,
.open .dropdown-toggle.btn-info,
.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 {
	color: rgba(255, 255, 255, 1) /*{btn-info-text-colour-hover}*/;
	background-color: rgba(255, 255, 255, 1) /*{btn-info-bg-colour-hover}*/;
}
.btn-inverse {
	color: #333333 /*{btn-inverse-text-colour}*/;
  border-color: #333333 /*{btn-inverse-border-colour}*/;
	background-color: #ffffff;
}
/* Pagination */
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 50%;
}
.pagination > li > a,
.pagination > li > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #989898;
  background-color:#fff;
  margin: 0 3px;
  border: none;
  display: inline-block;
  text-align: center;
}
/*--------- HEADER ---------*/
/* Annoucement Bar */
#wrapper-announcement {
  background-color: rgba(66, 66, 66, 1) /*{announcement-bg}*/;
}
#wrapper-announcement,
#wrapper-announcement a {
  color: rgba(255, 255, 255, 1) /*{announcement-text}*/;
  position: inherit;
  white-space: nowrap;
  overflow: hidden;
}

/* Header Cart */
#header-cart span,
.mob-cart span.cart-count {
  background-color: rgba(174, 204, 181, 1) /*{btn-primary-bg-colour}*/;
  color: rgba(0, 0, 0, 1) /*{btn-primary-text-colour}*/;
}
/* Main Menu */
#wrapper-staticmenu .navbar-nav > li > a {
    color: #363741 /*{header-menu-link}*/;
    font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
}
#wrapper-staticmenu .navbar-nav > li:hover > a,
#mobile-menu a:focus,
header .list-social a:hover .fa,
footer .list-social .fa:hover {
  color: rgba(0, 0, 0, 1) /*{header-menu-link-hover}*/;
}
/*--------- HOME PAGE ---------*/
.carousel-caption-wrapper,
.wrapper-featured-grid .caption,
.wrapper-featured-grid .grid-item:hover:before,
#instafeed > a:hover:after {     
    transition: all 2s ease-in;
    transition: background-color 2s ease;
    -webkit-transition: background-color 2s ease;
    -moz-transition: background-color 2s ease;
    -o-transition: background-color 2s ease;
    background-color: rgba(255, 255, 255, 0.16) /*{carousel-bg-colour}*/;
}
.carousel-caption-wrapper,
.wrapper-featured-grid .caption,
.wrapper-featured-grid {
    background-color: rgba(0, 0, 0, 0.0);
}
    .carousel-caption h1,
    .carousel-caption h1 a,
    .carousel-caption p,
    .wrapper-featured-grid .caption h2.headline,
    .wrapper-featured-grid .caption .linktext,
    #instafeed > a span.likes {
        color: rgba(255, 255, 255, 1) /*{carousel-text-colour}*/;
    }
 
/*--------- FOOTER ---------*/
/* USPS */
.wrapper-usps .fa {
    color: rgba(71, 71, 71, 1) /*{usp-colour}*/;
}
/*--------- CUSTOM -------------------------------------------------*/
.mtminus40 {
    margin-top: -40px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.mt10 {margin-top:10px !important;}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {margin-bottom:10px !important;}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.p10 {
    padding: 10px !important;
}
.p20 {
    padding: 20px !important;
}
.p40 {
    padding: 40px !important;
}
.p60 {
    padding: 60px !important;
}
.p80 {
    padding: 80px !important;
}
.p100 {
    padding: 100px !important;
}
 
.ptb140 {
    padding: 140px 0px !important;
}
.ptb180 {
    padding: 180px 0px !important;
}
.ptb200 {
    padding: 200px 0px !important;
}
.plr20 {
    padding: 0px 20px !important;
}
.plr40 {
    padding: 0px 40px !important;
}
.plr60 {
    padding: 0px 60px !important;
}
.plr80 {
    padding: 0px 80px !important;
}
.mlr5 {
    margin: 0px 5px !important;
}
.mlr10 {
    margin: 0px 10px !important;
}
.bg-grey {
    background-color: #f4f4f6 !important;
}
.bg-dark {color:#fff;}
 
    .bg-dark h2 {
        color: #fff !important;
    }
.no-border {
    border: 0px !important;
}
.logo {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    max-height: 80px;
}
.blog-list-home h4   {margin-top:15px;}
.blog-list-home h4 a { color:#95b675;}
.fa-li {
        color: #95b675;
}
/* buttons   */
.btn-home {padding: 8px 26px;}
.btn-white {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    background: none;
}
    .btn-white:hover {
        color: #000 !important;
        background: #fff !important;
        border: 1px solid #ffffff !important;
    }
.btn-default {
    border: 1px solid #373842 !important;
    color: #373842 !important;
    background: none;
}
    .btn-default:hover {
        color: #fff !important;
        background: #373842 !important;
        border: 1px solid #373842 !important;
    }
/* fonts   */
.fs11 {
    font-size: 11px;
}
.fs12 {
    font-size: 12px;
}
.fs14 {
    font-size: 14px;
}
.fs16 {
    font-size: 16px;
}
.fs18 {font-size:18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px; line-height: 26px; }
.fs24 {
    font-size: 22px;
}
.fs30 {
    font-size: 30px;
}
.fs36 {
    font-size: 36px;
}
.sicon-footer {width:20px; margin-top:-5px;
}
.sicon-header {
    width: 18px;
    margin-top: -5px;
}
.mission {font-size:20px; line-height:30px;}
/* home page   */
#homepage-content {
    border-top: 0px solid #f7f7f7;
    padding: 60px 0 70px;
    margin-bottom: 0;
}
.wrapper-brands {
    margin-bottom: 20px;
}
    .wrapper-brands .brand-item img {
        max-height: 60px;
        width: auto;
        max-width: 130px;
    }
h3.title, #homepage-content h1, #homepage-content h3 {
    margin-bottom: 40px;
    letter-spacing: 3px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}
/* content pages   */
.body-copy  {margin-top: 40px; font-size:16px;}
 .body-copy p {
        margin: 0px 0px 18px 0px;
    }
    .body-copy h1 {
        text-transform: none;
        font-weight: 300;
        font-size: 36px;
        letter-spacing: 0;
        margin-bottom:25px;       
    }
.body-copy h2  {margin-top: 40px; margin-bottom: 30px; font-size:22px; letter-spacing:3px;line-height:1.4; font-weight:500;}
    .body-copy h3 {
        margin-top: 40px;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 18px;
    }
    .body-copy h4 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
.body-copy a {color:#95b675;}
.body-copy img {margin-bottom:30px; width:100%;}
.body-copy .btn-primary, .btn-success, .label-primary, .label-success, .blog-thumbnail .blog-date, #wrapper-staticmenu .navbar-nav > li > a:after, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: rgba(0, 0, 0, 1) /*{btn-primary-text-colour}*/;
    background-color: rgba(174, 204, 181, 1) /*{btn-primary-bg-colour}*/;
}
.page-header.categorybanner:before {   
    background: rgba(55, 56, 66, 0.4);
}
/* Product list page */
.pricerrp {
    font-weight: normal !important;
    font-size: 12px !important;
}
.thumbnail .caption .price span {
    color: #484848;
    font-weight: normal;
}
/* Product list page */
.nSwatch {
    margin: 0;
    border-radius: 100%;
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 1);
    height: 20px;
    width: 20px;
    display: inline-block;
}
.nColourList {
    margin: 0 0 10px;
    min-height: 25px;
}
/* Product details page */
#productaccordion .panel-body a {
    color: #95b675;
}
#productaccordion .panel-body a:hover {
    color: #000;
}
.thumbnail-badge span {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 100%;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    display: block;
}
.label-cust1 {background:#f2f2f2;
              color:#333333;
}
.label-cust2 {
    background: none;
    color: #333333;
}
.label-nobg {
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 0.5px;
    font-size: 11px;
    font-weight: 500;
    padding: 0px;
}
.no-strike {
    text-decoration:none !important;
}
._itmspec_selected.nColourSwatch {
    padding: 5px 00px 0px 5px !important;
    font-weight: 700;
    border-radius: 25px !important;
    border: 1px solid #cccccc !important;
    background: #cccccc !important;
}
._itmspec_lnk.thumbnail.nColourSwatch {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    padding: 5px 00px 0px 5px !important;
}
/* Filter left hand side*/
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #000;
    border-radius: 10px;
}
/* black bar on top*/
#wrapper-announcement {
    text-transform: unset;
}
.wrapper-usps {
    padding: 50px 0;
    text-align: center;
    margin: 0;
    font-size: 14px;
    background: #eeeeee;
    margin-top: 40px !important;
}
/* video list */
.video-list .col-md-6 {margin-bottom:30px;}
.video-teaser {padding-top:10px;
}
/* look book */
.look-book .col-md-6 {
    margin-bottom: 30px;
}
.lookb-nav {margin: 30px 0px;}
.lookb-nav a {color:#95b675;}
.lookb-nav a:hover {color:#333333;}
/* product care */
 
.product-care .panel-group {margin-bottom:60px;
}
.product-care h2 {margin-bottom:20px;
}
 .product-care .panel-title   {     
    padding: 15px 20px;
    background:#f2f2f2;
}
.product-care  .panel-heading {padding:0px;
}
.product-care .panel-body {
    padding: 30px 20px;
}
 .product-care .panel-default {
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 0px solid #eaeaea;
    padding-bottom: 0px;
}
.product-care .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    /*content:"\f068";*/
    padding-right: 5px;
    font-size:14px;
    font-weight:normal;
    content: "\f28e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 17px;
}
 
.product-care .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f2c2";
}
.product-care .panel-title > a:hover, 
.product-care .panel-title > a:active, 
.product-care .panel-title > a:focus  {
    text-decoration:none;
}
/* Wholesale sign up form */
.ws-signup .panel-group {
    margin-bottom: 60px;
}
.ws-signup h2 {
    margin-bottom: 20px;
}
.ws-signup .panel-title {
    padding: 15px 20px;
    background: #f2f2f2;
}
.ws-signup .panel-heading {
    padding: 0px;
}
.ws-signup .panel-body {
    padding: 30px 20px;
}
.ws-signup .panel-default {
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 0px solid #eaeaea;
    padding-bottom: 0px;
}
.ws-signup .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    /*content:"\f068";*/
    padding-right: 5px;
    font-size: 14px;
    font-weight: normal;
    content: "\f28e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 17px;
}
.ws-signup .panel-title > a.collapsed:before {
    float: right !important;
    content: "\f2c2";
}
.ws-signup .panel-title > a:hover,
.ws-signup .panel-title > a:active,
.ws-signup .panel-title > a:focus {
    text-decoration: none;
}
 
/* featured in */
.our-clients {margin-top:-20px; margin-bottom:40px; padding-bottom:40px;   border-bottom:1px solid #e6e6e6; } 
 .our-clients  {margin-bottom:20px;}
 .our-clients img {vertical-align: middle;}
    .our-clients h6 {font-size:20px;
    }
/* featured in */
.featured-in {margin-top:80px; padding-top:40px;   border-top:1px solid #e6e6e6; }
.featured-in h6 {margin-top:20px;}
.featured-in h6 {margin-bottom:20px;}
/* blog */
.blog-thumbnail h4 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
}
.blog-list-home h4 {
    margin-top: 15px;
    line-height: 24px;
}
@media (max-width: 768px) {
    .blog-item-home {
        margin-bottom: 40px;
    }
}
    /* page layouts and styles */
    hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .img-caption {
        margin-top: 0px;
        margin-bottom: 40px;
        background: #f2f2f2;
        font-size: 16px;
    }
        .img-caption img {
            margin-bottom: 0px;
            width: 100% !important;
        }
        .img-caption p {
            padding: 20px 30px;
        }
.img-designer {
    margin-top: 0px;
    margin-bottom: 40px;    
    font-size: 16px;
}
    .img-designer img {
        margin-bottom: 0px;
        width: 100% !important;
    }
.img-designer-detail {
    background: #f2f2f2;
    padding: 20px 10px 10px 20px;
}
.img-designer-detail h3 {font-size:16px;
   margin-top:0px;
}
    .img-designer-detail p {
        line-height:26px !important;
    }
/* store finder */
.geo_loc_list ul li {
    margin: 0;
    padding: 20px 10px 20px 10px;
    font-size: 16px;
}
LI.geo_loc_item {
    border-bottom: 1px solid #eee;
    width: 400px;
}
    LI.geo_loc_item .address {
        color: #333;
        font-size: 12px;
    }
    LI.geo_loc_item .distance {
        color: #333;
        font-size: 12px;
    }
    LI.geo_loc_item .contact {
        color: #333;
        padding-right: 6px;
        font-size: 12px;
    }
    LI.geo_loc_item .thumb img {       
        width: 120px;
    }
.geo_loc_info .address {
    color: #333333;
    font-size: 12px;
}
.geo_loc_info .distance {
    color: #333333;
    font-size: 10px;
}
.geo_loc_info .contact {
    color: #333333;
    padding-right: 6px;
    font-size: 12px;
}
/* img overlay -------------------------------------------------*/
.overlay4 {
    position: relative;
}
    .overlay4:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 0;
        background-color: rgba(0,0,0,0.2);
    }
/* Team list  -------------------------------------------------*/
.team-list {margin-bottom:80px;
}
    .team-list h2 {
        margin-top: 0px;
    }
/* MEGA MENU TEST -------------------------------------------------*/
/* Mega Menu from Brave theme */
@media (min-width: 768px) {
    .navbar-nav > li {
        position: unset;
    }
    .nav.header > li {
        position: unset;
    }
    .dropdown {
        position: unset;
    }
    .dropup,
    .dropdown {
        position: unset;
    }
    .dropdown-menu.mega-menu .mega-inner > li a {
        color: #333333 !important;
    }
    .mega-menu .mega-inner > li {
        width: 100%;
        display: inline-block;
        margin: 0 0 15px;
    }
    .lv2-li > ul {
        padding-left: 0;
        padding-top: 2px;
        line-height: 1.5;
    }
    .mega-menu {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .mega-menu {
        width: 955px;
        margin-left: 15px;
    }
}
@media (min-width: 1200px) {
    .mega-menu {
        width: 1155px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .menu-row-desktop .navbar-nav > li > a {
        padding-top: 18px;
        padding-bottom: 15px;
    }
}
.navbar-nav > li > .dropdown-menu.mega-menu {
    margin-top: 0px;
    border: none;
    padding: 30px 20px;
}
.mega-category-title,
.mega-advert,
.mega-ad-heading {
    color: #333;
}
.lv2-li > a {
    text-transform: uppercase;
    font-weight: 600;
}
.mega-product {
    margin-top: -5px;
    z-index: -1;
    position: relative;
}
@media (min-width: 767px) {
    #wrapper-staticmenu .navbar-nav > li > .dropdown-menu {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        line-height: 1.42857143;
        font-family: "Work Sans", Helvetica, Arial, sans-serif;
        color: #ffffff /*{Homepage|desktop-mega-menu-row-text-colour}*/;
        box-sizing: border-box;
        position: absolute;
        top: 100%;
        left: 0;
        float: left;
        min-width: 160px;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #fff;
        border-radius: 0px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
        width: 100%;
        margin-left: 15px;
        z-index: 99999;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        margin-top: 0px;
        border: none;
        padding: 30px 20px;
        max-width: initial;
    }
        #wrapper-staticmenu .navbar-nav > li > .dropdown-menu.pull-right {
            float: right;
            left: auto;
            right: -5px;
        }
    ul.dropdown-menu.dropdown-menu-horizontal {
        padding: 0;
        top: -3px;
        min-width: 245px;
    }
    ul.dropdown-menu > .dropdown-hover:before {
        content: "\f112";
        position: absolute;
        top: 14px;
        right: 13px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 10px;
    }
    .navbar-nav > li .dropdown-menu {
        visibility: hidden;
        opacity: 0;
        transform: translateY(1em);
        z-index: -1;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        display: block;
    }
    .navbar-nav > li:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        z-index: 999;
        transform: translateY(0%);
        transition-delay: 0s,0s,0.3s;
    }
        .navbar-nav > li:hover > .dropdown-menu > .dropdown-hover:hover > ul {
            visibility: visible;
            opacity: 1;
            z-index: 999;
            transform: translateY(0%);
            transition-delay: 0s,0s,0.3s;
        }
}
/*  MEGA MENU Custom  */
.mega-menu {
    column-count: unset;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
    .mega-menu.mega-menu-columns-4 {
        width: 90% !important;
        margin-left: 5% !important;
    }
    .mega-menu.mega-menu-columns-3 {
        width: 75% !important;
        margin-left: 12% !important;
    }
    .mega-menu.mega-menu-columns-2 {
        width: 50% !important;
        margin-left: 25% !important;
    }
    .mega-menu.mega-menu-columns-1 {
        width: 22% !important;
        margin-left: 46% !important;
    }
.satara-mega-inner {
    display: flex;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 22px;
}
    .satara-mega-inner a:hover {
        color: #95b675;
    }
    .satara-mega-inner .satara-mega-col {
        flex-grow: 1;
        flex-basis: 0;
        margin: 0 10px;
        /* border: 1px solid gray; */
    }
        .satara-mega-inner .satara-mega-col .satara-mega-lv2 {
            display: block;
            margin-bottom: 10px;
        }
            .satara-mega-inner .satara-mega-col .satara-mega-lv2 > a {
                text-transform: uppercase;
                font-weight: 600;
            }
            .satara-mega-inner .satara-mega-col .satara-mega-lv2 > ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }
.m-black {
    color: #252525;
}
/* END MEGA MENU  -------------------------------------------------*/
/* Elfsight fix */
.eapg-masonry-item-image {
    height: 100% !important;
}
/* YouTube Video Embed -------------------------------------------------*/
.video-section .pattern-overlay {
    background-color: rgba(255, 255, 255, 0.0);
    padding: 110px 0 32px;
    min-height: 800px;
}
@media (max-width: 767px) {
    .video-section .pattern-overlay {        
        padding: 110px 0 32px;
        min-height: 300px;
    }
}
.video-section h1, .video-section h3 {
    text-align: center;
    color: #fff;
}
.video-section h1 {
    font-size: 60px;
    text-transform: uppercase;
    margin: 40px auto 0px;
}
.video-section h2 {
    font-size: 25px;
    font-weight: normal;
    margin: 0px auto 15px;
}
.video-section .buttonBar {
    display: none;
}
.player {
    font-size: 1px;
}
.bg-image {
    background-image: url(/assets/images/vido-background_02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}
.img100 {
    width: 100% !important;
}
.brands-container {
    margin-top: 40px;
    padding: 40px 0px 20px 0px;
    background: #eee;
}
.mission-top h2 {
    margin-bottom: 40px;
    letter-spacing: 3px;
    font-size: 22px;
    text-transform: uppercase;
}
.mission-top .mission {
    font-size: 26px;
    line-height: 34px;
}
.mission-bottom {
    margin-top: 20px;
}
#searchToggle.collapse, #searchToggle.collapsing {
    position: relative !important;
    padding-top: 10px;
    z-index: 100001;
}
.mc-b-fix {overflow:unset !important;
           visibility:unset !important;
           width: unset !important;
           height: unset !important
}
.caption .price {
    font-size: 16px;
    height: unset;
}
/*item box*/
.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}
    .item-box a {
        display: inline-block;
    }
    .item-box:hover .item-mask {
        opacity: 1;
        visibility: visible;
    }
        .item-box:hover .item-mask .item-caption {
            bottom: 30px;
            opacity: 1;
        }
    .item-box:hover .item-container {
        transform: scale(1.1);
        transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        width: 100%;
    }
.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.item-mask {
    background: none repeat scroll 0 0 rgba(20,60,60,0.0);
    height: 100%;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: visible;
    overflow: hidden;
    opacity: 1;
}
    .item-mask h5, .item-mask h6, .item-mask p {
        margin-bottom: 0px;
    }
    .item-mask h2 {
        font-weight: 600;
        margin-bottom: 0px;
        color: #000;
        font-size: 16px;
    }
        .item-mask h2 a {
            color: #000;
        }
@media (max-width: 768px) {
    .item-mask h2 {
        font-weight: 600;
        margin-bottom: 0px;
        color: #000;
        font-size: 24px;
    }
}
.item-mask p {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
}
.item-mask .item-caption {
    position: absolute;
    bottom: 40px;
    left: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    opacity: 1;
}
.nf-item {
    min-height: 1px;
    margin-bottom: 30px;
}
.fs-margin {
    margin-left: 10px;
    margin-right: 10px;
}
.fs-1-6 {
    font-size: 1.6rem;
}
.c-v-float {
    padding-top: 120px;
}
    .c-v-float li {
        line-height: normal;
    }
@media (max-width: 992px) {
    .c-v-float {
        padding-top: 0px;
    }
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
.badge-text {font-weight:bold !important;
}
.map-container {
    width: 100%
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0
}
    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute
    }
.geo_loc_info .thumb {
    float: unset;
}
 
.wrapper-carousel .advert-carousel {
    max-height: 100%;
    overflow: hidden
}
.label-new-padding {
    padding: .8em .8em .6em .8em;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    border: 1px solid #333;
    border-radius: 6px;
    display: unset;
}
.thumbnail-badge {border-radius:0px; width:unset;}
#n_product .thumbnail-badge {
    width: unset;
}
.c-red {
    color: #f50505 !important;
}
    .imageBox .hoverImg {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        opacity: 1;
    }
    .imageBox:hover .hoverImg {
        display: block;
        opacity: 1;
    }
    .imageBox img {
        opacity: 1;
    }
    .imageBox a:hover {
        opacity: 1;
    }
    .imageBox a:focus {
        opacity: 1;
    }
.thumbnail:hover img {
    opacity: 1;
}
.prod-header-sticky {
    top: 50px;
    height: max-content;
    justify-content: flex-end;
    position: sticky;
}

/* category slide swipter */
.category-swiper {
    background-color: #f2f2f2;
    margin-top: -20px;
    padding: 30px 40px 10px 40px;
}

    .category-swiper p {
        margin-top: 10px;
        font-weight: bold;
    }

.category-icon img {
    max-width: 140px !important;
    max-height: 140px !important;
}