
@import url(global.css);
@import url(header.css);


body{
    overflow-x: initial;
}
.footer__bottom {
  overflow-x: hidden;
}

.filter__col{
    
    color: #000;
    position: sticky;
    top:70px
}
.white-box{
    padding: 30px;
    background-color: #fff;
    box-shadow: 2px 6px 40px rgba(0, 0, 0, 0.25);
    overflow-x: hidden;
}
.filter__col-head{
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    display: none;

}
.load-btn{
    width: 300px;
}

.filter__title{
 font-weight: 500;
 font-size: var(--font-size-4);
}
.filter__lable{
    font-size: var(--font-size-1);
    position: relative;
    color: #828284;
    cursor: pointer;
    display: inline-block;
    padding: 10px 7px;
    border-radius: 5px;
    margin-bottom: 8px;
}
.filter__lable.active{
    background-color: var(--color-primary);
    color: #fff !important;
}
.filter__lable input[type="checkbox"]{
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.filter__category > li{
    position: relative;
}
.arrow-down{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top:10px;
    left: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12 15L6 9' stroke='%23FFCB05' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    cursor: pointer;
    background-position: center;
    transition: all 0.3s;
}
.arrow-down.up{
    transform: rotate(180deg);
}

.filter__wrapper{
  
    overflow-y: auto;
    padding-left: 5px;
    margin-left: -5px;
    padding-bottom: 10px;
}
.filter__wrapper::-webkit-scrollbar {
    width: 5px;
}

.filter__wrapper::-webkit-scrollbar-track {
    background-color: #D0D0D2;
    border-radius: 25px;
    position: absolute;
    height: 90%;
}

.filter__wrapper::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border-radius: 25px;
}
.green-line{
    height: 1px;
    background-color: var(--color-primary);
}

  /* .main-btn{
    padding: 10px 20px;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 15px;
    border: 0;
    font-family: inherit;
    margin-left:  auto;
    margin-right: auto;
    display: table;
    font-size: var(--font-size-2);
    font-weight: 200;
  } */
  .main-btn.big{
    font-size: var(--font-size-3);
    padding: 15px 20px;
  }
  
  
  .simple-btn:hover{
    color: var(--color-primary);
  }
  .product{
    border: 1px solid #eee;
    background-color: #fff;
    padding: 16px;

    height: 100%;
  }
  .product__title{
    color: #828284;
    font-weight: 600;
    font-size: 12px;
  }
  .product__value{
    color: #000;
    font-size: 14px;
  }
  

  .white-box__title{
    color: var(--color-primary) !important;
    font-weight: 500 !important;
    font-size: 28px !important;
  }
  .white-box p{
    color: #000000;
    line-height: 40px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 16px;
  }
  .faq{
    max-width: 1111px;
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    
  }
  .faq-question{
   font-weight: 500 !important;
    font-size: 24px !important;
    color: #000000 !important;
    margin-bottom: 0;
    cursor: pointer;
  }
  .faq-question::before{
    content: " ";
    width: 30px;
    height: 30px;
    margin-left: 13px;
    float: left;
    margin-top: 4px;
        background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16.6107' cy='17.0225' r='12.458' stroke='%2308B303' stroke-width='2'/%3E%3Cpath d='M16.6107 21.1753L16.6107 12.8699' stroke='%2308B303' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M20.7634 17.0225L12.458 17.0225' stroke='%2308B303' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center;
    
  }
  .faq-question.active::before{
    
        background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16.6107' cy='16.7632' r='12.458' stroke='%2308B303' stroke-width='2'/%3E%3Cpath d='M20.7634 16.7632L12.458 16.7632' stroke='%2308B303' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    
  }
  .faq-answer{
    font-family: var(--font-yekan-regular);
    font-size: 14px !important;
    margin-right: 45px;
    padding-right: 14px;
    border-right: 3px solid var(--color-primary);
    margin-bottom: 0;
    display: none;
    padding-bottom: 16px;
  }
  .faq p:not(:first-child){
    font-family: var(--font-yekan-regular);
    font-size: 14px !important;
    margin-right: 45px;
    padding-right: 14px;
    border-right: 3px solid var(--color-primary);
    margin-bottom: 0;
    display: none;
    padding-bottom: 16px;
    width: 93%;
  }
  .faq p:nth-child(2){
    margin-top: 16px;
  }
  .faq-section{
    margin-bottom: 80px;
  }
  .close-filter{
    display: flex;
    border-radius: 50%;
    padding: 1px;
    background-color: #fff;
    border: 0;
  }
  .show-filter{
    display: flex;
    justify-content: center;
    display: none;
  }
  /* ------------------- english ------------------ */
  .ltr .arrow-down{
    right: 0;
    left: unset;
  }
  .ltr .faq-question::before{
    float: right;
  }
  .ltr .faq p:not(:first-child){
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-left: 45px;
    padding-left: 14px;
    border-left: 3px solid var(--color-primary)
  }


  .detail-box h1, .detail-box h2 {
    font-size: 1.625rem !important
}

