/* Add custom CSS styles below */ 
@font-face {
font-family: 'GESSTextMedium';
    src: url('https://raw.githubusercontent.com/abdulrazzaq-designer/fonts/refs/heads/main/beINNewArabicFont2017-Regular.ttf');
}

@font-face {
    font-family: 'GESSTextMedium';
    src: url('https://raw.githubusercontent.com/abdulrazzaq-designer/fonts/refs/heads/main/beINNewArabicFont2017-Bold.ttf');
    font-weight:700;
}

@font-face {
    font-family: 'nasrt';
    src: url('https://raw.githubusercontent.com/abdulrazzaq-designer/fonts/refs/heads/main/خط نصرت.ttf');
}
 
body, *:not(i) {
font-family: 'GESSTextMedium' !important;
}











body .app-inner:after {
    background-size: 13rem;
}

video.custom-video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background-color: #24232f;
  z-index: 999999;
  opacity: 1;
  clip-path: circle(100% at center);
  transition: opacity 1s ease, transform 0.6s ease, clip-path 0.6s ease;
  object-fit: cover;
  width: 800px;   /* حجم الفيديو على اللابتوب */
  height: 450px;
}

a.brands-link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

a.brands-link:after {
    content: "";
    background-image: url(https://cdn.salla.sa/form-builder/GcFEkdjrwIpKTnHzrSLj3IIASyobarFY4CABiGLX.png);
    background-size: contain;
    height: 50px;
    width: 50px;
    display: block;
}

body .s-modal-container {
    z-index: 999999999999999999999999999999999;
}

.mobile-menu .btn--rounded-gray {
    border-radius: 14px;
    color: #fff;
    background-color: #f25a3a !important;
    width: calc(100% - 48px);
    margin: 24px 24px 0px 24px;
    box-shadow: inset 0px 0px 0px 3px #ffffff2e;
}

#app .mobile-nav {
    box-shadow: inset 0px 0px 0px 3px #ffffff2e;
}

@media (min-width: 1024px) {
.btn--rounded-gray {
    background: #111111 !important;
    border-radius: 14px!important;
    color: #fff;
}
}















/*      ======      HEADER      ======      */
.top-navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.top {
    margin-top: 1rem;
}

.navbar-brand img {
    max-height: 3.5rem;
    width: auto;
    max-width: 170px;
    margin-top: -4px;
}

.header-is-dark #mainnav {
    background-color: #22222f;
    color: var(--header-text-color);
    border-radius: 0px 0px 20px 20px;
}

.s-user-menu-toggler.opened .s-user-menu-dropdown {
    border-radius: 12px;
}

.store-header, .store-header .inner {
    border-radius: 0px 0px 20px 20px !important;
    /*margin-bottom: 15px;*/
}

#app .s-cart-summary-count, .header-wishlist-count i.icon-heart::after {
    background-color: #e90000;
    background-color: var(--cart-count-bg, #e90000) !important;
    background-color: #e90000 !important;
}

.header-signInBtn {
    border-radius: 12px;
}

[dir="rtl"] .header-innerLeft salla-cart-summary {
    margin-right: 0;
}

.s-cart-summary-wrapper .cart-sum-icon {
    transform: scale(1);
}

.header-signInBtn .i-icon-user:before {
    font-size: 24px !important;
    top: -1px;
}

[dir="rtl"] .s-cart-summary-count {
    right: inherit;
    left: -8px;
}

.store-header .px-2 {
    padding-left: 0px;
    padding-right: 10px;
}

