.woocommerce .woocommerce-breadcrumb {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
    display: block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .09);
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: right;
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 100%;
    clear: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
    display: block;
    overflow: hidden;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.09);
    border-radius: 10px;
    margin-bottom: 20px;
}
.woocommerce div.product div.summary{
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.09);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
}
.woocommerce span.onsale {
    font-family: iranyekanfanum;
    background-color: #fb3052;
    border: 1px dashed #fff;
    height: 45px;
    width: 45px;
    line-height: 36px;
}
.woocommerce div.product form.cart div.quantity {
    display: none;
}
.tagged_as , .posted_in{
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 12px;
    width: 100%;
}
.tagged_as:before , .posted_in:before{
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    content: "\f02c";
    font-weight: 900;
    margin-left: 9px;
    font-size: 20px;
    vertical-align: middle;
    color: #828181;
}
.posted_in:before{
    content: "\f0ca";
}
.tagged_as a , .posted_in a{
    background: #00aced;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    margin: 5px 0;
    display: inline-block;
}
.woocommerce div.product p.price {
    font-family: iranyekanfanum;
    float: right;
    margin-top: 8px;
    margin-bottom: 0;
    background: #00c853;
    display: inline-block;
    color: #FFF;
    width: 165px;
    text-align: center;
    padding: 5px 16px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    line-height: 30px;
    font-weight: bold;
}
.woocommerce div.product .product_title{
     font-family: iranyekanfanum;
     font-size: 20px;
     float: right;
     font-weight: 700;
    width: 100%;
    line-height: 2;
 }
.woocommerce div.product form.cart .button {
    float: left;
    padding: 12px 15px;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 8px;
    line-height: 17px;
    background: #00aced;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.woocommerce div.product form.cart .button:before , .woocommerce div.product p.price:before{
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    float: right;
    content: "\f07a";
    margin-left: 9px;
    font-size: 29px;
    margin-top: -1px;
    margin-bottom: -4px;
    font-weight: normal;
}
.woocommerce div.product p.price:before{
    content:"\f155" ;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    height: 48px;
    width: 100%;
    background-color: #fff;
    padding: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border: none;
    box-shadow: 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    margin: 0 -5px;
    padding: 0 4em;
    background-color: #ebe9eb;
    border-top: 3px solid #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before ,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
    border: none;
    box-shadow: 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
    border-top: 3px solid #f80759;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
    line-height: 2;
}
.woocommerce div.product .woocommerce-tabs {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.09);
    border-radius: 10px;
    margin-bottom: 20px;
}
.woocommerce #review_form #respond{
    padding: 15px;
}
.woocommerce-Reviews #comments{
    padding: 15px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: absolute;
    top: 10px;
    right: 20px;
    left: auto;
    width: 65px;
    border: 0;
    border-radius: 3px;
    padding: 0;
    z-index: 999;
    box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -ms-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    background: #fff;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    border: 0;
    margin: 0 80px 0 48px;
    border-radius: 4px;
    padding: 0px 15px 0;
}
.woocommerce .star-rating span{
    color: #FFEB3B;
}
.woocommerce #reviews #comments ol.commentlist li{
    border: 1px solid #eee;
    padding: 15px;
    display: block;
    border-radius: 5px;
}
.woocommerce div.product .woocommerce-product-rating {
    display: none;
}
.woocommerce #review_form #respond textarea{
    display: block;
    width: 100%;
    height: 180px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.woocommerce #review_form #respond p input{
    padding: 10px 15px;
    background: #fdfdfd;
    border-color: #e8e8e8;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #efefef;
    border-radius: 4px;
    font-size: 13px;
}
.woocommerce #review_form #respond .comment-form-author{
    width: 48%;
    float: right;
}
.woocommerce #review_form #respond .comment-form-email{
    width: 48%;
    float: left;
}
.woocommerce #review_form #respond .form-submit input{
    background: #f44336 !important;
    background-color: #f44336 !important;
    padding: 8px 15px;
    font-size: 13px;
    color: #fff !important;
    border: 0;
    float: left;
    display: block;
    width: 100px !important;
    border-radius: 3px;
}


