/* Add custom CSS styles below */
section.main_banner .slider_content{
    margin-right:30px;
    padding-left:50px;
    width:400px;
}
section.main_banner h2 ,
section.main_banner p{
    font-size:36px !important;
    padding-left:50px;    
    text-align:center;
    width:100%;
    line-height:40px;
}
img.w-full.h-full.object-cover.rounded-sm {
    object-fit: contain;
}
@media(max-width:768px){
    section.main_banner h2 ,
section.main_banner p{
    font-size:20px !important;
    line-height:25px;
    text-align: start;
}

    section.main_banner .absolute.w-full ,
    section.main_banner .grid-cols-2{
     height:220px !important;
    }
    section.main_banner .slider_content{
    margin-right:0 !important ;
    width:300px;
}
}

.special_category_offer  .flex.items-center {
    color:white;
}
.top-navbar {
    display:none;
}
div#mainnav a.navbar-brand img{
    width:100px;
    min-height:100px !important;
}
#mainnav * ,
.store-header{
    background-color:#ffffff !important;
}
.s-block--best-offers{
    margin-bottom:50px;
}
/*.store-footer  ul.s-payments-list .s-payments-list-item{
    width:80px !important;
    height:80px !important;
}*/
nav#mobile-menu {
    background-color:white;
}


/*** Edits ***/
/* Website Padding */
.smooth-wrapper {
    padding-block: 0 !important;
}
/* Main Banner */
/* .main_banner {
    margin-top: 170px !important;
} */
@media (min-width: 1200px) {
    .item-slider-0 {
        height: 500px;
    }
}
@media (min-width: 1600px) {
    .item-slider-0 {
        height: 700px;
    }
}
/*@media (max-width: 1024px) {
    .main_banner {
        margin-top: 122px !important;
    }
}*/
/* Offers Banner */
.RU_special_section--1 {
    margin-block: 4%;
}
/* Footer */
/*.footer-is-light .store-footer .store-footer__inner,
.store-footer * {
    background-color:#262626 !important;
}*/
body.index section:not(.bottom-bar, .main_banner) {
    margin-block: 2rem;
}
/* @media (min-width: 768px) {
    .store-footer {
        padding-bottom: 110px !important;
    }
} */
@media (max-width: 768px) {
    .store-footer {
        padding-bottom: 180px !important;
    }
}
/* Icon */
.sicon-sort-asc {
    color: #054c93;
}
/* Whatsapp */
@media (max-width: 1024px) {
    [id^=gb-widget] {
        bottom: 100px !important;
        z-index: 9999 !important;
    }
}
/* Offers */
@media(max-width: 768px) {
    .special_category_banner img {
        height: 280px;
    }
    .special_category_banner > a {
        margin-bottom: -1rem !important;
    }
}
/*footer*/
footer img.logo {
    filter: brightness(0) invert(1);
}
@media (max-width:767px ){
  .footer-is-light .store-footer .store-footer__inner .grid div:nth-of-type(2) {
    order: 1;
}
  .store-footer__inner .grid div:nth-of-type(1).flex.flex-col.gap-4.justify-center {
    order: 2;
}
   .store-footer__inner .grid div:nth-of-type(3) {
    order: 3;
} 
  .store-footer  .text-center >div:has(.copyright-text) {
    justify-content: center;
}
}