.container,
.container.with-xlarge{
    width: 100%;
    max-width: 1200px;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gap-default {
    gap: 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;
}

body p{
    font-size: 15px;
    line-height: 21px;
}
/* top bar */
.topBar{
    background: #B0956F;
    padding: 10px 0;
}

.topBar .hero-slider-theme{
    margin: 0;
}

.topBar .slideTitle{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
/* header */
.site-header{
    padding: 18px 0;
    position: relative;
}

.site-header .container > .flex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.siteNav{
    display: none;
}

.siteNav .nav>li {
  position: static;
  padding: 0;
}

.siteNav>.nav{
    display: flex;
}

.siteNav .nav>li>a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 35px 10px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.siteNav>.nav>li>a:hover{
    color: #59292a;
}

.siteNav .nav>li>ul {
  visibility: hidden;
  opacity: 0;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  padding: 30px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 5px solid #231f20;
}

.siteNav .nav>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.siteNav .nav>li>ul>li {
    display: inline-block;
    line-height: 1.4;
    padding: 0 1% 5px;
    width: 31%;
    vertical-align: top;
}

.siteNav .nav ul li a{
  font-weight: 500;
}

.siteNav .nav ul li a:hover{
  color: #59292a;
}

.siteNav .nav>li>ul>li>a {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 2px;
    padding-bottom: 5px;
    border-bottom: 2px solid #B0956F;
}

.siteNav .nav>li>ul>li>ul{
    padding: 5px 0 0 !important;
    margin-bottom: 10px !important;
}

.siteNav .nav>li>ul>li>ul li a{
        line-height: 18px;
        font-size: 13px;
        margin-right: 0;
        padding: 0 2rem 0 0;
}

.icons-menu{
    margin-top: 20px;
}

.icons-menu .dropdown-container{
    text-align: left!important;
}

.logo img{
    max-width: 220px !important;
}

.icons-menu svg{
    width: 30px;
    height: 30px;
}

.quick-cart-link,
.login-button,
.icons-menu>*{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}

.icons-menu>*{
    margin-left: 15px;
}

.m-quick-cart {
    display: inline-block;
}

.quick-cart-link {
    position: relative;
}

.quick-cart-link img {
    margin: 0;
}

.m-quick-cart__count {
    position: absolute;
    top: -12px;
    right: -5px;
    background: #592a2a;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
}

#searchForm {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 100%;
    max-width: 1180px;
    margin: auto;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: .9em;
    background: #B0956F;
    padding: 10px;
}

#searchBtn{
    cursor: pointer;
}

.mm-navbar__title{
	color: #000000!important;
	font-weight: 700!important;
}

.mm-slideout { 
    z-index: 0; 
}
.mm-menu_offcanvas {
    z-index: 9;
}

/* video */
.hero-video{
    max-height: 640px;
    width: 100%;
    object-fit: cover;
}

/* categories */
.site-main-categories{
    margin: 40px 0 20px 0;
}
.tile-link{
    background: #FFF6F0;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}

.tile-link .h4{
    padding-top: 10px;
    display: block;
    margin: 0;
    font-size: 17px;
    font-weight: 900;
}

.boxLinks{
    margin-bottom: 20px;
}

.boxItem{
    display: flex;
    position: relative;
    border-radius: 10px;
}

.boxItem:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
    border-radius: 10px;
}

