/*
Theme Name: UTTAM SHAHI MASALE
Theme URI: https://uttamshahi.com
Author: Techito
Author URI: https://yourwebsite.com
Description: Custom WordPress Theme by Techito
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: UTTAM SHAHI MASALE
*/

/* =========================
   GOOGLE FONTS IMPORT
========================= */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600&family=Protest+Riot&display=swap');

/* =========================
   ROOT VARIABLES
========================= */
:root {

    /* COLORS */
    --primary1: #9A000A;
    --primary2: #B78300;
    --accent: #27ae60;
    --dark: #1a1a1a;
    --light: #f8f9fa;
    --white: #ffffff;
    --text: #555555;
    --border: #e5e5e5;

    --font-heading-1: 'Outfit', sans-serif;
    --font-heading-2: 'Protest Riot', cursive;
    --font-text-1: 'Poppins', sans-serif;

}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em;
    position: relative;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-radius: 1rem;
    line-height: 25px !important;
}

.woocommerce-error {
    background-color: #ffe9e9;
    color: #b81c23;
    border-top: 3px solid #b81c23;

}

.woocommerce-error li {
    line-height: 25px;
}

/* =========================
   GLOBAL RESET
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .5s;
}

body {
    font-family: var(--font-text-1);
}

nav.navbar.navbar-expand-lg.bg-white {
    margin: 0;
    padding: 0;
}

/* =========================
   TYPOGRAPHY
========================= */
h1,
h3,
h5 {
    font-family: var(--font-heading-1);
}

h2,
h4 {
    font-family: var(--font-heading-2);
}

h2 {
    font-size: 2.5rem;
}

p {
    font-family: var(--font-text-1);
    color: #2a2a2a;
    font-weight: 400;
    margin-bottom: 1rem;
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0 li+li {
    margin-left: 2.5rem;
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0 li a {
    font-weight: 500;
}

.img-fluid {
    width: 100%;
}

img.custom-logo {
    margin: .5rem 0;
}

ul#bootscore-navbar li+li {
    margin-left: 2rem;
}

ul#bootscore-navbar li a {
    font-weight: 500;
    font-size: .9rem !important;
}

ul#bootscore-navbar a.nav-link.active {
    font-weight: 700 !IMPORTANT;
    color: var(--primary2) ! IMPORTANT;
}

.box h2 {
    font-family: 'Outfit', 'sans-sarif';
    font-weight: 700;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: '';
}

.box h4 {
    font-family: var(--font-heading-1) !important;
    color: #fff;
    font-weight: 600;
}

.price.py-3 {
    background: transparent !important;
}

/* =========================
   LINKS
========================= */
a {
    text-decoration: none;
    color: var(--primary);
    transition: 0.3s;
    font-family: var(--font-text-1);
}

a:hover {
    color: var(--secondary);
}

header.sticky-top {
    box-shadow: 1px 0 5px #00000021;
}

#mainSlider .owl-dots {
    margin-top: -2rem !important;
    z-index: 2;
    position: relative;
}

#mainSlider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-23px);
}

#mainSlider .owl-nav button {
    width: 45px;
    height: 45px;
    background: linear-gradient(45deg, #604800, #ba8c00);
    color: #fff !important;
    border: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-size: 19px;
    border-radius: 45px;
}

#mainSlider .owl-nav button:hover {
    transform: scale(1.05);
}

#mainSlider button.owl-next {
    right: 5.5%;
}

#mainSlider button.owl-next:hover {
    transform: translate(10px);
}

#mainSlider button.owl-prev {
    left: 5.5%;
}

#mainSlider button.owl-prev:hover {
    transform: translate(-10px);
}

.spice-range {
    padding: 2rem 0;
}

.spice-range h2 {
    font-size: 2rem;
    color: var(--primary2);
}

/* =========================
   CUSTOM NAV ARROWS
========================= */

#spicesSlider .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    transform: translateY(-50%);
}

#spicesSlider .owl-item:nth-child(even) .items p {
    font-weight: 600;
    color: var(--primary1);
    font-size: .9rem;
}

#spicesSlider .owl-item:nth-child(odd) .items p {
    font-weight: 600;
    color: var(--primary2);
    font-size: .9rem;
}

