@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    overflow-x: hidden;

}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
legend{
    padding-bottom: 5px;
}
fieldset{
    margin-top: 30px;
}
/* .slick-slide.slick-current.slick-active .image-checkbox {
    border: 2px solid black !important;
} */
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
    border-color:#333!important; ;
}
a {
    color: #333;
    text-decoration: none;
}
.modal-dialog{
    margin: 0 auto!important;
}
a:hover {
    color: #333;
    text-decoration: none;
}
a:focus {
    color: #333;
    text-decoration: none;
    outline: none;
}
input{
    border-radius: 0 !important;
}
input:focus{
    border-color: #ccc !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
select{
    border-radius: 0 !important;
}
select:focus{
    border-color: #ccc !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
textarea{
    border-radius: 0 !important;
}
.cart-count{
    position: absolute;
    right: -1rem;
    top: -1rem;
    font-size: 1rem;
    background: white;
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid grey;
}
.fa-shopping-cart{
    position: relative;
}
textarea:focus{
    border-color: #ccc !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.expore-button{
    line-height: 3;
    text-align: center;
    cursor: pointer;
    border: 1px solid #333;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    background:none;
    transition: 1s ease;
}
.expore-button:focus{
    outline:none;
}
.expore-button:hover{
    background-color: #333;
    color: #fff;
}
.search-box{
    transform: scaleX(0);
    /*padding-right: 20px;*/
    transition: all 0.2s ease;
}
#collapse-shipping .form-horizontal{
    text-align: center;
}
.nav{
    padding: 15px 0;
    width: 100%;
    text-align: right;
}
.header-search-icon{
    cursor: pointer;
    transform: scaleX(1);
    display: block;
}
.header-search-close{

    display: none;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    margin: 15px;
    font-size: 20px;
}
.list-inline{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 35px;
    padding-right: calc( 50px - 13px);
}
.search-box .input-lg{
    height: 35px;
    border-radius: 0;
    border-right: 0;
}
.search-box .input-lg:focus{
    box-shadow: none;
    border: 1px solid #ccc;
}
.search-box .btn-lg{
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 0;
    border-left: 0;
}
.search-box .btn-lg:hover{
   background-color: #fff;
}
.search-box .btn-lg:focus{
    background-color: #fff;
    outline: none;
}
.main-menu-items{
    /*text-align: right;*/
    /*padding-right: 8px;*/
    display: flex;
    justify-content: flex-end;
    /*margin-bottom: 15px;*/
    height: 30px;
    font-weight: bold;

}
.menu-item{
    white-space: nowrap;
    margin-left: 80px;
    font-weight: 100;
}
.caret{
    display: none;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 35px;
    box-shadow: 7px 0 10px -3px #afafaf;

}

.sidenav a {
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
    transition: 0.3s;
    line-height: 3;
    margin-right: 8px;
    font-weight: bold;
}
.sidenav-menu-item{
    padding: 0 30px;
}

.sidenav a:hover {
    color: #818181;
}

.sidenav .closebtn {
    position: absolute;
    top: -27px;
    right: 7px;
    font-size: 36px;
    margin-left: 50px;
}
.store-categories{
    /*display: none;*/
    position: static;
    z-index: 1;
    background: #fff;
    width: 100%;
    padding: 20px;
    /*border-top: 1px solid #ddd;*/
}
.main-menu-items .dropdown-menu{
    right: 0;
    left: unset;
    width: 100vw !important;
    margin-top: 25px !important;
    padding: 20px 40px !important;
    border-right: none;
    border-left: none;
    border-radius: 0;
    height: 60vh !important;
}
.sub-menu>li{
    list-style-type: none;
}
.sub-menu>li>a{
    font-weight: 100;
}
.menu-item,
.menu-item:link,
.menu-item:visited {
    position: relative;
    padding-bottom: 8px;
    font-variant: small-caps;
    text-decoration: none;
}

.menu-item:hover,
.menu-item:active {
    color: #333;
    background-color: transparent;
    /*text-shadow: -.25px -.25px 0 #333, -.25px .25px 0 #333, .25px -.25px 0 #333, .25px .25px 0 #333;*/
}

.menu-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #333;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.menu-item:hover::before,
.menu-item:active::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sub-menu{
    padding:0;
    padding-top: 5px;
}
#menu-main-nav{
    display: flex;
    list-style-type: none;
    padding: 0;
    flex-wrap: wrap;
}
.menu-main-nav-content{
    flex: 1 1 25%;
    margin-bottom: 20px;
}
#menu-main-nav>li>a{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
}
#menu-main-nav>li{
    margin-bottom: 40px;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.m-0{
    margin: 0px;
}
/*tablet view*/
@media only screen and (min-width: 768px) and (max-width:1080px){
    .hide-tablet{
        display: none;
    }

    .mobile-menu{
        display: block !important;
        cursor: pointer;
    }
    .store-categories{
        display: none !important;
    }
    #logo-mobile{
        display: block !important;
    }
    /*.mobile-menu-icons{*/
    /*    display: block !important;*/
    /*}*/
    #logo-desktop{
        display: none;
    }
    .list-inline{
        display: none;
    }
    .main-menu-items{
       display: none;
    }
    .mobile-menu-icons{
        display: inline-block !important;
        font-size: 30px !important;
        padding: 0 30px 0 0px !important;
    }
    .search-box{
        transform: scaleX(1);
        padding: 15px;
        padding-left: 30px;
    }
    .sidenav-bottom{
        position: relative;
        bottom: 0;
        border-top: 1px solid;
        margin: 30px;
    }
    .mobile-menu-dropdown{
        list-style-type: none;
        display: none;
        padding:0;
    }
    .mobile-menu-dropdown-level-2{
        list-style-type: none;
        display: none;
        padding:0;
    }
    .mobile-menu-arrow {
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        height: 10px;
        width:10px;
    }
    .mobile-menu-arrow-level-1{
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        height: 10px;
        width:10px;
    }

    .right {
        /*transform: rotate(-45deg);*/
        /*-webkit-transform: rotate(-45deg);*/
    }

    .left {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .mobile-menu-dropdown-content{
        text-transform: capitalize;
        padding: 5px 30px;
        border-bottom: 1px solid #ddd;
    }
    .mobile-menu-dropdown-content a{
        margin-left: 8px;
    }
    .mobile-menu-dropdown-content-level-2{
        text-transform: capitalize;
        padding: 5px 40px;
        border-top: 1px solid #ddd;
    }
    .mobile-menu-dropdown-content-level-2 a{
        margin-left: 8px;
    }

}
/*desktop view*/
@media only screen and (min-width: 1081px){
    .product-image-container{
        padding: 0 10%;
    }
    .hide-desktop{
        display: none;
    }

    .hover-img-block{
        height: 300px;
        width: 300px;
    }
    .mega-dropdown {
        position: static !important;
    }
    .mega-dropdown-menu {
        padding: 20px 0px;
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }
    .mega-dropdown-menu > li > ul > li {
        list-style: none;
    }
    .mega-dropdown-menu > li > ul > li > a {
        display: block;
        color: #222;
        padding: 3px 5px;
    }
    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
    }
    .mega-dropdown-menu .dropdown-header {
        font-size: 18px;
        color: #ff3546;
        padding: 5px 60px 5px 5px;
        line-height: 30px;
    }
    .mobile-menu{
        display: none;
    }
    .mobile-menu-icons{
        display: none;
    }
    #logo-mobile{
        display: none;
    }
    #logo-desktop{
        position: absolute;
        /* top: 50%; */
        top: 5.5%;
        /* transform: translate(0, -50%); */
        left: calc( 50px - 13px);
    }
    .logo-image{
        transform: scale(0.8);
    }
}
/*mobile view*/
@media only screen and (max-width: 768px){
    .mobile-menu{
        cursor: pointer;
        font-size: 20px;
    }
    .hide-mobile{
        display: none;
    }
    .mobile-menu-dropdown-content a {
        /*margin-left: 8px;*/
        display: inline;
        font-weight: 100;
    }
    .store-categories{
        display: none !important;
    }
    .main-menu-items {
        display: none;
    }
    .list-inline{
        display: none;
    }
    .search-box{
        transform: scaleX(1);
        padding: 15px;
        padding-left: 30px;
    }
    .sidenav-bottom{
        position: relative;
        bottom: 0;
        border-top: 1px solid;
        margin: 30px;
    }
    #logo-desktop{
        display: none;
    }
    .mobile-menu-dropdown{
        list-style-type: none;
        display: none;
        padding:0;
    }
    .mobile-menu-dropdown-level-2{
        list-style-type: none;
        display: none;
        padding:0;
    }
    .mobile-menu-arrow {
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        height: 8px;
        width:8px;
    }
    .mobile-menu-arrow-level-1{
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        height: 8px;
        width:8px;
    }

    .right {
        /*transform: rotate(-45deg);*/
        /*-webkit-transform: rotate(-45deg);*/
    }

    .left {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        position: relative;
        bottom: 0;
    }

    .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: relative;
        bottom: 3px;
    }
    .mobile-menu-dropdown-content{
        text-transform: capitalize;
        padding: 5px 14px;
        border-bottom: 1px solid #ddd;
    }
    .mobile-menu-dropdown-content-level-2{
        text-transform: capitalize;
        padding: 5px 10px;
        border-top: 1px solid #ddd;
    }
    .center-aligned{
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }
}
.btn-link{
    color: #333!important;
}

