.elementor-location-single{
    max-width: 1250px;
    margin: 20px auto;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.comment-author-nodsrvadmin , .bypostauthor  {
	margin-right:40px !important;

}

.bypostauthor .comment-text{
background-color: #cce8e8 !important;
	}

.verified{
	display:none;
}


.faq-question {
    text-align:right !important;
	direction:rtl;
	justify-content: flex-start !important;;
	padding:5px;
}





.single_add_to_cart_button 
{
    display: block;
    width: 100%;
    padding: 15px !important;
    border-radius: 5px;
    font-size: 18px;
}

.p-divider
{
  border: 0;  
  height: 1px;     
  background-color: rgba(0, 0, 0, 0.1) !important; 
  margin: 10px 0  !important;   
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    padding-right: 11px;
}


.woocommerce table.shop_attributes th {
	width: 200px;
	align-content;
text-align:right;}

.price
 del{
	font-size:0.8em !important;
}


body > svg:nth-child(114) {
display:none !important;
}

.elementor-location-archive.product  li.woo-variation-items-wrapper > ul{
display: none !important;
}





/* --- Global Product Card Styling --- */
/* This selector targets all product list items on the site */
.products .product, 
.products li.product {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    text-align: center;
}

/* --- Hover Effect for All Product Cards --- */
.products .product:hover,
.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* --- Image Styling --- */
.products .product img,
.products li.product img {
    border-radius: 15px 15px 0 0;
    transition: transform 0.4s ease-out;
}

.products .product:hover img,
.products li.product:hover img {
    transform: scale(1.05);
}

/* --- Product Link and Title Styling --- */
.woocommerce-loop-product__link {
    padding: 15px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.woocommerce-loop-product__title {
    color: #333;
    font-size: 18px;
    margin: 0;
}

/* --- Price Styling --- */
.products .product .price,
.products li.product .price {
    padding: 0 15px 15px;
    font-size: 16px;
}

.products .product .price del,
.products li.product .price del {
    font-size: 14px;
    color: #999;
    margin-left: 8px;
}

.products .product .price ins,
.products li.product .price ins {
    text-decoration: none;
    font-weight: bold;
    color: #2c3e50;
}

/* --- "Sale!" Label Styling --- */
.products .product .onsale,
.products li.product .onsale {
    background-color: #e53935;
    color: #fff;
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

/* --- Buy Button Styling --- */
.products .product .button,
.products li.product .button {
    background-color: #28a745;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto 15px auto;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
}

.products .product .button:hover,
.products li.product .button:hover {
    background-color: #218838;
    transform: scale(1.03);
}

/* --- Variable Product Button (if applicable) --- */
.wvs-add-to-cart-button {
    background-color: #3498db !important; /* Overrides the default button color */
}

.wvs-add-to-cart-button:hover {
    background-color: #2980b9 !important;
}

/* --- Button Status Styling --- */
.products .product .button.loading,
.products li.product .button.loading {
    background-color: #ffc107;
}

/* --- Sort Menu Styling --- */
.woocommerce-ordering .orderby {
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}

/* --- Main Page Title Styling (for the "ایست" page) --- */
.woocommerce-products-header__title.page-title {
    font-size: 2.5em; /* Larger, more prominent title */
    color: #2c3e50;
    text-align: right;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 20px;
}






#customer_details > div.col-1 {
	float:right;
}

/* 🎨 استایل کلی صفحه تسویه حساب */


/* 📌 فیلدهای فرم */


.woocommerce-checkout table.shop_table th {
    background-color: #7acbce;;
    color: #fff;
    font-weight: bold;
}


.woocommerce-checkout table.shop_table tfoot th {
    font-size: 16px;
    color: #000;
}


.woocommerce-checkout .wc_payment_methods img {
    max-height: 30px;
    margin-left: 10px;
}

/* ✅ دکمه ثبت سفارش */
.woocommerce-checkout #place_order {
    width: 100%;
    background-color: #00bfa5;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 191, 165, 0.3);
	margin-bottom:30px;
}

.woocommerce-checkout #place_order:hover {
    background-color: #009e8b;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 191, 165, 0.4);
}


/* 📱 واکنش‌گرا */
@media (max-width: 768px) {
    .woocommerce-checkout {
        padding: 15px;
    }
    .woocommerce-checkout h3 {
        font-size: 18px;
    }
    .woocommerce-checkout table.shop_table th,
    .woocommerce-checkout table.shop_table td {
        font-size: 13px;
        padding: 10px;
    }
}

.wc-item-meta-label {
visibility: hidden;
}