/* Common Style */
#spicesSlider .owl-nav button {
    width: 25px;
    height: 26px;
    background: var(--primary1) !important;
    color: #fff !important;
    border-radius: 50%;
    border: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-size: 12px;
}

.one {
    color: var(--primary2);
}

.two {
    color: var(--primary1);
}

/* Left Arrow */
#spicesSlider .owl-nav .owl-prev {
    left: -50px;
}

/* Right Arrow */
#spicesSlider .owl-nav .owl-next {
    right: -50px;
}

#spicesSlider .owl-nav

/* Hover Effect */
#spicesSlider .owl-nav button:hover {
    background: var(--secondary) !important;
    transform: scale(1.1);
}

.about-viode {
    position: relative;
    padding: 3rem 0;
    background: #FFEFEF;
    overflow: hidden;
}

.about-viode .left {
    position: absolute;
    left: 0;
    top: 0;
}

.about-viode .right {
    position: absolute;
    right: 0;
    top: 0;
}

.videossection {
    position: relative;
}

.videossection .play-icon {
    width: 60px;
    height: 60px;
    background: #ffffff2a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 2rem;
    color: #fff;
    z-index: 2;
}

.videossection.aos-init.aos-animate img {
    width: 100%;
    border-radius: 1.5rem;
}

/* Ripple Effect */
.videossection .play-icon::before,
.videossection .play-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
    animation: pulse 2s infinite;
}

/* Delay second wave */
.videossection .play-icon::after {
    animation-delay: 1s;
}

.content {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, 84%);
}

a.explore-products {
    width: 200px;
    background: var(--primary1);
    color: #fff;
    padding: 1rem;
    display: inline-block;
    margin-top: 2.5rem;
    border-radius: .6rem;
}

a.explore-products:hover {
    background: var(--primary2);
    box-shadow: 1px 0 5px #00000021;
}

.content h4 {
    color: #fff;
    font-size: 2rem;
}

.content p {
    color: #ffffff94 !important;
}

/* Animation Keyframes */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.featured-products button.owl-prev i {
    background: maroon;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 45%;
    left: -5%;
}

.featured-products button.owl-next i {
    background: maroon;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 45%;
    right: -5%;

}



.featured-products {
    padding: 3rem 0;
}

.featured-products h2.text-center.mb-5 {
    color: var(--primary1);
}

.featured-products .product-box h4 {
    font-family: var(--font-heading-1);
    font-size: 1.2rem;
    font-weight: 600;
}



.featured-products .price {
    display: flex;
    gap: 1rem;
}

.featured-products .buttons button {
    color: #fff;
    width: 50%;
    padding: .7rem;
    border-radius: .5rem;
    border: none;
    background: #000
}



.featured-products .buttons {
    display: flex;
    gap: .3rem;
    margin-top: 1rem;
}

.strikr-price {
    text-decoration: line-through;
    font-size: 1.2rem;
    font-weight: 500;
    color: #ababab;
}



.actual-price {
    font-size: 1.2rem;
    font-weight: 600;
}

.zig-zag {
    padding: 3rem 0;
    background: #FFF9EB;
}

.zig-zag .img-fluid {
    border-radius: 1.5rem;
}

.zig-zag h2 {
    color: var(--primary2);
    margin-bottom: 1.5rem;
}

.flex {
    display: flex;
    width: 100%;
}

.flex .box {
    width: 25%;
    background: #ffffab;
}

.slider {
    width: 75%;
    display: flex;
    justify-content: stretch;
}

.slider .box {
    flex: 1;
    text-align: center;
    height: 300px;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    align-items: center;
    justify-content: center;
}

.achivements {
    padding: 3rem 0;
}

.achivements .col-lg-3:nth-child(odd) .achivement-box {
    background: #FFF3D7;
}

.achivements .col-lg-3:nth-child(odd) .achivement-box h4 {
    color: var(--primary2);
}

.achivements .col-lg-3:nth-child(even) .achivement-box {
    background: #FFECED;
}

.achivements .col-lg-3:nth-child(even) .achivement-box h4 {
    color: var(--primary1);
}

.achivements h2 {
    color: var(--primary1);
}

