.banner__item .image{
height: 400px;

}
.banner__item .image img{
height: 100%;
border-radius: 12px;
}
.view-area {
margin-bottom: 120px;
}

.old-price {
    color: #999;
    text-decoration: line-through;
}

.new-price {
    color: #ff4a17;
    font-weight: 600;
}

/* product list css */
.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.products .product {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease;
    text-align: center;
    padding: 15px;
}

.products .product:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.products .product img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}
.products .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #333;
}
.products .price {
    color: #2ecc71;
    font-size: 18px;
    font-weight: bold;
}
.products .button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background: #0073aa;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.products .button:hover {
    background: #005177;
}
.products .product {
    float: none !important;
    width: auto !important;
}

.password-wrapper {
    position: relative;
}

.password-wrapper input {
    width: 100%;
    padding-right: 40px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}

.mr-2{
    margin-right: 8px;
}
.discount input {
    border: 1px solid var(--border);
    padding: 8px 15px;
    background-color: transparent;
    border-radius: 10px;
    color: var(--white);
}
.nice-select{
    margin-bottom:0px !important;
}
.form-row{
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

#place_order{
    display: inline-block;
        vertical-align: middle;
        background-color: var(--primary-color);
        color: var(--white);
        font-size: 14px;
        font-weight: 600;
        padding: 12px 30px;
        transition: var(--transition);
        text-transform: capitalize;
        position: relative;
        overflow: hidden;
        text-align: center;
        border-radius: 100px;
        margin-top: 12px;
}
#place_order:hover {
        color: var(--primary-color);
            background-color: var(--white);
}
#place_order::before {
        content: "";
        position: absolute;
        top: -50%;
        left: 50%;
        transform: translateX(-50%);
        height: 150%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        background-color: var(--black);
        transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }
#place_order::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            width: 150%;
            height: 150%;
            border-bottom-left-radius: 50%;
            border-bottom-right-radius: 50%;
            background-color: var(--white);
            transition-duration: 700ms;
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }


        /* checkout page payment method handling css only */
                                                                                                /* Hide only WooCommerce default radio buttons */
                                                                                                .wc_payment_methods input[type="radio"] {
                                                                                                    display: none;
                                                                                                }
                                                
                                                                                                /* Hide WooCommerce default labels */
                                                                                                .wc_payment_methods label {
                                                                                                    display: none;
                                                                                                }
                                                
                                                                                                /* Keep payment containers visible */
                                                                                                .wc_payment_methods {
                                                                                                    margin: 0;
                                                                                                    padding: 0;
                                                                                                    list-style: none;
                                                                                                }
                                                
                                                                                                /* Hide WooCommerce default place order button */
                                                                                                .woocommerce-checkout-payment .place-order {
                                                                                                    display: none;
                                                                                                }
                                                
                                                                                                /* Hide coupon section */
                                                                                                .woocommerce-form-coupon-toggle,
                                                                                                .woocommerce-form-coupon {
                                                                                                    display: none;
                                                                                                }
                                                
                                                                                                /* Payment box spacing */
                                                                                                .payment_box {
                                                                                                    margin-top: 15px;
                                                                                                }
                                                
                                                                                                /* Stripe card form spacing */
                                                                                                .wc-stripe-elements-field,
                                                                                                .StripeElement {
                                                                                                    width: 100%;
                                                                                                    padding: 12px;
                                                                                                    border: 1px solid #ddd;
                                                                                                    border-radius: 6px;
                                                                                                    background: #fff;
                                                                                                }
                                                
                                                                                                /* Optional: gateway box spacing */
                                                                                                .wc_payment_method {
                                                                                                    margin-bottom: 15px;
                                                                                                }
                        
            
                       
            
                                                .payment_box {
                                                    display: none;
                                                }
                        
                                                .payment_method_cod .payment_box,
                                                .payment_method_bacs .payment_box {
                                                    padding-top: 10px;
                                                }
                        .service__content h4{
                        color: var(--primary-color);
                        }
                                                .service__content p{
                                                    color: white;
                                                }
                                                .text-white{
                                                    color: white;
                                                }
.view__left-item .image img{
    height: 281px;
}
.view__image--2 img{
    height: 281px;

}
.product__image img {
    height:200px;
}
.product__left-item {
    position: sticky;
    top: 100px;
}
/* Pagination Wrapper */
.pagi-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 60px;
}

/* Pagination Links */
.pagi-wrp .page-numbers {
    width: 48px;
    height: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Hover Effect */
.pagi-wrp .page-numbers:hover {
    background: #ff5c00;
    color: #fff;
    border-color: #ff5c00;
    transform: translateY(-3px);
}

/* Active Page */
.pagi-wrp .page-numbers.current {
    background: #ff5c00;
    color: #fff;
    border-color: #ff5c00;
    box-shadow: 0 6px 18px rgba(255, 92, 0, 0.35);
}

/* Prev & Next Buttons */
.pagi-wrp .prev,
.pagi-wrp .next {
    font-size: 18px;
}

/* Mobile Responsive */
@media (max-width: 576px) {

    .pagi-wrp {
        gap: 8px;
    }

    .pagi-wrp .page-numbers {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }
}
.banner-img img{
    height: 400px;
    border-radius: 12px;
}
.gallery__image img{
    height: 417px;
    border-radius: 8px;
}