.detail-box h3 {
  font-size: 1.5rem !important;
  line-height: 2rem !important
    
}

.detail-box h4 {
  font-size: 1.4375rem !important;
  line-height: 2.5rem !important
}

.detail-box h5 {
  font-size: 1.1875rem !important
}

.detail-box h6 {
  font-size: 1rem !important;
  line-height: 1.5rem !important
}
.detail-box p {
    font-size: 14px;
}
.detail-box h1, .detail-box h2, .detail-box h3, .detail-box h4, .detail-box h5, .detail-box h6 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: var(--color-primary);
    font-weight: 500;
}
.detail-box img{
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 100%;
}

.detail-box li{
  line-height: 40px;
  
}
.detail-box li::before{
  content: " ";
  width: 5px;
  height: 5px;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;

}
.detail-box li strong , .detail-box li strong a,.detail-box li strong span{
  font-weight: 500;
}
.product-title{
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  color: #30373D;
}


  @media only screen and (max-width:992px){
    .filter__col {
        position: fixed;
        width: 100vw;
        top:0;
        left: 0;
        z-index: 20;
        height: 100vh;
        overflow-y: auto;
        right: 0;
        border-radius: 0;
        padding-top: 50px;
        display: none;
        
    }
    .filter__col-head{
       display: flex;
       position: fixed;
       z-index: 10;
       box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    }
    .images-wrapper{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .images-wrapper img{
      margin: 0 5px;
      flex-basis: 48%;
      width: 48%;
    }
    
    .show-filter{
      display: flex;
    }
  }
  @media only screen and (max-width:576px){
    .products__row .col-6:nth-child(even){
      padding-right: 4px;
    }
    .products__row .col-6:nth-child(odd){
      padding-left: 4px;
    }
    .breadcrumb__item{
      font-size: var(--font-size-0);
    }
    .product__title,.product__price{
      font-size: var(--font-size-1);
    }
    .main-btn.big{
      font-size: var(--font-size-2);
    }
    .load-btn{
      width: 200px;
    }
    .white-box__title{
      font-size: var(--font-size-3);
    }
    .white-box p{
      font-size: var(--font-size-1) !important;
    }
    .images-wrapper{
      flex-wrap: wrap;
    }
    .images-wrapper img{
      margin: 10px 0;
      flex-basis: 100%;
      width: 100%;
    }
    .detail-box{
      padding: 10px;
    }
    
    .white-box__title{
      font-size: 18px !important;
    }

    .detail-box h1, .detail-box h2 {
      font-size: 1.5rem !important
  }
  
  .detail-box h3 {
    font-size: 1.3rem !important;
    line-height: 1.8rem !important
      
  }
  
  .detail-box h4 {
    font-size: 1.2rem !important;
    line-height: 1.8rem !important
  }
  
  .detail-box h5 {
    font-size: 1.1875rem !important
  }
  
  .detail-box h6 {
    font-size: 1rem !important;
    line-height: 1.5rem !important
  }
  h3.faq-question{
    font-size: var(--font-size-2) !important;
  }

  .main-btn,.primary-btn{
    min-width: 90px;
    padding: 10px;
    font-size: 14px;
  }
  }


.product__img:before {
    display: none;
}