.single-addtocart i:before{
    color: white;
}
.pswp__bg {
    background: #0000009c !important;
}
.inline-lb {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .0784313725);
    padding: 12px;
    margin: 25px 0;
    width: fit-content;
    display: inline-block;
    justify-self: center;
    border: 2px solid #df0c2a;
}
.e-n-tab-title {
    cursor: pointer;
}
.woocommerce-product-gallery__wrapper {
    border-radius: 15px !important;
}
.product-info-tab span{
    font-family: var(--font-primary);
}
.single-rules i:before{
    color: green;
}
.highlight-box:before{
    content: "";
    background: linear-gradient(180deg, #f96073 0%, #EF233C 100%);
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 80px;
    margin-top: 20px;
    margin-right: -5px;
    border-radius: 90px;
    box-shadow: 0px 2px 25px 0px #ef233c59;
}
.highlight-box-v2:before{
    content: "";
    background: linear-gradient(180deg, #f96073 0%, #EF233C 100%);
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 40px;
    margin-top: 20px;
    margin-right: -5px;
    border-radius: 90px;
    box-shadow: 0px 2px 25px 0px #ef233c59;
}
.user-num{
    font-weight: 800;
    color: #EF233C;
}
.product-price p{
    margin: 0 !important;
}
.product-call-order span.elementor-button-icon {
    font-size: 20px;
    margin: -5px 0;
}
.product-call-order svg * {
    fill: #FFF !important;
}
.product-price svg {
    scale: 1.3 !important;
}
.woocommerce table.shop_attributes td {
    font-style: normal !important;
    padding: 0 10px !important;
}
.product-future:hover svg *{
    fill: #FFF !important;
}
.product-future *{
    transition: all 0.3s !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.add-to-cart i:before{
    color: white;
}
.product-conditions a{
    color: #DD0020 !important;
}
.whatsapp-consuling .elementor-icon {
    background: linear-gradient(45deg, #E5FFCC, #1EBEA5, #00E676);
}
.whatsapp-consuling span.call-bold {
    font-weight: 900;
    font-size: 18px;
}
.whatsapp-consuling{
    margin-top: 1rem
}
/*/@media screen and (min-width:1025px){
body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images, body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
display: flex;
flex-direction: row-reverse;
background-color: white;
align-items: center;
border-radius: 15px;
}

ol.flex-control-nav.flex-control-thumbs {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 20%;
}
.elementor-widget-woocommerce-product-images {
    max-height: 350px;
}
.flex-viewport {
width: 80%;
}

ol.flex-control-nav.flex-control-thumbs li {
    width: 100% !important;
}
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    overflow: hidden !important;
    margin: 0;
}
.elementor-widget-woocommerce-product-images {
    overflow: hidden;
}/*/

.product-info-tab .e-n-tabs-heading {
    display: flex;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .0784313725);
    padding: 0px 15px;
}

.product-info-tab span.e-n-tab-title-text:after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 2px;
    height: 4px;
    border-radius: 96px;
    background: #dd001f;
    opacity: 0;
    transform: translateY(50%);
    will-change: opacity;
    transition: opacity .2s ease-in-out;
}

.product-info-tab button.e-n-tab-title:hover span.e-n-tab-title-text:after {
    opacity: 0.3;
}

.product-info-tab button.e-n-tab-title[aria-selected="true"] span.e-n-tab-title-text:after {
    opacity: 1;
}
.product-info-tab button.e-n-tab-title {
    background: none !important;
}
p.stars a {
    color: var(--colorPrimary) !important;
}
.whatsapp-consuling svg{
    -webkit-animation: ring-ph 2s ease infinite;
    animation: ring-ph 2s ease infinite;
    
}
@keyframes ring-ph {
0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
}
2% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
}
4% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
}
6% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
8% {
    -webkit-transform: rotate(-19deg);
    -ms-transform: rotate(-19deg);
    transform: rotate(-19deg);
}
10% {
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(19deg);
}
12% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
14% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
16% {
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-12deg);
}
18% {
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
}
20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
    
}
.woocommerce .star-rating span {
    color: #FFC107;
}

.product-review .comment-text {
    margin: 0 !important;
    border: 1.5px solid #2a4d91 !important;
    border-radius: 15px !important;
    box-shadow: 0px 0px 15px -1px hsl(0deg 0% 6.67% / 15%);
}

.product-review ol.commentlist {
    padding: 0;
    margin-block: 2rem !important;
}
.comment-author-admin .woocommerce-review__author:after {
    display: inline-block;
    content: "";
    width: 80px;
    aspect-ratio: 3 / 1;
    background: url("https://stockestiri.ir/wp-content/uploads/2025/08/admin-badge.svg");
    background-size: contain;
    background-repeat: no-repeat;
        margin: -3px 2.5px !important;
}


.product-review .comment-text:before {
    display: inline-block ;
    content: "";
    background: linear-gradient(180deg, #f96073 0%, #dd001f 100%);
    position: absolute;
    right: 0;
    top: 30px;
    width: 5px;
    height: 40px;
    margin-right: -5px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0px 2px 25px 0px #ef233c59;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
    margin: 15px 0px 0 0 !important;
}
strong.woocommerce-review__author {
    display: inline-flex !important;
}
.woocommerce-product-gallery__image img {
    object-fit: contain;
    max-height: 350px;
}
@media screen and (min-width:1024px){
    ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    width: 19%;
    padding: 0;
}

.flex-viewport {
    width: 80%;
    height: 350px !important;
}
.elementor-widget-woocommerce-product-images {
    max-height: 350px;
}

.woocommerce-product-gallery__image.flex-active-slide {
    width: 350px !important;
}


.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    display: flex;
    flex-direction: row-reverse;
    background-color: white;
    align-items: center;
    border-radius: 15px;
    max-height: 350px;
}

a.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 12px;
    scale: 1.2;
}

.elementor-element.elementor-element-896cf27.yes.elementor-widget.elementor-widget-woocommerce-product-images {
    overflow: hidden;
}

ol.flex-control-nav.flex-control-thumbs li {
    cursor: pointer !important;
}
}
@media screen and (max-width:768px){
    ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    padding: 0;
}


a.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 12px;
    scale: 1.2;
}

.woocommerce-product-gallery__image.flex-active-slide {
    width: 350px !important;
}

.flex-viewport {
    overflow: hidden !important;
    border-radius: 15px;
}
}
em.woocommerce-review__verified.verified {
    font-style: normal !important;
    background: #2d4d90;
    color: white;
    padding: 2px 5px;
    border-radius: 3.5px;
}
.comment-author-admin .comment-text {
    border: 1.5px solid #ef3c53 !important;
}

.comment-author-admin .comment-text:before {
    background: linear-gradient(180deg, #4b75cced 0%, #2d4d90 100%);
    box-shadow: 0 2px 25px 0 #2d4d90ad;
    z-index: -1;
}
@media screen and (max-width: 767px){
   .product-call-order a , .add-to-cart a{
       justify-content: center !important;
   }
}