/*share shop style*/
.share-shop {
    margin-top: 20px;
    font-weight: 700;
}
.share-shop a{
    border-radius: 5px;
    padding: 0 1%;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    width: 40px;
    margin-left: -2.3%;
    overflow: hidden;
    display: inline-block;
    margin-top: -3px;
    font-size: 9pt;
    height: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    margin-left: 8px;
    margin-bottom: 0;
    color: #2b2b2b;
}
.share-shop  a i{
    font-size: 26px;
    display: block;
    float: right;
    margin-top: 8px;
    margin-right: 6px;
    margin-left: 5px;
    color: #a39f9f;
}
.share-shop a:hover{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);

    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.share-shop .twitter:hover i , .share-shop .telegram:hover i {
    color: #00aced;
}
.share-shop .facebook:hover i , .share-shop .link:hover i{
    color: #3b5998;
}
.share-shop .whatsapp:hover i {
    color: #43d854;
}
.share-shop .google:hover i{
    color: #dd4b39;
}




.woocommerce table.shop_attributes {
    border: 1px solid #d8d8d8;
}
.woocommerce table.shop_attributes th {
    border-left: 1px solid #d8d8d8;
}
.woocommerce table.shop_attributes td p {
    padding: 8px !important;
    font-style: normal;
}
.woocommerce table.shop_attributes {
    margin: 0;
}
#tab-additional_information h2 {
    display: block;
    color: #f44336;
    line-height: 32px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.meta-wooplus a{
    border-radius: 5px;
    padding: 0 1%;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    overflow: hidden;
    display: inline-block;
    margin-top: 9px;
    font-size: 9pt;
    height: 50px;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    color: #2b2b2b;
    width: 100%;
}
.meta-wooplus a:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.meta-wooplus a i {
    font-size: 26px;
    display: block;
    float: right;
    margin-top: 13px;
    margin-right: 5px;
    margin-left: 15px;
    color: #a39f9f;
}
.meta-wooplus a:hover i {
    color: #43d854;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: iranyekanfanum;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
     margin-top: 5px;
     border: 3px solid #eee;
     margin-left: 5px;
 }
.meta-box p{
    display: inline-block;
    font-family: iranyekanfanum;
}
.meta-box i{
    color: #00aced;
    margin-left: 10px;
    font-size: 20px;
    margin-top: -1px;
    display: block;
    float: right;
}
.meta-box span{
    font-weight: bold;
}
.meta-box .meta{
    margin: 10px 0 0 0;
    font-size: 12px;
}




.woocommerce-product-details__short-description {
display: none;
}
.box {
    background: #fff;
    padding:5px 15px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.09);
    margin: 15px 0;
}
.woocommerce-products-header__title:before{
    font-family: "Font Awesome 5 Pro";
    content: "\f291";
    color: #f44336;
    font-size: 18px;
    display: block;
    float: right;
    margin-top: -4px;
    margin-left: 5px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del  {
	
	display:none;
}




/*slider ui style */
.price_slider{
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size:1.15em;
}

.price_slider_amount .button {
    float: left;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #FF6B6B;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}

.ui-slider-horizontal {
    height:.5em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.price_slider_wrapper {
    margin-top: 30px;
}
 .rtl.woocommerce .price_label span{
     direction: rtl;
     font-family: iranyekanfanum;
     font-weight: 500;
 }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{

    background: #00c853;
    color: #fff;
    font-weight: normal;
    padding: 7px 20px;
}

.shop-title-side:before {
    content: "\f291" !important;

}

.woocommerce ul.product_list_widget{
    margin-top: 20px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
 font-weight: 500;
}
.info-product{
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .09);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0;
}
.info-product .item {
    font-family: iranyekanfanum;
    line-height: 20px;
    padding: 20px 10px;
    font-size: 13px;
    border-bottom: 1px dotted #eee;
}
.info-product .item:last-child{
    margin-bottom: 0;
}
.info-product .item i{
    font-size: 18px;
    margin-left: 5px;
    display: block;
    float: right;
}
.info-product .item span{
    float: left;
}
.info-product .item span del{
    display: none;
}

.sell {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .09);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0;
    overflow: hidden;
}
.sell .price{
    float: right;
    padding: 7px 7px 0 0;
    font-family: iranyekanfanum;
    font-size: 18px;
    font-weight: 500;
}
.sell .price del{
    display: none;
}
.sell .price ins , .woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
    text-decoration: none;
}
.sell .like{
    padding: 15px 0 5px 15px;
    font-family: iranyekanfanum;
    float: left;
}
.sell .like i{
    color: #e92b5f;
    font-size: 24px;
}
.sell p{
    padding: 15px;
}
.sell a.link{
    background: #00c853;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 14px;
}
.woocommerce-products-header {
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .09);
    margin-bottom: 20px;
}
.woocommerce .woocommerce-ordering select {
    border: none;
}
.woocommerce .woocommerce-ordering {
    margin-top: -55px;
    margin-left: 5px;
    border: none;
}
.woocommerce .woocommerce-result-count {
    display: none;
}





