.__NETO__header {
    display: none;
}
html body{
    color: #3D403B;
    font-weight: 300;
    font-size: 15px;
    font-family: "halyard-text",sans-serif;
    background: #F4F1EE;
    line-height: 1.5;
}
@font-face{
    font-family: 'DomaineDisplay';
    src: url('/assets/new-images/DomaineDisplay-Regular.ttf') format('truetype');
}
h1, h2, h3, h4, h5, h6, p, div, a{
    color: #3D403B;
}
h1, h2 {
    font-family: 'DomaineDisplay';
}
h3, h4, h5, h6, p, div, a{
    font-family: "halyard-text",sans-serif;
}
.bg-white{
    background-color: #fff;
}
.bg-light-grey{
    background-color: #F4F1EE;
}
.bg-dark-grey{
    background-color: #E5E0D7;
}
.bg-green{
    background-color: #CCD0BE;
}
.bg-blue{
    background-color: #DAD4DE;
}
.top-bar {
    padding: 10px 0px;
}
.new-top-shipping p {
    margin: 0px;
}
.custom-container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.flex-row{
    display: flex;
    flex-wrap: wrap;
}
.flex-wrap{
    flex-wrap: wrap;
}
.align-items-center{
    align-items: center;
}
.align-items-start{
    align-items: flex-start;
}
.align-items-end{
    align-items: flex-end;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-start{
    justify-content: flex-start;
}
.justify-content-end{
    justify-content: flex-end;
}
.justify-content-arround{
    justify-content: space-around;
}
.justify-content-between{
    justify-content: space-between;
}
.button-primary, .button {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #E5E0D7;
    font-size: 16px;
    color: #3D403B;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all 0.4s ease-in-out;
    outline: none !important;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
}
.button-primary:hover, .button-primary:focus, .button-primary:active,
.button:hover, .button:focus, .button:active {
    color: #fff;
    background: #3D403B;
    border-color: #3D403B;
}
.button-secondary {
    background: #62665E;
    border-radius: 0px;
    border: 1px solid #62665E;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all 0.4s ease-in-out;
    outline: none !important;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
    color: #62665E;
    background: #fff;
    border-color: #fff;
}
.button-lg {
    min-width: 200px;
    padding: 15px;
}
.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-30{
    font-size: 30px;
}
.f-40{
    font-size: 40px;
}
.f-54{
    font-size: 54px;
}
.f-100{
    font-size: 100px;
}
.f-120{
    font-size: 100px;
}
.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mb-5{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-60{
    margin-bottom: 60px;
}
.w-100{
    width: 100%;
}
.w-90{
    width: 90%;
}
.w-80{
    width: 80%;
}
.w-70{
    width: 70%;
}
.w-60{
    width: 60%;
}
.w-50{
    width: 50%;
}
img.img-fluid {
    max-width: 100%;
}
.text-decoration-none{
    text-decoration: none !important;
}
.text-normal {
    text-transform: inherit !important;
}


/*** Header ***/
header.top-header {
    padding: 20px 0px 20px;
    background: #fff;
}
.curreny-dropdown ul.left-top-links {
    text-align: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}
ul.dropdown-menu.currencydrop {
    background: #fff;
    border: solid 1px #ece7e3;
}
.curreny-dropdown ul.left-top-links li a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.curreny-dropdown ul.left-top-links li a span.currselect {
    margin-right: 10px;
}
.logo {
    margin: 0px;
    text-align: center;
}
ul.right-top-links {display: flex;align-items: center;list-style: none;justify-content: flex-end;margin: 0px;padding: 0px;}
ul.right-top-links li#header-cart {
    margin: 0px;
}
ul.right-top-links > li {
    margin-left: 15px !important;
}
.middle-header {
    padding: 0px 0px 20px;
    background: #fff;
}
.search-header {
    max-width: 480px;
    margin: 0px auto;
}
.search-header .input-group input.form-control {width: 100%;background: transparent;border: none;border-radius: 0px;padding: 12px 20px;height: auto;outline: none;box-shadow: none;}
.search-header .input-group {
    background: #F4F1EEBF;
}
.search-header .input-group span.input-group-btn button {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 12px 20px;
}
.search-header .input-group span.input-group-btn {
    width: 2%;
}


/** main menu code **/
nav.category-nav {
    background: #fff;
}
nav.category-nav .navbar.navbar-default {
    margin: 0px;
    min-height: auto;
}
nav.category-nav .navbar-collapse.collapse.navbar-responsive-collapse {
    display: flex;
}
nav.category-nav ul.nav.navbar-nav.nav-categ {
    width: 100%;
    display: flex;
    justify-content: center;
}
nav.category-nav ul.nav.nav-categ > li > a {
    padding: 15px 0px !important;
    border-bottom: solid 1px transparent;
    color: #3d403b !important;
    font-family: 'halyard-text';
}
nav.category-nav ul.nav-categ > li {
    padding: 0px 10px;
}
nav.category-nav ul.nav-categ > li > a:hover {
    background: transparent !important;
    border-color: #3d403b !important;
}
nav.category-nav .menu-products .dropdown-menu {border: none;padding: 20px;border-top: solid 1px #e5e0d7;}



/*** hero section ***/
section.hero-image-content .row {
    height: 100%;
}
.hero-content-block {
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.hero-image-content img.hero-img {
    width: 100%;
}
.hero-content h2 {
    font-family: 'DomaineDisplay';
    color: #3D403B;
    margin-bottom: 20px;
    font-weight: 400;
    max-width: 450px;
}
.hero-content p {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 450px;
}
/*.hero-content .button {
    background: #62665E;
    padding: 15px;
    text-transform: uppercase;
    font-size: 16px;
    min-width: 200px;
    border-radius: 0;
    color: #ffff;
    font-weight: 300;
    border: solid 1px #62665E;
}*/
.custom-badge {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px;
    color: #62665E;
    border-color: #62665E;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 0px;
    font-weight: 300;
    line-height: 1.5;
}

/* home product section*/
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-heading {
    margin-bottom: 30px;
    text-align: center;
}
.section-heading-view-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-heading h2 {
    font-size: 40px;
}
a.view-all-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
}
a.view-all-link img {
    margin-left: 5px;
    display: block;
    width: 17px;
}
nav.category-nav {
    background: #fff;
}
nav.category-nav .navbar.navbar-default {
    position: static;
}
.wrap-sub-categ ul.new-column {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.wrap-sub-categ ul.new-column ul.inner-new-column {
    width: 25%;
    padding: 0px 15px;
    list-style: none;
}
.wrap-sub-categ ul.new-column ul.inner-new-column li.menu-li.lv2-li a {
    font-weight: 700;
    color: #3d403b;
    display: block;
    padding: 0px 0px 5px;
    background: transparent;
    text-decoration: none;
}
.wrap-sub-categ ul.new-column ul.inner-new-column li.menu-li.lv3-li a {
    color: #3d403b;
    display: inline-block;
    padding: 0px 0px 0px;
    background: transparent;
    text-decoration: none;
    margin-bottom: 5px;
    border-bottom: solid 1px #fff;
}
.wrap-sub-categ ul.new-column ul.inner-new-column li.menu-li.lv3-li a:hover {
    border-color: #3d403b;
}
.wrap-rec-item p.under-image-text a {
    background: transparent !important;
    font-weight: 700 !important;
    color: #3d403b !important;
}
.navbar .nav.navbar-nav a:hover {
    background: transparent;
    color: rgb(61 64 59);
}
.product-thumbnail .thumbnail-image {
    padding: 30px 20px;
    background: #fff;
    margin-bottom: 15px;
}
.product-thumbnail .thumbnail-image img.product-image {
    width: 100%;
}
.product-thumbnail {
    position: relative;
}
.product-thumbnail  .savings-container {
    top: 10px;
    right: inherit;
    left: 10px;
}
span.product-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
}
span.product-wishlist a.wishlist_toggle {
    border: none !important;
    outline: none;
}
.product-thumbnail .caption .product-brand {
    font-weight: 500;
    font-size: 14px;
}
.product-thumbnail .caption h3 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
    height: 50px;
    overflow: hidden;
}
.product-thumbnail .caption h3 a {
    display: block;
    line-height: 1.5;
    text-decoration: none;
}
.product-thumbnail p.dah-review i.stamped-fa {
    color: #62665E;
}
.product-thumbnail p.dah-review {
    color: #62665E;
}
.product-thumbnail p.price {
    font-size: 18px;
    line-height: 1.5;
    height: auto;
}
.product-thumbnail p.price * {line-height: 1.5;}
.product-thumbnail form.buying-options button.addtocart {
    width: 100%;
}
ul.home-usp-list {
    list-style: none;
    padding: 0px;
    max-width: 1140px;
    margin: 0px auto;
    display: flex;
    padding: 10px;
}
ul.home-usp-list li {
    width: 33.3%;
    text-align: center;
}

.offer-card {
    display: flex;
    flex-wrap: wrap;
}
.offer-card .offer-image {
    width: 30%;
    background-size: cover;
    background-position: center;
}
.offer-card .offer-content {
    width: 70%;
    padding: 20px;
    background: #ffff;
}
.offer-card .offer-content h3 {
    min-height: 44px;
    margin: 5px 0px 15px;
    font-size: 18px;
}
ul.jumbo-list {
    list-style: none;
    padding: 0px;
    display: flex;
    margin: 15px 0px;
}
ul.jumbo-list li {
    margin-right: 30px;
    font-size: 36px;
    font-family: 'DomaineDisplay';
    display: flex;
    align-items: center;
}
ul.jumbo-list li img {
    width: 36px;
    margin-right: 15px;
}
ul.home-category-menu {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
ul.home-category-menu li a {
    font-size: 60px;
    font-family: 'DomaineDisplay';
    display: block;
    padding: 0px 15px 15px;
    text-decoration: none;
}
.brand-item a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 10px;
}
footer.main-footer {
    padding: 50px 0px 30px;
    background: #62665E;
    color: #fff;
}
footer.main-footer h4 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #F4F1EE;
    font-family: 'DomaineDisplay';
}
ul.footer-links {
    margin: 0px !important;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.footer-links li a {
    color: #f4f1ee;
    padding: 0px 0px 10px;
    font-size: 14px;
    font-weight: 300;
    display: block;
    text-decoration: none;
}
.main-footer p {
    margin: 0px;
    font-size: 14px;
    color: #fff;
}
.form-row.klaviyo_field_group input#k_id_email {
    width: 100%;
    padding: 10px;
    height: 45px;
    border: solid 1px #D9D1C4;
    border-radius: 0px;
    background: #F4F1EE;
    font-size: 16px;
    outline: none !important;
    box-shadow: none !important;
}
.form-row.klaviyo_field_group button.klaviyo_submit_button {
    background: #f4f1ee;
    border: solid 1px #D9D1C4;
    height: 45px;
    border-left: none;
    outline: none !important;
    box-shadow: none;
}
.main-footer .followus {
    margin-top: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: normal;
}
.main-footer .followus .text {
    margin: 0px;
    padding: 0px;
    width: auto;
}
.main-footer .followus .social-icons {
    width: auto;
}
.main-footer .followus .social-icons ul.list-inline.list-social {
    margin: 0px;
}
.main-footer .followus .social-icons ul.list-inline.list-social li {
    padding: 0px;
    margin-right: 15px;
    color: #fff;
}
.main-footer .followus .social-icons ul.list-inline.list-social li a {
    background: transparent;
}
.main-footer .followus .social-icons ul.list-inline.list-social li a i {
    color: #f4f1ee;
}
.main-footer .followus .text h3 {
    margin: 0px;
    font-size: 16px;
    color: #f4f1ee;
}
.main-footer .followus * {
    line-height: none;
}
.klaviyo_messages {
    margin-top: 10px;
}
.success_message {
    background: #f2fff2;
    padding: 5px;
    color: green;
}
.error_message {
    background: #f7ebeb;
    padding: 5px;
    color: red;
}
.copyright {
    margin-top: 50px;
}
.copyright hr {
    border-color: #CCD0BE !important;
    margin: 25px 0;
    padding: 0;
    opacity: 0.2;
}


