.woocommerce-product-gallery.images {
    width: 100% !important;
}
button.nav-link {
    margin-right: 0px !important;
    line-height: 1.42857143 !important;
    border: 1px solid #d5d5d5 !important;
    border-radius: 0px 0px 0 0 !important;
    background-color: #e8e8e8 !important;
    color: #000000 !important;
    padding: 15px 18px 15px 18px !important;
    text-decoration: none !important;
    font-size: 15px !important;
    text-align: center !important;
   
    min-width: 200px;
    margin-bottom: 10px;
}
.product-box-head {
    font-family: variableFont;
    font-size: 40px;
    color: #000;
    padding-top: 60px;
    position: relative;
    text-transform: inherit;
    padding-right: 33px;
    text-align: right;
    margin-bottom: 80px;
    padding-bottom: 4px;
    display: inline-block;
    font-weight: 400;
}
.product-box-head:before {
    content: "";
    height: 2px;
    width: 160%;
    position: absolute;
    right: -60%;
    background: #000;
    bottom: -5px;
}
button.nav-link.active {
    color: #000000 !important;
    cursor: default;
    background-color: #ffffff !important;
    border: 1px solid #e6e6e6 !important;
}
.product-tab-content{    padding: 20px;
    border: 1px solid #e6e6e6 !important;
    margin-top: 0px;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 17px !important;
    border: 1px solid #e6e6e6 !important;}
.windowfilm-timeline {
    display: flex;
    gap: 0px;
    position: relative;
    padding-right: 0;
    flex-flow: wrap row;
    width: 100%;
    justify-content: space-between;
}

/* هر آیتم تایم‌لاین */
.windowfilm-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 50%;
    flex: 50%;
    padding-bottom: 25px;
}

/* آیکون */
.windowfilm-icon {
  width: 46px;
  height: 46px;
  border: 2px solid #e0ba3e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

/* svg داخل آیکون */
.windowfilm-product-icon {
  width: 22px;
  height: 22px;
  fill: #e0ba3e;
}

/* خط عمودی بین آیکون‌ها */
.windowfilm-item::after {
  content: "";
  position: absolute;
  top: 46px; /* بعد از دایره */
  right: 22px; /* مرکز دایره */
  width: 0;
  height: calc(100% - 46px);
  border-right: 2px dashed #ccc;
  z-index: 1;
}

/* حذف خط برای آخرین آیتم */
.windowfilm-item:last-child::after, .windowfilm-item:nth-child(5)::after {
  display: none;
}

/* متن کنار آیکون */
.windowfilm-content {
  margin-right: 15px;
}
select {
    padding: 0;
}
body, p, a, strong, h1, h2, h3, h4, h5, h6, ul, li , table, td, th, input{font-family: variableFont;}
.product-title, .product-short-description {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}
.windowfilm-content h4, .windowfilm-content strong {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px 0;
  color: #222;
}

.windowfilm-content p {
  font-size: 13px;
  color: #555;
  margin: 0;
}
.related-product-box{padding:10px 5px; text-align: center;}
.related-product-box a strong { color: #000; font-size: 18px;}
.related-product-box a{ text-decoration: none;}
.related-product-box a:hover strong{    color: #927102;}

.whatsapp-button, .whatsapp-button:visited, .whatsapp-button:focus, .windowfilm-contact-info div {
	color: #fff !important;}
.windowfilm-badge {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
  display: inline-block;
  margin-top: 4px;
}
.custom-order-fields .kk-star-ratings.kksr-template {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
#whatsapp_order_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;

}

#whatsapp_order_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
}

#whatsapp_order_btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(37, 211, 102, 0.3);
}

#whatsapp_order_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

#whatsapp_order_btn:hover::before {
    left: 100%;
}

#whatsapp_order_btn svg {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
    transition: transform 0.3s ease;
}

#whatsapp_order_btn:hover svg {
    transform: scale(1.1);
}
input#order_quantity {
    max-width: 50px;
}
/* استایل برای موبایل */
@media (max-width: 768px) {
    #whatsapp_order_btn {
        padding: 10px 15px;
        font-size: 14px;
        gap: 6px;
    }
	.contact-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    #whatsapp_order_btn,
    #cellphone_order_btn {
        width: 100%;
       max-width: 174px;
        margin-bottom: 10px;
    }
}
#cellphone_order_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    background: #968f62;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #968f62;
    box-shadow: 0 4px 15px rgb(150 143 98 / 40%);
    transition: all 0.3s ease;
    position: relative;
    animation: pulse-phone 2s infinite;
}

@keyframes pulse-phone {
    0% {
        box-shadow: 0 0 0 0 rgba(150, 143, 98, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(150, 143, 98, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(150, 143, 98, 0);
    }
}

#cellphone_order_btn:hover {
    background: white;
    color: #968f62;
    animation: none;
    transform: translateY(-2px);
}
/* استایل برای کنار هم قرار گرفتن دکمه‌ها */
.contact-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.product-support {
    background-color: #222222;
}
:host .windowfilm {
    stroke: #999999;
}
.windowfilm-fill-none {
    fill: none;
}
.product-support-box{display: flex;
    flex-direction: column;    margin: 0;
    padding: 0;
    box-sizing: border-box;}
.product-support-content{ font-size: 14px !important; 
      display: inline-block;
        text-align: center;
    
    fill: #999;
    box-sizing: content-box !important;margin: 29px auto;
    color: #999;
    padding: 0;
    box-sizing: border-box;}
.product-support-icon{display: block;
   
    width: 100%; color: #999;fill: #999;
}
.product-support-icon svg{overflow-clip-margin: content-box; width: 1em; height: 1em;
    overflow: hidden;     color: #999;   font-size: 2rem !important;
}
.product-support-content strong{margin: auto;
    color: #999;
    text-align: center;
    line-height: 30px;}







