.container,
.container.with-xlarge{
    width: 100%;
    max-width: 1600px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-row {
	margin-left: -10px;
    margin-right: -10px;
}

.wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.j-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.baseline {
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.j-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000;
}

.site-message {
    padding: 5px 10px;
    background-color: #000;
    border-color: #000;
    color: #e9b001 !important;
}

.logo a{
    display: inline-block;
}

.site-corporate{
    background: #ffffff;
}

.site-header{
    padding: 5px 0;
    background: #ffffff;
}

.site-header .container .row{
    position: relative;
}
.logo img {
    max-height: 85px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .3s ease;
}
.logo img.shrink{
    max-height: 21px;
}

.top-search-form .form-input {
    border: none;
    border-radius: 20px 0 0 20px;
    height: 39px;
    padding: 5px 5px 5px 15px;
    background: #ffffff;
}

.top-search-form .form-input::-webkit-input-placeholder{
    font-size: 13px;
    color: #DBC7AE;
}

.top-search-form .form-input::-moz-placeholder{
    font-size: 13px;
    color: #DBC7AE;
}

.top-search-form .form-input:-ms-input-placeholder{
    font-size: 13px;
    color: #DBC7AE;
}

.top-search-form .form-input::-ms-input-placeholder{
    font-size: 13px;
    color: #DBC7AE;
}

.top-search-form .form-input::placeholder{
    font-size: 13px;
    color: #DBC7AE;
}

.top-search-form .input-group-button {
    height: 39px;
}

.top-search-form .button {
    border: none;
    background: #ffffff;
    border-radius: 0 20px 20px 0;
    height: 39px !important;
    padding: 0 15px !important;
}

.top-search-form .fa {
    color: #DBC7AE;
    font-size: 19px;
}

/* .site-navigation */
.site-navigation{
    background: none;
    border: none;
    padding: 0;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-navigation .category-menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: static;
}
.site-navigation .category-menu>li>a {
    display: block;
    color: #fff;
    padding: 5px 10px;
    font-size: 1.1em;
    letter-spacing: 2px;
    font-weight: 500;
}
.site-navigation .category-menu>li span {
    display: inline-block;
    padding: 5px 0;
}

.site-navigation .category-menu>li>ul {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    right: 0;
    max-width: 1180px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 0;
    visibility: hidden;
    padding: 2em 1em;
    list-style: none;
    z-index: 999;
    background: #f5f5f5;
}
.site-navigation .category-menu>li>ul>li {
    display: inline-block;
    width: 20%;
    padding: 0 1em;
}
.site-navigation .category-menu>li>ul>li img {
    max-width: 100%;
}
.site-navigation .category-menu>li>ul>li>a {
    display: block;
    font-weight: bold;
    padding: 10px 0;
}
.site-navigation .category-menu>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.m-quick-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.quick-cart-link {
    display: block;
    position: relative;
    font-size: 0;
}

.quick-cart-link img {
    margin: 0;
    max-width: 38px;
}

.m-quick-cart__count {
    position: absolute;
    top: -10px;
    right: 3px;
    background: #AF9F86;
    border-radius: 100%;
    display: block;
    width: 23px;
    height: 23px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding-top: 4px;
}

.mobile-icons .fa{
    color: #AF9F86;
    font-size: 21px;
    padding: 10px
}

.mobile-icons button{
    background: none;
    margin: 0;
    padding: 0;
    border: none;
}
.mm-slideout { 
    z-index: 0; 
}
.mm-menu_offcanvas {
    z-index: 9;
}
.search-panel{
    margin: 0 10px;
}

/* slider */
.hero-slider-theme .owl-controls .owl-buttons .owl-prev:before {
    content: '\f104';
    color: #AF9F86;
}

.hero-slider-theme .owl-controls .owl-buttons .owl-next:before {
    content: '\f105';
    color: #AF9F86;
}

.swiper-pagination-bullet,
.hero-slider-theme .owl-controls .owl-page span{
    background:#DBC7AE!important;;   
}
.swiper-pagination-bullet-active,
.hero-slider-theme .owl-controls .owl-page.active span{
    background:#AF9F86!important;;   
}

.site-slider .slider-wrap .placeholder-wrapper {
    max-width: 100% !important;
}
.site-slider .slider-wrap img,
.product-slider-theme img {
    width: 100% !important;
}

/* front slider swiper */
.gallery-top{
    margin-top: 1.5em;
}
.gallery-top img{
    margin-bottom: 0;
}
.swiper-pagination{
    margin: 1em 0;
    position: relative!important;
    top: unset!important;
    bottom: unset!important;
}

.swiper-pagination-bullet{
    width: 12px!important;
    height: 12px!important;
    margin: 5px 7px!important;
    opacity: 1!important;
}

.thumbelina-wrapper {
    margin: 0 0 1em;
}
.thumbelina-wrapper .thumbelina {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.thumbelina-but.horiz {
    display: none;
}

@media(max-width:479px){
    .gallery-top .swiper-button-next,
    .gallery-top .swiper-button-prev{
        display: none;
    }
}

.site-main-categories{
    margin-top: 20px;
}

.c-item{
    display: block;
    margin: 0 10px;
}

.c-item img{
    width: 100%;
}

.c-title{
    color: #AF9F86;
    font-size: 19px;
}

.site-main-categories .trailing-trip{
    margin-left: 0;
    margin-right: 0;
}

/* 3x categories */
.categories .cat-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin: auto;
    padding: 10px;
    max-width: 250px;
    text-align: center;
    background: rgba(175,159,134,0.6);
    color: #fff;
    letter-spacing: 2px;
}

/* usps */
.site-usp-lower {
    padding: 1em 0;
}
.site-usp-lower b {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    line-height: 1.1;
    color: #917864;
}
.site-usp-lower em {
    color: #AF9F86;
}
.site-usp-lower .placeholder-wrapper {
    background: #AF9F86;
    border-radius: 50%;
    padding: 1em;
}
.site-usp-lower .placeholder-wrapper>img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    margin-top: 1em !important;
}

