/* 
Theme Name: Hello Elementor Child
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: Elementor Team
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 */






.home-featured .elementor-widget-image{
    width:100%;
}

.home-featured .elementor-widget-image img{
    width:100%;
    max-height:420px;
    object-fit:contain;
}

@media (max-width:767px){


.home-banner::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.96) 0%,
        rgba(0,0,0,.93) 30%,
        rgba(0,0,0,.85) 55%,
        rgba(0,0,0,.65) 75%,
        rgba(0,0,0,.35) 100%
    );
}

.home-banner > .e-con-inner{
    position: relative;
    z-index: 2;
}

}

/* Remove hover border */
.elementor-menu-cart__toggle_button,
.elementor-menu-cart__toggle_button:hover,
.elementor-menu-cart__toggle_button:focus,
.elementor-menu-cart__toggle_button:active,
.elementor-menu-cart__toggle_button:focus-visible {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Remove hover/focus background from Elementor button */
.elementor-menu-cart__toggle.elementor-button-wrapper a,
.elementor-menu-cart__toggle.elementor-button-wrapper a:hover,
.elementor-menu-cart__toggle.elementor-button-wrapper a:focus,
.elementor-menu-cart__toggle.elementor-button-wrapper a:active {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Keep icon color unchanged */
.elementor-menu-cart__toggle_button svg {
    fill: currentColor;
}

/* Remove tap highlight on mobile */
.elementor-menu-cart__toggle_button {
    -webkit-tap-highlight-color: transparent;
}

/* ==========================
   TROVEQUEEN MINI CART
========================== */

/* Product Name */
.elementor-menu-cart__product-name a{
    color:#c69334 !important;
    font-size:20px !important;
    font-weight:600 !important;
    font-family:"Poppins",sans-serif !important;
    text-decoration:none !important;
}

.elementor-menu-cart__product-name a:hover{
    color:#9b6d1c !important;
}

/* Quantity */
.elementor-menu-cart__product-price,
.elementor-menu-cart__product-price .quantity{
    color:#b8b8b8 !important;
    font-size:18px !important;
    font-family:"Poppins",sans-serif !important;
}

/* Price */
.elementor-menu-cart__product-price .woocommerce-Price-amount{
    color:#3b3025 !important;
    font-weight:600 !important;
}

/* Subtotal */
.elementor-menu-cart__subtotal strong{
    font-family:"Cormorant Garamond",serif !important;
    font-size:42px !important;
    font-weight:700 !important;
    color:#3b3025 !important;
}

.elementor-menu-cart__subtotal .woocommerce-Price-amount{
    font-family:"Poppins",sans-serif !important;
    font-size:24px !important;
    font-weight:700 !important;
    color:#3b3025 !important;
}

/* Divider */
.elementor-menu-cart__subtotal{
    border-top:1px solid #e8e2d8 !important;
    border-bottom:1px solid #e8e2d8 !important;
}

/* Buttons */
.elementor-menu-cart__footer-buttons .elementor-button{
    font-family:"Poppins",sans-serif !important;
    font-size:18px !important;
    font-weight:600 !important;
    text-transform:uppercase !important;
    letter-spacing:0.5px !important;
    border-radius:4px !important;
    transition:.3s ease;
}

/* View Cart */
.elementor-button--view-cart{
    background:#6d7480 !important;
    color:#fff !important;
    border:none !important;
}

.elementor-button--view-cart:hover{
    background:#5a6069 !important;
}

/* Checkout */
.elementor-button--checkout{
    background:#c69334 !important;
    color:#fff !important;
    border:none !important;
}

.elementor-button--checkout:hover{
    background:#9b6d1c !important;
}

/* Remove Icon */
.elementor-menu-cart__product-remove a{
    color:#b8b8b8 !important;
}

.elementor-menu-cart__product-remove a:hover{
    color:#c69334 !important;
}

/* Close Button */
.elementor-menu-cart__close-button:before,
.elementor-menu-cart__close-button:after{
    background:#3b3025 !important;
}

/*=========================================
TROVEQUEEN SHOP PAGE
=========================================*/

.woocommerce-shop{
    background:#faf8f5;
}

/* Container */
.woocommerce-page #primary{
    max-width:1200px;
    margin:70px auto 90px;
    padding:0 20px;
}

/* Breadcrumb */
.woocommerce-breadcrumb{
    font-family:Poppins,sans-serif;
    font-size:15px;
    color:#8a8a8a;
    margin-bottom:20px;
}

.woocommerce-breadcrumb a{
    color:#b88933;
    text-decoration:none;
}

.woocommerce-breadcrumb a:hover{
    color:#8b5a22;
}

/* Page Title */

.woocommerce-products-header__title{
    font-family:"Cormorant Garamond",serif;
    font-size:64px;
    line-height:1;
    color:#1f1f1f;
    font-weight:600;
    margin-bottom:20px;
}

/* Result Count */

.woocommerce-result-count{
    float:left;
    font-family:Poppins,sans-serif;
    color:#666;
    font-size:16px;
    margin-top:15px;
}

/* Sorting */

.woocommerce-ordering{
    float:right;
    margin-bottom:50px;
}

.woocommerce-ordering select{
    height:52px;
    min-width:250px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 18px;
    font-family:Poppins,sans-serif;
    font-size:15px;
    background:#fff;
    transition:.3s;
}

.woocommerce-ordering select:focus{
    outline:none;
    border-color:#c8953a;
}

/* Product Grid */

.woocommerce ul.products{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:35px;
    margin-top:30px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after{
    display:none;
}

.woocommerce ul.products li.product{
    width:100%!important;
    margin:0!important;
    float:none!important;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    padding:18px;
}

.woocommerce ul.products li.product:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

/* Image */

.woocommerce ul.products li.product img{
    border-radius:12px;
    margin-bottom:20px;
}

/* Product Name */

.woocommerce ul.products li.product h2{
    font-family:Poppins,sans-serif;
    font-size:22px;
    color:#222;
    font-weight:600;
    margin-bottom:10px;
    line-height:1.4;
}

/* Price */

.woocommerce ul.products li.product .price{
    font-size:28px;
    color:#c8953a;
    font-weight:700;
    margin-bottom:22px;
}

.woocommerce ul.products li.product .price .amount{
    color:#c8953a;
}

/* Button */

.woocommerce ul.products li.product .button{
    width:100%;
    background:#a86f2b;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
    font-family:Poppins,sans-serif;
    font-size:14px;
    font-weight:600;
    padding:16px;
    border-radius:8px;
    transition:.3s;
    text-align:center;
}

.woocommerce ul.products li.product .button:hover{
    background:#8a5a22;
    color:#fff;
}

/* Sale Badge */

.woocommerce span.onsale{
    background:#c8953a;
    color:#fff;
    border-radius:50px;
    min-width:60px;
    min-height:60px;
    line-height:60px;
    font-size:13px;
    font-weight:600;
    top:15px;
    left:15px;
}

/* Pagination */

.woocommerce nav.woocommerce-pagination{
    margin-top:60px;
}

.woocommerce nav.woocommerce-pagination ul{
    border:none;
}

.woocommerce nav.woocommerce-pagination ul li{
    border:none;
    margin:0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    width:44px;
    height:44px;
    line-height:44px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    color:#222;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    background:#c8953a;
    color:#fff;
}

/* Responsive */

@media(max-width:1024px){

.woocommerce ul.products{
grid-template-columns:repeat(2,1fr);
}

.woocommerce-products-header__title{
font-size:52px;
}

}

@media(max-width:767px){

.woocommerce-page #primary{
margin:40px auto 60px;
}

.woocommerce-products-header__title{
font-size:44px;
text-align:center;
}

.woocommerce-result-count{
float:none;
text-align:center;
margin-bottom:20px;
}

.woocommerce-ordering{
float:none;
text-align:center;
margin-bottom:35px;
}

.woocommerce-ordering select{
width:100%;
}

.woocommerce ul.products{
grid-template-columns:1fr;
gap:25px;
}

}


/*==================================================
 TROVEQUEEN - WOOCOMMERCE SINGLE PRODUCT
==================================================*/

/* Page Background */

.single-product{
    background:#faf8f5;
}

/* Main Container */

.single-product #primary{
    max-width:1200px;
    margin:70px auto 90px;
    padding:0 20px;
}

