html, body {
    overflow-x: hidden!important;
}
.swiper-container.mainslider img {
    width: 100%!important;
}
.Author-Module {
    background: #ffffff;
    padding: 15px 0;
    border-top: 1px solid #f6f5f1;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
    color: #696969;
}
.Author-Module a , .Author-Module a:hover {
    color: #0e1833;
    font-weight: 500;
    font-size: 17px;
}
span.float-right {
    float: right;
}
.btn-dark {
    background-color: #041E42 !important;
    border-color: #041E42;
    color: #ffffff !important;
}
.login_form .btn-fpswd {
    color: #000000!important;
    font-size: 16px;
    font-weight: 500!important;
    line-height: 28px;
    letter-spacing: 0em;
    text-decoration: none!important;
}
.img-responsive{max-width: 100%;}

.coll-box {
    position: fixed;
    left: 20px;
    bottom: 50px;
    z-index: 999;
}
.whatsapp-box , .whatsapp-box:hover {
    border-radius: 50%;
    background: #2ab200;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.2);
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    height: 50px;
    width: 50px;
}
.whatsapp-box:before {
    content: '\f232';
    top: 10px;
    font: normal normal normal 14px/1 "Font Awesome 6 Brands";
    font-size: 28px;
    height: 28px;
}

.bottom-header {
    z-index: 0;
    position: relative;
    background: url(../img/headerbg.jpeg);
}
.bottom-header #main-menu{
    position: relative!important;
    z-index: 999;
}
.bottom-header:after {
    position: absolute;
    background: #3c2c1bd6;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.bottom-header a{
    color: #fff;
}

.easy-autocomplete input {
    color: #555;
    float: none;
    padding: 6px 12px;
    border: 0!important;
    box-shadow:none!important;
    background: #f4f4f4;
    color: #000;
    font-size: 13px;
}
.footer-light .brown-layout{
    background: url(../img/bg2.jpeg) no-repeat center / cover;
}
.footer-light .brown-layout:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008f;
    content: '';
    top: 0;
}
.multibanner .swiper-slide{
    height:300px;
}
.top-social a {
    color: #000;
    margin-left: 10px;
    font-size: 16px;
}
.menu-right.pull-right {
    padding-right: 25px;
}

.brand-logo.layout2-logo a {
    position: absolute;
    background: #293318;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px;
    border: 5px solid #f5f5f5;
}
.brand-logo.layout2-logo a img {
    max-width: 100%;
}
.main-nav-center > nav {
    padding-left: 200px;
}
.brand-logo.layout2-logo a {
    position: absolute;
    background: #293318;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px;
    border: 5px solid #b8ca09;
    bottom: -125%;
}
.brand-logo.layout2-logo a img {
    max-width: 100%;
}
.service-block1 img {
    margin-bottom: 15px;
}
.top-social a:hover {
    color: #b8ca09;
}
.mobile-visible {
    display:none;
}
a.mobile-menu {
    color: #fff;
    font-size: 40px;
    display: inline-block;
    width: 40px;
    z-index: 9999;
    position: relative;}

@media (max-width: 1024px){
    .bottom-header{
        z-index: 999;
    }
    .mobile-visible {
        position: relative;
        z-index: 999;
        display:block;
    }
    .brand-logo.layout2-logo {
        position: absolute;
        left: 15px;
        bottom: -30px;
    }
    .mobile-hidden{
        display:none;
    }
    .breadcrumb-section {
        padding-top: 50px!important;
    }
    .brand-logo.layout2-logo a {
        position: absolute;
        background: #293318;
        height: 100px;
        width: 100px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 5px solid #b8ca09;
        bottom: -80px;
    }
}

div#mySidenav:before {
    content: '';
    position: absolute;
    background: #1b1107d6;
    width: 100%;
    height: 100%;
    top: 0;
}
.sidenav {
    height: 100%;
    width: 100%!important;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -100%;
    background: url(../img/headerbg.jpg)!important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

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

.sidenav .closebutton,.sidenav .closebutton:active,.sidenav .closebutton:hover,.sidenav .closebutton:focus {
    position: absolute;
    top: 0;
    font-size: 40px;
    margin-left: 0;
    margin-top: 0;
    color: #fff;
    background: #b8ca09;
    border-radius: 50px 0 50px 50px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    padding: 0;
}

#main {
    transition: margin-left .5s;
    width: 100%;
}

div#mySidenav ul.menu li {
    display: block;
    float: none;
}
div#mySidenav ul.menu {
    margin-top: 20px;
    position: relative;
}

div#mySidenav ul li ul {
    padding-left: 20px;
}
div#mySidenav ul li ul li a {
    font-size: 18px;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
a.mobile-cart {
    font-size: 30px;
    position: relative;
}
a.mobile-cart span {
    position: absolute;
    top: -6px;
    left: -13px;
    background: #293318;
    border: 1px solid #b8ca09;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.couponbox {
    padding: 15px;
    background: #eee;
    border-radius: 15px;
}
.couponbox input {
    border: 0;
    padding: 8px;
    border-radius: 8px;
    width: 100%;
}

tr.UnlimitStock {
    background: #ffd9d9;
}

#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
    border: 0;
    padding: 10px;
    z-index: 1000;
    display: block;
    border-radius: 0;
    color: #333;
    width: 100%;
    font-size: 12px;
}
div#cookieConsent button {
    background: #236539;
    color: #fff;
    padding: 6px 40px;
    border-radius: 7px;
    margin-top: 10px;
    border: 0!important;
}
.card.AddresContent {
    border-radius: 12px;
}

@media (max-width: 960px) {
    .card.OrderContent .col {
        flex: 0 0 auto;
        width: 50%;
        text-align: center !important;
    }
    .card.OrderContent .view-order {
        text-align: center !important;
    }
    .OrderCancel{
        text-align: center !important;

    }
    .OrderCancel .mobile-full{
        width: 100% !important;
    }
}

.CustomizeElement{
    margin-top:20px;
}
ul.customize_list li {
    display: inline-block;
    margin-right: 5px;
}
ul.customize_list input {
    display:none;
}
ul.customize_list label {
    background: #e9eef1;
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
}
ul.customize_list input:checked + label {
    background-color: #7d4751;
    color: #fff;
}
 