/* 
Theme Name: Antiviral Care
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Dhaval
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.custom-variation-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.custom-variation-table th,
.custom-variation-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
.custom-variation-table th {
    background: #f5f5f5;
}
.add-to-cart-btn {
    background-color: var( --e-global-color-secondary );
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

.custom-product-title {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-title {
    font-size: 24px;
    font-weight: bold;
    color: #2c7c2c;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-top: 5px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rating-score {
    font-weight: bold;
    color: #333;
}

.review-count {
    color: blue;
    text-decoration: none;
}

.review-count:hover {
    text-decoration: underline;
}

.product-availability {
    font-weight: bold;
}

.stock-status.in-stock {
    color: var( --e-global-color-secondary );
}

.stock-status.out-of-stock {
    color: red;
}


.coupon-section {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}

.discount-label {
    background: var( --e-global-color-secondary )!important;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 3px;
}

.copy-coupon {
    background: #ccc;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.copy-coupon:hover {
    background: #bbb;
}

.single-product-image {
    text-align: center;
    border: 2px solid #ccc;
    padding: 10px;
    display: inline-block;
    width: 500px; 
    height: 500px; 
    overflow: hidden; 
}

.single-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures the image fits properly */
}

.custom-text-before-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    background: #f8f8f8;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 20px;
}

.custom-text-before-tabs span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.woocommerce span.onsale {
    display: none !important;
}

.rx-note {
    display: inline-block;
    margin-top: 12px;
    padding: 4px 12px;
    background: #f2f2f2;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: none;
}

.medical-review-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.medical-review-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    background: #f7f7f7;
}

.medical-review-doctor {
    border: 1px solid #e0e0e0;
}

.medical-review-author {
    border: 1px solid #d0ead1;
}

.medical-review-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3bb54a;
}

.medical-review-label {
    color: #666;
}

.medical-review-name {
    font-weight: 600;
    color: #0073aa;
}

.medical-review-badge {
    position: relative;
}

.medical-tooltip {
    position: absolute;
    left: 0;
    top: 110%;
    z-index: 10;
    width: 320px;
    max-width: 90vw;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 12px 16px 14px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.medical-review-badge:hover .medical-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.medical-tooltip-header {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #4caf50;
    margin-bottom: 10px;
}

.medical-tooltip-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4caf50;
}

.medical-tooltip-body {
    display: flex;
    gap: 12px;
    align-items: center;
}

.medical-tooltip-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #4caf50;
    flex-shrink: 0;
}

.medical-tooltip-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medical-tooltip-name {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.medical-tooltip-role {
    font-size: 12px;
    color: #666;
    margin-bottom: 6px;
}

.medical-tooltip-link {
    font-size: 12px;
    color: #0073aa;
    text-decoration: none;
    font-weight: 600;
}

.medical-tooltip-link:hover {
    text-decoration: underline;
}

.avc-product-summary-box {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 25px;
}

.avc-product-summary-title {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
}

.avc-safety-section {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    margin: 40px 0 30px;
    padding: 25px 30px;
    background: #fff3e6;
    border: 1px solid #f3d7b8;
    border-radius: 6px;
}

.avc-safety-section h3 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.avc-safety-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.avc-safety-item {
    flex: 1 1 14%;
    min-width: 120px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
}

.avc-safety-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 1px #e5d3c3;
    margin-bottom: 10px;
}

.avc-safety-icon-icon {
    font-size: 28px;
}

.avc-safety-text {
    display: block;
}