.achivement-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 1.5rem;
    height: 100%;
    font-family: var(--font-heading-1) !IMPORTANT;
}

.achivement-box h4 {
    font-family: var(--font-heading-1) !IMPORTANT;
    font-weight: 700;
    font-size: 1.2rem;
}

.packet {
    width: 230px;
}

.packet:hover {
    transform: scale(1.05);
}

.box {
    background: #000;
}

.b1 {
    background: #e41d24 !important;
}

.b2 {
    background: #f7a708 !important;
}

.b3 {
    background: #31a948 !important;
}

.testimonials {
    padding: 3rem 0;
}

.testimonials h2 {
    color: var(--primary2);
}

.testibox {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 1.5rem;
}

.testibox::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000082;
}

.testibox .play-icon {
    width: 60px;
    height: 60px;
    background: #ffffff2a;
    position: absolute;
    top: 48%;
    left: 53%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #fff;
    z-index: 2;
}

i.fab {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #303030;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 35px;
}

i.fab:hover {
    background: var(--primary2);
    color: #fff;
    transform: scale(1.05);
}

footer li a:hover {
    color: var(--primary2) !important;
}

footer p {
    color: #7f7f7f;
}

/* Ripple Effect */
.testibox .play-icon::before,
.testibox .play-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
    animation: pulse 2s infinite;
}

/* Delay second wave */
.testibox .play-icon::after {
    animation-delay: 1s;
}


footer {
    background: #000;
    padding: 2.5rem 0;
}

footer h4 {
    font-family: var(--primary1);
    margin-bottom: 1.5rem;
    color: #fff;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li a {
    color: #ffffff78;
}

footer ul li+li {
    margin-top: .8rem;
}

ul.social {
    display: flex;
    gap: 1rem;
}

ul.social li {
    margin: 0;
}

ul.social li a {
    font-size: 1.5rem;
}

section.inner-page-header {
    padding: 8rem 0;
    background: var(--primary1);
}

.inner-page-header h1 {
    color: #fff;
}

.cart-icon {
    cursor: pointer;
}

.cart-icon .cart-count {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #dc3545;
    color: #fff;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 50%;
    display: inline-block;
}


.section-main img {
    border-radius: 1.5rem;
}

h2.quote {
    font-size: 1.7rem;
    color: var(--primary2);
}

h4.name.mt-2 {
    font-family: var(--font-heading-1);
    font-weight: 700;
}

.contact-us.pb-5 h2 {
    text-align: center;
    font-weight: 700;
    font-family: var(--font-hrading-1);
}

.wpcf7-form p {
    margin-bottom: 0 !important;
}

.contact-us .col-lg-6.pt-3.pb-5 {
    background: #fff0f0;
    padding: 1.5rem !IMPORTANT;
    border-radius: 1.5rem;
}

.contact-us .col-lg-6.pt-3.pb-5 label {
    color: #000;
}

.contact-us h2 {
    font-family: var(--font-text-1);
    font-weight: 600;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    background: #000;
}

h4 {
    font-family: var(--font-text-1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: maroon;
}





/* ===== PAGE BACKGROUND ===== */
.woocommerce-checkout {
    background: #f5f5f5;
    padding: 30px 0;
}

/* ===== REMOVE HEAVY BOXES ===== */
.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: none;
    /* removed heavy shadow */
    border: 1px solid #eee;
}

/* ===== HEADINGS ===== */
.woocommerce-checkout h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
    border: none;
}

/* ===== FORM FIELDS (CLEAN STYLE) ===== */
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
}

/* Focus = simple highlight */
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #111;
    outline: none;
    box-shadow: none;
}

/* Labels */
.woocommerce-checkout label {
    font-size: 13px;
    color: #444;
    margin-bottom: 5px;
}

/* Reduce spacing */
.woocommerce-checkout .form-row {
    margin-bottom: 12px;
}

/* ===== REMOVE EXTRA BACKGROUNDS ===== */
#payment {
    background: transparent;
    padding: 0;
}

/* ===== ORDER TABLE CLEAN ===== */
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    border: none;
    padding: 8px 0;
    font-size: 14px;
}

/* Divider line */
.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px solid #eee;
}

/* Total highlight */
.order-total strong {
    font-size: 16px;
}