/* footer */
.site-footer{
    padding-top: 15px;
    border: solid #DBC7AE;
    border-width: 50px 0 0;
}

.site-footer .f-title {
    margin: -50px 0 25px;
    font-weight: 700;
    font-size: 19px;
    color: #ffffff;
}

.footer p,
.footer li,
.footer a{
    color: #AF9F86;
    line-height: 1.4em;
}

.site-footer .footer-paymenticons img{
    filter: none;
    -webkit-filter: none;
}

.mb0{
    margin-bottom: 0;
}

/* products */
.m-breadcrumb, .m-print{
    margin: 1.5em 0;
}
.description-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-headline.page-title{
    border: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.category-headline{
    color: #917864;
}

.category-product-slider h2{
    color: #917864;
    margin: 0;
    font-size: 27px;
}

.category-product-slider-list{
    padding: 10px 20px;
    border: 2px solid #917864;
}
.m-product .splash,
.m-productlist .splash {
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.splash .badge.m-productlist-sale,
.splash .badge.m-product-splash-sale {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 20px;
    font-size: 11px;
    color: #ffffff;
    margin-left: auto;
}

.badge.m-productlist-custom{
    background: #000;
    color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.productItem {
    margin: 0 0 1em;
}

.productItem .type-col{
    border: none;
}

.productItem .type-col .product-transaction,
.productItem .type-col .product-action {
    background: #fff;
    border: none;
    color: #917864;
}
.productItem .product-transaction:not(.prices) {
    padding-bottom: 0;
}
.productItem .product-transaction.prices {
    padding-top: 5px;
}

.productItem .productContent .image a {
    margin: 0;
    line-height: 0;
}

.m-productlist-link{
    color: #917864;
    margin-bottom: 5px;
}

.productItem .m-productlist-price-before-discount {
    color: #917864;
    font-size: 12px;
}
.productItem .m-productlist-price {
    font-weight: 600;
    color: #917864;
}
.productItem .button-primary {
	border: none;
	padding: .75em 1em;
	letter-spacing: 2px;
	font-size: 10px;
	width: 100%;
	max-width: 100%;
}

.product-transaction .button-primary {
	border: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.3em;
}

.button-primary, .button-primary:visited {
	font-weight: bold;
}

.product-transaction .form-input {
    height: auto;
    text-align: center;
    margin-right: 10px;
    font-size: 1.3em;
    font-weight: 900;
}
.product-slider-theme img {
    margin: auto;
}
.productsortbar{
    margin: 0.5em 2em;
}

.swiper-button-next:after, 
.swiper-button-prev:after{
  color: #917864;
}

/* Filter */
.productfilter .panel-heading{
    background-color: #dbc7ae;
    padding-top: 5px;
    padding-bottom: 5px;
}

.productfilter .panel-heading .h5{
    color: #ffffff;
    margin: 6px 0 0 0;
    font-size: 24px;
}

.productfilter .panel-heading button{
    background: none;
    border: none;
    color: #ffffff;
    font-size: 32px;
    padding-top: 6px;
}

.productfilter {
    background: #eee;
}

.productfilter .form-label{
    color: #917864;
    margin-bottom: 0;
}

.filter-btn{
    margin-bottom: 1em;
    font-size: 1.2em;
}

.filter-btn button{
    border: none;
    background: none;
    color: #917864;
    padding: 6px 0 6px 6px;
}

.productfilter .form-label.input-group-main {
    background: none;
}
.productfilter .form-label.input-group-main,
.productfilter .input-group-addon {
    border: none;
    color: #917864;
    padding: 0;
    height: 20px;
    font-size: 13px;
    background: none!important;
}

.productfilter input[type="checkbox"] {
    display: none;
}

.productfilter .input-group-addon:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px; 
    border-radius: 3px;
    background-color: #fff; 
    position: absolute;
}

.productfilter .input-group-addon input[type="checkbox"]:after{
      content: '\2713';
      display: none;
      position: absolute;
      left: 4px;
      top: 0;
      color: #917864;

}
.productfilter .input-group-addon input[type="checkbox"]:checked + span:after {
    content: '\2713';
    display: block;
    position: absolute;
    left: 4px;
    top: 0;
    color: #917864;
    z-index: 1; /* Adjust the z-index to make sure it appears above other elements */
}

.productfilter .form-label.input-group-main{
    padding-left: 30px;
}

/* 
.productfilter .input-group-addon{
    min-width: 20px;
    margin-right: 10px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border-radius: 3px;
}

.productfilter input[type=checkbox] {
    accent-color: #fff;
}
.productfilter input[type="checkbox"]:not(:checked) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
} */

.category-short-description{
    margin-top: 20px;
}

.category-short-description h3{
    background: #DBC7AE;
    padding: 10px;
    color: #ffffff;
}

.category-short-description .grid-cell{
    background: #EBE2D1;
    padding: 10px;
}

.category-short-description h4{
    color:#917864;
    font-weight: 600;
}

.pagination > li a{
    background-color: #dbc7ae;
    border-color: #917864;
    font-weight: 600;
    color: #917864;
}

.pagination > li a .fa{
    font-weight: 700;
}

.pagination > li.current a {
    background-color: #EBE2D1;
}
.w-notification.w-modal-window {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.w-notification.w-modal-window.is-closed {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.w-notification.w-modal-window .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0,.7);
    z-index: 1;
    display: block;
    border: none;
    width: 100%;
    cursor: default;
}
.w-notification.w-modal-window>div {
    padding: 1em;
    background: #fff;
    width: 85%;
    margin: auto;
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    border-radius: 15px;
    z-index: 2;
}
.w-notification.w-modal-window>div>.fa {
    position: absolute;
    right: 0;
    top: 5px;
    background: none;
    border: none;
    font-size: 2em;
}
.w-notification header {
    margin: -1em -1em 0.5em;
    font-weight: bold;
    padding: 10px;
    background: #eee6db;
}
.w-notification header+.col-row {
    border-top: 3px solid #eee;
}
.w-notification header+.col-row>div {
    padding-top: 1em;
    padding-bottom: 1em;
}
.w-notification header button {
    background: none;
    border: none;
    font-size: 2em;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
}
.w-notification .col-row .button {
    margin-top: 1em;
    background: #eee6db;
    color: #000 !important;
}
.w-notification .col-row .button,
.w-notification .col-row .button-primary {
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: #fff;
}
.w-notification .table td {
    padding: 0 5px;
}
.w-notification .m-productlist-list .productItem {
    width: 100% !important;
}
.w-notification.w-modal-window .productContent > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.w-notification.w-modal-window .productContent > form .image,
.w-notification.w-modal-window .productContent > form .product-transaction {
    width: 50%;
    background: none;
    padding: 0 1em;
    height: auto !important;
    font-size: 0.9em;
}
.w-notification.w-modal-window .productContent > form .prices {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.w-notification.w-modal-window .productContent > form .button-primary {
    font-size: 10px;
    padding: 1em;
}
.w-notification.w-modal-window .productContent .showButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.w-notification.w-modal-window .productContent .showButtons input {
    display: block !important;
    visibility: visible !important;
    width: 40px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #eee6db;
    font-size: 12px;
}
.row-buttons button,
.row-buttons a {
    border-radius: 10px;
    padding: 10px;
}

.m-product-price {
    font-weight: bold;
}
.m-product-image .w-slider-container:not(.owl-carousel) {
    opacity: 1 !important;
}

@media(min-width:480px){
    .productItem .button-primary{
        font-size: 14px;
    }
}

@media(max-width:959px){
    .site-header{
        padding: 10px 0;
    }
    .logo img.shrink {
        max-height: 36px;
    }
}

@media(min-width:768px){
    .categories {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        gap: 50px;
    }
    .m-product-image {
        padding-right: 50px;
    }
    .m-product .splash {
        right: 50px;
    }
}

@media(min-width:960px){
    .site-header{
        background:#DBC7AE;    
    }
    .site-main-categories .col-xl-6{
        width: 20%!important;
    }
    .c-item{
        margin: 0 20px;
    }
    .productfilter .panel-heading{
        display: none;
    }
    .productfilter .panel-body.is-collapsed{
        display: block!important;
    }
    .site-footer .flex {
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .site-footer .flex>div {
        width: auto !important;
    }
    .stickyBar{
        position: sticky; 
        top: 100px;
    }
}
@media(min-width:1024px){
    
}


@media(max-width:959px){
    .logo{
        margin-right: 20px;
    }
    .hero-slider-theme, .product-slider-theme{
        margin-top: 0;
    }
    .flex-col{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .flex-col div{
        margin: 0!important;
    }
    .order-mobile-last {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-top: 2em
    }
}

.mb0{
    margin-bottom: 0;
}

.categoryDescriptionWrapper{
    border: 2px solid #917864;
    height: 100%;
    padding: 0 10px;
}

.categoryDescriptionWrapper.categoryDescriptionWrapper-6 p {
    line-height: 21px;
}

.product-panel {
    max-height: 250px;
    position: relative;
    overflow: hidden;
}
.product-panel[data-group="panel-reviews"] {
    max-height: 400px;
}
.product-panel:after {
    content: "";
    position: absolute;
    height: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
button.is-closed>span:last-child,
button:not(.is-closed)>span:first-child {
    display: none;
}

.m-product-review-body > .flex {
    gap: 20px;
    margin-bottom: 20px;
}
.m-product-review-body .avatar {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .panel-description {        
        max-height: 250px;
        position: relative;
        overflow: hidden;
    }
    .panel-description:after {
        content: "";
        position: absolute;
        height: 75px;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    }
}