/*==================================================
 Breadcrumb
==================================================*/

.single-product .woocommerce-breadcrumb{
    margin-bottom:35px;
    font-size:15px;
    font-family:Poppins,sans-serif;
    color:#888;
}

.single-product .woocommerce-breadcrumb a{
    color:#b88933;
    text-decoration:none;
    transition:.3s;
}

.single-product .woocommerce-breadcrumb a:hover{
    color:#8b5a22;
}

/*==================================================
 Product Layout
==================================================*/

.single-product div.product{
    display:block;
}

.single-product div.product .woocommerce-product-gallery{
    float:left;
    width:46%;
    margin-bottom:60px;
}

.single-product div.product .summary{
    float:right;
    width:48%;
    margin:0;
}

/*==================================================
 Product Image
==================================================*/

.single-product .woocommerce-product-gallery img{
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.single-product .woocommerce-product-gallery__trigger{
    background:#fff;
    border-radius:50%;
    box-shadow:0 6px 18px rgba(0,0,0,.15);
}

.single-product .woocommerce-product-gallery__trigger:hover{
    background:#b88933;
    color:#fff;
}

/*==================================================
 Title
==================================================*/

.single-product .product_title{
    font-family:"Cormorant Garamond",serif;
    font-size:60px;
    line-height:1.08;
    color:#222;
    margin-bottom:18px;
    font-weight:600;
}

/*==================================================
 Price
==================================================*/

.single-product .price{
    font-size:38px;
    color:#c8953a;
    font-weight:700;
    margin:20px 0;
}

.single-product .price .amount{
    color:#c8953a;
}

/*==================================================
 Description
==================================================*/

.single-product .woocommerce-product-details__short-description{
    margin:25px 0 35px;
    font-size:17px;
    color:#555;
    line-height:1.9;
}

.single-product .woocommerce-product-details__short-description p{
    margin-bottom:14px;
}

/*==================================================
 Cart
==================================================*/

.single-product form.cart{
    display:flex;
    align-items:center;
    gap:14px;
    margin:35px 0;
}

.single-product .quantity .qty{
    width:72px;
    height:52px;
    border:1px solid #ddd;
    border-radius:8px;
    text-align:center;
    font-size:17px;
}

/*==================================================
 Button
==================================================*/

.single-product .single_add_to_cart_button{
    background:#b88933!important;
    color:#fff!important;
    border:none!important;
    border-radius:8px!important;
    padding:16px 40px!important;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.single-product .single_add_to_cart_button:hover{
    background:#8b5a22!important;
}

/*==================================================
 Product Meta
==================================================*/

.single-product .product_meta{
    margin-top:30px;
    padding-top:25px;
    border-top:1px solid #ece7de;
    font-size:16px;
    color:#666;
}

.single-product .product_meta a{
    color:#b88933;
    text-decoration:none;
}

.single-product .product_meta a:hover{
    color:#8b5a22;
}

/*==================================================
 Tabs
==================================================*/

.single-product .woocommerce-tabs{
    clear:both;
    margin-top:70px;
}

.single-product .woocommerce-tabs ul.tabs{

    display:flex;
    align-items:flex-end;

    border-bottom:1px solid #e5dfd6;

    margin:0 0 35px;

    padding:0;

}

.single-product .woocommerce-tabs ul.tabs:before{
    display:none;
}

.single-product .woocommerce-tabs ul.tabs li{

    background:none !important;

    border:none !important;

    margin:0 8px 0 0 !important;

    padding:0 !important;

}

.single-product .woocommerce-tabs ul.tabs li:before,
.single-product .woocommerce-tabs ul.tabs li:after{
    display:none;
}

.single-product .woocommerce-tabs ul.tabs li a{

    display:block;

    padding:15px 28px !important;

    background:#f4f1eb !important;;

    color:#444 !important;;

    border-radius:10px 10px 0 0;

    font-family:Poppins,sans-serif;

    font-size:15px;

    font-weight:600;

    transition:.3s;

}

.single-product .woocommerce-tabs ul.tabs li.active a{

    background:#b88933 !important;;

    color:#fff !important;;

}

.single-product .woocommerce-tabs ul.tabs li a:hover{

    background:#b88933 !important;;

    color:#fff !important;;

}

/*==================================================
 Tab Content
==================================================*/

.single-product .woocommerce-Tabs-panel{

    background:#fff;

    border-radius:18px;

    padding:45px !important;

    box-shadow:0 10px 35px rgba(0,0,0,.05);

}

/*==================================================
 Review Title
==================================================*/

.single-product #reviews h2{

    font-family:"Cormorant Garamond",serif;

    font-size:46px;

    margin-bottom:25px;

    color:#222;

}

/*==================================================
 Review Form
==================================================*/

.single-product #review_form{

    max-width:700px;

}

