.elementor-kit-5{--e-global-color-primary:#121212;--e-global-color-secondary:#7E0709;--e-global-color-text:#3D3D3D;--e-global-color-accent:#61CE70;--e-global-color-fa13ca4:#121212;--e-global-color-a825cb5:#B40003;--e-global-color-7cc66a6:#520001;--e-global-color-d7bd898:#FAF9F6;--e-global-color-7c0eeb9:#D8D2C7;--e-global-color-d79c0b1:#0000001A;--e-global-color-81849f2:#0000001A;--e-global-color-3290aaf:#00000033;--e-global-color-a558bc2:#0000004D;--e-global-color-a706266:#FFFFFF1A;--e-global-color-324ee66:#FFFFFF33;--e-global-color-a30d7a6:#FFFFFF4D;--e-global-color-96d6e16:#FFFFFF00;--e-global-color-b6b791e:#3D3D3D;--e-global-color-4e327d4:#454545;--e-global-color-c4051c7:#4F4F4F;--e-global-color-acd7d79:#5D5D5D;--e-global-color-727aeb1:#6D6D6D;--e-global-color-69675f6:#888888;--e-global-color-0fa7842:#B0B0B0;--e-global-color-2b8be09:#D1D1D1;--e-global-color-211b940:#E7E7E7;--e-global-color-bfd19d6:#F6F6F6;--e-global-typography-primary-font-family:"Archivo Black";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Arial", Sans-serif;font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{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-kit-5 a:hover{color:var( --e-global-color-text );}.elementor-kit-5 h1{color:var( --e-global-color-primary );}.elementor-kit-5 h2{color:var( --e-global-color-primary );}.elementor-kit-5 h3{color:var( --e-global-color-primary );}.elementor-kit-5 h4{color:var( --e-global-color-primary );}.elementor-kit-5 h5{color:var( --e-global-color-primary );}.elementor-kit-5 h6{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:16px;}.elementor-kit-5 h1{font-size:32px;}.elementor-kit-5 h2{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. Base styles for the wrapper */
.slide-icon-btn .elementor-button-content-wrapper {
    gap: 0px; 
    transition: gap 0.4s ease;
}

/* 2. Base styles for the icon (hidden initially) */
.slide-icon-btn .elementor-button-icon {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateX(10px); 
    transition: all 0.4s ease;
    margin: 0 !important; 
}

/* 3. Hover state: Reveal the icon */
.slide-icon-btn .elementor-button:hover .elementor-button-icon {
    max-width: 1.5em; 
    opacity: 1;
    transform: translateX(0);
}

/* 4. Hover state: Add gap to wrapper */
.slide-icon-btn .elementor-button:hover .elementor-button-content-wrapper {
    gap: 12px;
}







.dis-tag {
    background: rgba(255, 255, 255, 0.2);
border-radius: 40px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}


.glass-effect {
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}










/* Class Name: .custom-glass-btn */

/* Hide the 'View Cart' link only for this button style */
.custom-glass-btn .added_to_cart,
.custom-glass-btn + .added_to_cart { 
    display: none !important;
}

/* Main Button Styling */
.custom-glass-btn .add_to_cart_button {
    border: 1px solid rgba(255, 255, 255, 0.3) !important; /* Combined border logic */
    padding: 12px !important; 
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
    background: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s ease; /* Added for smooth hover */
}

/* SVG Styling */
.custom-glass-btn .add_to_cart_button svg {
    width: 24px !important;
    height: 24px !important;
    fill: #FAF9F6 !important; 
}

/* Elementor Icon Fix */
.custom-glass-btn .elementor-button-icon {
    margin: 0 !important;
}

/* Hover Effects */
.custom-glass-btn .add_to_cart_button:hover {
    background-color: #7E0709 !important;
    border-color: #7E0709 !important;
}

.custom-glass-btn .add_to_cart_button:hover svg {
    fill: #FAF9F6 !important;
}

/* Mobile Responsive Styling */
@media (max-width: 767px) {
    .custom-glass-btn .add_to_cart_button {
        padding: 8px !important;
    }
    
    .custom-glass-btn .add_to_cart_button svg {
        width: 16px !important;
        height: 16px !important;
    }
}


























/* Only apply these styles if screen width is 768px or larger */
@media (min-width: 768px) {
    .info-loop {
        position: relative;
        z-index: 1; 
    }

    .info-loop::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background: linear-gradient(
            to right,
            rgba(255, 245, 225, 1) 15%,
            rgba(255, 245, 225, 0) 35%,
            rgba(255, 245, 225, 0) 65%,
            rgba(255, 245, 225, 1) 85%
        );
        z-index: 10; 
        pointer-events: none;
    }
}