.yith-wcwl-add-to-wishlist a{
    display: block;
    background: #fff;
    color: #434343;
    height: 40px;
    width: 40px;
    position: relative;
    line-height: 130px;
    border: 1px solid #d8e5ee;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.yith-wcwl-add-to-wishlist a:before{
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    content: "\f004";
    font-weight: 300;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 0;
    position: absolute;
    right: 9px;
    top: 20px;
    font-size: 20px;
    color: #d9e2eb;
    background: transparent;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0 !important;
}
.woocommerce .yith-wcwl-add-to-wishlist .feedback, .woocommerce  .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce  .clear {
    display: none!important;
}
.yith-wcwl-add-to-wishlist .feedback {
    display:none;
}

.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist{
    display:none;
}
.woocommerce div.product div.summary .shop-video{
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}
.woocommerce-order-details__title , .woocommerce-column__title , .woocommerce-order-downloads__title{
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignleft {float:left; }
.alignright {float:right; }
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 23%;
    float: right;
    margin: 2px;
    list-style: none;
    border: 3px solid #eee;
    border-radius: 5px;
}
.woocommerce p.stars a {
    margin: 0 4px;
    color: #fbc02d;
}
.woocommerce p.stars a::before {
    font-size: 20px;
}
.woocommerce #reviews #comments h2 {
    margin: 15px 0;
    font-weight: 500;
}
.product-new {
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    position: relative;
    margin: 20px 0;
}
.product-new span.onsale{
    transform: rotate(-25deg);
    transition: all .2s ease-out;
    font-family: iranyekanfanum;
    background-color: #fb3052;
    border: 1px dashed #fff;
    height: 45px;
    width: 45px;
    line-height: 41px;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    top: -15px;
}
.product-new:hover span.onsale{
    transform: rotate(0deg);
    transition: all .2s ease-out;
}
.product-new figure{
    height: 250px;
}
.product-new figure img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    max-height: 250px;
}
.product-new figure .view-product{
    text-align: center;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    padding: 0;
    background-color: #0060bb;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    min-width: 35px;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 65px;
    margin-top: -17px;
    left: 25px;
    margin-left: -17px;
    color: #fff;
}
.product-new figure .view-product i{
    font-size: 16px;
    margin-top: 9px;
}
.product-new:hover figure .view-product{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 35%;
    left: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.product-new header{
    height: 120px;
}
.product-new h2{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 5px;
    overflow: hidden;
    height: 45px;
    line-height: 1.6;
}
.product-new .price {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    font-family: iranyekanfanum;
    display: block;
    margin-top: 15px;
    padding-bottom: 10px;
}
.product-effect {
    position: absolute;
    opacity: 0;
    left: -1px;
    right: -1px;
    padding: 27px 20px 20px;
    border: 1px solid #ebebeb;
    border-top: none;
    z-index: -1;
    visibility: hidden;
    background-color: #fff;
    text-align: left;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.product-effect:before  {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 5px;
    height: 1px;
    border-top: 1px dashed #ccc;
}
.product-new .product-effect button{
    background: #E91E63 !important;
    color: #fff;
    font-weight: normal;
    padding: 10px 20px;
    border: 0;
    border-radius: 2px;
    float: left;
}
.product-new:hover .product-effect {
    z-index: 60;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.product-effect .item-except ul li {
    text-align: right;
}
.product-new  del {
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
    font-size: 14px;
}
.product-new  ins {
    margin: 0px 10px 0;
    text-decoration: none;
    color: #fd643a;
}
.product-new .star-rating{
    margin: 0 auto !important;
    text-align: center;
    display: block;
    float: none;
}
.product-new .yith-wcwl-add-to-wishlist a {
    height: 34px !important;
    width: 34px !important;
}
.product-new .yith-wcwl-add-to-wishlist a:before{
    right: 6px !important;
    top: 18px !important;
}
.product-new  .go-shop{
    background: #8BC34A;
    padding: 5px;
    text-align: center;
    margin: 0px auto;
    display: block;
    margin-top: 10px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 5px !important;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.09);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #fff;
    border-radius: 5px;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
}
.woocommerce ul.products li.product .button {
    float: none;
    text-align: center;
    margin: 10px auto;
    display: block;
    padding: 15px;
    background: #8e24aa;
    color: #fff;
}
.woocommerce ul.products li.product .button:before{
    font-family: 'Font Awesome 5 Pro';
    font-size: 19px;
    color: #ffffff;
    float: right;
    z-index: 9999;
    position: relative;
    content: "\f291";
    margin-top: -4px;
}
.woocommerce ul.products li.product a img {
    border-radius: 5px;
}
.woocommerce ul.products li.product .price {
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    background: #eee;
    padding: 5px;
    border-radius: 2px;
    font-family: iranyekanfanum;
}
.woocommerce ul.products li.product .price:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: #7c7c7c;
    float: right;
    z-index: 9999;
    position: relative;
    content: "\f290";
    margin-right: 14px;
}
.woocommerce ul.products li.product .price del .woocommerce-Price-currencySymbol ,
.woocommerce div.product p.price del .woocommerce-Price-currencySymbol {
    display: none !important;
}
.woocommerce ul.products li.product .price ins .woocommerce-Price-currencySymbol{
    font-size: 11px;
    color: #999;
    font-weight: normal;
}
.woocommerce ul.products li.product .price ins {
    color: #efbe0b;
    font-size: 17px;
}
.woocommerce #review_form #respond .form-submit input {
    background: #f44336 !important;
    background-color: #f44336 !important;
    padding: 8px 15px;
    font-size: 13px;
    color: #fff !important;
    border: 0;
    float: left;
    display: block;
    width: 100px !important;
    border-radius: 3px;
}
.woocommerce a.added_to_cart{
    text-align: center;
    display: block;
    background: #ffa000;
    color: #fff;
    padding: 12px;

}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    margin: 10px 0;
}
.woocommerce ul.products li.product .price ins{
    text-decoration: none;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
    text-decoration: none !important;
}