.achivement-box img {
    width: 65px;
}

/* ===== BUTTON (FOCUS POINT) ===== */
#place_order {
    background: #111;
    color: #fff;
    border-radius: 6px;
    padding: 12px;
    font-size: 15px;
    border: none;
    transition: 0.2s;
}

#place_order:hover {
    background: #000;
}

a.add-to-cart.w-100 {
    background: #000;
    color: #fff;
    text-align: center;
    padding: .6rem;
    border-radius: .4rem;
}

/* ===== REMOVE CLUTTER ===== */


/* ===== FULL SCREEN LOADER ===== */
#site-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CENTER CONTENT */
.loader-inner {
    text-align: center;
}

/* SPINNER (Premium subtle) */
.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #eee;
    border-top: 3px solid #111;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto 10px;
}

/* TEXT */
.loader-inner p {
    font-size: 13px;
    color: #777;
    letter-spacing: 1px;
}

/* ANIMATION */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Progress Bar */
#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: var(--primary2);
    /* change to brand color if needed */
    z-index: 9999;
    transition: width 0.1s linear;
}

/* Optional: gradient premium look */
#scroll-progress.gradient {
    background: linear-gradient(90deg, #111, #c89b3c);
}


#scrollTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: #800000;
    /* maroon */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Show button */
#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
}

/* Hover effect */
#scrollTopBtn:hover {
    background: #5a0000;
    transform: translateY(-3px);
}


ul.woocommerce-mini-cart.cart_list.product_list_widget {
    display: flex;
    padding: 0;
    margin: 0;
}

li.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    background: #f5f5f5;
    padding: 1rem;
    border-radius: .5rem;
    position: relative;
    align-items: center;
}

li.woocommerce-mini-cart-item.mini_cart_item img {
    width: 100px;
    height: 100px;
}

p.woocommerce-mini-cart__total.total {
    text-align: end;
    margin: 0;
    margin-top: 1rem !important;
}

p.woocommerce-mini-cart__buttons.buttons {
    text-align: right;
    margin: 0;
}


a.remove.remove_from_cart_button {
    position: absolute;
    top: 8px;
    right: 17px;
    background: #b60000;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    padding-top: 1px;
    color: #fff;
}

li.woocommerce-mini-cart-item.mini_cart_item a+a {
    display: flex;
    gap: .5rem;
    align-items: center;
    font-weight: 600;
}

/* =============================================================================================== */
/* Woo Commerce UI Starts Here */
ol.flex-control-nav.flex-control-thumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: .5rem;
    overflow: hidden;
    margin-top: 1rem;
}

.product-details-box .d-flex {
    gap: 1.5rem;
}

.product-details-box .box-1 {
    width: 50%;
    position: relative;
}

.product-details-box .box-1 img {
    width: 100%;
    height: auto;
}

.product-details-box span.onsale {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.product-details-box a.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 2;
}

.product-details-box h1.product_title.entry-title {
    font-weight: 600;
}


span.woocommerce-Price-amount.amount bdi {
    color: #ababab;
}

.products-box.item h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1rem;
}

button.single_add_to_cart_button.button.alt {
    background: var(--primary1);
    padding: .5rem 1.5rem;
    border: none;
    color: #fff;
    margin-bottom: 1rem;
}





/* =========================
   GLOBAL RESET
========================= */
.woocommerce * {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* =========================
   BUTTONS
========================= */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #800000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    border: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background: #a00000;
    color: #fff;
}

