/* ================== Genral =================== */

/* logo     https://cdn.salla.sa/EybjR/y6s2inF2KSpsu76YqDZAUqHifVelDNH1Zhdg2qIc.png */
/* Colors   main #000 ( #2B2B2B )  #fff  */

/* ================== Font =================== */

@import url("https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css");
@import url("https://kit-free.fontawesome.com/releases/latest/css/free.min.css");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;500;700&&display=swap");

body,
*:not(i),
body .category-title {
  font-family: "Almarai", sans-serif !important;
}

/* ================== Header =================== */
/* Header BG */
header .site-header {
  box-shadow: none;
  background-color: #14110d !important;
}
header .site-header__wrapper .theme-logo img {
  display: inline-block;
  max-height: 63px !important;
  height: 63px !important;
  margin-left: 30px !important;
}
header .site-header {
  padding: 10px 0 !important;
}

span.sicon-search.icon,
i.cart-icon.sicon-shopping-bag.mr-2 {
  color: #fff;
}
.site-header .s-search-input {
  background-color: transparent;
  color: #fff;
  line-height: 3.5;
}
.site-header .s-search-input::placeholder {
  color: #fff;
}
.header-side-panel-trigger {
  color: #fff !important;
}
.switcher-toggler .btn {
  min-height: 40px;
}

a#main-cart-btn,
a.mobile-search-trigger.header-side-panel-trigger.d-md-none.ml-2 {
  color: #fff;
}
.side-panel-trigger .icon:before {
  font-size: 24px;
}

/* cart */
.s-cart-summary-icon svg,
header .site-header__cart a {
  fill: #fff !important;
  color: #fff !important;
}

/* ----------------------- Login ---------------------- */

