/* Add custom CSS styles below */ 
#payment_process > div > div > ul > li{
  display: none !important;
}
.main-nav-container {
    background-color: transparent;
}

.user-contacts .links-contact .links-icon {;
    border-radius: 0px !important;
    opacity: 1 !important;
}

.s-button-btn {
    color: #fff !important;
    border: none;
    background: #000;
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > div.container > section > div > div.content-ul-tab > div > ul > li > div > span{
  position: relative;
  color: #fff !important;
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > div.container > section > div > div.content-ul-tab > div > ul > li > div > span::after  {
  content: "تفاصيل العطر";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  font-family: inherit;
  color: #000;
}

 .product-more-info .more-tab-container .more-info-tabs__nav-link span{
   position: relative;
   color: #000 !important;
 }

 .product-more-info .more-tab-container .more-info-tabs__nav-link span::after{
  content: "تفاصيل العطر";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  font-family: inherit;
  color: #fff;
}
 html[dir="ltr"] #app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > div.container > section > div > div.content-ul-tab > div > ul > li > div > span::after  {
    content: "Perfume Details";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    font-family: inherit;
    color: #000;
    font-size: 19px !important;
}

html[dir="ltr"] .product-more-info .more-tab-container .more-info-tabs__nav-link span::after {
    content: "Perfume Details";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    font-family: inherit;
    color: #fff;
    font-size: 14px !important;
    font-weight: bold;
}
.simplified-products  .s-products-slider-wrapper .s-products-slider-slider .s-slider-block__title .s-slider-block__title-right h2{
  position: relative;
  color: #fff;
}
.simplified-products  .s-products-slider-wrapper .s-products-slider-slider .s-slider-block__title .s-slider-block__title-right h2::after{
  content: "يكمل إختيارك";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  font-family: inherit;
  color: #000;
}

html[dir="ltr"] .simplified-products  .s-products-slider-wrapper .s-products-slider-slider .s-slider-block__title .s-slider-block__title-right h2::after{
  content: "Completes your choice";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  font-family: inherit;
  color: #000;
}
@media(max-width:1200px){
#root > div > div > div.rounded-lg.flex.flex-col.md\:flex-row.items-center.justify-start.gap-6.p-6.bg-white.w-full > a > img , #root > div > div > div.rounded-lg.flex.flex-col.md\:flex-row.items-center.justify-start.gap-6.p-6.bg-white.w-full > a > img{
  object-fit: contain !important;
  width: 75px !important;
}
}
@media(max-width:768px){
  
#root > div > div > div.rounded-lg.flex.flex-col.md\:flex-row.items-center.justify-start.gap-6.p-6.bg-white.w-full > a > img{
  object-fit: contain !important;
  width: 75px !important;
}
}