/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1780549958
Updated: 2026-06-04 05:12:38

*/

*{
	outline: none!important;
}

span.ld-cart-product-details.d-flex.flex-column.flex-grow-1 {
    width: 100%;
}

span.ld-cart-product-name.h2.mt-0.mb-0{
	font-size: 13px;
}

.wdc-pill-btn{
	width: 20px;
	height: 20px;
	font-size: 13px;
}


.glink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.6);
  color: white !important;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none !important;
  transition: background 0.18s, color 0.18s;
}

.glink:hover {
  border-color: white;
  background: rgba(255,255,255,0.12);
}

.glink.gt-current-lang {
  background: white !important;
  color: #111 !important;
  border-color: white;
  font-weight: 600;
}

html, body{
	overflow-x: hidden!important;
}

#lqd-contents-wrap{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.cpg-dot{
	width: 5px!important;
    height: 5px!important;
}

.cpg-dot.active {
	width: 15px!important;
}

.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true]{
	background: #F992AA;
    background-color: transparent;
    background-image: linear-gradient(79deg, #F992AA 0%, #CB3275 100%)!important;
}

.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{
	background-color: #EFEFEF!important;
}

/* UAE Dirham SVG symbol sizing */
.aed-symbol {
    height: 0.85em;
    width: auto;
    vertical-align: middle;
    display: inline-block;
    fill: currentColor;
    margin-right: 2px;
    position: relative;
    top: -1px;
}

/* ── AJAX Add to Cart button states ── */
.elementor-element-928c5f0 .elementor-button.loading {
    opacity: 0.6;
    pointer-events: none;
    cursor: wait;
}

.elementor-element-928c5f0 .elementor-button.loading .elementor-button-text::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: shade-spin 0.6s linear infinite;
    vertical-align: middle;
}

.elementor-element-928c5f0 .elementor-button.added .elementor-button-text {
    color: #27ae60;
}

@keyframes shade-spin {
    to { transform: rotate(360deg); }
}

.added_to_cart.wc-forward{
	display: none!important;
}

/*--------QUICK VIEW--------------*/

/* ── Quick View Overlay ── */
#sqv-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99998;
    align-items: center;
    justify-content: center;
}
#sqv-overlay.active {
    display: flex;
}

/* ── Quick View Modal ── */
#sqv-modal {
    background: #fff;
    border-radius: 12px;
    max-width: 860px;
    width: 92%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 99999;
    position: relative;
}

#sqv-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px;
}

@media (max-width: 600px) {
    #sqv-inner { grid-template-columns: 1fr; gap: 24px; padding: 24px; }
}

/* ── Image ── */
.sqv-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: opacity 0.2s ease;
}

/* ── Details ── */
.sqv-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #888;
    line-height: 1;
}
.sqv-close:hover { color: #000; }

.sqv-title { margin: 0 0 8px; font-size: 22px; }

/* Short desc — 2 lines max */
.sqv-short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.sqv-price, .sqv-variation-price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.sqv-variation-price { display: none; }

/* ── Swatches ── */
.sqv-attr-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.sqv-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}
.sqv-swatch {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.sqv-swatch:hover { transform: scale(1.1); }
.sqv-swatch.selected {
    border-color: #333;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333;
    transform: scale(1.1);
}

/* ── Quantity + ATC ── */
.sqv-add-to-cart {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}
.sqv-qty {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}
.sqv-qty-minus, .sqv-qty-plus {
    background: none;
    border: none;
    padding: 8px 14px;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
}
.sqv-qty-input {
    width: 40px;
    text-align: center;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 8px 0;
    font-size: 15px;
    -moz-appearance: textfield;
}
.sqv-qty-input::-webkit-outer-spin-button,
.sqv-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; }

.sqv-atc-btn {
    flex: 1;
    padding: 10px 20px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}
.sqv-atc-btn:hover { background: #000; }
.sqv-atc-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.sqv-message {
    margin-top: 10px;
    font-size: 13px;
    min-height: 20px;
}

.sqv-short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 12px;
}


#sqv-modal, .sqv-title{
	font-family: poppins!important;
	color: #000000;
}

.sqv-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sqv-atc-btn{
	border-radius: 100px;
}

