/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
@media (max-width: 1199px) {
    a#cart-button, a.hidden.lg\:block.cursor-pointer {
        display: block;
        padding: 12px;
        margin: 0 10px;
        background:rgba(255, 255, 255, 0.7098039216) !important;
        border-radius: 50%;
        stroke: black;
    }
}

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

.main-nav-container .navbar-brand img {
    max-height: 7rem;
}
.landing-page-first-bannar .container{
    max-width:90%
}
.landing-page-first-bannar .container>div{
    width: 50%;
}
.s-product-card-image-cover {
    object-fit: contain;
    max-height: 300px;
}


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

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

@media(max-width: 768px) {
.landing-page-first-bannar .container>div{
   width:100% ;
    margin:auto;
    margin-top: 80%;
    text-align:center !important;
    padding:1rem;
    border-radius:20px;
    align-items: center !important;
}
.landing-page-first-bannar h1 {
    margin: auto;
    font-size: 22px;
}

.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
}
.top-navbar{
    display:none;
}
.banner_ad .item-text {
    font-size: 16px;
    line-height: 50px;
}
.ads .imgs .text p {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
#contact-slot, .contact-custom {
    background: #fff;
}
}

@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: #5d1660
}

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

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

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

.s-payments-list-item {
  background-color: white;
  }