/** category pages **/
.category-top-section ul.category-breadcrumb {
    margin-bottom: 20px;
    background: transparent;
    padding: 0px;
}
.category-top-section ul.category-breadcrumb li a, .category-top-section ul.category-breadcrumb li {
    font-size: 16px;
    color: #3d403b;
}
section.category-top-section h1 {
    text-transform: inherit;
}
.category-short-desc {
    max-width: 1100px;
    width: 100%;
}
.sorting-form {
    display: flex;
    justify-content: flex-end;
}
.sorting-form .form-group {
    padding: 8px 16px;
    background: rgba(255,255,255,.5);
    border: 1px solid #D6CDC0;
    display: flex;
    align-items: center;
    margin: 0px;
}
.sorting-form .form-group label.control-label {
    padding: 0px 10px 0px 0px;
    font-weight: 400;
}
.sorting-form .form-group select.form-control {
    min-width: 180px;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}
ul#filters .filter-group {
    margin-bottom: 20px;
}
ul#filters .filter-group li.filter-list-group-item {
    padding: 10px 20px 10px 0px;
    position: relative;
    border-bottom: solid 1px #CCC2B4;
}
ul#filters .filter-group li.filter-list-group-item h4 {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}
ul.toggle-filter {
    list-style: none;
    padding: 0px;
    display: block;
}
ul.toggle-filter li.filter a.filter-list-group-item {
    padding: 10px 0px 10px 30px;
    font-size: 16px;
    display: block;
    position: relative;
    text-decoration: none;
}
ul.toggle-filter li.filter a.filter-list-group-item:before {
    content: "";
    width: 20px;
    height: 20px;
    background: transparent;
    border: solid 1px #3D403B;
    position: absolute;
    left: 0px;
    border-radius: 4px;
    top: 12px;
}
.filter-remove > a {
    border: none !important;
}
ul.toggle-filter li.filter.filter-remove a.filter-list-group-item:after {
    content: "\f00c";
    font-family: 'FONTAWESOME';
    color: #3D403B;
    position: absolute;
    left: 3px;
    top: 12px;
    font-size: 14px;
}
ul#filters .filter-group li.filter-list-group-item.no-border {
    border: none;
    padding: 10px 0px;
}
ul#filters .filter-group li.filter-list-group-item:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #3D403B;
    position: absolute;
    right: 0px;
    top: 18px;
    cursor: pointer;
}
ul#filters .filter-group li.filter-list-group-item:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #3D403B;
    position: absolute;
    right: 0px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transition: all 0.4s ease-in-out;
    top: 18px;
    cursor: pointer;
}
ul#filters .filter-group li.filter-list-group-item.list-open:before{
    width: 0px;
}
ul#filters .filter-group li.filter-list-group-item.no-border:after,
ul#filters .filter-group li.filter-list-group-item.no-border:before{
    display: none;
}
#left-sidebar .panel {
    border: none;
}
#filters a.pull-right {
    float: none !important;
    background: #e5e0d7;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.pagination > li > a, .pagination > li > span {
    color: #62665E;
    background: transparent;
    border: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: transparent;
    color: #62665E;
    font-weight: 600;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background: transparent;
    border-color: transparent;
    color: #62665E;
}
.category-description * {
    background: transparent !important;
    color: #3D403B !important;
    font-style: normal !important;
}
.category-description strong {
    font-weight: 600 !important;
}
.category-description p, .category-description p * {
    font-size: 16px !important;
}
.search-results-search {
    max-width: 767px;
    margin: 0px;
    width: 100%;
}
.search-results-search input#name_search {
    outline: none;
    box-shadow: none;
    background: #f7f5f2;
    border: none;
}
.search-results-search button.btn {
    background: #f7f5f2;
    border: none;
    margin: 0px;
}
.search-results-search span.input-group-btn {
    background: #f7f5f2;
}
.row.featured-brands .col-xs-6 div {
    background: #fff;
    border: none;
}
.featured-brands > div > div:hover {
    border-color: #3d403b;
}
.product-top-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.breadcrumb-product .breadcrumb {
    margin: 0px;
}
#n_product #_jstl__images .main-image {
    border: none !important;
    background: #fff;
    padding: 20px;
}
.product-image-small {
    width: 100%;
}
.productpage-pimages div#_jstl__images {max-width: 700px;width: 100%;margin: 0px auto;}
.productpage-pimages .alt-product-image > .btn {
    background-color: #62665E;
    color: #fff;
    font-size: 24px;
    margin: 0 10px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.4s ease-in-out;
}
.productpage-sidecontent{
    max-width: 480px;
    width: 100%;
    margin: 0px auto;
}
.brand-name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.brand-name strong {
    margin-right: 20px;
    font-size: 40px;
    font-weight: 400;
    font-family: 'DomaineDisplay';
    line-height: 48px;
}
.brand-name i {
    font-size: 24px;
}
.wrapper-product-title h3.parent {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.fa-star, .fa-star-checked, .fa-star-half-o, .fa-star-o, .stamped-fa-star, .stamped-fa-star-checked, .stamped-fa-star-half-o, .stamped-fa-star-o {
    color: #62665E !important;
}
span.stamped-badge-caption {
    color: #62665E ;
}
.product-saving-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
}
div#_jstl__images_r {
    position: relative;
}
.product-promo {
    font-size: 32px;
}
.product-price.product-price-text {
    font-size: 32px;
}
#n_product select, #n_product .qty {
    height: 46px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    border: 1px solid #D6CDC0;
}
#n_product .btn.addtocart {
    background: #62665E !important;
    border-color: #62665E !important;
    font-weight: 300;
    height: 46px;
}
.dah-shipping ul li img {
    padding-right: 5px;
    width: 24px;
}
.dah-shipping {
    border-bottom: solid 1px #CCC2B4;
}
.dah-certified {
    border-bottom: solid 1px #CCC2B4;
    padding-bottom: 20px;
}
.dah-certified ul li {
    width: 50%;
    font-size: 24px;
}
.dah-certified ul li p {
    font-family: 'DomaineDisplay';
    margin: 0px;
}
.share-product {
    display: flex;
    align-items: center;
}
#n_product .share-product p {
    color: #62665E;
    margin: 0px;
    padding: 0px;
}
#n_product .share-product li {
    border: none !important;
}
.share-product ul li a .fa {
    color: #62665e !important;
    font-size: 20px;
}
#n_product .share-product .list-inline {
    margin: 0px;
}
div#_jstl__images_r a.wishlist_toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    left: inherit !important;
    border: none !important;
    padding: 0px !important;
    font-size: 24px;
}
.itm-brochure img {
    width: 100%;
}
div#_jstl__prod_desc_r .panel-heading {
    background: transparent;
    border: none;
    padding: 0px;
}
div#_jstl__prod_desc_r .panel.panel-default {
    background: transparent;
    border: none;
    margin-bottom: 20px;
    box-shadow: none;
    padding-bottom: 10px;
    border-bottom: solid 1px #62665e;
    margin-top: 0px;
}
div#_jstl__prod_desc_r .panel-heading h4.panel-title a {
    display: block;
    padding: 0px 0px 10px;
    border: none;
    font-size: 24px;
    font-family: 'DomaineDisplay';
    text-decoration: none;
    position: relative;
}
div#_jstl__prod_desc_r .panel-body {
    background: transparent;
    border: none !important;
    padding: 10px 0px;
}