.sqv-qty {
	border-radius: 100px;
}

.sqv-swatch{
	width: 20px;
	height: 20px;
}

.sqv-swatches{
	gap: 10px;
	margin: 0px;
}

/*---------------*/
    .woocommerce .container-fluid div.product {
        padding-inline-start: 0em;
        padding-inline-end: 0em;
    }

#sqv-modal{
	border-radius: 30px;
}
.sqv-swatch.selected{
	    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #333;
	border-width: 0px;
}

span.sqv-selected-shade-name{
	color: #00000050;
}

/*---------*/
.woocommerce div.product {
    padding-top: 0em;
}

.woocommerce.archive #lqd-contents-wrap.container-fluid {
    padding-inline-start: 0vw;
    padding-inline-end: 0vw;
}

.titlebar-inner{
	display: none;
}

/*-----Product Image scroll----*/

/* ── Thumbnail column: fixed height + hidden overflow ── */
.flex-control-nav.flex-control-thumbs {
    position: relative;
    max-height: 425px; /* matches gallery image height */
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 40px; /* space for gradient */
    margin: 0 !important;
}

.flex-control-nav.flex-control-thumbs li {
    flex-shrink: 0;
    width: 100% !important;
    margin: 0 !important;
}

/* ── White gradient fade at bottom ── */
.ld-product-images {
    position: relative;
}

.flex-control-nav.flex-control-thumbs::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient( to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100% );
    pointer-events: none;
    z-index: 2;
}

/* ── Arrow buttons ── */
.sqv-thumb-prev,
.sqv-thumb-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 28px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    z-index: 3;
    position: relative;
    transition: background 0.2s;
    margin-top: 4px;
}

.sqv-thumb-prev:hover,
.sqv-thumb-next:hover {
    background: #f3f3f3;
}

.sqv-thumb-prev {
    margin-bottom: 4px;
}

/* ── Thumbnail wrap ── */
.sqv-thumb-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

/* ── Thumbnail list ── */
.sqv-thumb-wrap ol.flex-control-nav.flex-control-thumbs {
    display: flex !important;
    flex-direction: column !important;
    max-height: 380px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: none;
    gap: 6px;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

.sqv-thumb-wrap ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
    display: none;
}

/* ── White gradient at bottom ── */
.sqv-thumb-wrap::after {
    content: '';
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient( to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100% );
    pointer-events: none;
    z-index: 2;
}

/* ── Arrow buttons ── */
.sqv-thumb-prev,
.sqv-thumb-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 28px;
    background: #000000;
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
    color: #FFFFFF;
    z-index: 3;
    position: relative;
    transition: background 0.2s;
    box-sizing: border-box;
}

.sqv-thumb-prev:hover,
.sqv-thumb-next:hover {
    background: #00000080;
}

.woocommerce div.product div.woocommerce-product-gallery{
	gap: 10px;
}

/* Single product shade swatches */
.spv-shade-swatches {
    margin-bottom: 16px;
	color: #000000;
	
}

.spv-shade-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
}

.spv-selected-shade-name {
    color: #00000050;
    font-weight: 400;
}

.spv-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.spv-swatch {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: transform 0.15s;
    border: 2px solid transparent;
}

.spv-swatch:hover { transform: scale(1.1); }

.spv-swatch.selected {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #333;
}

/* Hide original dropdown row */
.variations tr:has(#pa_shade) {
    display: none !important;
}

.lqd-woo-single-layout-3 div.product form.cart table.variations {
    margin-bottom: 0em;
}

.woocommerce div.product .woocommerce-variation.single_variation {
    margin-bottom: 0em;
}

#lqd-site-content{
	padding:0px !important;
}

/*CHECK PUT*/
#cso-shipping-wrapper{
	font-family: poppins;
	padding: 0em 40px 1.28em 40px;
	background-color: #f9f9f9;
	margin: 0px;
}

.cso-shipping-title{
	font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    margin-bottom: 14px !important;
	margin-top: 0px!important;
}

/* Target all states */
.woocommerce form .form-row .select2-container .select2-selection--single {
    font-size: 12px !important;
    padding: 8px 10px !important;
    border: 1px solid #d0d0d0 !important;
    border-radius: 25px !important;
    color: #111111 !important;
    background: #fff !important;
    line-height: 1.5 !important;
    height: auto !important;
}

