/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;700;800&display=swap');
@import url("https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css");
body *:not(i) {
  font-family: 'Tajawal', sans-serif;
}
i.header-btn__icon.sicon-user-circle, i.header-btn__icon.icon.sicon-shopping-bag {
    color: #fff!important;
    background: #e60062;
    border-radius: 20px 20px 2px;
}
i.header-btn__icon.sicon-user-circle:before {
    content: '\f0c0';
    font-family: fontawesome;
}
i.header-btn__icon.icon.sicon-shopping-bag:before {
    content: '\f291';
    font-family: fontawesome;
}
i.sicon-menu {
    color: #fff;
    background: #e60062;
    box-shadow: rgba(17,12,46,.15) 0 48px 100px 0;
    padding: 8px;
    border-radius: 50px;
}
i.sicon-menu:before {
    content: '\f142';
    font-family: fontawesome;
    color: #fff;
}
.store-footer h3, .s-block__title h2 {
    position: relative;
}
.s-block__title h2:before, .store-footer h3:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 5px;
    background: #f7992a;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -10px!important;
}
.s-product-card-entry {
    border-radius: 15px!important;
    box-shadow: rgb(0 0 0/2%) 0 10px 50px;
    background: #fff;
    border: 1px solid #e60062;
    overflow: hidden;
}
.s-product-card-entry * {
    text-align: center;
    justify-content: center;
}
.s-button-btn {
    color: #fff!important;
    text-align: center;
    background: linear-gradient(to right,#e60062,#e60062,#e60062,#5ebcc9);
    border-radius: 50px!important;
    border: 0;
    box-shadow: none;
}
.s-product-card-entry .sicon-shopping-bag:before {
    content: '\f07a';
    font-family: fontawesome;
}
.store-footer__inner {
     background: linear-gradient(to right,#e60062,#e60062,#e60062,#5ebcc9);
}
.footer-is-light .store-footer * {
    text-align: center;
    justify-content: center;
    color: #fff;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0px !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0px !important;
    width: 100% !important;
    max-width: unset;
}

.banner--fixed img {
    border-radius: 0px !important;
    background: transparent !important;
}
.top-navbar {
    padding-top: 15px;
    background-color: #e60062 !important;
    color: white !important;
}
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

 .two-row .banner-entry:first-child {
    grid-area: 1/1/1/1;
}

a.banner-entry.square-photos {
    background: transparent;
    height: 230px;
}

a.banner-entry.square-photos > div {
    background-size: contain;
    background-repeat: no-repeat;
}
.index > div.app-inner > section:nth-child(9) a.banner-entry.square-photos {
    height: 125px;
}
@media (max-width: 992px) {
    .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

 .two-row .banner-entry:first-child {
    grid-area: 1/1/1/1;
}

a.banner-entry.square-photos {
    background: transparent;
    height: 157px;
}

a.banner-entry.square-photos > div {
    background-size: contain;
    background-repeat: no-repeat;
}
.index > div.app-inner > section:nth-child(9) a.banner-entry.square-photos {
    height: 92px;
}
}
.s-product-card-content-title a {
    color: #e50061;
    font-size: 1.2rem;
}

h4.s-product-card-price {
    color: #e60062;
    font-size: 1rem;
}
.s-block__title h2 {
    font-size: 22px;
    margin-right: 10px;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
}

[dir=rtl] section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper {
    padding: 0;
}

section.s-block.s-block--photos-slider {
    margin-top: 0;
}

section.s-block.s-block--photos-slider img {
    border-radius: 0;
}

.topnav-link-item:last-child:where([dir=rtl],[dir=rtl] *) {
    visibility: hidden;
}
.dkuywW {
    visibility: hidden !important;
    }

.store-footer__inner > div > div:first-child {
    position: relative;
}
.store-footer__inner > div > div:first-child:before {
    position: absolute;
    display: inline-block;
    content: '';
    background-image: url(https://i.ibb.co/tQYDq5y/Saudi-Business-Center-Logo.png);
    width: 100px;
    height: 100px;
    top: 50%;
    right: 20%;
    transform: translate(-50%, 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767px) {
.store-footer__inner > div > div:first-child {
    position: relative;
    margin-bottom: 100px !important; 
}
    .sc-q8c6tt-3.fSRmCn {
        margin-bottom: 50px !important;
    }
}







/*****************************/

.first-offer svg path:first-child {
    animation-name: svg-1;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    transform-origin: bottom center;
}
.first-offer svg path:last-child{
    animation-name: svg-2;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    fill: #fff;
}

@keyframes svg-1 {
    0% {
        transform: scale(.7);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.65);
    }
}
@keyframes svg-2 {
    0% {
        transform: rotateY(60deg);
    }
    50% {
        transform: rotateY(-60deg);
    }
    100% {
        transform: rotateY(60deg);
    }
}



.marketing-section {
    margin-top: 2rem;
    margin-bottom: 2rem;}
    
    
@media (max-width: 767px){

.grid-box div {
    width: 100% !important;
}

}


.cart .s-reviews-container:first-child 
    {
    display: none;
    }