/* Only apply these styles if screen width is 768px or larger */
@media (min-width: 768px) {
    .info-loop1 {
        position: relative;
        z-index: 1; 
    }

    .info-loop1::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background: linear-gradient(
            to right,
            rgba(216, 210, 199, 1) 15%,
            rgba(216, 210, 199, 0) 35%,
            rgba(216, 210, 199, 0) 65%,
            rgba(216, 210, 199, 11) 85%
        );
        z-index: 10; 
        pointer-events: none;
    }
}















.icon-normal .price del .custom-sar-icon {
    background-color: #d8d2c7!important; 
}

.icon-normal .price .custom-sar-icon {
    background-color: #d8d2c7!important; 
}


.icon-red .price del .custom-sar-icon {
    background-color: #7E0709; 
}

.icon-red .price del .custom-sar-icon {
    background-color: #7E0709; 
}

.icon-red .price .custom-sar-icon {
    background-color: #7E0709; 
}


.elementor-menu-cart__product-price .custom-sar-icon{
        background-color: #7E0709; 
}

.elementor-menu-cart__subtotal .custom-sar-icon{
        background-color: #7E0709; 
}

.product-total .custom-sar-icon{
        background-color: #7E0709; 
}

.product-subtotal .custom-sar-icon{
        background-color: #7E0709; 
}

.cart-subtotal .custom-sar-icon{
        background-color: #69727d; 
}

.order-total .custom-sar-icon{
        background-color:#69727d; 
}



.e-off-canvas__content    ::-webkit-scrollbar{
  display:none !important;
}










/*-------Payment Selector*/
#payment {
    background: #fff;
    border-radius: 5px;
}

#payment ul.payment_methods {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    border-bottom: 1px solid #eee;
}

#payment ul.payment_methods li.wc_payment_method {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

#payment ul.payment_methods li.wc_payment_method:hover {
    border-color: #b3b3b3;
}

#payment ul.payment_methods li.wc_payment_method:has(input[type="radio"]:checked) {
    border-color: #7E0709;
    box-shadow: 0 0 0 1px #7E0709 inset; 
    background-color: #fffafa; 
}

#payment ul.payment_methods li.wc_payment_method > label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    width: 100%;
}

#payment ul.payment_methods li.wc_payment_method > input.input-radio {
    margin-right: 15px;
    transform: scale(1.2);
    cursor: pointer;
    
    accent-color: #7E0709; 
}

#payment ul.payment_methods li.wc_payment_method > label img {
    max-height: 28px;
    width: auto;
    margin-left: 10px;
    object-fit: contain;
    vertical-align: middle;
}

#payment div.payment_box {
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    padding: 15px 20px;
    font-size: 14px;
    color: #666;
    position: relative;
}

#payment div.payment_box::before {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-bottom: 8px solid #eee; 
    position: absolute;
    top: -16px;
    left: 24px;
}

#payment li.wc_payment_method:has(input:checked) div.payment_box {
    border-top-color: rgba(126, 7, 9, 0.1);
}

#pt_managed_form {
    max-width: 100%;
    margin-top: 15px;
}

#pt_managed_form .row {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#pt_managed_form label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

#pt_managed_form input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    transition: border 0.3s;
}

#pt_managed_form input[type="text"]:focus {
    border-color: #7E0709; 
    outline: none;
}

#pt_managed_form input[data-paylib="expmonth"], 
#pt_managed_form input[data-paylib="expyear"],
#pt_managed_form input[data-paylib="cvv"] {
    width: auto;
    flex: 1;
    min-width: 60px;
}

.woocommerce-SavedPaymentMethods-saveNew {
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.woocommerce-SavedPaymentMethods-saveNew input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #7E0709;
}

.woocommerce-terms-and-conditions-wrapper {
    margin: 20px 0;
    padding: 15px;
    background: #fdfdfd;
    border: 1px dashed #ddd;
    border-radius: 4px;
}

.woocommerce-privacy-policy-text p {
    font-size: 13px;
    margin-bottom: 10px;
}

.form-row.validate-required label.checkbox {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.4;
}

.form-row.validate-required label.checkbox input {
    margin-top: 3px;
    margin-right: 10px;
    accent-color: #7E0709;
}

#place_order {
    width: 100%;
    background-color: #7E0709; 
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease;
    margin-top: 10px;
}

#place_order:hover {
    background-color: #5e0507; 
}

.input-radio{
    display: none;
}/* End custom CSS */