.single-product {

direction: rtl;
    font-size: 14px;
    line-height: 27px;
    background-color: #e8e7ed !important;
    color: #6e6e6e !important;
}


.woocommerce-breadcrumb {
    background-color: #fff;
    padding: 10px 15px 5px !important;
   
    box-shadow: 0 6px 20px rgba(168,172,185,.3);
     margin-bottom: 5px !important;
     padding: 8px 15px;
    list-style: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.woocommerce .woocommerce-breadcrumb a {
  display: inline-block;
}

.woocommerce-breadcrumb {
      
      margin-top: 40px !important;
      font-size: 16px !important;
}

.woocommerce-product-gallery ,.entry-summary{
  margin: 0 0 20px 0;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(168,172,185,.3);
    padding: 15px;
    overflow: hidden;
    border-radius: 7px;
  
}


.woocommerce-tabs {
    margin: 0 0 20px 0;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(168,172,185,.3);
    padding: 15px;
    overflow: hidden;
    border-radius: 7px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    position: relative;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 7px;
    box-shadow: 0 2px 2px 0 rgba(168,172,185,.3);
}

.woocommerce ul.products li.product h2 {
    /* font-family: yekanBold-latinNum; */
    font-size: 17px;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 57px;
    overflow: hidden;
}