/* =========================
   PRODUCT GRID (SHOP PAGE)
========================= */
.woocommerce ul.products li.product {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    transition: 0.3s;
    border: 1px solid #eee;
    text-align: center;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.woocommerce ul.products li.product img {
    border-radius: 8px;
}

/* Product Title */
.woocommerce ul.products li.product h2 {
    font-size: 16px;
    margin: 10px 0;
}

/* Price */
.woocommerce ul.products li.product .price {
    color: #800000;
    font-weight: bold;
}

/* =========================
   SINGLE PRODUCT PAGE
========================= */
.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.woocommerce div.product .product_title {
    font-size: 28px;
    font-weight: 600;
}

.woocommerce div.product .price {
    color: #800000;
    font-size: 22px;
    margin: 10px 0;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    line-height: 1.6;
}



/* =========================
   CART PAGE
========================= */
.woocommerce-cart table.cart {
    border-collapse: collapse;
    width: 100%;
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.woocommerce-cart .cart_totals {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

/* =========================
   CHECKOUT PAGE
========================= */
.woocommerce-checkout form.checkout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

/* =========================
   MY ACCOUNT PAGE
========================= */
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px;
    color: #333;
    transition: 0.3s;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #800000;
    color: #fff;
}

/* =========================
   SALE BADGE
========================= */
.woocommerce span.onsale {
    background: #800000;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
}

/* =========================
   BREADCRUMB
========================= */
.woocommerce .woocommerce-breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .woocommerce div.product {
        flex-direction: column;
    }

    .woocommerce ul.products li.product {
        padding: 10px;
    }
}


label.form-check-label {
    display: flex;
    align-items: center;
    gap: 0rem;
    margin-left: 1.3rem;
}


.product-details-box .d-flex {
    background: var(--color-3);
    border-radius: 2rem;
    margin-top: 1.5rem;
}

.woocommerce .quantity .qty {
    width: 5.631em;
    text-align: center;
}

.box-1 {
    padding: 1.2rem;
    border-radius: 1.5rem;
    width: 50%;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products span.price {
    display: block;
}

div#product-136 {
    gap: 1.5rem;
    align-items: center;
    border: 1px solid #c9c9c9;
    border-radius: 1rem;
    margin: 1.5rem 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul {
    list-style: none;
    padding: 0;
    background: #f5f5f5;
    padding: 1.5rem !important;
    border-radius: 1rem;
    margin: 0;
}

ul.tabs.wc-tabs {
    width: 50%;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

div#tab-description {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #c9c9c9;
    width: 50%;
}

div#tab-description h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

footer ul.link {
    display: flex;
    padding: 0;
    gap: 2rem;
    margin-left: 2rem;
}

footer ul.link li {
    margin: 0;
}

ul:not(footer *, header *) {
    padding: 0 1rem ! IMPORTANT;
    margin: 1rem 0;
}

.related.products {
    padding: 1.5rem ! IMPORTANT;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
}

.related.products span.onsale {
    background: #bd7306;
    list-style: none;
    position: absolute;
    padding: .2rem 1rem;
    border-radius: 2rem;
    left: 7%;
    color: #fff;
}

.box-1 .onsale {
    position: absolute;
    left: 15%;
    top: 14%;
}

button.single_add_to_cart_button.button.alt {
    background: var(--color-1) ! IMPORTANT;
    padding: .5rem 1rem;
    border: none;
    color: #fff;
    border-radius: 2rem;
    margin: .8rem 0;
}

.related.products ul.products {
    text-align: center;
    list-style: none;
    padding: 0 !important;
}

.related.products .align-items-center {
    align-items: flex-start !important;
    justify-content: flex-start;
    flex-direction: column;
}

.related-products h2 {
    text-align: center;
    margin-bottom: 1.5rem !important;
    margin-top: 1rem;
}

span.woocommerce-Price-amount.amount>bdi {
    color: maroon;
    font-weight: 600;
}

span.text-muted {
    color: gray !important;
}

span.text-muted bdi {
    color: #a0a0a0 ! IMPORTANT;
}

.product-info>h4 {
    font-weight: 700;
    font-family: 'Outfit', 'sans-sarif';
}

.product-info table {
    width: 100%;
    border: none;
    margin: 1rem 0;
}

.related.products a.btn.btn-primary.shop-now.add-to-cart {
    margin: 0 !IMPORTANT;
    width: 100%;
    background: #000;
    padding: .7rem;
    border: none;
}

button.single_add_to_cart_button.button.alt {
    background: var(--primary1) ! IMPORTANT;
}

.img-fluid.wp-post-image {
    border-radius: 1.5rem;
}

.products-box h2.text-center {
    color: #000 ! IMPORTANT;
    font-family: 'Outfit', 'sans-sarif';
    font-size: 1.4rem;
}

.related.products ul.products li {
    width: 25%;
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.5rem;
}

.related.products ul.products li h2 {
    font-size: 1.6rem;
}



.additional-product-image {
    height: 100% !important;
}

.main-imag {
    width: 80%;
    background: #ffffff;
    margin: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 484px;
}

section.product-details.py-5 h4 {
    margin-bottom: 1rem;
}

.product-info {
    width: 100%;
    overflow: hidden;
    border: 1px solid #c9c9c9;
    position: relative;
    padding: 1rem;
}

.enlarged-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info.zoomed {
    display: block;
}

.product-info .d-flex {
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.product-info .d-flex * {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

/* .product-info bdi {
    background: #f9f9f9;
    padding: .1rem .6rem !important;
    display: inline-block;
    width: 120px;
    text-align: CENTER;
    border: 1px solid #c9c9c9;
    border-radius: .4rem;
    margin-left: 1rem !important;

} */

.product-info bdi {
    background: #f9f9f9;
    padding: .1rem .6rem !important;
    display: inline-block;
    width: 160px;
    text-align: CENTER;
    border: 1px solid #c9c9c9;
    border-radius: .4rem;
    /* margin-left: 1rem !important; */
    font-size: 1.5rem;
    color: #000 ! IMPORTANT;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: flex-start;
    margin-top: 1rem;
}

a.reset_variations {
    margin-left: 1rem;
}

input[type="checkbox"] {
    height: auto !important;
}

label.form-check-label {
    display: flex;
    align-items: center;
    gap: 0rem;
    margin-left: -0.7rem;
}

.product-thumbnails img.active {
    border: 5px solid #00000026;
}

.product-info bdi+bdi {
    margin-left: 0rem !important;
}

section.breadcrumbs {
    background: #f5f5f5;
    padding: 1rem 0;
}

ul.navbar-nav.ml-5 .loginButton {
    padding: .6rem 2rem;
    background: linear-gradient(45deg, var(--color-1), #e79500);
    color: 1rem;
    margin-left: 1rem;
    color: #fff;
    border-radius: .4rem;
    box-shadow: 1px 0 5px #00000045;
}

ul.navbar-nav.ml-5 .loginButton:hover {
    box-shadow: 1px 0 15px #00000045;
}

ul.navbar-nav.ml-5 {
    align-items: center;
    gap: 2rem;
}

span.slash bdi {
    margin: 0 !IMPORTANT;
    text-decoration: line-through;
    color: gray;
}

span.slash * {
    color: gray;
}



.product-description h3 {
    margin-top: 1rem;
    margin-bottom: 1.5rem !important;
    font-size: 1.2rem !important;
    font-weight: 500;
}

.description h4 {
    color: var(--color-1) !important;
}

.description h4 {
    font-size: 1rem;
    padding: 1rem 0;
    margin: 0 !IMPORTANT;
    font-weight: 500;
}

.product-description h4 {
    font-family: var(--font-text-1);
    font-weight: 500;
    font-size: 1.1rem;
    color: #000000;
    margin-top: 1rem;
}

.enlarged-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


span.slash {
    color: var(--color-1);
    text-decoration: line-through;
}

a.cart {
    padding: .5rem 1rem;
    background: var(--color-1);
    color: #fff;
    margin: 1rem 0 !important;
    display: inline-block;
    border-radius: .5rem;
}

.product-info h6 {
    font-weight: 700;
    font-size: 1.2rem;
    margin: 1rem 0;
    color: var(--color-1) !important;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    border: 1px solid #e4e4e4;
    border-radius: 1rem !IMPORTANT;
    padding: 0 1rem !IMPORTANT;
}

a.wc-block-components-product-name {
    font-weight: 800 !IMPORTANT;
    font-size: 1.1rem;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
    background: #7ade4f;
    border: none;
    color: #fff;
}


ul.products.columns-4 {
    display: flex;
    justify-content: space-around;
}

.related-products {
    background: #ffefef;
    margin: 0 !important;
    border: none !important;
    padding: 2.5rem 0;
}

.related-product-box {
    background: #fff !important;
}

.related-products h2 {
    text-align: center;
    margin-bottom: 2rem !important;
    color: var(--primary1) ! IMPORTANT;
}

.main-section {
    position: relative;
    background: var(--color-3);
    overflow: hidden;
}

img.left {
    position: absolute;
    left: 0;
    top: 0;
    width: 401px;
    z-index: 0;
}

img.right {
    position: absolute;
    right: 0;
    top: 0;
    width: 401px;
    z-index: 0;
}



a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #bc9433;
    color: #fff;
}

.wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid #e1e1e1;
    margin-bottom: 1.5rem;
}

span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    padding-left: 1rem !IMPORTANT;
    display: inline-block;
    background: #d1a741 ! IMPORTANT;
    padding: 1rem 1rem !IMPORTANT;
    color: #fff !important;
}

th.wc-block-cart-items__header-image {
    padding: 0 1rem !IMPORTANT;
}

.woocommerce-checkout {
    background: #fff;
    padding: 30px 0;
}

div#payment {
    background: #fff0f0 !important;
    border-radius: .5rem !important;
}

h3#order_review_heading {
    padding-top: 1rem;
}