.woocommerce div.product .related h2{
    font-size:15px;
    margin:20px 0;
    display:block;
}
.woocommerce div.product .related h2:before{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 1px;
    background-color: #d32f2f;
    margin-top: 0px;
    margin-left: 10px;
    display: block;
    float: right;
    transition: all .3s ease-out;
    transform: rotate(45deg);
}
.woocommerce div.product  .related h2:hover:before{
    margin-left: 15px;
    transition: all .3s ease-out;
    transition: all .3s ease-out;
    transform: rotate(0deg);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:before{
    content: none;
}
.woocommerce ul.products li.product .star-rating {
    display: none !important;
}
.product-label {
    font-family: iranyekanfanum;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 9px;
    z-index: 3;
    right: 0;
}.product-label span {
     font-size: 12px;
     position: absolute;
     top: 4px;
     left: -7px;
     color: #fff;
 }
.triangle {
    position: relative;
    background-color: #efbe0b;
    text-align: left;
    border-bottom-right-radius: 70%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 45%;
    border-top-left-radius: 30%;
}
.triangle:before {
    content: "";
    position: absolute;
    background-color: inherit;
    text-align: left;
    border-bottom-right-radius: 70%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 45%;
    border-top-left-radius: 30%;
}
.triangle:after {
    content: "";
    position: absolute;
    background-color: inherit;
    text-align: left;
    border-bottom-right-radius: 70%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 45%;
    border-top-left-radius: 30%;
}
.triangle,
.triangle:after,
.triangle:before {
    width: 100%;
    height: 100%;
}
.triangle {
    transform: rotate(-58deg) skewX(-30deg) scale(1, 0.866);
}
.triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(66%, 132%);
}
.triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(-66%, -33%);
}