/* Add custom CSS styles below */ 
@font-face {
  font-family: "29LT Azer";
  src: url("https://wpazzrk.github.io/Moaaz/29lt-azer-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "29LT Azer", sans-serif;
}
/************/
.banner--fixed img {
    background: unset !important;
     margin-bottom:3px !important;
}
section.s-block--fixed-banner .container{
   width: 95%;
    max-width: 95%;
}
section:nth-child( 1 of section.s-block--fixed-banner ) .container , section:nth-child( 2 of section.s-block--fixed-banner ) .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  margin-bottom: 0px !important
}
section:nth-child( 1 of section.s-block--fixed-banner )  , section:nth-child( 2 of section.s-block--fixed-banner )  {
  margin-bottom: 0px !important
}
/****/
section.g_features {
    margin-top: 0px !important;
}
section.g_features .container {
    border-right: 16px solid #A08957;
    border-left: 16px solid #A08957;
    border-radius: 60px;
    padding: 40px 0px;
    box-shadow: 4px 4px 10px #0000007a;
}
.g_features .products-item i {
    color: #fff;
    background: #9d8a59;
    padding: 6px;
    border-radius: 30px;
}
.g_features .products-item i::before {
    font-size: 27px;
}
section.g_features .container {
    transform: translateY(-70px);
    background: #fff;
}
.image-title {
    background-size: 50%;
    background-position: bottom;}

@media (max-width:768px){
  section.g_features .container {
    border-right: 6px solid #A08957;
    border-left: 6px solid #A08957;
    border-radius: 40px;
    padding: 10px 0px;
    transform: translateY(-21px) !important;
}
  img.pcimg {
    display: none;
}
}
@media (min-width:991px){
  .mobilimg{
    display: none !important;
  }
}
/*****statistics*******/
section.s-block.s-block--bundle-statistics {
    margin-top: 0px;
}
.s-block.s-block-statistics {
    padding:  0px ;
    margin: 0px;
    background: #9C8454 !important;
}
.s-block.s-block-statistics .container {
    padding-top: 21px;
}
.s-block-statistics__stat {
    flex-direction: column-reverse;
}
.s-block.s-block-statistics *{
  color: #fff !important
}
i.s-block-statistics__icon.sicon-star {
    display: none;
}
p.s-block-statistics__label {
    font-size: 40px;
}
@media (max-width:768px){
  p.s-block-statistics__label {
    font-size: 20px;
}
  .s-block-statistics__value {
    font-size: 20px;
}
}
/**********/
.index .s-product-card-image-full:before {
    content: "جديد";
    position: absolute;
    background: #9e8a5a;
    padding: 5px 10px;
    top: 10px;
    right: 10px;
    border-radius: 25px;
}