/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap');
:root{
    --red-color: #431821;
    --font-main: 'Tajawal';
    --font-secondary: 'Tajawal';
}
body:not(i){
    font-family: 'Tajawal', sans-serif !important;
}
/* ========== Header ========== */
.header-btn i, header .sicon-menu{
  color: var(--red-color)
}
.s-cart-summary-count{
  background: var(--red-color)
}
.header-cart .sicon-add:before{
  content:url(https://media.zid.store/cdn-cgi/image/w=2220,q=100,f=auto/https://media.zid.store/d095c5e0-7020-4dd2-8f7d-aa2b0c5a0277/b5f2a632-f188-42e2-95d2-a8474de64781.svg);
    position: relative;
    top: 2px;
}
/* ========== Products ========== */
.s-product-card-content-title.font-primary a{
  font-size: 1.2rem;
  font-weight: 700 !important;
  padding: 10px;
  display: block;
  color:var(--red-color) !important;
}
section.s-block.s-block--features h4{
  font-weight: 700 !important;
}
section.s-block.s-block--faqs label,.s-product-card-content-sub .s-product-card-price{
  font-size: 1rem;
  font-weight: 700 !important;
  color:var(--red-color) !important;
}
.product-entry .s-button-primary-outline:hover{
  background:none
}
/* ========== Banners ========== */
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(2){
  display:none
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type,section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type .container,
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(2),section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(2) .container{
    padding: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type .banner--fixed img, section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(2) .banner--fixed img{
    border-radius: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type .container, section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(2) .container{
  max-width:100%
}
section.s-block .s-slider-block__display-all{
    border-radius: 15px;
    border: 1px solid var(--red-color);
    padding: 1px 10px 2px;
}
section.s-block.s-block--fixed-banner:nth-of-type(6){
      padding: 3rem 0;
}
/* ========== Sections ========== */
section.s-block.s-block--banners:nth-of-type(4) div.flex{
  text-align: center;
}
section.s-block.s-block--banners:nth-of-type(4) div.flex h2, section.s-block.s-block--best-offers .s-block__title .right-side h2, section.s-block.s-block--features .s-block__title h2, section.s-block.s-block--faqs .s-block__title h2, .s-slider-block__title h2{
  font-size:1.8rem;
  font-weight:700 !important;
  color: var(--red-color);

}
section.s-block.s-block--banners:nth-of-type(4) div.flex p{
    color: var(--red-color);
    font-size: 1.8rem;
    line-height:normal
}
.faq-container:hover .faq-item{
  background:transparent !important
}

p.da-tm.hidden.text-xl.md\:block.ms-1, b.s-cart-summary-total{
    display:none;
}
section.s-block.s-block--banners:nth-of-type(4){
  padding-bottom:5rem
}
section.s-block.s-block--banners:nth-of-type(3){
    max-width:900px;
    margin: 0 auto;
    padding: 3rem 5px;
}
section.s-block.s-block--banners:nth-of-type(3) .box-img.rounded-md{
    max-height: 13rem;
    border-radius: 1.1rem !important;
    transition: all .3s ease;
}
section.s-block.s-block--banners:nth-of-type(3) .box-img.rounded-md:hover{
     filter: opacity(0.8);
}
section.s-block.s-block--banners:nth-of-type(3) .grid{
    gap:2rem
}
section.s-block.s-block--banners:nth-of-type(4) .box-img img:hover{
    transform: scale(0.9);
}
section.s-block.s-block--banners:nth-of-type(4) .grid{
    row-gap: 1rem;
    column-gap:0
}
.product-entry{
    border:none;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(5) img{
    border-radius: 1rem;
}
section.s-block.s-block--best-offers .s-block__title{
    flex-direction: column;
    justify-content: center;
    gap:10px
}
section.s-block.s-block--best-offers .s-block__display-all:after, .s-slider-block__display-all:after{
    display: none;
}
section.s-block.s-block--best-offers .s-block__display-all{
    border:1px solid var(--red-color);
    padding: 3px 15px;
    border-radius: 16px;
    transition: all .3s ease;
}
section.s-block.s-block--best-offers .s-block__display-all:hover{
    background: var(--red-color);
    color:#fff;
}

section.s-block.s-block--features h4, section.s-block.s-block--features p, .s-block__title h2, section.s-block.s-block--faqs label{
    color: var(--red-color);
}
section.s-block.s-block--faqs .grid{
    grid-template-columns: repeat(1,minmax(0,1fr));
    gap:0
}
section.s-block.s-block--faqs .faqs-list__item{
    background: transparent;
}
section.s-block.s-block--faqs .faqs-list input:checked+div label, footer{
    background: var(--red-color) !important;
    color:#fff !important;
}
section.s-block.s-block--features{
  padding:3rem 0 !important
}
.s-block--faqs .faqs-list input:checked+div .open-badge, .s-block--faqs .faqs-list 
.open-badge{
  top: 0.8rem;
}
.s-block--faqs .faqs-list input:checked+div label, section.s-block.s-block--faqs label{
  padding: 1rem !important;
}
/* ========== Footer ========== */
footer h3.title.text-center, .store-footer h3{
    color:#fff !important;
}
.s-block--faqs .faqs-list input:checked+div {
   border:none;
}
.store-footer .footer-container .logo-footer:before {
    content: "";
    background: url(https://cdn.salla.sa/form-builder/XhHxYVVuBDYILN73i5Ez7S57VuvR8mtRwm0L8hrL.jpg) center/contain no-repeat;
    width: 100px;
    height: 100px;
}
.store-footer .footer-container .logo-footer .foo{
  display: none;
}
.store-footer a:hover {
    color: #fff !important;
    opacity:0.6
}
/* ========== Product ========== */
.product-single .main-content h1, .product-single .main-content .price h4{
    font-weight: 700 !important;
    color:var(--red-color) !important;
}
.product-single .main-content h1{
     font-size: 1.4rem;
}
.product-footer-cart{
	display: flex;
	align-items: end;
	justify-content: space-between;
	width: 100%;
}
.s-button-primary-outline:hover{
  background-color:transparent !important
}
.product-footer-cart .price-wrapper{
	width: auto;
	margin: 0;
}
.product-footer-cart .product-footer button p {

	display: none;
}
.product-footer-cart .product-footer salla-add-product-button .s-button-wrap .s-button-element{
	border: none;
}
.s-product-card-content-footer{
    position: absolute;
    left: 10px;
    bottom: 4px;
}
.s-product-card-content-main {
    height: 75px;
}
.s-product-card-content{
      position: relative;
}
.s-product-card-content-sub{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.s-product-card-image-cover{
  border-radius:10px
}
.s-product-card-content-footer salla-add-product-button .s-button-outline{
      border: none;
}
.s-product-card-content salla-add-product-button .s-button-text, .s-product-card-content salla-add-product-button .s-button-text i{
      font-size: 0;
}
.s-product-card-content salla-add-product-button .s-button-text:after{
	content: url(https://media.zid.store/cdn-cgi/image/w=2220,q=100,f=auto/https://media.zid.store/2a2a811a-ee46-493d-b2e9-47d91a4ed5a8/8646c1d4-a784-406d-b484-a95006cb80ec.svg);
}
.product-single .main-content article{
    max-height: fit-content !important;
    padding: 0;
}
.product-single .main-content #btn-show-more{
  display:none
}
/* ========== Media Queries ========== */
@media (max-width: 768px) {
  section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type{
    display:none
  }
  section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(2){
    display:block
  }

  .product-single .main-content h1{
  text-align:center
  }
  .product-single .main-content .main-categoty, .product-single .main-content .price div{
  justify-content: center;
  }
  section.s-block.s-block--banners:nth-of-type(3) .grid{
    gap:1rem
  }
  section.s-block.s-block--banners:nth-of-type(4) div.flex h2, section.s-block.s-block--best-offers .s-block__title .right-side h2, section.s-block.s-block--features .s-block__title h2, section.s-block.s-block--faqs .s-block__title h2{
        font-size: 1.7rem;
  }
  section.s-block.s-block--banners:nth-of-type(4) div.flex p{
        font-size: 1.5rem;
  }
  section.s-block.s-block--features p{
    font-size: 12px;
  }
  .product-single .opt-text p{
    text-align:center
  }
}