.main-header {
    box-shadow: 0px 0px 0px 0px #00000061;
  }
.single-product-content{
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    padding: 24px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}
.woocommerce-notices-wrapper{
  display: none;
}
.product-images-wrapper{
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.product-images-wrapper .splide__list{
  padding-top: 9px !important;
}
.secondary-slider .splide__arrow--prev{
      left: -3rem !important;
}
.secondary-slider .splide__arrow--next{
  right: -3rem !important;
}
.secondary-slider .splide__arrow svg{
  fill:#757474 ;
}
.secondary-slider .splide__arrow:hover svg{
  fill:#003B5C ;
}
.relateds-products-slider-wrapper .splide__arrow:hover{
  border: 1px solid #003a5c00;
}
.compair-wishlist{
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.yith-wcwl-add-to-wishlist{
margin-top:0 !important;
}
.yith-wcwl-wishlistexistsbrowse{
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.yith-wcwl-wishlistexistsbrowse .feedback, .yith-wcwl-add-button, .yith-wcwl-wishlistaddedbrowse .feedback{
	font-size: .9rem;
    color: #5a68bb;
	position: relative;
    height: 35px;
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
	margin:0 8px;
}
.yith-wcwl-wishlistexistsbrowse>a, .yith-wcwl-wishlistaddedbrowse>a {
	display:none ;
}

.yith-wcwl-icon{
margin: 0 !important;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: #5a69bc;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 1.5rem;
	margin-right:6px;
}
.compare-button>a{
    background-color: #fff0 !important;
    padding: 0 !important;
	display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
    background-color: #5a69bc !important;
    color: #fff !important;
}
.compare-button>a::before {
	 content: "\f544";
    display: flex;
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 35px;
    height: 35px;
    background-color: #5a69bc;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.compare-button>a::after{
	margin-left:6px !important;

}


.product-galleries{
  width: 100%;
  height: 500px;
  margin: 16px 0;

}
.secondary-slider{
  max-width: 100%;
  height: 95px;
}
.secondary-slider .splide__slide{
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 6px;
  box-shadow: 0 0 10px 1px #00000000;

}
.secondary-slider .splide__track--nav>.splide__list>.splide__slide.is-active{
  box-shadow: 0 0 10px 1px #00000040;
}
.product-galleries .splide__slide{
  background-size: contain !important;
  width: 350px!important;
  display: flex;
  margin: auto;

}

.entry-summary{
  width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-title-sdk{
  width: 100%;


  display: flex;
  flex-direction: column;

}
.product_title{
  width: 100%;
  font-size: 1.55rem;
  font-weight: bold;
  line-height: 1.7;
  color: #00486F;
  border-top: 0;
}
.product-title-sdk .sku_wrapper{
  width: 100%;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  color: #272725;
}
.product-title-sdk .sku_wrapper .sku{
  margin-right: 4px;
  letter-spacing: 1px;
}
.rating-stock-status{
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;

  
}
.rating-stock-status span{
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 400;


}
.woocommerce-review-link
{
  padding-right: 5px;
}
.rating-stock-status span i{
  margin-left: 3px;
  font-size: 1.3rem;
}
.stock-available{
  color: #059B05;
}
.stock-notavailable{
  color: #C4271C;
}
.woocommerce-product-rating{
  display: flex;
  align-items: center;
}
.avrage-rate,.comments-num{
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 400;

}
.avrage-rate i{
  color: #E2BA29;
  font-size: 1rem !important;
}
.bi-star-half{
  transform: scalex(-1);
  -webkit-transform: scalex(-1);
  -moz-transform: scalex(-1);
  -ms-transform: scalex(-1);
  -o-transform: scalex(-1);
  margin-left: 4px;
}

.comments-num{
  display: flex;
  align-items: center;

}


.woocommerce-product-details__short-description{
  width: 100%;

}
.woocommerce-product-details__short-description *{
  font-size: 0.95em ;
  line-height: 1.8;
  font-weight: 400;
  color: #6C757D;
  text-align: justify;
}
.woocommerce-product-details__short-description ul {
  padding-right: 16px;
}
.woocommerce-product-details__short-description ul li{
  list-style: disc;
}
.product-prices{
  width: 100%;  
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.product-prices .price span.woocommerce-Price-amount bdi{
  align-items: center;
}

.price span .woocommerce-Price-currencySymbol{
  padding-right: 3px;
}
.price span .woocommerce-Price-amount bdi{
  display: flex;
  align-items: center;
}
.product-prices .price{
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}

.product-prices .price .onsale{
  padding: 2px 15px;
  font-size: 1rem;
  top: -24px;
  position: relative;
  right: 22px;
  background: #D51D0E;
  width: 49px;
  height: 24px;
  border-radius: 14px;
  color: #fff;
  text-align: center;

}

.product-prices .price del *{
  font-size: 0.9rem !important;
}


.entry-summary .cart{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  
}
.quantity-num-wrapper{
  display: flex;
  align-items: center;
}
.quantity-num-wrapper::before{
  content: 'تعداد  :';
  display: inline-block;
  margin-left: 6px;
}
.quantity-num{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border:1px solid #D6D6D6;
  padding: 6px 12px;

}

.quantity-num .quantity{
  width: 100px;
}
.quantity-num .quantity input{
  width: 100%;
  background: rgba(0, 0, 0, 0);
  border: none;
  text-align: center;
  font-size: 1.05rem;
}
.quantity-num button{
  border: none;
  background-color: rgba(255, 255, 255, 0);
  font-weight: 500;
  font-size: 1.2rem;
  color: #272725;
}
.button.single_add_to_cart_button{
  display: flex;
  align-items: center;
  background-color: #F48405;
  border: 1px solid #F48405;
  border-radius: 10px;
  padding: 8px 18px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.button.single_add_to_cart_button:hover{
  background-color: #2195f300;
  color: #003B5C;
}

.sku_wrapper{
  display: none;
}
.product_meta{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  order: 2;
  border-top: 1px solid #dee2e6;
}

.posted_in,.tagged_as{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.posted_in a,.tagged_as a{
  padding: 8px 15px;
  color: #272725;
  background-color: #F2F2F2;
  font-size: 0.85rem;
  font-weight: 400;
  margin: 0 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.post-share {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #1a202b;
      margin-bottom: 15px;
}

.social-btn {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-top: 30px;
}
.social-btn a {
    color: #fff;
    display: flex;
    text-align: center;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    margin-left: 10px;
    transition: all .3s ease-in-out;
    background: #00486F;
}



.social-btn a:hover{
  transform: scale(.8);
}


.woocommerce-tabs>ul{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 24px 0;
  border-bottom: 2px solid #E6E6E6;

}
.woocommerce-tabs>ul>li{
  padding: 0 16px;
  padding-bottom: 16px;
  font-size: 1.05rem;
  font-weight: 400;
  color: #6C757D;
  position: relative;
}
.woocommerce-tabs>ul>li.active::after{
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #00486F;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.woocommerce-tabs>ul>li.active{
  color: #6C757D;
}
.woocommerce-Tabs-panel{
  width: 100%;
  padding:40px 20px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
  margin-bottom: 50px;
  text-align: justify;
}
.woocommerce-Tabs-panel--description *{
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.7;
  color: #272725;
}
.woocommerce-Tabs-panel--description h2,.woocommerce-Tabs-panel--description h3,.woocommerce-Tabs-panel--description h4,.woocommerce-Tabs-panel--description h5,.woocommerce-Tabs-panel--description h6{
  font-size: 1.5rem;
  font-weight: 700;
}
.woocommerce-Tabs-panel--description h2{
  font-size: 1.8rem;
}
.woocommerce-Tabs-panel--description img{
  display: block;
  margin: 0 auto;
}
.woocommerce-product-attributes{
  width: 100%;
  border: 2px solid #E6E6E6;
}
.woocommerce-product-attributes tr:nth-of-type(odd){
  background-color: #FAFAFA;
}
.woocommerce-product-attributes th{
  width: 200px;
}
.woocommerce-product-attributes th,.woocommerce-product-attributes td{
  padding: 8px;
}
.woocommerce-product-attributes th *,.woocommerce-product-attributes td *{
  margin-bottom: 0;
}

.woocommerce-Reviews-title,.woocommerce-noreviews,.must-log-in{
  width: 100%;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 12px;
  line-height: 1.7;
  color: #272725;
  display: flex;
}
.woocommerce-noreviews,.must-log-in{
  font-weight: 400;
  font-size: 1.05rem;
}

.comment-form-rating{
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 16px;
  width: 100%;
}
.comment-form-rating label{
  display: flex;
  margin-left: 8px;
}
.comment-form{
  justify-content: flex-start !important;
}
.stars{
  margin-bottom: 0 !important;
}
.stars a{
  color: #E2BA29;
}
.comment-form-author > label, .comment-form-email > label, .comment-form-url > label, .comment-form-comment > label{
  margin-bottom: 6px !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  color: #272725 !important;
  margin-right: 0 !important;
  display: flex;
}
.comment-form-comment{
padding: 0 !important;
}
.commentlist{
  width: 100%;

}
.commentlist .comment_container{
  display: flex;
  padding: 15px;
  background-color: #FAFAFA;
  border-radius: 15px;
  margin: 12px 0;
}

.comment_container img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: 16px;
}
.comment-text{
  width: calc(100% - 90px);
  display: flex;
  flex-wrap: wrap;
}
.comment-text .description{
  width: 100%;
  margin: 16px 0 0;
}

.comment-text .meta{
  display: flex;
}
.woocommerce-review__dash{
  margin: 0 6px;
}
.star-rating{
  color: #E2BA29 !important;
  margin: 0 12px;
}
.single-relateds{
  margin-bottom: 40px;
}




/* archive products */

.before-products-content{
  width: 100%;
  border: 2px solid red;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
}
.filter-titles{
  width: 200px;
  border: 2px solid red;
  font-weight: 400;
  font-size: 1rem;
  color: #272725;
}
.woocommerce-result-count{
  display: none;
}

.woocommerce-ordering{
  width: 250px;
  border: 2px solid red;
}








/******************* big screan scope ************************* */

@media screen and (min-width: 1601px) {

    
  }
  
  /*********************** middle screan scope ******************** */
  
  @media screen and (min-width: 1024px) and (max-width: 1280px) {

    

  }
  
  /***********************tablet scope****************/
  
  @media screen and (max-width: 1279px) {
    .single-product-content{
     padding: 10px;
  }
    .product-images-wrapper{
      width: 100%;
      order: 0;
    }
    .entry-summary{
      width: 100%;
      margin-top: 24px;
    }

    .relateds-products-slider-wrapper .splide__arrow svg {
      width: 1.5rem ;
      height: 1.5rem ;
    }
    .relateds-products-slider-wrapper .splide__arrow{
      height: 2.1em ;
      width: 2.1em ;
      bottom: -70px;
    
    }
   
    .single-product-content {
 
      flex-direction: column;
  
    }
  

  }
  
  /*******************mobile scope*******************/
  @media screen and (max-width: 576px) {
    .compair-wishlist{
      height: 30px;    
    }

  .product-title-sdk{
    padding-bottom: 8px;
  }
  .product_title{
    font-size: 1.35rem;
  }
  .product-title-sdk .sku_wrapper{
    font-size: .9rem;
  }
  .rating-stock-status {
    padding: 8px 0;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
}
.rating-stock-status span{
  margin: 4px 0;
  margin-left: 8px;

}


.product-prices .price {
  align-self: end;
}
.entry-summary .cart {
  flex-direction: column;
}
.button.single_add_to_cart_button {
  width: 80%;
  justify-content: center;
  margin-top: 8px;
}
.product_meta {
  padding-top: 16px;
}
.posted_in, .tagged_as {
  flex-wrap: wrap;
}
.posted_in a,.tagged_as a{
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: 400;
  margin:6px;
}

.woocommerce-tabs>ul>li {
  padding: 0 8px;
  font-size: .85rem;
  padding-bottom: 8px;
  white-space: nowrap;
}
.woocommerce-Tabs-panel{
  padding:24px 10px;
  overflow-x: auto;
}
.woocommerce-Tabs-panel--description *{
  font-size: 1rem;
}
.woocommerce-Tabs-panel--description h2,.woocommerce-Tabs-panel--description h3,.woocommerce-Tabs-panel--description h4,.woocommerce-Tabs-panel--description h5,.woocommerce-Tabs-panel--description h6{
  font-size: 1.3rem;
}
.woocommerce-Tabs-panel--description h2{
  font-size: 1.5rem;
}

.woocommerce-product-attributes th{
  width: 130px;
}
.woocommerce-product-attributes th,.woocommerce-product-attributes td{
  padding: 6px;
}
.comment-form-author, .comment-form-email, .comment-form-url{
  width: 100% !important;
}
.woocommerce-Reviews-title, .woocommerce-noreviews, .must-log-in {
  font-size: 1.1rem;
 
}
.commentlist .comment_container {
  padding: 10px;
}
.comment_container img {
  width: 50px;
  height: 50px;
  margin-left: 8px;
}
.comment-text {
  width: calc(100% - 60px);
}
.star-rating {
  margin: 0 6px;
  margin-right: 0;
  margin-bottom: 8px;
  font-size: .8rem !important;
}
.comment-text .meta {
    display: flex;
    margin-bottom: 8px;
    font-size: .8rem;
}

.product-galleries {
  height: 300px;
}
.secondary-slider .splide__arrow--prev{
  left: 0 !important;
}
.secondary-slider .splide__arrow--next{
right: 0 !important;
}





  }
  


  .single-product-wrapper .add_to_cart_button{
    display: flex;
    margin-right: auto;
    border: 1px solid #873887;
    width: 60px;
    border-radius: 50px;
    justify-content: flex-end;
    align-items: center;
    color: #873887;
    position: relative;
    padding-left: 5px;
  }

  .single-product-wrapper .add_to_cart_button::before{
    position: absolute;
    content: "\F173";
    font-family: bootstrap-icons !important;
    right: 4px;

 
}





  .single-product-wrapper  .price{
    float: right;
    margin-top: 15px;
  
  }

  .woocommerce-Price-amount bdi{
    display: flex;
  }

  .single-product-wrapper  .price ins
  {
    text-decoration: none!important;
  }

  .single-product-wrapper .added_to_cart{
    position: absolute;
  bottom: 12px;
  left: 6px;
  margin: auto;
  display: flex;
  justify-content: center;
  }

  







.product-namebook
{
  padding-top: 23px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  line-height: 1.7;
  color: #873887;
  height: 80px;
}

.extera-info-box
{
  border-bottom: 2px solid #E6E6E6;
    padding: 20px 0 0 0;
    border-top: 2px solid #E6E6E6;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
	    color: #000;
}
.extera-info-item
{
  display: flex;

  margin-bottom: 15px;
}
.extera-info-span
{
  width: 200px;
}

.summary.entry-summary .woocommerce-Price-amount.amount {
  display: block;
  color: #2E41B4;
  font-weight: 600;
  position: absolute;
  bottom: 45px;
  right: 0;
  font-size: 18px;
}
@media screen and (min-width: 1280px) {
.product-images-wrapper {
  order: 5;
}
}


table tr:nth-child(even){
  background-color: #e9f2fb;
  }
  /*Table ODD Rows Styles*/
  table tr:nth-child(odd){


  background-color: #fff;
  }

  thead, tbody, tfoot, tr, td, th {
 
    padding: 10px;

}


@media screen and (max-width: 576px) {
  thead, tbody, tfoot, tr, td, th {
 

    white-space: nowrap;
}



}

.my-custom-text
{
    padding: 0 0 20px 0;
    color: #ff7a01;
}

