.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1440 .elementor-element.elementor-element-09d99c5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-1440 .elementor-element.elementor-element-09d99c5 .elementor-heading-title{font-family:"Fira Sans", Sans-serif;font-size:22px;font-weight:600;color:#2E3180;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-1440 .elementor-element.elementor-element-d045adf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 15px) 0px;}.woocommerce .elementor-1440 .elementor-element.elementor-element-d045adf .price{color:#0072A5;font-family:"Lato", Sans-serif;font-size:28px;font-weight:600;}.elementor-1440 .elementor-element.elementor-element-a068dd0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;text-align:start;}.woocommerce .elementor-1440 .elementor-element.elementor-element-a068dd0 .woocommerce-product-details__short-description{color:#F97352;font-family:"Lato", Sans-serif;font-size:17px;}.elementor-widget-woocommerce-product-meta .product_meta .detail-container:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-1440 .elementor-element.elementor-element-4aac7aa{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;padding:10px 10px 10px 10px;border-style:solid;border-width:1px 0px 1px 0px;border-color:#E3E3E3;font-family:"Lato", Sans-serif;font-size:12px;color:#777777;}.elementor-1440 .elementor-element.elementor-element-4aac7aa:not(.elementor-woo-meta--view-inline) .product_meta .detail-container:not(:last-child){padding-bottom:calc(14px/2);}.elementor-1440 .elementor-element.elementor-element-4aac7aa:not(.elementor-woo-meta--view-inline) .product_meta .detail-container:not(:first-child){margin-top:calc(14px/2);}.elementor-1440 .elementor-element.elementor-element-4aac7aa.elementor-woo-meta--view-inline .product_meta .detail-container{margin-right:calc(14px/2);margin-left:calc(14px/2);}.elementor-1440 .elementor-element.elementor-element-4aac7aa.elementor-woo-meta--view-inline .product_meta{margin-right:calc(-14px/2);margin-left:calc(-14px/2);}body:not(.rtl) .elementor-1440 .elementor-element.elementor-element-4aac7aa.elementor-woo-meta--view-inline .detail-container:after{right:calc( (-14px/2) + (-2px/2) );}body:not.rtl .elementor-1440 .elementor-element.elementor-element-4aac7aa.elementor-woo-meta--view-inline .detail-container:after{left:calc( (-14px/2) - (2px/2) );}.elementor-1440 .elementor-element.elementor-element-4aac7aa a{font-family:"Lato", Sans-serif;font-size:12px;color:#252525;}.woocommerce .elementor-1440 .elementor-element.elementor-element-6c4d6db .woocommerce-tabs ul.wc-tabs li{background-color:#FFFFFF;border-color:#FFFFFF;border-radius:0px 0px 0 0;}.woocommerce .elementor-1440 .elementor-element.elementor-element-6c4d6db .woocommerce-tabs .woocommerce-Tabs-panel{border-color:#FFFFFF;}/* Start custom CSS *//* =====================================================
   WRAPPER
   ===================================================== */
.wpcvt-variations {
    overflow: hidden;
    padding: 20px 20px 0px 20px;
}

/* =====================================================
   VARIATION ROWS
   ===================================================== */
.wpcvt-variation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    gap: 10px;
}
.wpcvt-variation:last-child {
    margin-bottom: 0;
}

/* Left side: name + price */
.wpcvt-variation-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}
.wpcvt-variation-name {
    font-weight: 600;
    font-size: 16px;
    color: #777777;
    font-family: Lato, sans-serif;
    line-height: 1.3;
}
.wpcvt-variation-price {
    font-size: 14px;
    color: #555;
}

/* Right side: qty + button — stays a row, never stacks */
.wpcvt-variation-actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.wpcvt-atc,
.wpcvt-add-to-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

/* =====================================================
   QUANTITY INPUT
   ===================================================== */
.wpcvt-add-to-cart .quantity {
    display: flex;
    flex-shrink: 0;
}
.wpcvt-add-to-cart .qty {
    width: 60px;
    height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    color: #333333 !important;
    background-color: #ffffff !important;
    padding: 0 4px 0 0 !important;
    -moz-appearance: number-input !important;
    appearance: auto !important;
    box-sizing: border-box;
}
.wpcvt-add-to-cart .qty::-webkit-outer-spin-button,
.wpcvt-add-to-cart .qty::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    opacity: 1 !important;
    margin-left: 2px;
}

/* =====================================================
   ADD TO CART BUTTON
   ===================================================== */
.single_add_to_cart_button {
    background-color: #1b6a9c !important;
    color: #fff !important;
    border: none !important;
    padding: 11px 20px !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}