.sicon-moon:before, .sicon-right:before, .sicon-search:before, .sicon-user:before, .sicon-shopping:before, .dm-toggler i svg, .sicon-home:before, .sicon-list:before  {
    color: #0000;
    font-size: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sicon-home:before {
    background-image: url(https://cdn.salla.sa/form-builder/jq0tFedmr7ndj2BVqvMK8aoAJcx5A2GZpnK4C2We.png);
}

.sicon-moon:before {
    background-image: url(https://cdn.salla.sa/form-builder/IypqHx9Jdc2uOUNty8ykajUCaEBwyamb3LxbmP9F.png);
}

.dm-toggler i svg {
    background-image: url(https://cdn.salla.sa/form-builder/GtB2SZ4riKUBgTkjqtBjr71OGSVeO6urPjWdAbSs.png);
}

.sicon-right:before, .sicon-list:before {
    background-image: url(https://cdn.salla.sa/form-builder/xx6pafkBp0CxZZjJwsZ63QDix7o6yjJqs6K5Xaw5.png);
}

.sicon-search:before {
    background-image: url(https://cdn.salla.sa/form-builder/x1ll2WApyTuJ4r87ChIDIQPufUttNshi1rc4Ekwp.png);
}

.sicon-user:before {
    background-image: url(https://cdn.salla.sa/form-builder/UNrpyXENQG6igFDSSMskI1G3BFWc55G7La8WR7X1.png);
}

.sicon-shopping:before {
    background-image: url(https://cdn.salla.sa/form-builder/lbWOogWsL4x9YxU1RPZQzhztYPARZ6I53J4hxePS.png);
}

.store-header .sicon-shopping:before {
    font-size: 25px;
    top: -1px;
    position: relative;
}

.dm-toggler i.mode-sun svg {
    transform: scale(1.05);
}













/*      ======      BOTTONS      ======      */
@media (min-width: 1280px) {
.top {
    max-width: 1320px;
}
}

#mobile-menu .menu__bg {
    background-color: #0000;
}

.section-is-slider .pagination-is-under .swiper-wrapper {
    padding-bottom: 3px;
}

salla-slider .swiper-pagination-bullet, .dark salla-slider .swiper-pagination-bullet {
    border: 0px solid rgba(255, 0, 0, 0);
    box-sizing: content-box;
    width: 18px;
    height: 3px;
    border-radius: 20rem;
    background-clip: content-box;
    outline: 0px solid #fff;
    background-color: #fff!important;
    transition: all 0.1s;
}

salla-slider .swiper-pagination-bullet-active, .dark salla-slider .swiper-pagination-bullet-active {
    outline: 1px solid #fff;
    opacity: 1 !important;
    outline-offset: 1.5px;
}

.section-is-slider .pagination-is-under .swiper-pagination-horizontal {
    bottom: 0px;
}

@media (min-width: 1024px) {
salla-slider .swiper-pagination-bullet {
    border: 0px solid rgba(255, 0, 0, 0);
    box-sizing: content-box;
    width: 28px!important;
    height: 6px!important;
    border-radius: 20rem;
    background-clip: content-box;
    outline: 0px solid #fff;
    background-color: #fff!important;
    transition: all 0.1s;
}

salla-slider .swiper-pagination-bullet-active, .dark salla-slider .swiper-pagination-bullet-active {
    outline: 1.5px solid #fff;
    opacity: 1 !important;
    outline-offset: 3px;
}

.section-is-slider .pagination-is-under .swiper-pagination-horizontal {
    bottom: 12px;
}
}










.feature-icon img {
    pointer-events: none;
    height: 55px;
}

.s-block--features {
    margin-top: 2rem !important;
    padding-top: 0px;
}

.enhanced-features .feature-icon {
    z-index: 0;
    background-color: #f25a3a!important;
    border-radius: 50% 50% 0px 0px / 13px 13px 0px 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top: -1.2rem !important;
}

.s-block--features__item:before {
    content: "";
    height: 50%;
    width: 27px;
    right: 0px;
    position: absolute;
    background: #d9dada;
    clip-path: polygon(100% 0, 100% 20%, 55% 50%, 100% 80%, 100% 100%, 75% 100%, 0% 50%, 75% 0);
    transform: translateY(50%);
    bottom: 50%;
}

.s-block--features__item:after {
    content: "";
    height: 50%;
    width: 27px;
    left: 0px;
    position: absolute;
    background: #d9dada;
    clip-path: polygon(0 0, 25% 0, 100% 50%, 25% 100%, 0 100%, 0 80%, 45% 50%, 0 20%);
    transform: translateY(50%);
    bottom: 50%;
}

.dark .s-block--features__item:before {
    background: #171721;
}

.dark .s-block--features__item:after {
    background: #171721;
}

@media (min-width: 1024px) {
.s-block--features__item:before {
    content: "";
    height: 63%;
    width: 33px;
}

.s-block--features__item:after {
    content: "";
    height: 63%;
    width: 33px;
}
}



.grid-cols-3 > .s-block--features__item {
    align-items: center;
    padding: 0px 10px 12px 10px;
    border-radius: 16px;
}

.enhanced-features.icons-floating .s-block--features__item {
    padding-top: 4rem;
}

.enhanced-features .feature-icon:before {
    display: flex;
    content: "";
    height: 18px;
    top: -5px;
    position: absolute;
    width: 100%;
    clip-path: polygon( 100% 100%,100% 100%,99.917% 93.561%,99.675% 87.351%,99.282% 81.435%,98.75% 75.879%,98.087% 70.746%,97.303% 66.102%,96.408% 62.011%,95.412% 58.539%,94.324% 55.75%,93.154% 53.71%,57.714% 5.161%,57.714% 5.161%,56.191% 3.289%,54.655% 1.832%,53.108% 0.792%,51.554% 0.168%,49.996% -0.04%,48.437% 0.168%,46.88% 0.792%,45.329% 1.832%,43.786% 3.289%,42.255% 5.161%,6.846% 53.71%,6.846% 53.71%,5.676% 55.794%,4.588% 58.617%,3.592% 62.113%,2.697% 66.218%,1.913% 70.867%,1.25% 75.995%,0.718% 81.537%,0.325% 87.428%,0.083% 93.604%,0% 100%,100% 100% );
    z-index: -1;
    background: #f25a3a;
}














/*      ======      BRANDS      ======      */
.mySlider .brand-item img.bg-contain {
    padding: 10px;
    object-fit: contain;
    background: #fff;
    border-radius: 14px;
    box-shadow: #00000069 0px 0px 0px -5px;
    border: #000 solid 2px;
    border-radius: 20px;
}

@media (min-width: 1024px) {
section.s-block.s-block--logos-slider.all.s-block--full-bg.pt-8.sm\:pt-12.pb-8.sm\:pb-20.s-block--live-editor {
    max-width: 1280px;
    margin-inline: auto;
}
.mySlider .brand-item {
    margin: 0 0rem;
    max-width: calc(20% - 0.8rem) !important;
}
}

.mySlider .brand-item {
    max-width: calc(33% - 0.8rem);
    margin: 0 0.4rem;
}
salla-slider[type]:not(.hydrated) > div, salla-slider[type]:not(.hydrated) .swiper > div > div, .carousel-slider .swiper {
    margin-left: -5px;
    margin-right: 0px;
    display: flex;
    padding-left: 8px !important;
    padding-right: 5px !important;
}
















/*      ======      VISITORS      ======      */
.testimonials-slider {
    border-radius: 14px;
    overflow: hidden;
}

.testimonial {
    border-radius: 14px !important;
}

.s-block--testimonials .s-slider-block__title-nav {
    top: 50% !important;
    max-width: 100% !important;
}

.testimonials-slider .swiper:where([dir="rtl"], [dir="rtl"] *), .testimonials-slider .swiper:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 0px;
    padding-right: 0px;
    margin-inline: -10px;
}

body .testimonials-slider .testimonial {
    background-color: #f2f2f2;
    color: #060606;
}

.testimonials-slider .testimonial {
    overflow: hidden;
}

.testimonials-slider .testimonial:before {
    content: "";
    background-image: url(https://cdn.salla.sa/form-builder/cwe5AHwU0M5WPC4xyy0zG7OKKCZ6ChPJi7YnCCJS.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 150%;
    width: 150%;
    position: absolute;
    right: 50%;
    transform: translate(50%, 50%);
    bottom: 80%;
}









.k-title {
    font-family: 'nasrt' !important;
}

.know-more-inner {
    position: relative;
}

.know-more-inner:before {
    content: "";
    height: 50%;
    width: 44px;
    right: -3px;
    position: absolute;
    background: #d9dada;
    clip-path: polygon(100% 0, 100% 20%, 55% 50%, 100% 80%, 100% 100%, 75% 100%, 0% 50%, 75% 0);
    transform: translateY(50%);
    bottom: 50%;
}

.know-more-inner:after {
    content: "";
    height: 50%;
    width: 44px;
    left: -3px;
    position: absolute;
    background: #d9dada;
    clip-path: polygon(0 0, 25% 0, 100% 50%, 25% 100%, 0 100%, 0 80%, 45% 50%, 0 20%);
    transform: translateY(50%);
    bottom: 50%;
}

.dark .know-more-inner:before {
    background: #171721;
}

.dark .know-more-inner:after {
    background: #171721;
}

@media (min-width: 1024px) {
.know-more-inner:before {
    content: "";
    height: 70%;
    width: 65px;
    right: 0px;
}

.know-more-inner:after {
    content: "";
    height: 70%;
    width: 65px;
    left: 0px;
}
}













/*      ======      FAQS      ======      */
.faaaqs .gap-4 {
    gap: 14px;
}

.faqs-section .faq-item {
    border-radius: 14px;
}

.faaaqs .pe-8 {
    padding: 6px 16px 6px 6px;
    font-weight: 700;
}

.faq-item .faq-inner .faq-icon {
    background-color: var(--text-color);
    color: var(--bg-color);
    padding: 6px;
}

.faqs-section .faq-item {
    border: 0px;
    background-color: #f2f2f2;
    backdrop-filter: blur(0px);
}

.question.dm-text-main {
    line-height: 24px;
    height: 20px;
    font-size: 13px;
}











/*      ======      PR      ======      */
#app salla-add-product-button button[product-id].s-button-primary {
    background: linear-gradient(
222deg, #ff8268 0%, #f25939 123%);
    border-radius: 30px !important;
    box-shadow: inset 0px 0px 0px 2px #ffffff5e;
    border: 0;
}

body#app.hide-img-btm-rad.p-border-on custom-salla-product-card.product-block .product-block__thumb:not(.s-product-card-image) img {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}

a.filters-trigger.bg-border-color.text-primary.lg\:hidden.mt-2.mx-4 {
    width: 100%;
    background: linear-gradient(222deg, #ff8268 0%, #f25939 123%);
    border-radius: 30px !important;
    box-shadow: inset 0px 0px 0px 2px #ffffff5e;
    margin: 0;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 22px;
    gap: 8px;
    line-height: 43px;
    font-weight: 700;
    color: #fff;
}

a.filters-trigger.bg-border-color.text-primary.lg\:hidden.mt-2.mx-4:after {
    content: "التصفية والفلتر";
    height: 40px;
}

.index-filter-wrapper.flex.items-center {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.center-between.w-full.mt-8 {
    gap: 10px;
}

h1#page-main-title {
    width: calc(100% - 10px);
    background: #eeeeee;
    height: 36px;
    line-height: 36px;
    padding-right: 12px;
    border-radius: 50px;
}















/*
.store-footer__inner:before {
    background-position: bottom;
    display: flex;
    content: "";
    height: 85px;
    margin-block: 20px;
    width: 100%;
    background-image: url(https://i.ibb.co/KjsWp5C/faz-logo-animated-min.gif);
    background-size: contain;
    background-repeat: no-repeat;
}
*/
@media (max-width: 767px) {
.store-footer {
    background-color: #f25a3a !important;
}
  .footer-foot:before {
    content: "";
    height: 68px;
    top: 1px;
    position: absolute;
    width: 100%;
    clip-path: polygon(100% 100%, 100% 100%, 99.917% 93.561%, 99.675% 87.351%, 99.282% 81.435%, 98.75% 75.879%, 98.087% 70.746%, 97.303% 66.102%, 96.408% 62.011%, 95.412% 58.539%, 94.324% 55.75%, 93.154% 53.71%, 57.714% 5.161%, 57.714% 5.161%, 56.191% 3.289%, 54.655% 1.832%, 53.108% 0.792%, 51.554% 0.168%, 49.996% -0.04%, 48.437% 0.168%, 46.88% 0.792%, 45.329% 1.832%, 43.786% 3.289%, 42.255% 5.161%, 6.846% 53.71%, 6.846% 53.71%, 5.676% 55.794%, 4.588% 58.617%, 3.592% 62.113%, 2.697% 66.218%, 1.913% 70.867%, 1.25% 75.995%, 0.718% 81.537%, 0.325% 87.428%, 0.083% 93.604%, 0% 100%, 100% 100%);
    z-index: -1;
    background: #f25a3a;
}

.footer-foot {
    height: calc(100% - 100px);
    margin-top: -68px;
    gap: 9px;
    display: grid;
  z-index: 0;
  position: relative;
}
}


@media only screen and (min-width: 1024px) {
.footer_top:before {
    height: 120px;
    width: 100%;
}

.footer-foot:before {
    content: "";
    height: 68px;
    right:0;
    top: -67px;
    position: absolute;
    width: 100%;
    clip-path: polygon(100% 100%, 100% 100%, 99.917% 93.561%, 99.675% 87.351%, 99.282% 81.435%, 98.75% 75.879%, 98.087% 70.746%, 97.303% 66.102%, 96.408% 62.011%, 95.412% 58.539%, 94.324% 55.75%, 93.154% 53.71%, 57.714% 5.161%, 57.714% 5.161%, 56.191% 3.289%, 54.655% 1.832%, 53.108% 0.792%, 51.554% 0.168%, 49.996% -0.04%, 48.437% 0.168%, 46.88% 0.792%, 45.329% 1.832%, 43.786% 3.289%, 42.255% 5.161%, 6.846% 53.71%, 6.846% 53.71%, 5.676% 55.794%, 4.588% 58.617%, 3.592% 62.113%, 2.697% 66.218%, 1.913% 70.867%, 1.25% 75.995%, 0.718% 81.537%, 0.325% 87.428%, 0.083% 93.604%, 0% 100%, 100% 100%);
    z-index: -1;
    background: #f25a3a;
}

.footer-foot {
    margin-top: 0px;
    gap: 9px;
    display: flex;
  z-index: 0;
  position: relative;
}
.footer-foot {
    width: 100%;
    background: #f25a3a;
  margin-bottom: 0px;
}
      .footer-container>div {
        grid-column: span 2;
    }
  [dir="rtl"] .rtl\:lg\:pl-20 {
    padding-left: 0rem;
}
  .s-contacts-list-vertical {
    flex-direction: row;
}
.s-contacts-list .unicode {
    unicode-bidi: plaintext;
    display: none;
}
.lg\:gap-2 {
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
}
  
.footer-list__item {
    margin-bottom: 10px;
    width: 100%;
}

}

.store-footer .line {
  display: none;
}

#app .footer-social-outer, #app .footer-contact {
    display: block !important;
    order: 1;
}

.footer_top:before {
    background-position: bottom;
    display: flex;
    content: "";
    height: 80px;
    margin-bottom: 35px;
    width: 100%;
    background-image: url(https://cdn.salla.sa/form-builder/W7B2RbDQzZBIMVBBGKH6z7KdqoO7Ha09ISWlpQNL.gif);
    background-size: contain;
    background-repeat: no-repeat;
}

.footer_logo {
    display: none;
}

p.max-w-sm.leading-6.mb-6 {
    font-size: 20px;
    line-height: 33px;
    max-width: 100%;
    margin-bottom: -30px;
}

.opacity-75 {
    opacity: 1;
}

.store-footer {
    background-color: #23232f;
}

.store-footer {
    position: relative;
    overflow: visible;
    padding-top: 0px;
    margin-top: 10rem;
    border-radius: 50% 50% 0 0 / 40px 40px 0 0;
}

.footer-is-dark .store-footer__inner {
    border-radius: 50% 50% 0 0 / 40px 40px 0 0;
    padding-bottom: 75px;
    background-color: #23232f;
    color: #fff;
    border: 0;
}

.store-footer:before {
    display: flex;
    content: "";
    height: 68px;
    top: -28px;
    position: absolute;
    width: 100%;
    clip-path: polygon( 100% 100%,100% 100%,99.917% 93.561%,99.675% 87.351%,99.282% 81.435%,98.75% 75.879%,98.087% 70.746%,97.303% 66.102%,96.408% 62.011%,95.412% 58.539%,94.324% 55.75%,93.154% 53.71%,57.714% 5.161%,57.714% 5.161%,56.191% 3.289%,54.655% 1.832%,53.108% 0.792%,51.554% 0.168%,49.996% -0.04%,48.437% 0.168%,46.88% 0.792%,45.329% 1.832%,43.786% 3.289%,42.255% 5.161%,6.846% 53.71%,6.846% 53.71%,5.676% 55.794%,4.588% 58.617%,3.592% 62.113%,2.697% 66.218%,1.913% 70.867%,1.25% 75.995%,0.718% 81.537%,0.325% 87.428%,0.083% 93.604%,0% 100%,100% 100% );
    z-index: 4;
    background: #23232f;
}

.footer-bottom {
    margin-inline: -15px;
    background: #f25a3a;
    position: relative;
    overflow: visible;
    z-index: 0;
    margin-top: 4rem;
    border-radius: 50% 50% 0 0 / 40px 40px 0 0;
    padding-inline: 15px;
}

.footer-bottom:before {
    display: flex;
    content: "";
    height: 68px;
    top: -28px;
    right: 0;
    position: absolute;
    width: 100%;
    clip-path: polygon( 100% 100%,100% 100%,99.917% 93.561%,99.675% 87.351%,99.282% 81.435%,98.75% 75.879%,98.087% 70.746%,97.303% 66.102%,96.408% 62.011%,95.412% 58.539%,94.324% 55.75%,93.154% 53.71%,57.714% 5.161%,57.714% 5.161%,56.191% 3.289%,54.655% 1.832%,53.108% 0.792%,51.554% 0.168%,49.996% -0.04%,48.437% 0.168%,46.88% 0.792%,45.329% 1.832%,43.786% 3.289%,42.255% 5.161%,6.846% 53.71%,6.846% 53.71%,5.676% 55.794%,4.588% 58.617%,3.592% 62.113%,2.697% 66.218%,1.913% 70.867%,1.25% 75.995%,0.718% 81.537%,0.325% 87.428%,0.083% 93.604%,0% 100%,100% 100% );
    z-index: -1;
    background: #f25a3a;
}

.store-footer h3 {
    background: #f25a3a;
    text-align: center;
    border-radius: 30px;
    height: 32px;
    line-height: 32px;
    font-weight: 100 !important;
    box-shadow: inset 0px 0px 0px 3px #ffffff2e;
    margin-top: 14px;
}

.footer-payment-title {
    background: #ffffff33 !important;
}

.grid-cols-4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-tax-wrapper.flex.rtl\:space-x-reverse.space-x-2.items-end.my-2 {
    width: auto !important;
    max-width: 200px;
    margin-inline: auto;
    background: #111117;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 14px;
}

@media only screen and (min-width: 1024px) {
.footer_top {
    order: 2;
    grid-column: span 3 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-payment-title {
    background: #f25a3a !important;
}
.footer-links {
    order: 3;
}
.footer-bottom {
    order: 4;
}

.footer-list__item {
    margin-bottom: 10px;
}

.footer-hide-social-title .store-footer .footer-social-item a {
    border-width: 1px;
    height: 38px;
    width: 38px;
    justify-content: center;
}


.footer-tax-wrapper.flex.rtl\:space-x-reverse.space-x-2.items-end.my-2 {
    width: auto !important;
    max-width: 200px;
    margin-inline: auto;
    background: #111117;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 14px;
}

.new-container {
    order: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#app .footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.footer_top .grid {
    display: grid;
    justify-items: center;
}

.lg\:rtl\:mr-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: auto;
    text-align: center;
}

.footer-bottom .justify-start {
    justify-content: center;
}

.footer-bottom:before {
    display: none;
}

.lg\:rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0;
}

span.text-sm.opacity-75.lg\:text-center.px-4.block.my-2 {
    margin-inline: -15px;
    background: #f25a3a;
    position: relative;
    overflow: visible;
    z-index: 0;
    margin-top: 0rem;
    border-radius: 50% 50% 0 0 / 40px 40px 0 0;
    padding-inline: 15px;
    margin: 0;
    padding-bottom: 15px;
}

span.text-sm.opacity-75.lg\:text-center.px-4.block.my-2:before {
    display: flex;
    content: "";
    height: 68px;
    top: -33px;
    right: 0;
    position: absolute;
    width: 100%;
    clip-path: polygon( 100% 100%,100% 100%,99.917% 93.561%,99.675% 87.351%,99.282% 81.435%,98.75% 75.879%,98.087% 70.746%,97.303% 66.102%,96.408% 62.011%,95.412% 58.539%,94.324% 55.75%,93.154% 53.71%,57.714% 5.161%,57.714% 5.161%,56.191% 3.289%,54.655% 1.832%,53.108% 0.792%,51.554% 0.168%,49.996% -0.04%,48.437% 0.168%,46.88% 0.792%,45.329% 1.832%,43.786% 3.289%,42.255% 5.161%,6.846% 53.71%,6.846% 53.71%,5.676% 55.794%,4.588% 58.617%,3.592% 62.113%,2.697% 66.218%,1.913% 70.867%,1.25% 75.995%,0.718% 81.537%,0.325% 87.428%,0.083% 93.604%,0% 100%,100% 100% );
    z-index: -1;
    background: #f25a3a;
}



.store-footer__inner {
    border-bottom-width: 0px;
    padding-bottom: 0rem;
}

.border-t-\[0\.5px\] {
    border-top-width: 0px;
}

.footer-bottom {
    margin-inline: 0px;
    background: #0000;
    position: relative;
    overflow: visible;
    z-index: 0;
    margin-top: 0rem;
    border-radius: 50% 50% 0 0 / 40px 40px 0 0;
    padding-inline: 0px;
}

.rtl\:lg\:pl-20:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem;
}

p.max-w-sm.leading-6.mb-6 {
    font-size: 20px;
    line-height: 33px;
    max-width: 100%;
    text-align: center;
}
/*
.footer_logo {
    display: none;
}*/
}

.icon-instagram, .icon-snapchat, .icon-tiktok, .icon-youtube, .sicon-whatsapp2:before, .wrapper-for-sicon-iphone .icon-contact, .wrapper-for-sicon-paper-plane-o .icon-contact, .wrapper-for-sicon-mail .icon-contact  {
    color: #0000;
    font-size: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    border-radius: 0px;
    width: 24px;
}

.icon-contact > svg {
    width: 30px;
    height: 26px;
}

.icon-instagram {
    background-image: url(https://cdn.salla.sa/form-builder/R0bfcRqbevb83lTqhC45NLg0JJjs8PlLZMenAKrH.png);
}

.icon-snapchat {
    background-image: url(https://cdn.salla.sa/form-builder/VvjiALf0G5PsyY6QrEGT37L2NMTz7jBMp0CI9GPK.png);
}

.icon-tiktok {
    background-image: url(https://cdn.salla.sa/form-builder/IdH9KPbyb98B512Z8LNWrWMRzL3SRiGQ9lGKgmvY.png);
}

.icon-youtube {
    background-image: url(https://cdn.salla.sa/form-builder/CLgFyaKNXBHnpUwunBpvP5BjnDNszflY9Nrm9FQW.png);
}

.sicon-whatsapp2:before {
    background-image: url(https://cdn.salla.sa/form-builder/AdnyPvVYMRbpbzzw4yzSPr28hdcr2Jgl6ZMIp2IR.png);
}

.wrapper-for-sicon-iphone .icon-contact {
    background-image: url(https://cdn.salla.sa/form-builder/Njw17TvGQBf5WlVBgnePX5WWylF16o6lEC20GhI7.png);
}

.wrapper-for-sicon-paper-plane-o .icon-contact {
    background-image: url(https://cdn.salla.sa/form-builder/rthPyaOasUAw8QepNUnUDBP4DjJHnfeGfGCrThFZ.png);
}

.wrapper-for-sicon-mail .icon-contact {
    background-image: url(https://cdn.salla.sa/form-builder/x8pLwnWsRuWOJPpwwzBIq1448vFbSh1iarbe58FM.png);
}

.footer-social {
    border-radius: 31px;
}

.rounded-md {
    border-radius: 14px !important;
}

.rounded {
    border-radius: 14px;
}

body.footer-hide-social-title .store-footer .footer-social-item a {
    height: 38px;
    width: 38px;
    background: #111117;
    border: 0;
    border-bottom: 35px !important;
}




















.title .animated-text-inner, .store-footer h3, .s-block--features__item h4, #app.desk-menu-like-mob .mm-spn.mm-spn--navbar.mm-spn--main:after {
    font-family: 'nasrt' !important;
}

.main-title .animated-text-inner, .store-footer h3, .s-block--features__item h4, #app.desk-menu-like-mob .mm-spn.mm-spn--navbar.mm-spn--main:after {
    font-family: 'nasrt' !important;
}

.main-title {
    margin-top: 1.5rem;
    margin-bottom: -8px;
}

.title {
    margin-top: 3rem;
}














body .s-design-before {
    display: none;
}