input,
select {
    height: 45px !important;
    border: 1px solid #dedede !important;
    padding: .5rem 1rem !important;
    border-radius: .6rem !important;
    font-size: .9rem ! IMPORTANT;
    font-family: 'Outfit', 'sans-sarif';
}

ol.breadcrumb {
    margin: 0;
}

nav.breadcrumb {
    margin: 0;
}

.inner-page-header {
    padding: 8rem 0;
    background: var(--primary1);
}

label {
    font-size: .8rem;
}

em {
    font-size: .7rem;
    color: #686868;
}

nav.woocommerce-MyAccount-navigation ul li a {
    padding: .8rem 1.5rem;
    background: #fff3f3;
    display: block;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

fieldset {
    margin-top: 1.5rem;
}

fieldset legend {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'outfit', 'sans-serif' !IMPORTANT;
}

button.woocommerce-Button.button {
    padding: .8rem 1.5rem;
    height: 45px;
    margin-top: 1rem;
}

.u-column1.col-1.woocommerce-Address {
    padding: 1.5rem;
    background: #f5f5f5;
    border-radius: .8rem;
}

.u-column1.col-1.woocommerce-Address h2 {
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--primary1);
    margin-bottom: 1rem;
    font-family: var(--font-heading-1) !IMPORTANT;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    border: 1px solid #dedede;
    background: #ffeeee;
    padding: 2rem !important;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    font-family: var(--font-heading-1) ! IMPORTANT;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

span.select2-selection.select2-selection--single {
    border: 1px solid #dedede;
    border-radius: .6rem;
    padding: 0rem 1rem;
    height: 45px;
}


div#cartOffcanvas {
    padding: 1rem;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
    padding: 0 !IMPORTANT;
}