.single-product .comment-form{

    margin-top:25px;

}

.single-product .comment-form label{

    display:block;

    margin-bottom:8px;

    font-weight:600;

    color:#333;

}

.single-product textarea{

    width:100%;

    min-height:180px;

    border:1px solid #ddd;

    border-radius:10px;

    padding:15px;

    resize:vertical;

    transition:.3s;

}

.single-product textarea:focus{

    outline:none;

    border-color:#b88933;

}

.single-product input[type="text"],
.single-product input[type="email"]{

    width:100%;

    height:50px;

    border:1px solid #ddd;

    border-radius:10px;

    padding:0 15px;

}

.single-product input[type="text"]:focus,
.single-product input[type="email"]:focus{

    outline:none;

    border-color:#b88933;

}

/*==================================================
 Stars
==================================================*/

.single-product p.stars a,
.single-product .star-rating{

    color:#c8953a!important;

}

/*==================================================
 Submit Button
==================================================*/

.single-product input#submit,
.single-product .submit{

    background:#b88933!important;

    color:#fff!important;

    border:none!important;

    border-radius:8px!important;

    padding:15px 36px!important;

    font-size:15px!important;

    font-weight:600!important;

    text-transform:uppercase;

    letter-spacing:1px;

    cursor:pointer;

    transition:.3s;

}