div#_jstl__prod_desc_r .panel-body * {
    color: #3D403B !important;
}
div#_jstl__prod_desc_r .panel-heading h4.panel-title a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 1px;
    background: #62665e;
    right: 0px;
    top: 15px;
}
div#_jstl__prod_desc_r .panel-heading h4.panel-title a:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 1px;
    background: #62665e;
    right: 0px;
    top: 15px;
    transform: rotate(90deg);
    opacity: 0;
}
div#_jstl__prod_desc_r .panel-heading h4.panel-title a.collapsed:before {
    opacity: 1;
}
.brand-item img {
    max-width: 200px;
    width: 100%;
}
.offer-link{
    text-decoration: none !important;
}
hr {
    border-top: solid 1px rgba(214, 205, 192, 1);
}
a.btn.rewardslink.custom-badge {
    border: none;
}
div#recent_sales_ticker {
    z-index: 9;
}
body .menu-products .dropdown-menu{
    box-shadow: none;
}


/****/
.mobile-menu-wrapper {
    width: 300px;
    background: rgba(244, 241, 238, 1);
    position: fixed;
    z-index: 999999999999;
    top: 0px;
    height: 100%;
    overflow: auto;
    left: -310px;
    display: block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.show.mobile-menu-wrapper{
    left: 0px;
}

.mobile-menu-header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.mobile-menu-header button.close-menu {
    border: none;
    background: transparent;
}

.mobile-menu-nav {
    padding: 10px;
}

.mobile-menu-nav ul.mobile-nav-categ {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.mobile-menu-nav ul.mobile-nav-categ li.mobile-nav-1 {
    padding: 10px 0px;
    border-bottom: solid 1px rgba(204, 194, 180, 1);
    position: relative;
}

.mobile-menu-nav ul.mobile-nav-categ li.mobile-nav-1 span.second-menu-toggle {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.second-menu-wrapper {
    display: block;
    position: fixed;
    top: 0px;
    width: 300px;
    bottom: 0px;
    height: 100%;
    background: #f4f1ee;
    border-right: solid 1px #e5e0d7;
    z-index: 99999;
    left: -310px;
    overflow: auto;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.show.second-menu-wrapper{
    left: 0px;
}

.back-to-cat {
    padding: 10px;
    background: rgba(204, 208, 190, 1);
    font-size: 18px;
    font-family: 'DomaineDisplay';
}

.back-to-cat img {
    transform: rotate(-180deg);
    margin-right: 10px;
}

ul.mobile-nav-subcateg li.mobile-nav-2 {
    padding: 10px 0px;
    border-bottom: solid 1px rgba(204, 194, 180, 1);
}

ul.mobile-nav-subcateg {
    list-style: none;
    padding: 0px 10px;
}

ul.mobile-nav-subcateg li.mobile-nav-2 > a {
    font-weight: 600;
}

.mobile-menu-header ul.dropdown-menu.currencydrop {
    left: inherit;
    right: 0px;
}

.mobile-search {
    position: absolute;
    z-index: 9999;
    left: 0px;
    right: 0px;
    display: none;
    border-bottom: solid 1px #c3bcaf;
}

.mobile-search .search-header .input-group {
    background: #f4f1ee;
}

.mobile-search .search-header {
    max-width: 100%;
}

.mobile-menu-nav ul.mobile-nav-categ li.mobile-nav-1 > a {
    font-family: 'DomaineDisplay';
}

.blur-overlay {
    background: rgba(82, 86, 79, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    filter: blur(1px);
    display: none;
    z-index: 999;
}

.brand-page-offer-card .offer-content h3 {
    min-height: auto;
    font-size: 30px;
    margin-bottom: 10px;
}

.brand-page-offer-card .offer-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.brand-links a {
    font-family: 'DomaineDisplay';
    font-size: 20px;
}
.variation-name {
    display: none;
}
button.filter-btn {
    width: 100%;
    margin-top: 10px;
}
.discount-code {
    margin-bottom: 20px;
    padding: 10px;
    background: #dad4de;
}
.wrap-pnts {
    margin-bottom: 20px;
    margin-top: 10px;
}
section.category-top-section h1.search-title {
    font-size: 26px;
}
.btn-default.contactform {
    color: #fff;
    font-weight: 400;
}
.copyright-flow {
    display: flex;
    flex-wrap: wrap;
}

.copyright-flow ul {
    padding: 0px;
    list-style: none;
    display: flex;
}

.copyright-flow ul li a {
    display: inline-block;
    color: #fff;
    padding-right: 20px;
    font-weight: 300;
    opacity: 0.7;
}
.product-thumbnail .trustspot-inline-category {
    min-height: 21px;
}

.trustspot-carousel-reviews-container .trustspot-carousel-reviews-header {
    border-color: #d1cec8 !important;
}

.trustspot-carousel-reviews-container {
    max-width: 100% !important;
}

.dah-certified ul.nav {
    display: flex;
    flex-wrap: wrap;
}

div#product-thumb {
    display: block;
}


@media only screen and (min-width: 992px){
a.fancybox-vid {
        position: relative;
        padding-bottom: 100%;
        width: 100%;
        display: block;
    }

    a.fancybox-vid > img.img-responsive {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
}
@media only screen and (min-width: 768px){
#filters {
    height: auto !important;
    display: block;
}
}
@media only screen and (max-width: 1320px){
nav.category-nav ul.nav.nav-categ > li > a {
    font-size: 12pt;
}

nav.category-nav ul.nav.nav-categ > li {
    padding: 0px 8px;
}
ul.home-category-menu li a {
    font-size: 48px;
}
}

@media only screen and (max-width: 1024px){
img.hero-img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-content h2 {
    font-size: 36px;
}

section.jumbo-section.section-padding .f-100 {
    font-size: 72px;
}

ul.jumbo-list li {
    font-size: 24px;
}

.main-footer .followus .social-icons {margin: 0px 0px 0px 10px;}
.offer-card {
    background: #fff;
}
.dah-certified ul li {
    font-size: 20px;
    width: 100%;
}
}
@media only screen and (max-width: 991px){
    .mobile-header {
        padding: 15px 0px;
        background: #fff;
    }
    .mobile-header ul.left-top-links {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-header ul.left-top-links li {
        margin-right: 10px;
    }
    .mobile-header ul.right-top-links li {
        margin-left: 10px !important;
    }
    .mobile-header .logo img {
        width: 100%;
    }
    .mobile-header ul.left-top-links li .top-icon img, .mobile-header ul.right-top-links li .top-icon img {
        height: 20px;
        width: auto;
    }
    .mobile-header ul.left-top-links li .menu-toggle .top-icon img {
        height: 22px;
    }
    .mobile-header .custom-container .row {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 767px){
    .mobile-reverse {
        flex-direction: column-reverse;
    }
    .hero-content-block {
        padding: 15px;
    }
    .hero-content-block {
        flex-direction: column-reverse;
    }
    .button-primary, .button, .button-secondary {
        font-size: 14px;
        padding: 10px 20px;
    }
    .custom-badge {
        font-size: 10px;
        padding: 4px 8px;
    }
    .custom-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    ul.home-usp-list {
        padding: 15px 0px;
        margin: 0px -15px;
    }
    ul.home-usp-list li {
        font-size: 12px;
        padding: 0px 15px;
    }
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-heading h2 {
        font-size: 24px;
    }
    .section-heading-view-all {
        margin-bottom: 15px;
    }
    .product-card {
        margin-bottom: 30px;
    }
    .product-thumbnail .thumbnail-image {
        padding: 20px 15px;
    }
    .product-thumbnail .caption .product-brand {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-thumbnail .caption h3 {
        font-size: 14px;
        height: 45px;
    }
    .m-f-36 {
        font-size: 36px;
    }
    .m-f-16 {
        font-size: 16px;
    }
    .m-f-50 {
        font-size: 50px;
    }
    .offer-card {
        flex-direction: column;
    }
    .offer-card .offer-image {
        width: 100%;
        padding-bottom: 100%;
    }
    .offer-card .offer-content {
        width: 100%;
        padding: 15px;
    }
    ul.jumbo-list {
        flex-wrap: wrap;
    }
    ul.jumbo-list li {
        width: 100%;
        font-size: 24px;
        margin-bottom: 10px;
    }
    ul.jumbo-list li img {
        width: 24px;
    }
    ul.home-category-menu li a {
        font-size: 36px;
    }
    .fooer-logo {
        margin-bottom: 15px;
    }
    .brand-name strong {
        font-size: 24px;
    }

    .dah-certified ul.nav {
        display: flex;
        flex-wrap: wrap;
    }

    .dah-certified ul li {
        font-size: 18px;
    }
    .brand-page-offer-card .offer-image {
        padding-bottom: 60%;
    }
    .brand-page-offer-card .offer-content h3 {
        min-height: auto;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .brand-page-offer-card .offer-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .offer-card .offer-content h3 {
        font-size: 16px;
        min-height: 55px;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    a.wishlist_toggle {
        padding: 0px !important;
        left: 0 !important;
        background: transparent !important;
    }

    span.product-wishlist a.wishlist_toggle i.fa {
        font-size: 18px !important;
    }

    span.product-wishlist {
        right: 5px;
        top: 5px;
    }

    a.fancybox-vid {
        position: relative;
        padding-bottom: 100%;
        width: 100%;
        display: block;
    }

    a.fancybox-vid > img.img-responsive {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    p.dah-review {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    .main-footer .followus .social-icons {
        padding: 5px 0px 0px 10px;
    }
}

div#_jstl__header_r h1 {
    font-family: "halyard-text", sans-serif;
    font-size: 24px /*{header-3-font-size}*/;
    color: #3D403B;
    font-weight: 500;
}