a.button.add_to_cart_button.ajax_add_to_cart.w-100 {
    text-align: center;
    background: #000;
    color: #fff;
    padding: .6rem;
    border-radius: .4rem;
}

li.woocommerce-mini-cart-item.mini_cart_item {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

li.woocommerce-mini-cart-item.mini_cart_item span.quantity {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.shop_table input#quantity_69d202dc7e0b6 {
    width: 100%;
    height: 40px !important;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
    flex-direction: column;
    gap: 1rem;
}


img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 200px;
    border-radius: 1rem;
    margin: 1rem 0;
}

.cart_totals.calculated_shipping h2 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

a.checkout-button.button.alt.wc-forward {
    text-align: center;
    background: #000;
}

select#billing_country {
    width: 100%;
    font-weight: 400;
}

td.actions button.button {
    color: #fff ! IMPORTANT;
}


/* Shop Page */
.product-box img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%;
}

.product-box>h4 a {
    font-weight: 800 !IMPORTANT;
    font-family: var(--font-heading-1);
    color: #000;
    font-size: 1.2rem ! IMPORTANT;
    margin: 1rem 0;

}

.product-box .buttons {
    /* background: #ababab; */
    display: flex;
    gap: 1rem !IMPORTANT;
}

.product-box .buttons a {
    flex: 1;
    text-align: center;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    border-radius: .6rem;
}

.product-box a.added_to_cart.wc-forward {
    width: 30% ! IMPORTANT;
    background: #f5f5f5;
    color: #000;
}

.product-card img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%;
}