.single_add_to_cart_button:hover {
    background-color: #14567e !important;
}

/* =====================================================
   RESPONSIVE — TABLET
   ===================================================== */
@media (max-width: 768px) {
    .wpcvt-variations {
        padding: 15px 10px 0px 10px;
        
    }
    .wpcvt-variation {
        padding: 12px 14px;
        /*max-height: 200px;*/
    }
    .wpcvt-variation-name {
        font-size: 15px;
    }
    .single_add_to_cart_button {
        padding: 10px 14px !important;
        font-size: 12px !important;
    }
}
/* Force row layout at every breakpoint, overriding Elementor's own container CSS */
.wpcvt-variation {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: left !important;
}

.wpcvt-variation-info {
    align-items: flex-start !important;
    text-align: left !important;
}

/* =====================================================
   RESPONSIVE — MOBILE (row stays intact, everything shrinks)
   ===================================================== */
@media (max-width: 600px) {
    .wpcvt-variation {
        padding: 10px 12px;
        gap: 8px;
    }
    .wpcvt-variation-name {
        font-size: 13px;
        line-height: 1.25;
    }
    .wpcvt-variation-price {
        font-size: 12px;
    }
    .wpcvt-atc,
    .wpcvt-add-to-cart {
        gap: 6px;
    }
    .wpcvt-add-to-cart .qty {
        width: 42px;
        height: 34px;
        font-size: 12px;
        padding: 0 2px 0 0 !important;
    }
    .single_add_to_cart_button {
        padding: 8px 10px !important;
        font-size: 10px !important;
        letter-spacing: 0.2px;
    }
    .wpcvt-variation-actions{
        justify-content: Right;
        max-width: 150px;
    }
}
@media (max-width: 600px) {
    .wpcvt-variation {
        padding: 10px 12px !important;
        min-height: unset !important;
    }
}

/* =====================================================
   RESPONSIVE — VERY SMALL SCREENS
   ===================================================== */
@media (max-width: 360px) {
    .wpcvt-variation {
        padding: 8px 10px;
        gap: 6px;
    }
    .wpcvt-variation-name {
        font-size: 12px;
    }
    .wpcvt-variation-price {
        font-size: 11px;
    }
    .wpcvt-add-to-cart .qty {
        width: 38px;
        height: 32px;
        font-size: 11px;
    }
    .single_add_to_cart_button {
        padding: 7px 8px !important;
        font-size: 9px !important;
    }
    .wpcvt-variation-actions{
        max-width: 70px;
    }
    .wpcvt-add-to-cart{
         display: flex;
        flex-direction: column;
    }
}


/* ============================= 
   TABS — remove all borders, keep only the underline
   ============================= */
.wc-tabs-wrapper {
    border: none !important;
}

.woocommerce-tabs ul.tabs.wc-tabs {
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important; /* thin separator line under the whole tab row */
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    list-style: none;
    display: flex;
    gap: 30px;
}

.woocommerce-tabs ul.tabs.wc-tabs li {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 0 12px 0 !important;
    position: relative;
}

/* Remove WooCommerce's default ::before/::after border tricks */
.woocommerce-tabs ul.tabs.wc-tabs li::before,
.woocommerce-tabs ul.tabs.wc-tabs li::after {
    display: none !important;
}

.woocommerce-tabs ul.tabs.wc-tabs li a {
    text-decoration: none !important;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 0 !important;
    border: none !important;
}

/* Underline ONLY on the active tab */
.woocommerce-tabs ul.tabs.wc-tabs li.active a {
    color: #1b6a9c;
}

.woocommerce-tabs ul.tabs.wc-tabs li.active::after {
    content: "";
    display: block !important;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1b6a9c;
}

/* ============================= 
   DESCRIPTION PANEL — sizing + spacing
   ============================= */
.woocommerce-Tabs-panel {
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--woocommerce_events h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 16px;
}

.woocommerce-Tabs-panel--description p {
    font-size: 15px;
    line-height: 1.8;
    color: #444444;
    margin-bottom: 14px;
}

/* Bold text inside the description — colored to match your reference image */
.woocommerce-Tabs-panel--description p strong {
    color: #d9622b;
    font-weight: 700;
}

/* Event Details panel — keep labels bold/dark, values normal weight */
.woocommerce-Tabs-panel--woocommerce_events p {
    font-size: 15px;
    line-height: 1.9;
    color: #444444;
    margin-bottom: 6px;
}

.woocommerce-Tabs-panel--woocommerce_events p b {
    color: #1b1b1b;
    font-weight: 600;
}/* End custom CSS */