/* user icon */
.s-modal-header-inner .s-login-modal-header-icon {
  border: none !important;
  border-radius: 0;
  background: url("https://cdn.salla.sa/QGXaG/vfsEsCbW2q9yjt8j8Ol68V61ggU610IrwrGJaAQ6.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 240px !important;
  height: 80px !important;
  margin-top: 20px !important;
}
.login-modal .login-methods {
  margin-top: 10px;
}
.s-modal-header-inner svg {
  border: none !important;
  display: none !important;
}

.s-login-modal .s-modal-header-inner {
  display: block;
  padding: 0 !important;
}
.s-login-modal .s-modal-title {
  text-align: center;
}
.s-login-modal .s-modal-padding {
  padding-top: 20px;
}

/* ================== Navigation =================== */

.header-block--nav-wrapper {
  background-color: #fff !important;
}
.nav-desktop.nav-desktop--horizontal > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-desktop.nav-desktop--horizontal > ul > li > a {
  transition: all 0.4s ease-in-out;
  font-size: 1rem;
  border-radius: 0px;
  color: #000 !important;
  background-color: #fff !important;
  margin: 0 8px;
}

.nav-desktop.nav-desktop--horizontal > ul > li > a:hover,
.nav-desktop.nav-desktop--horizontal > ul > li.active > a {
  color: #fff !important;
  background-color: #111 !important;
}

/* ================== Navigation Mobile =================== */

/* الفئات */
.mm-spn.mm-spn--navbar:after {
  text-align: center;
  font-size: 1.4rem;
  color: #111;
  padding-top: 5px;
}
.mm-spn.mm-spn--light {
  background-color: #fff;
  color: #000;
}

/* mobile navbar*/
ul.top-header__info span,
ul.top-header__info i {
  color: #000;
}

.nav-mobile .main-nav li a,
.nav-mobile .main-nav li a i {
  color: #000;
  transition: all 0.4s ease-in-out;
}
.nav-mobile .main-nav li a.active,
.nav-mobile .main-nav li a:hover {
  color: #fff;
  background-color: #111;
}
.nav-mobile .main-nav li a.active i,
.nav-mobile .main-nav li a:hover i {
  color: #fff;
}

/* السايد لوقو */
.mobile-side-panel .store-about {
  display: block !important;
}
.side-panel .store-about img {
  margin-left: 0px;
  max-width: 70px;
  height: auto;
  margin-bottom: 10px;
}

/* أزرار أسفل الموقع */

/* ================== Sections Images =================== */

/* make grid for sections */
section.home-block--square-images
  > .container
  > .row:not(.products-grid):not(.products-listing):last-child {
  display: grid !important;
  column-gap: 10px !important;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}
section.home-block--square-images .col-md-4 {
  width: 94%;
  max-width: 100% !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
/* أرتفاع صور الأقسام */
.banner--square {
  border-radius: 14px !important;
}
.banner--square figure {
  padding-top: 0;
  border-radius: 0px;
}
.banner--square figure img {
  position: initial;
}
.banner--square {
  background-color: rgb(116 133 153 / 5%) !important;
  margin-bottom: 15px !important;
}

/* small screens */
@media only screen and (max-width: 991px) {
  section.home-block--square-images
    > .container
    > .row:not(.products-grid):not(.products-listing):last-child {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 0px !important;
  }
  section.home-block--square-images .col-md-4 {
    width: 98%;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

/* ================== Section =================== */

/* section header && Category Title */
.home-block .title--has-dash,
.page--category .category-title .title.title--has-dash {
  font-size: 1.4rem;
  color: #000 !important;
  font-weight: bold !important;
  padding-right: 0px;
}
/* أيقونة العنوان */
.home-block .title.title--has-dash:before,
.page--category .category-title .title.title--has-dash:before {
  content: none;
}

/* .home-block--products-slider,
.home-block--fixed-products {
  padding: 15px 0 !important;
} */
/* عنوان الأقسام */
section.home-block--square-images.home-block .title--has-dash {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

/* عرض الكل */
.home-block.home-block--products-slider .container .btn.btn--oval,
.home-block--fixed-products.show-all .title.title--x-large .btn,
.home-block--slide-products.show-all .title.title--x-large .btn,
.splide__arrow {
  /*   padding: 4px 7px 0px; */
  transition: all 0.3s ease;
  color: #000;
  fill: #000;
  border: 1px solid #777;
  background-color: transparent;
  font-size: 15px !important;
  font-weight: normal !important;
}
.home-block.home-block--products-slider .container .btn.btn--oval:hover,
.home-block--fixed-products.show-all .title.title--x-large .btn:hover,
.home-block--slide-products.show-all .title.title--x-large .btn:hover,
.splide__arrow:hover {
  color: #000;
  fill: #000;
  border: 1px solid #000;
  background-color: #fff;
}

/* الأسهم معا بجنب عرض الكل */
@media only screen and (max-width: 1439px) {
  .splide--products-slider .splide__arrows {
    top: -65px !important;
    left: 108px !important;
  }
}
/* ================== Banners =================== */

.home-block.home-block--fixed-banner {
  padding: 0 !important;
}
.home-block.home-block--fixed-banner .row div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.home-block.home-block--fixed-banner .container {
  max-width: 100% !important;
}
.home-block.home-block--fixed-banner .banner--fixed,
.home-block.home-block--fixed-banner .banner--fixed img {
  border-radius: 0 !important;
}

.home-block.home-block--fixed-banner .banner--fixed,
.home-block.home-block--fixed-banner .banner--fixed img {
  border-radius: 0 !important;
}
/*last one*/

.home-block.home-block--fixed-banner:last-of-type {
  padding: 0 !important;
  margin-bottom: -7px !important;
}
.home-block.home-block--fixed-banner:last-of-type .row div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.home-block.home-block--fixed-banner:last-of-type .container {
  max-width: 100% !important;
}

.home-block.home-block--fixed-banner:last-of-type .banner--fixed {
  border-radius: 0 !important;
}
.home-block.home-block--fixed-banner:last-of-type .banner--fixed img {
  border-radius: 0 !important;
}

/* ================== Product =================== */
/* shadow for product */
.product-block {
  box-shadow: none !important;
  border: none !important;
  /*     padding: 8px; */
}
.product-block a img {
  padding: 8px;
}
/* إضافة للسلة */
body .product-block .btn--add-to-cart {
  border: solid 2px;
  font-size: 1.2rem;
  margin: 0.5rem auto;
  padding: 7px 0px 0px !important;
  display: block;
  text-align: center;
  border-radius: 4px;
  width: 88%;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  height: auto;
  transform: none;
  border: none;
  color: #fff;
  transition: all 0.3s ease;
  background-color: #000;
}
body .product-block .btn--add-to-cart:hover {
  opacity: 1 !important;
  background-color: #14110d;
  color: #fff;
}

body .product-block .btn--add-to-cart:hover * {
  opacity: 1 !important;
}
.sicon-shopping-bag:before {
  content: "إضافة للسلة";
  display: block;
  line-height: 30px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: bold;
}

.btn--add-to-cart .s-button-element {
  width: 100% !important;
  height: 100% !important;
  color: #fff;
}
.btn--add-to-cart:hover .s-button-element {
  color: #fff;
}

.btn--floated.btn--add-to-cart.disabled {
  background: rgba(245, 81, 87, 0.12) !important;
  color: #f55157 !important;
  opacity: 1 !important;
}
.btn--floated.btn--add-to-cart.disabled .sicon-shopping-bag::before {
  content: "نفدت الكمية" !important;
  color: #f55157 !important;
  opacity: 1 !important;
}
.btn--add-to-cart.disabled:before {
  display: none;
}
.btn--add-to-cart.disabled i {
  opacity: 1 !important;
}

/* For EN Language */
html[lang="en"] .sicon-shopping-bag:before {
  content: "Add To Cart" !important;
}
html[lang="en"]
  .btn--floated.btn--add-to-cart.disabled
  .sicon-shopping-bag::before {
  content: "Out Of Stock" !important;
  margin-left: -10% !important;
}

/* توسيط بيانات المنتج */
body .product-block .title {
  color: #000 !important;
  font-weight: 500;
  font-size: 1rem;
}
.product-block__info .product-title p {
  font-size: 13px !important;
  font-weight: 500 !important;
}
body .product-block .product-block__info {
  text-align: center;
}

.badge--ribbon.badge--primary {
  background-color: #f6f6f6;
  color: #000;
  border-radius: 2px;
  font-weight: bold;
}
/* ================ Product Details ================*/
.splide--images .splide__slide img {
  max-height: 400px;
}
.h2-badge {
  position: relative;
  padding-right: 5px;
}
.h2-badge:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #000;
}

.product-details__title .title--xx-large {
  color: #000;
}
.product-details__info .product-section--quantity .s-button-element {
  background-color: #000;
  color: #fff;
  border-radius: 7px;
}
.product-details__info .product-section--quantity .s-quantity-input-container {
  border-radius: 8px;
  border: 2px solid #000;
}
salla-quantity-input .s-quantity-input-button svg {
  max-width: 20px;
  fill: #000000;
}
.s-quantity-input-input {
  border: none;
  font-size: 15px;
}
/* comments */

.comments--product .view-comment__comment {
  margin: 10px 5px;
  padding: 12px;
  border-radius: 8px;
  background-color: #000;
  border: none;
  color: #fff;
}
.view-comment__comment .name {
  color: #fff !important;
  font-weight: bold;
}
.comments--product .comment-content {
  color: #eee !important;
  font-size: 17px;
}
.view-comment__comment .comment-wrapper .comment-date {
  color: #eee;
}
.name-rating-wrapper .user-info > span:last-child {
  display: none;
}
.s-comment-form-action salla-button button {
  background-color: #000 !important;
}
/* user avatar_male */
img[src*="https://cdn.assets.salla.network/stores/themes/default/assets/images/avatar_male.png"]
{
  content: url("https://cdn.salla.sa/QGXaG/45tOkuFhVZKWMdeTAHPTtSXPhRc0RFjmeM3Dd97C.png");
}

/* صور المنتج */
.splide--images .splide__track {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0px;
}
.product-details__slider .badge {
  display: none;
}
.article.article--main.article--product-details.mb-50 {
  margin-bottom: 0 !important;
}
.share-like-wrapper {
  margin: 5px 0 !important;
}
.grid-block.pay-installment.mb-20 {
  margin-bottom: 1px !important;
  margin-top: 1px;
}
/* update product detials */
.product-single .page-wrapper.bg-grey {
  background-color: #fff !important;
}
.product-single .comments.comments--product,
.product-single .offers-block.bg-grey {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.product-single .offers-block.bg-grey {
  background-color: #000;
  color: #fff;
}
.product-single .offers-block.bg-grey .title,
.product-single .offers-block.bg-grey b {
  color: #fff !important;
}

@media (max-width: 767px) {
  .product-single .comments.comments--product,
  .product-single .offers-block.bg-grey {
    width: 90%;
  }
}

/* مودال العرض الخاص */
.s-offer-modal-type-.salla-modal.s-modal.s-modal-container.hydrated {
  display: none !important;
}

/* ====================== in product page ============= */

/* أضافة للسلة */ /* اتمام الطلب */ /*  عودة للرئيسية */
.page--cart .btn--oval {
  transition: all 0.3s ease;
  border-radius: 42px !important;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
.page--cart .btn--oval:hover {
  opacity: 1 !important;
  border-radius: 42px !important;
  color: #fff;
  background-color: #000;
}
.page--cart .btn--oval i {
  display: none;
}

.placeholder-block.placeholder-block--no-category i {
  background-image: url("https://cdn.salla.sa/QGXaG/45tOkuFhVZKWMdeTAHPTtSXPhRc0RFjmeM3Dd97C.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 75px;
  height: 75px;
}

.placeholder-block.placeholder-block--no-category i:before {
  display: none;
}
.placeholder-block.placeholder-block--no-category p {
  font-size: 0;
}
.placeholder-block.placeholder-block--no-category p:before {
  content: "نآسف لم نعثر على أي نتائج";
  font-size: 18px;
}

/* ================== Features =================== */
/* مميزات المتجر */
.home-block.home-block--store-features .row {
  padding-top: 40px;
}
.home-block.home-block--store-features .row:before {
  content: "مايميزنا";
  display: block;
  visibility: visible;
  position: absolute;
  left: calc(50% - 40px);
  top: 2%;
  height: 2.5rem;
  font-size: 1.5rem;
  color: #000 !important;
  font-weight: bold !important;
}

.store-feature .title {
  font-size: 20px;
  font-weight: bold;
  color: #000 !important;
}
.store-feature p {
  font-size: 16px;
  font-size: 0px;
  color: #7e7e7e;
}
.store-feature__icon {
  color: #000;
  width: 100%;
  height: auto;
}
.store-feature__icon i:before {
  font-size: 5rem;
}
.store-feature__icon:before,
.store-feature__icon:after {
  background-color: transparent !important;
}

/* آراء العملاء  العنوان */
.home-block--testimonials .title.title--has-dash {
  background-image: none;
  text-align: center;
  padding-right: 0;
  font-size: 0px;
  margin-top: 30px;
}
.home-block--testimonials .title.title--has-dash:before {
  content: "آراء عملاءنا";
  background-image: none;
  background-color: transparent !important;
  width: 100%;
  display: block;
  visibility: visible;
  position: absolute;
  left: calc(50% + 44px);
  top: 1%;
  height: 5rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding-right: 0;
}
/* آراء العملاء العناصر */
.splide--testimonials .splide__list {
  padding: 5px 0 !important;
}
.testimonial-entry {
  margin: 0px;
  /*   background: #fff
    url(https://cdn.salla.sa/EdvPG/mtN0krbpzG8Lo49nyvkZ5wkKbB12pAlKe7sbvfY7.gif)
    top 2.5rem left 1rem/35px no-repeat !important; */
  background-color: #000;
  border: 1px solid rgba(40, 39, 39, 16%);
  border: none;
  border-radius: 11px !important;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 10%);
  box-shadow: none !important;
}
.testimonial-entry .title--primary {
  color: #fff !important;
  text-align: start;
}
.testimonial-entry__excerpt p {
  font-size: 16px;
  color: #fff !important;
}
.testimonial-entry__info .avatar-wrapper {
  display: none;
}
.testimonial-entry__rate .s-rating-stars-small svg {
  max-width: 16px;
}
.testimonial-entry__info div.title small {
  display: none;
}
/* .splide--testimonials li.splide__slide {
  margin: 0 !important;
}
.splide--testimonials .splide__list {
  display: grid !important;
  gap: 10px !important;
} */
/* شكل الأراء */

.testimonial-entry {
  text-align: center;
  margin: 0 40px;
}
.testimonial-entry__info {
  flex-direction: column;
}
.testimonial-entry__info .avatar-wrapper {
  margin-bottom: 7px;
}
/* ================== Others =================== */

.home-block--bg {
  background-color: #fff;
}
.home-block {
  background-color: #fff !important;
}

.home-block.home-block--slide-products:nth-of-type(5) {
  background-color: #1f1919 !important;
  padding-bottom: 2.5rem !important;
  margin-bottom: 4rem;
}
.home-block.home-block--slide-products:nth-of-type(7) {
  background-color: #252122 !important;
  padding-bottom: 2.5rem !important;
  margin-bottom: 4rem;
}
.home-block.home-block--slide-products:nth-of-type(5) .title--has-dash,
.home-block.home-block--slide-products:nth-of-type(7) .title--has-dash {
  color: #fff !important;
}
.home-block.home-block--slide-products:nth-of-type(5) .title--has-dash,
.home-block.home-block--slide-products:nth-of-type(7) .title--has-dash {
  color: #fff !important;
}
.home-block.home-block--slide-products:nth-of-type(5) .title .btn,
.home-block.home-block--slide-products:nth-of-type(7) .title .btn,
.home-block.home-block--slide-products:nth-of-type(5) .splide__arrow,
.home-block.home-block--slide-products:nth-of-type(7) .splide__arrow {
  color: #fff !important;
  fill: #fff !important;
  border: 1px solid #eee;
}

.home-block.home-block--slide-products:nth-of-type(5) .title .btn:hover,
.home-block.home-block--slide-products:nth-of-type(7) .title .btn:hover,
.home-block.home-block--slide-products:nth-of-type(5) .splide__arrow:hover,
.home-block.home-block--slide-products:nth-of-type(7) .splide__arrow:hover {
  color: #000 !important;
  fill: #fff !important;
  border: 1px solid #fff;
  background-color: #fff;
}
/* ================== Footer =================== */

/* -------------------- Footer Top   ------------------ */
.footer {
  background-color: #14110d;
}
.store-about > p {
  color: #fff !important;
  line-height: 1.2;
  margin-bottom: 10px;
  /*   font-size: 18px; */
  text-align: center;
}

.footer .footer__block,
.footer .footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* section header */
.footer .title--has-dash {
  font-size: 1.2rem !important;
  font-weight: bold;
  color: #fff !important;
  padding-right: 0px;
}
.footer .title--has-dash:before {
  content: none;
}

/*  نمو من نحن */
.footer__top .footer__block .store-about > .title {
  font-size: 0px !important;
  content: url("https://cdn.salla.sa/QGXaG/vfsEsCbW2q9yjt8j8Ol68V61ggU610IrwrGJaAQ6.png");
  height: 70px;
  margin: auto;
}

/* روابط مهمة */
.footer .store-links .footer-list li a {
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: normal;
  line-height: 1.3;
  padding: 5px 0 !important;
}
.footer .store-links .footer-list li a:hover {
  text-decoration: underline;
  color: #fff !important;
}

/* icons شبكات التواصل */
.footer-list--social-links li a {
  transition: all 0.4s ease-in-out;
  border-radius: 50% !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.footer-list--social-links li a i {
  color: #14110d !important;
  font-size: 20px;
}
.footer-list--social-links li a:hover {
  border: 1px solid #fff !important;
  background-color: #000 !important;
  box-shadow: none;
}
.footer-list--social-links li a:hover *:before {
  color: #fff !important;
}

/* تواصل معنا */
.store-contact-info a {
  color: #fff !important;
  font-weight: normal;
  font-size: 15px;
}
.store-contact-info a i {
  font-size: 20px;
}
.store-contact-info a:hover {
  color: #eee !important;
}

.footer-list--payment-methods li {
  background-color: #fff;
  border-radius: 4px;
  min-height: 20px;
  margin: 3px 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.footer {
  border: none;
}
.footer__top {
  border-bottom: 1px solid #fff;
}
/* ----------------------- Footer Bottom ---------------------- */

.store-certificate__text span {
  color: #fff;
}
.store-certificate__text .number {
  color: #fff;
  margin: 0px 4px 0;
}
.footer__bottom {
  padding: 15px 0;
  background-color: #fff;
  font-size: var(--font-sm);
  font-weight: bold;
  /*   color: #fff !important; */
}
.footer__bottom a {
  color: #000;
}
.footer__mid {
  border: none !important;
}
/* إخفاء صنع من سلة */
.footer__bottom .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

/* ================== For English store =================== */

/* For EN Language */
html[lang="en"]
  .btn--floated.btn--add-to-cart
  .s-button-disabled
  .sicon-shopping-bag::before {
  content: "Out Of Stuck" !important;
}

html[lang="en"] .splide--products-slider .splide__arrows {
  left: auto !important;
}

html[lang="en"]
  .home-block--testimonials
  .title.title--primary.title--x-large.title--has-dash.mb-30:before {
  content: "Our Clients";
  left: calc(50% - 120px);
  width: auto;
}
html[lang="en"] .home-block.home-block--store-features .row:before {
  content: "Our Features";
  left: calc(50% - 80px);
}
/* ================== Meadia Queries =================== */
@media (max-width: 767px) {
  .home-block--main-slider {
    padding: 0px 0 20px !important;
  }
  header .site-header__wrapper .theme-logo img {
    max-height: 46px !important;
  }
  .banner--square {
    margin: 0 0 10px !important;
  }
  .store-feature {
    margin-bottom: 15px !important;
  }
  .home-block--store-features .col-sm-12 {
    flex: 0 0 30%;
    margin: 10px auto !important;
    padding: 0;
  }

  .site-header .s-search-input {
    color: #14110d;
  }
  .store-feature .title {
    font-size: 14px;
    font-weight: normal;
  }
  .home-block .title--has-dash,
  .page--category .category-title .title--has-dash {
    font-size: 1.3rem;
  }

  .testimonial-entry {
    margin: 0 4px;
  }

  .footer {
    background-image: none;
  }
  .footer .title--has-dash {
    font-size: 1.2rem !important;
  }

  body ul.footer-list--social-links li a {
    width: 32px !important;
    height: 32px !important;
  }
  .footer-list--social-links li a i {
    font-size: 18px;
  }

  .store-contact-info a {
    font-size: 13px;
  }
  .store-contact-info a i {
    font-size: 16px;
  }

  .comments--product .view-comment__comment {
    margin: 8px 5px;
    padding: 7px;
  }

  /*  ترتيب أقسام الفوتر في الجوال */
  .footer__top .row .col-md-4:nth-of-type(2) {
    order: 1;
    display: inline-block;
  }
  .footer__top .row .col-md-4:nth-of-type(1) {
    order: 2;
    display: inline-block;
    width: 45%;
    max-width: 45%;
    padding: 0 6px;
  }
  .footer__top .row .col-md-4:nth-of-type(3) {
    order: 3;
    display: inline-block;
    width: 55%;
    max-width: 55%;
  }

  /* صور المنتجات لقالب نمو في شاشة الجوال*/
  .home-block .splide--products-slider .splide__slide,
  .home-block .splide--products-slider .splide__slide .product-block {
    width: 173px !important;
    margin: 2px 3px;
  }
  .home-block .splide--products-slider .splide__track {
    padding-left: 0px !important;
    padding-right: 106px !important;
  }
  .home-block.home-block--slide-products .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ================== Custom New Sections in Home Page =================== */

/*  أقسام متحركة */

.images-slider {
  margin-block: 2rem;
}
.images-slider h3 {
  color: #000;
  font-size: 1.6rem !important;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 25px;
}

/* تفاصيل العطر */
.des-div {
  padding: 10px;
  margin: 15px 0px !important;
}
.des-div h2 {
  text-align: center;
  font-size: 1.4rem;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
}
.des-div h2:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #000;
  display: block;
  text-align: center;
  position: absolute;
  left: calc(50% - 50px);
  bottom: 0px;
}
.des-div .article {
  height: unset !important;
}
.article--product-details.pd-exp:after {
  display: none !important;
}
/*   مميزات المنتجات */
.features-div {
  width: 100%;
  margin: 20px 0;
  display: block;
}
.features-div .imgs {
  display: flex;
  width: 100%;
}
.features-div .imgs img {
  padding: 5px;
}
/* ================== Custom New Sections  Meadia Queries =================== */
@media (max-width: 767px) {
  .images-slider {
    margin-block: 1.5rem;
  }
  .images-slider h3 {
    font-size: 1.2rem !important;
  }
  section.home-block--square-images.home-block .title--has-dash {
    font-size: 1.2rem;
  }

  .des-div {
    background-color: rgba(246, 246, 246, 0.67);
    padding: 10px;
    margin: 15px -15px !important;
  }
}