.boxItem img{
    border-radius: 10px;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.boxItem_text{
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    z-index: 2;
    padding: 0 10px;
}

/* Products */
.bestsellers{
    background: #e4dbce;
    padding: 2em 0;
    margin-bottom: 4em;
    border-radius: 0% 0% 100% 100%/0% 0% 5% 5%;
}

.page-title{
    padding: 0;
    border: none;
    margin: 1em 0 2em 0;
}

.page-title .h1{
    font-size: 34px;
    line-height: 51px;
    font-weight: 900;
}

.productItem .type-col {
  border: none;
  background: #fff;
  text-align: center;
}

.productItem .productContent {
    padding: 10px;
    overflow: visible;
    height: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.h5.m-productlist-title{
    font-size: 19px;
    font-weight: 900;
}

.productItem .type-col .product-transaction{
    background: none;
    border: none;
}

.m-productlist-amount {
    align-items: center;
    justify-content: center;
    border: 1px solid #cfcfcf;
}
.m-productlist-amount svg {
    width: 15px;
    height: 15px;
    object-fit: contain;
    pointer-events: none;
}
.m-productlist-amount span {
    padding: 7px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.m-productlist-amount input {
    border: none;
    background: none;
    text-align: center;
    max-width: 50px;
}
.product-transaction .form-group {
    margin: 0;
    width: 100%;
}

.btnMain{
    display: inline-block;
    background-color: #B0956F;
    font-size: 15px;
    line-height: 100%;
    font-weight: 700;
    color: #fff !important;
    padding: 12px 10px;
    text-align: center;
    transition: all .3s;
    width: 100%;
    border: none;
}
.m-product-transaction-amount .input-group,
.m-product-transaction-amount input{
    height: 100%;
}
.m-product-transaction-button {
    width: 100%;
}


/* hours */
.hours{
    background-color: #B0956F;
    padding: 2em 0 5em 0;
    border-radius: 0% 0% 100% 100% / 0% 0% 5% 5%;
}

.hours .page-title + .flex{
    margin-bottom: 4em;
}

.hours .flex>div{
    background: #fff;
    border-radius: 20px;
    padding: 2em 4em;
    text-align: center;
    margin: 0 1em;
    font-size: 16px;    
    margin-bottom: 1em;
}

.mapSection,
.mapWrapper{
    position: relative;
}

.mapWrapper a.is-block{
    position: relative;
    max-height: 400px;
}

.mapWrapper a.is-block:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
}

.iframe-wrapper{
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    max-height: 400px;
}

.mapText{
  position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.mapText a{
    color: #fff;
    font-size: 24px;
}

.wave{
    background-image: url(/upload_dir/pics/wave1.png);
    background-size: 100% auto;
    background-position: bottom center, center 50px;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

/* usps */
.usps{
    margin: 4em 0;
}
.usp-title{
    font-size: 24px;
    font-weight: 900;
    line-height: 110%;
    margin: 24px 0;
}
.usp-subtitle{
    font-size: 16px;
    line-height: 27px;
}

/* newsletterSection */
.newsletterSection{
    margin-bottom: 4em;
}

.newsletterSection_wrapper{
    background-color: #B0956F;
    border-radius: 10px;
}

.flex50{
    width: 100%;
}

.newsFormSection{
    padding: 20px;
}

.newsletterSection img{
    width: 100%!important;
    height:100%!important;
    object-fit: cover;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

.custom-form-input{
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
}

.brands-label{
    margin-top: 20px;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 6px 18px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.brands-grid label { 
    display:flex; 
    align-items:center; 
    gap:8px; 
}

.terms { display:flex; align-items:center; gap:8px; margin-bottom: 10px;}

.newsFormSection .btnMain{
    border:none;
    background: #333;
    transition: .3s linear;
}

.instagram{
    position: relative;
    margin-bottom: 4em;
}

.instagram img{
    max-width: 60px;
    height: auto;
}
.instagram .image{
    margin-top: 2em;
}
.instagram .image img{
    max-width: 100%;
}

.instagram strong{
    font-size: 26px;
    line-height: 39px;
}

.newsFormSection .btnMain:hover{
    background: #000;
}

.site-footer {
    border: none;
    background: #e4dbce;
}

.site-footer p,
.site-footer span,
.site-footer li,
.site-footer a {
    font-size: 15px;
    line-height: 22px;
}

.site-footer a:hover {
   text-decoration: underline;
}

.site-footer .f-title {
    color: #592a2a;
    font-size: 17px;
    font-weight: 700;
}

.footer-menu .dropdown:hover>.dropdown-menu {
    display: none !important;
}

.footer-menu li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.social-link img{
    max-width: 40px;
}

.social-links{
    margin-top: 2em;
}

.social-link{
    text-decoration: none!important;
}
/* products */
.m-product-title.product-title{
    font-size: 34px;
    line-height: 51px;
    font-weight: 900;
}
/* Light beige */
.badge{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 10px;
}

.badge.badge-warning {
    background-color: #e4dbce;
    border-color: #e4dbce;
    color: #592a2a; /* dark text for readability */
}

/* Mid brown */
.badge.badge-succes {
    background-color: #B0956F;
    border-color: #B0956F;
    color: #ffffff; /* good contrast */
}

/* Dark burgundy */
.badge.badge-danger {
    background-color: #592a2a;
    border-color: #592a2a;
    color: #ffffff;
}
/* single product */
.m-product-warnings,
.m-product-information .panel-success.m-product-instock,
.m-product-additional-info .nav-tabs li.active>a,
.m-product-additional-info .t-panel-clean>.pane,
.m-product-variants .panel-warning,
.m-product-variants .panel-success,
.w-notification .panel-success,
.panel-warning,
.panel-danger.m-product-stock.m-product-soldout {
    background: none;
}
.panel-warning,
.panel-success a,
.panel-success{
    color: #59292a;
    border: none;
}

.panel-warning .panel-body,
.panel-success .panel-body{
    padding: 0;
}

.modules.m-cart .btnMain{
    width: auto;
}

#m-newsletter button[type="submit"],
#m-usercreate button[type="submit"],
.form-submit{
    display: inline-block;
    background-color: #B0956F;
    font-size: 18px!important;
    line-height: 100%!important;
    font-weight: 700!important;
    color: #fff !important;
    padding: 12px 10px!important;
    text-align: center;
    border: none;
}


@media (max-width:600px){
    .brands-grid { 
        grid-template-columns: 1fr; 
    }
}

@media(min-width:480px){
    .site-header .container > .flex{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .icons-menu{
        margin-top: 0;
    }
}
@media(min-width:768px){
    .boxItem_text{
        font-size: 19px;
    }
    
.mapText a{
        font-size: 34px;
    }
    .flex50{
        width: 50%;
    }
    .newsFormSection{
        padding: 40px;
    }
    .newsletterSection img{
        border-radius: 10px 0 0 10px;
    }
    .wave{
        padding: 125px 0 40px;
        background-repeat: no-repeat;
        background-position: top center;
    }
}
@media(min-width:960px){
    .site-header{
        padding: 0;
    }
    .siteNav .nav>li>ul>li {
        width: 24%;
    }
  
    .siteNav{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 10px;
    }
    .mmenu_button{
        display: none;
    }
    .bestsellers,
    .hours{
        border-radius: 0% 0% 150% 150%/0% 0% 40% 40%;
    }

}

@media(min-width:1024px){
    .siteNav .nav>li>a{
        font-size: 16px;
    }
    
}

@media(min-width:1140px){

}

@media(min-width:1240px){
    .site-main-categories .col-l-3{
        width: 12.5%;
    }
}

.category-item-image img {
    border-radius: 10px;
}