/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 7rem;
}

.main-nav-container .navbar-brand img {
    max-height: 7rem;
}
.landing-page-first-banner .container{
    max-width:90% !important;
}
.landing-page-first-banner .container>div{
    width: 50% !important;
}

.landing-page-first-banner h1 {
    width: 100% !important;
    font-size: 40px !important;
    font-weight: 700 !important;
}
.landing-page-first-banner p  {
    font-size: 22px !important;
    font-weight: 600;
    line-height:2rem
}

.ads .img{
    max-height:100% !important;
}

.banner_ad {
    aspect-ratio: 5/2;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
}

.banner_ad .item-text{
    max-width:100% !important;
    width:100%;
    font-size: 24px;
    line-height: 50px;
    margin: auto; 
}

.banner_ad .items-center {
    align-items: unset;
}

.banner_ad .img1 .bg-cover{
background-position: bottom;
}

@media(max-width: 768px) {
.landing-page-first-banner .container>div{
   width:100% !important;
    margin:auto;
    margin-top: 60%;
    text-align:center !important;
    padding:1rem;
    border-radius:20px;
    align-items: center !important;
}
.landing-page-first-banner h1 {
    margin: auto;
    font-size: 22px !important;
    text-align: center !important;
}
.banner_ad .img2 {
    grid-column-start: 1;
    grid-row: span 1 / span 1;
    grid-row-start: 3;
}
.banner_ad {
    aspect-ratio: 1/2;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
}

.ads .img .over .text {
    margin-left: auto;
    margin-right: auto
}

.ads.container a {
    margin-left: auto;
    margin-right: auto
}
.g_cat h3 {
    font-size: 15px;
    font-weight: 500
}
.banner_ad .item-text {
    font-size: 16px;
    line-height: 50px;
}
.ads .imgs .text p {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
}

@media(min-width:768px) and (max-width:1200px){
.banner_ad .item-text {
    font-size: 20px;
    line-height: 30px;
    text-wrap: wrap;
}
}
footer .relative>div:first-child i {
    color: #5d653f !important
}

footer .relative>div:first-child h2 , footer .relative>div:first-child p{
    color:#fff !important;
}

.product-single .s-tabs-header * {
    background-color: #ffffff;
}

.s-tabs-active, .s-tabs-active *{
    background-color:#5d653f !important;
}
.copyright-text p {
  color : white !important ;
}

.s-payments-list-item {
  background-color: white;
  }
 
.item-text > img {
    display: none;
}
/* Modify Main Banner - mob */
@media(max-width: 992px) {
    .store-header {
        position: static !important;
    }
    section:nth-child(1 of .landing-page-first-banner) img {
        object-position: 0;
    }
    section:nth-child(2 of .landing-page-first-banner) img {
        object-position: 15.5%;
    }
    section:nth-child(2 of .landing-page-first-banner) .txt {
        background-image: linear-gradient(0deg, #00000055, transparent)
    }
}