.single-product input#submit:hover,
.single-product .submit:hover{

    background:#8b5a22!important;

}

/*==================================================
 Related Products
==================================================*/

.single-product .related{

    clear:both;

    margin-top:90px;

}

.single-product .related>h2{

    font-family:"Cormorant Garamond",serif;

    font-size:48px;

    text-align:center;

    margin-bottom:45px;

}

.single-product .related ul.products li.product{

    background:#fff;

    border-radius:18px;

    padding:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s;

}

.single-product .related ul.products li.product:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.single-product .related ul.products li.product img{

    border-radius:12px;

}

/*==================================================
 Mobile
==================================================*/

@media (max-width:991px){

.single-product #primary{

    margin:50px auto 70px;

}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary{

    float:none;

    width:100%;

}

.single-product .product_title{

    font-size:44px;

    margin-top:35px;

}

.single-product form.cart{

    display:block;

}

.single-product .quantity{

    margin-bottom:15px;

}

.single-product .quantity .qty{

    width:100%;

}

.single-product .single_add_to_cart_button{

    width:100%;

}

.single-product .woocommerce-Tabs-panel{

    padding:25px;

}

}

@media (max-width:767px){

.single-product .product_title{

    font-size:38px;

}

.single-product .price{

    font-size:30px;

}

.single-product .woocommerce-tabs{

    margin-top:40px;

}

.single-product .woocommerce-tabs ul.tabs{

    display:block;

    border:none;

}

.single-product .woocommerce-tabs ul.tabs li{

    margin-bottom:10px;

}

.single-product .woocommerce-tabs ul.tabs li a{

    border-radius:8px;

    text-align:center;

}

.single-product #reviews h2{

    font-size:34px;

}

}


/*====================================
 TROVEQUEEN CART PAGE
====================================*/



.woocommerce-cart .alignwide,
.woocommerce-checkout .alignwide{
    margin-inline:auto !important;
}


/* Cart totals card */
.wc-block-cart__sidebar{
    background:#fff;
    border-radius:16px;
    padding:35px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    position:sticky;
    top:40px;
}

