/* 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%;
    font-size: 40px;
    font-weight: 700;
}
.landing-page-first-banner p  {
    font-size: 22px;
    font-weight: 600;
    line-height:2rem
}

.ads .img{
    max-height:100%;
}
@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;
    background-color:#ffffffb0;
}
.landing-page-first-banner h1 {
    margin: auto;
    font-size: 22px !important;
    text-align: center !important;
    color:#1d1d1b !important;
}
.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;
}
.ads.container {
    padding: 2rem !important;
    margin-top: 0 !important;
}
}
footer .relative>div:first-child i {
    color: #1d1d1b !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:#1d1d1b !important;
}
.copyright-text p {
  color : white !important ;
}

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

.ads.container {
    background-color: #FCEEDB;
    padding: 4rem;
    margin: 0;
    max-width: 100%;
    margin-top: 5%;
}


/*start customize section*/
.s-block--features__item {
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    background-color:transparent;
}

.s-block--features__item .feature-icon{
    grid-column:1/2;
    grid-row:1/3;
    margin: 0;
    margin-right: 7rem;
    height: 3rem;
    width: 3rem;
}
.s-block--features__item h2{
    grid-column:2/3 ;
    text-align:start;
}
.s-block--features__item p{
    grid-column:2/3 ;
    text-align:start;
}

@media(max-width:768px){
  .s-block--features__item {
    display: flex;
} 
.s-block--features__item .feature-icon{
    margin: 0;
    margin-bottom: 0.75rem;
}
.s-block--features__item h2{
    text-align:center;
}
.s-block--features__item p{
    text-align:center;
}
}

@media(min-width:768px) and (max-width:1200px){
.s-block--features__item .feature-icon{
    margin-right: 3rem !important;
}
}
@media(min-width:1300px){
.s-block--features__item .feature-icon{
    margin-right: 12rem;
}
}
section.s-block.s-block--features.container {
    background-color:#f0f0f1;
    margin-bottom:5%;
    padding:2rem;
    max-width:100%;
}
@media (max-width:1199px){
a#cart-button {
    display: block !important;
}
salla-cart-summary.ml-\[5px\].rtl\:ml-\[unset\].rtl\:mr-\[5px\].hidden.lg\:flex.items-center.justify-between.gap-\[7px\].pointer-events-none.hydrated {
    display: block !important;
}
.s-cart-summary-wrapper #s-cart-icon {
    display: none !important;
}}