.item.slick-slide.slick-current.slick-active{
    box-shadow: 0px 0px 1px black;
}
.breadcrumb {
    background-color: transparent !important;
    margin-left:0%;
}
.fa-home:before {
    content: "Home" !important;
    font-family: 'Montserrat', sans-serif !important;
}
.confirm-btn-center {
    display: flex !important;
    justify-content: center !important;
    float: none !important;
}
.title-padding {
    padding-bottom: 30px;
}

/*for blog pages*/
.bm a {
    color: black !important;
}
.author {
    display: none;
}
.popup img {
    width: 500px;
    height: auto;
    margin: auto;
}
.bm .rating .fa.fa-star-o {
    color: black !important;
}
.h1.title {
    color: black !important;
}
.description {

}
.description p {
    font-size: 1rem !important;
    font-family: 'Montserrat', sans-serif !important;
    margin-top: 50px;
}
.bm-author {
    display: none;
}
.clearfix .description {
    display: none;
}

.whatsapp-button {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: green;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
    background-color: darkgreen;
}

.whatsapp-icon {
    /*width: 90%;*/
    /*height: 30px;*/
    /*margin-top: 15px;*/
}
/* ─── Visibility utility classes ─── */
/* Default: hide everything special */
.show-mobile,
.show-tablet,
.show-desktop  { display: none; }
.hide-mobile,
.hide-tablet,
.hide-desktop  { display: block; }

/* Mobile (≤768px) */
@media only screen and (max-width: 768px) {
    .show-mobile  { display: block; }
    .hide-mobile  { display: none;  }
    .show-desktop { display: none;  }
    .hide-desktop { display: block; }
    .show-tablet  { display: none;  }
    .hide-tablet  { display: block; }
}

/* Tablet + Kiosk (768px–1080px) */
@media only screen and (min-width: 768px) and (max-width: 1080px) {
    .show-tablet  { display: block; }
    .hide-tablet  { display: none;  }
    .show-mobile  { display: none;  }
    .hide-mobile  { display: block; }
    .show-desktop { display: none;  }
    .hide-desktop { display: block; }
}

/* Desktop (≥1081px) */
@media only screen and (min-width: 1081px) {
    .show-desktop { display: block; }
    .hide-desktop { display: none;  }
    .show-mobile  { display: none;  }
    .hide-mobile  { display: block; }
    .show-tablet  { display: none;  }
    .hide-tablet  { display: block; }
}