/* The rendered text inside */
.woocommerce form .form-row .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    line-height: 1.5 !important;
    color: #111111 !important;
}

/* The arrow */
.woocommerce form .form-row .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 10px !important;
}



.cpg-thumb-viewport {
    flex: 1;
    overflow: hidden;
    width: 100%;
    position: relative;
    /* 72px thumb height + 8px gap = 80px per item; 5 items = 5×80 - 8px trailing gap */
    max-height: calc(5 * 72px + 4 * 8px);
    height: calc(5 * 72px + 4 * 8px);
}


.ld-module-cart-offcanvas .ld-cart-button .btn{
	border-radius: 100px;
}

.elementor-kit-5 {
	--e-global-color-primary: #636363;
}
.ld-cart-product-info > a {
        gap: 12px;
    }
    .ld-cart-product-info figure {
        flex-shrink: 0;
        width: 70px !important;
        height: 70px !important;
        min-width: 70px;
    }
    .ld-cart-product-info figure img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

   

.ld-cart-product-info span.woocommerce-Price-amount.amount{
	font-weight: 600;
}


header{
	pointer-events: auto !important;
}






.cpd-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.cpd-top-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cpd-badge {
    background: #e63946;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.cpd-current {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    display: flex;
    align-items: center;
    gap: 2px;
}
.cpd-current .cpd-sym {
    font-size: 14px;
    font-weight: 600;
}
.cpd-list {
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 3px;
}
.cpd-list del {
    color: #aaa;
}




.wpcf7 form.sent .wpcf7-response-output {
color: #ffffff !important; /* White text */
border: none !important; /* Remove border */
box-shadow: none !important; /* Remove any shadow */
}

/* ============================================================
   CHECKOUT STEPS AUTO — checkout-steps-auto.css
   ============================================================ */

.ucas-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 20px 24px;
    margin: 0 auto 8px;
    max-width: 560px;
    box-sizing: border-box;
}

/* ---- Step ---- */
.ucas-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    position: relative;
}

/* ---- Circle ---- */
.ucas-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #cccccc;
    text-decoration: none;
    transition: background-color 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

.ucas-step--active .ucas-circle {
    background-color: #111111;
    transform: scale(1.1);
}

.ucas-step--done .ucas-circle {
    background-color: #111111;
}

.ucas-step--inactive .ucas-circle {
    background-color: #cccccc;
}

/* ---- Pulse animation on active step ---- */
@keyframes ucas-pulse-ring {
    0%   { box-shadow: 0 0 0 0px rgba(0,0,0,0.20); }
    70%  { box-shadow: 0 0 0 10px rgba(0,0,0,0.00); }
    100% { box-shadow: 0 0 0 0px rgba(0,0,0,0.00); }
}

.ucas-pulse {
    animation: ucas-pulse-ring 1.8s ease-out infinite;
}

/* ---- Label ---- */
.ucas-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #cccccc;
    font-family: poppins;
    text-align: center;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.ucas-step--active .ucas-label {
    color: #111111;
    font-size: 13px;
}

.ucas-step--done .ucas-label {
    color: #111111;
}

/* ---- Connector line ---- */
.ucas-line {
    flex: 6;
    height: 2px;
    background-color: #dddddd;
    align-self: flex-start;
    margin-top: 22px;
    min-width: 300px;
    max-width: 900px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.ucas-line--done {
    background-color: #111111;
    transition: background-color 0.5s ease;
}

/* ---- Done step checkmark link style ---- */
.ucas-step--done a.ucas-circle:hover {
    opacity: 0.75;
    transform: scale(1.05);
}

/* ---- All done state (order received) ---- */
.ucas-step--done.ucas-step--active .ucas-circle {
    background-color: #111111;
}

/* ---- Responsive ---- */
@media (max-width: 480px) {
    .ucas-wrap {
        padding: 20px 10px 18px;
    }

    .ucas-circle {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .ucas-label {
        font-size: 10px;
    }

    .ucas-step--active .ucas-label {
        font-size: 11px;
    }

    .ucas-line {
        min-width: 16px;
        max-width: 60px;
        margin-top: 19px;
    }
}