/* توضیحات صفحه خرید محصول - توضیحات نهایی  */


     .buycontent   .warning-box {
            background: #fff4f6;
            border: 2px solid #ff4d6d;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 30px;
            position: relative;
            box-shadow: 0 5px 15px rgba(255, 77, 109, 0.1);
            animation: pulse 2s infinite;
					width: 80%;
    margin: auto;
        }
        
        @keyframes pulse {
            0% { box-shadow: 0 5px 15px rgba(255, 77, 109, 0.1); }
            50% { box-shadow: 0 5px 20px rgba(255, 77, 109, 0.3); }
            100% { box-shadow: 0 5px 15px rgba(255, 77, 109, 0.1); }
        }
        
      .buycontent  .warning-title {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 15px;
            color: #d63333;
            font-weight: 800;
            font-size: 20px;
        }
        
       .buycontent .warning-title i {
            font-size: 24px;
            animation: blink 2s infinite;
        }
        
        @keyframes blink { 
            0% { opacity: 1; } 
            50% { opacity: 0.7; } 
            100% { opacity: 1; } 
        }
        
      .buycontent  .warning-content {
            line-height: 1.8;
        }
        
      .buycontent  .warning-content p {
            margin-bottom: 15px;
            font-size: 15px;
            text-align: center;
        }
        
       .buycontent .important-note {
            background: #feffa8;
            border: 3px dotted #d63333;
            padding: 15px;
            border-radius: 8px;
            margin: 20px 0;
            position: relative;
        }
        
      .buycontent  .important-note::before {
            content: '!';
            position: absolute;
            left: -12px;
            top: 50%;
            transform: translateY(-50%);
            background: #d63333;
            color: white;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }
        
       .buycontent .important-note p {
            margin: 0;
            color: #d63333;
            font-size: 18px;
            font-weight: 700;
            text-align: center;
        }
        
       .buycontent .links-container {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin: 20px 0;
            justify-content: center;
        }
        
        .buycontent .link-button {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: linear-gradient(135deg, #2b5bea 0%, #1a3cb0 100%);
            color: white;
            padding: 12px 20px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 14px;
            box-shadow: 0 4px 10px rgba(43, 91, 234, 0.3);
            text-align: center;
            flex: 1;
            min-width: 200px;
        }
        
       .buycontent .link-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(43, 91, 234, 0.4);
        }
        
      .buycontent  .link-button.secondary {
            background: #f0f5ff;
            color: #2b5bea;
            border: 1px solid #2b5bea;
        }
        
       .buycontent .link-button.secondary:hover {
            background: #e6eeff;
        }
        
      .buycontent  .link-button.important {
            background: linear-gradient(135deg, #ff4d6d 0%, #d63333 100%);
            animation: pulse 2s infinite;
        }
        
    
      .buycontent  .section-title {
				margin-top:20px;
            font-size: 18px;
            font-weight: 700;
            color: #2b5bea;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
            padding-bottom: 8px;
            border-bottom: 1px solid #e6eeff;
        }

      .buycontent  .note-list {
            list-style-type: none;
            padding-right: 20px;
        }
        
      .buycontent  .note-list li {
            margin-bottom: 12px;
            position: relative;
            padding-right: 25px;
            font-size: 14px;
            line-height: 1.7;
        }
        
      .buycontent  .note-list li::before {
            content: '•';
            color: #2b5bea;
            font-weight: bold;
            position: absolute;
            right: 0;
            font-size: 18px;
        }
        
      .buycontent  .note-list strong {
            color: #d63333;
            font-weight: 700;
        }
        
      .buycontent  .critical-section {
            background: #fff4f6;
            border: 2px dashed #ff4d6d;
            border-radius: 10px;
            padding: 20px;
            margin: 25px 0;
				width: 80%; margin: 0 auto;
        }
        
      .buycontent  .support-info {
            background: #f8faff;
            border-radius: 10px;
            padding: 20px;
            margin-top: 25px;
            border-top: 3px solid #2b5bea;
        }
        
     .buycontent   .support-info p {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
        }
        
      .buycontent  .support-info i {
            color: #2b5bea;
            width: 20px;
        }
        

        
      .buycontent  .badge {
            display: inline-block;
            background: #ff4d6d;
            color: white;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 12px;
            margin-right: 5px;
            font-weight: bold;
        }
        
       .buycontent .step-number {
            display: inline-block;
            background: #2b5bea;
            color: white;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            text-align: center;
            line-height: 24px;
            margin-left: 5px;
            font-size: 12px;
            font-weight: bold;
        }
        
        @media (max-width: 768px) {
            .links-container {
                flex-direction: column;
            }
            
         .buycontent   .link-button {
                justify-content: center;
            }
            
        .buycontent    .content {
                padding: 30px 15px 15px 15px;
            }
            
           .buycontent  .warning-title {
                font-size: 18px;
            }
        }





.woocommerce-cart-form .coupon input#coupon_code {
    transition: all 0.3s ease;
	  width:150px !important;
}


.woocommerce-cart-form .coupon button {
    background: #0073aa;
    color: #fff;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.woocommerce-Price-amount bdi {
    font-size: 1.4em;
}