.product-card h5.mt-2 {
    font-weight: 600;
    text-align: left;
}

.product-card a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background: #000;
    border-radius: .6rem;
    color: #fff;
    margin-top: 1rem;
}

.woocommerce-message {
    border: none;
    background: #f4ffeb;
}

@media screen and (max-width:480px) {
    .product-thumbnails {
        order: 1;
        overflow: hidden;
        position: relative;
    }

    .product-images {
        flex-direction: column;
    }

    .product-thumbnails ul {
        flex-direction: row !IMPORTANT;
        flex-wrap: wrap !IMPORTANT;
    }

    .product-info .d-flex {
        gap: 1rem;
        align-items: center;
        margin-bottom: 1rem;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .product-info .d-flex * {
        margin: 0;
        padding: 0;
        font-size: 1.2rem;
        font-weight: 600;
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

    button.navbar-toggler {
        border: none;
        outline: none;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important;
    }

    button.navbar-toggler>a {
        position: relative;
        margin-right: 18px;
        display: inline-block;
    }

    button.navbar-toggler a span {
        position: absolute;
        top: -10px;
        font-size: 16px;
        font-weight: 500;
        color: #da0000;
    }

    a.navbar-brand {
        display: none;
    }

    iframe {
        width: 100%;
    }

    ul#bootscore-navbar li+li {
        margin: 0 !important;
    }

    .cart-icon {
        cursor: pointer;
        width: 28px;
        display: none;
    }

    .product-box img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        width: 100%;
        height: auto;
    }

    .videossection.aos-init.aos-animate img {
        height: 680px;
        object-fit: cover;
    }

    a.checkout-button.button.alt.wc-forward {
        width: 100%;
        text-align: center;
        background: #000;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .zig-zag .col-lg-6 {
        text-align: center;
    }

    .flex>.box h2 {
        font-family: 'Outfit', 'sans-sarif';
        font-weight: 700;
        padding-top: 1rem;
    }

    .flex {
        flex-direction: column;
        width: 100%;
    }

    .flex .box {
        flex: 1;
        width: 100%;
    }

    .flex .slider {
        flex: 1;
        width: 100%;
        white-space: nowrap;
        overflow: auto;
    }

    .flex .slider .box {
        width: 80%;
        flex: 1;
    }
}

.form-check {
    margin: 0 !IMPORTANT;
    padding: 0;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

label {
    font-family: 'Outfit', 'sans-sarif';
    font-weight: 500;
    color: #000 ! IMPORTANT;
}

label.form-check-label {
    display: flex;
    align-items: center;
    gap: 0rem;
    margin-left: 0rem !important;
}



/* Base Pagination Style */
.page-numbers,
.prev.page-numbers {
    display: inline-block;
    margin: 0 6px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    transition: all 0.3s ease;
}

.product-box.product h4 {
    min-height: 50px;
}

section.related.products>h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #000 ! IMPORTANT;
    margin-bottom: 2rem !important;
}

/* Hover Effect */
.page-numbers:hover,
.prev.page-numbers:hover {
    background: #0f172a;
    /* dark navy */
    color: #ffffff;
    border-color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* Active Page */
.page-numbers.current {
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
    color: #ffffff;
    border: none;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.25);
}

/* Previous Button Special Style */
.prev.page-numbers {
    font-weight: 600;
    padding: 10px 18px;
}

/* Optional: Rounded Pill Style */
.page-numbers {
    border-radius: 30px;
}

input#coupon_code {
    width: auto;
    height: 36px !important;
}

p#coupon-error-notice {
    text-align: left;
    color: #c90000;
    font-size: .8rem;
}

.cart_totals h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: 'Outfit', 'sans-sarif';
}

/* Responsive Adjustments */
@media (max-width: 576px) {

    .page-numbers,
    .prev.page-numbers {
        padding: 8px 12px;
        font-size: 13px;
        margin: 4px;
    }
}

.woocommerce ul#shipping_method {
    padding: 0 !IMPORTANT;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form-check-input {
    width: 100%;
    display: block;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

span.wpcf7-list-item label {
    display: flex;
    gap: .5rem;
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    font-size: .8rem !important;
}

span.wpcf7-not-valid-tip {
    font-size: .8rem;
}