/* 
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 */


.hero-product-gallery-slider {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.hero-product-gallery-slider .swiper-pagination {
    text-align: center;
    margin-top: 10px;
}



/* ================================
   W O O P A Y M E N T S – D A R K  C A R D  L A Y O U T
   ================================ */
/* Dark, minimal payment block */
.wc_payment_method.payment_method_woocommerce_payments.theme--night {
    background: #000000;
    border: none;
    padding: 0;
}

/* Remove grey Woo box background */
.payment_method_woocommerce_payments .payment_box {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Give the fieldset a bit of breathing room */
.payment_method_woocommerce_payments fieldset.wc-payment-form {
    border: none;
    margin: 0;
    padding: 0;
}


/* Style for custom CART & CHECKOUT box */
.custom-cart-wrapper {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}

.cart-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.item-title{
    text-align: left;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: max-content !important;
}

.cart-item-card {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    gap: 14px;
}

/* Quantity */
.cart-qty {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cart-qty button {
    display: flex;
    background: #fff;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    line-height: 1em;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border: 1px solid #C2C2C2;
    justify-content: center;
}

.qty-number {
    min-width: 15px;
    text-align: center;
	font-family: 'Montserrat';
    font-weight: 900;
}

/* Image */
.cart-image img {
    width: 120px;
    height: auto;
}

/* Info */
.cart-info {
    text-align: left;
    font-size: 12px;
}

.cart-title-product {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 900;
    letter-spacing: -0.2px;
}

.cart-meta p {
    margin: 0;
}

.cart-price {
    margin-top: 4px;
}

.cart-price p {
    font-size: 14px;
    color: #7A7A7A;
    font-family: 'Montserrat';
    padding: 0;
    margin: 0;
}

/* Total */
.cart-total {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 170px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #7A7A7A;
	padding-bottom: 20px;
    padding-top: 10px;
}

.cart-total span.woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 900;
}

.cart-info span.woocommerce-Price-amount.amount {
    float: none;
}

/* Checkout */
a.cart-checkout
 {
    width: 170px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Montserrat';
    border-radius: 6px;
    font-weight: 900;
    font-size: 16px;
    padding: 0;
    height: 43px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
	border: 1px solid #C2C2C2;
}

/*.cart-checkout {
    display: inline-block;
    padding: 12px 28px;
    border: 1px solid #000;
    text-decoration: none;
}*/


