/*
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.1783055743
Updated: 2026-07-03 05:15:43

*/

/* ============================================
   GAMSHOM PRESS - SIGNED EDITION PRODUCT PAGE
   Fonts: Cormorant Garamond (headings), Inter (body)
============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --gamshom-font-heading: 'Cormorant Garamond', serif;
    --gamshom-font-body: 'Inter', sans-serif;
    --gamshom-navy: #192A43;
    --gamshom-gold: #B27D34;
    --gamshom-cream: #f4f1ea;
    --gamshom-gray: #6b6b6b;
    --gamshom-border: #e2ddd3;
}

body {
  background: #F5F5F5 !important;	
}
/* ============================================
   PAGE TOP HEADING - "Signed Edition"
============================================ */
.gamshom-page-heading {
    text-align: center;
    margin: auto;
    padding: 130px 20px 50px;
}

.gamshom-page-heading h1 {
    font-family: var(--gamshom-font-heading);
    font-weight: 400;
    font-size: clamp(32px, 5vw, 64px);
    letter-spacing: -0.5px;
    color: var(--gamshom-navy);
    margin: 0;
}

/* ============================================
   PRODUCT LAYOUT - 2 COLUMN
============================================ */
.single-product .product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 60px;
    padding: 15px 15px 60px;
    font-family: var(--gamshom-font-body);
}

.single-product .woocommerce-product-gallery {
    flex: 1 1 400px;
    position: relative;
}

.single-product .summary.entry-summary {
    flex: 1 1 420px;
}

/* Eyebrow label "SIGNED EDITION" above product title */
.gamshom-eyebrow {
    font-family: "Inter", Sans-serif !important;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: 2.6px;
    color: #B27D34 !important;
    margin-bottom: 10px !important;
}

.single-product .product_title {
    font-family: var(--gamshom-font-heading);
    font-weight: 400;
    font-size: clamp(26px, 3.5vw, 46px);
    letter-spacing: -0.5px;
    color: var(--gamshom-navy);
    margin: 0 0 30px;
    line-height: 1.15;
}

.single-product .summary p.price {
    font-family: var(--gamshom-font-heading);
    color: var(--gamshom-navy) !important;
    font-size: 32px !important;
    font-weight: 500;
    margin: 0 0 5px;
}

.single-product .summary .woocommerce-product-details__short-description,
.single-product .summary > p:not(.price) {
    font-family: var(--gamshom-font-body);
    font-size: 14px;
    line-height: 1.6;
    color: var(--gamshom-gray);
    margin-bottom: 24px;
    font-weight: 300;
}

/* ============================================
   SIGNING OPTIONS (radio boxes)
============================================ */
.signing-option-wrapper {
    margin: 24px 0 40px;
	width: 100%;
}

.signing-label {
    font-family: var(--gamshom-font-body);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: var(--gamshom-gold);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.signing-radio {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid var(--gamshom-border);
    border-radius: 0px;
    padding: 20px 16px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
    border-color: var(--gamshom-gold);
}

.signing-radio.active {
    border-color: var(--gamshom-gold);
/*     background: #fdf9f0; */
}

.signing-radio input[type="radio"] {
    margin-top: 5px;
    accent-color: var(--gamshom-gold);
}

.signing-radio strong {
    display: block;
    font-family: var(--gamshom-font-heading);
    font-weight: 400;
    font-size: 29px;
    color: var(--gamshom-navy);
}

.signing-radio .radio-desc {
    display: block;
    font-family: var(--gamshom-font-body);
    font-size: 13px;
    color: var(--gamshom-gray);
    margin-top: 8px;
    line-height: 1.4;
    font-weight: 300;
}

/* ============================================
   PERSONALIZATION TEXTAREA
============================================ */
.personalization-box {
    margin-top: 30px;
}

.personalization-box textarea {
    width: 100%;
    min-height: 90px;
    border: 1px solid var(--gamshom-border);
    border-radius: 6px;
    padding: 12px;
    font-family: var(--gamshom-font-body);
    font-size: 14px;
    color: var(--gamshom-navy);
    resize: vertical;
	    font-weight: 300;
}

.personalization-box textarea::placeholder {
    color: #a8a29a;
}

.personalization-box .char-count {
    display: block;
    font-family: var(--gamshom-font-body);
    font-size: 12px;
    color: #a8a29a;
    margin-top: 4px;
}
.personalization-box .personalization-note {
    font-family: var(--gamshom-font-body);
    font-size: 12px;
    color: var(--gamshom-navy);
    resize: vertical;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 0px;
}
/* ============================================
   QUANTITY + ADD TO CART
============================================ */
.single-product .quantity {
    margin-right: 10px;
}

.single-product .quantity .qty {
    height: 46px;
    border: 1px solid var(--gamshom-border);
    border-radius: 0px;
    width: 70px;
    text-align: center;
    font-family: var(--gamshom-font-body);
}

.single-product .single_add_to_cart_button {
    background: var(--gamshom-navy) !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 14px 30px !important;
    font-family: var(--gamshom-font-body) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none !important;
    transition: opacity 0.2s ease;
}

.single-product .single_add_to_cart_button:hover {
    opacity: 0.88;
}

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

/* ============================================
   FEATURE STRIP (bottom 4-box)
============================================ */
.gamshom-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F1F1EC;
    padding: 40px 30px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 60px;
}

.gamshom-features .feature-item {
    flex: 1 1 220px;
    padding: 10px 20px;
    border-right: 1px solid #DEDEDE;
}

.gamshom-features .feature-item:last-child {
    border-right: none;
}

.gamshom-features .feature-item h4 {
    font-family: var(--gamshom-font-heading);
    font-weight: 500;
    font-size: 20px;
    color: var(--gamshom-navy);
    margin: 0 0 6px;
}

.gamshom-features .feature-item p {
    font-family: var(--gamshom-font-body);
    font-size: 13px;
    color: var(--gamshom-gray);
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
}

/* ============================================
   REMOVE WOOCOMMERCE BREADCRUMB SPACE
============================================ */
.woocommerce-breadcrumb {
    display: none !important;
}

/* ============================================
   RESPONSIVE - TABLET (1024px and below)
============================================ */
@media (max-width: 1024px) {
    .single-product .product {
        gap: 40px;
    }
    .gamshom-page-heading {
        padding: 90px 20px 40px;
    }
}

/* ============================================
   RESPONSIVE - SMALL TABLET (900px) - Feature strip becomes 2x2 grid
============================================ */
@media (max-width: 900px) {
    .gamshom-features {
        justify-content: center;
    }
    .gamshom-features .feature-item {
        flex: 1 1 45%;
        border-right: none;
        border-bottom: 1px solid #DEDEDE;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    /* Remove bottom border from last row (last 2 items) */
    .gamshom-features .feature-item:nth-last-child(-n+2) {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
}

/* ============================================
   RESPONSIVE - MOBILE (768px and below)
============================================ */
@media (max-width: 768px) {
    .single-product .product {
        flex-direction: column;
        gap: 24px;
        padding: 10px 16px 40px;
    }
    .gamshom-page-heading {
        padding: 100px 20px 30px;
    }
    .gamshom-features {
        flex-direction: column;
        padding: 30px 20px;
        gap: 4px;
    }
    .gamshom-features .feature-item {
        flex: 1 1 100%;
        border-right: none !important;
        border-bottom: 1px solid #DEDEDE;
        padding: 16px 10px;
        margin-bottom: 0;
    }
    .gamshom-features .feature-item:last-child {
        border-bottom: none;
    }
    .single-product .product_title {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .single-product .summary p.price {
        font-size: 26px !important;
    }
    .single-product form.cart {
        flex-direction: row;
		gap: 0px;
    }
    .single-product .single_add_to_cart_button {
        flex: 1 1 auto;
        justify-content: center;
        text-align: center;
    }
}

/* ============================================
   RESPONSIVE - SMALL MOBILE (480px and below)
============================================ */
@media (max-width: 480px) {
    .gamshom-page-heading h1 {
        font-size: 30px;
    }
    .signing-radio {
        padding: 14px 12px;
    }
    .signing-radio strong {
        font-size: 15px;
    }
    .single-product .quantity .qty {
        width: 55px;
        height: 42px;
    }
    .single-product .single_add_to_cart_button {
        padding: 12px 20px !important;
        font-size: 12px !important;
    }
}
/*Product-page  */
.htmega-brands-area .single-partner { 
   text-align: center;
}
.htmega-brands-area .single-partner a { 
    display: inline-block;
}
.woocommerce-notices-wrapper {
/* 	bottom: 0px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0; */
	display: none;
    opacity: 0;
}




/* ============================================
   QUANTITY LABEL
============================================ */
.gamshom-qty-label {
    width: 100%;
    margin-bottom: 10px !important;
}

/* ============================================
   FORM LAYOUT - label on top, stepper + button in a row
============================================ */
.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

/* ============================================
   QUANTITY LABEL
============================================ */
.gamshom-qty-label {
    width: 100%;
    margin-bottom: 10px !important;
}

/* ============================================
   FORM LAYOUT - label on top, stepper + button in a row
============================================ */
.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

/* ============================================
   WRAPPER: Quantity box + Add to Cart button grouped together
============================================ */
.gamshom-cart-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    height: 48px;
}

.gamshom-cart-row .quantity {
    height: 100%;
    margin: 0 !important;
}

.gamshom-cart-row .single_add_to_cart_button {
    height: 100%;
    flex: 1 1 auto;
    margin: 0 !important;
}

/* ============================================
   QUANTITY STEPPER (bordered box with - / input / +)
============================================ */
.single-product .quantity {
    display: flex;
    align-items: center;
    border: 1px solid var(--gamshom-border, #e2ddd3);
    border-radius: 6px;
    overflow: hidden;
    height: 46px;
    margin: 0 !important;
	border-radius: 0;
}

.single-product .quantity .qty-btn {
    background: none;
    border: none;
    width: 36px;
    height: 100%;
    font-size: 16px;
    color: var(--gamshom-navy, #192A43);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
	padding: 0px;
}

.single-product .quantity .qty-btn:hover {
    background: #f4f1ea;
}

.single-product .quantity .qty {
    width: 40px;
    height: 100%;
    border: none;
    border-left: 1px solid var(--gamshom-border, #e2ddd3);
    border-right: 1px solid var(--gamshom-border, #e2ddd3);
    text-align: center;
    font-family: var(--gamshom-font-body, 'Inter', sans-serif);
    font-size: 14px;
    -moz-appearance: textfield;
	 border-radius: 0;
	padding: 0;
}

.single-product .quantity .qty::-webkit-outer-spin-button,
.single-product .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ============================================
   ADD TO CART BUTTON WITH ARROW ICON
============================================ */
.single-product .single_add_to_cart_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.single-product .single_add_to_cart_button::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 480px) {
    .single-product form.cart {
        flex-wrap: wrap;
		gap: 0px;
    }
    .single-product .single_add_to_cart_button {
        flex: 1 1 auto;
    }
}


/* Custome Post page css */

/* ============================================
   GAMSHOM PRESS - BLOG POST DESIGN 
============================================ */
/* ============================================
   GAMSHOM PRESS - RESPONSIVE CONTAINER
============================================ */

.gamshom-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Laptop / small desktop */
@media (max-width: 1280px) {
    .gamshom-container {
        max-width: 1100px;
        padding: 0 24px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .gamshom-container {
        max-width: 100%;
        padding: 0 30px;
    }
}

/* Small tablet */
@media (max-width: 768px) {
    .gamshom-container {
        padding: 0 20px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .gamshom-container {
        padding: 0 16px;
    }
}

.gamshom-blog-post {
    font-family: 'Inter', sans-serif;
}

/* ---- Top Header ---- */
.gamshom-blog-header {
    text-align: center;
    max-width: 100%;
    margin: 160px auto 60px;
    padding: 0 20px;
}

.gamshom-blog-eyebrow {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: #B27D34;
    margin: 0 0 20px;
}

.gamshom-blog-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: clamp(32px, 6vw, 73.33px);
    line-height: 1;
    letter-spacing: -0.03em;
    color: #192A43;
    margin: 0 0 20px;
}

.gamshom-blog-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #646464;
    margin: 0 auto 50px;
}

.gamshom-blog-cta {
    display: inline-block;
    background: #192A43;
    color: #fff !important;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 14px 28px;
    border-radius: 6px;
    transition: opacity 0.2s ease;
}

.gamshom-blog-cta:hover {
    opacity: 0.88;
}

/* ---- Hero Image (full width, edge to edge) ---- */
.gamshom-blog-hero {
    width: 100%;
    margin: 0 0 100px;
}

.gamshom-blog-hero img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    display: block;
}

/* ---- Body: Author + Content 2-column ---- */
.gamshom-blog-body {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0 20px 150px;
}

/* Left: Author box */
.gamshom-blog-author-box {
    flex: 0 0 220px;
    position: sticky;
    top: 30px;
}

.gamshom-blog-author-box .author-label {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 38.5px;
    color: #192A43;
    margin: 0 0 20px;
}

.gamshom-blog-author-box .author-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 16px;
    display: block;
}

.gamshom-blog-author-box .author-name {
font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #B27D34;
    margin: 0 0 4px;
}

.gamshom-blog-author-box .author-role {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #404040;
    margin: 0 0 22px;
    line-height: 1.4;
}

.gamshom-blog-author-box .author-social-label {
font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    color: #192A43;
    margin: 0 0 5px;
}

.author-social-icons {
    display: flex;
    gap: 10px;
}

.author-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    text-decoration: none !important;
}

.author-social-icons a svg {
    width: 21px;
    height: 21px;
}

/* Right: Content */
.gamshom-blog-content {
    flex: 1 1 auto;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #404040;
}

.gamshom-blog-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #192A43;
    margin: 40px 0 14px;
}

.gamshom-blog-content h2:first-of-type {
    font-weight: 400;
    font-size: 38.5px;
    margin-top: 0;
}

.gamshom-blog-content p {
    margin: 0 0 18px;
}
.gamshom-blog-content p strong {
	font-weight: 500;
    color: #000;
}
.gamshom-blog-content img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 30px 0;
}

/* ---- Author's Notes quote box ---- */
.gamshom-authors-note {
    background: #F1F1EC;
    border-radius: 4px;
    padding: 26px 28px;
    margin-top: 40px;
}

.gamshom-authors-note .note-heading {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #192A43;
    margin: 0 0 14px;
}

.gamshom-authors-note .note-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.03em;
    color: #646464;
    margin: 0;
}

/* ============================================
   RESPONSIVE - TABLET
============================================ */
@media (max-width: 900px) {
    .gamshom-blog-body {
        flex-direction: column;
        gap: 30px;
    }
    .gamshom-blog-author-box {
        flex: 1 1 auto;
        position: static;
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
        border-bottom: 1px solid #e5e2da;
        padding-bottom: 24px;
        width: 100%;
    }
    .gamshom-blog-author-box .author-photo {
        max-width: 60px;
        margin-bottom: 0;
    }
    .gamshom-blog-author-box .author-label {
        display: none;
    }
}

/* ============================================
   RESPONSIVE - MOBILE
============================================ */
@media (max-width: 600px) {
    .gamshom-blog-header {
        margin: 100px auto 30px;
    }
	.gamshom-blog-hero {
    	margin: 0 0 40px;
	}
    .gamshom-blog-subtitle {
        font-size: 15px;
        line-height: 24px;
    }
    .gamshom-blog-content h2 {
        font-size: 22px;
    }
    .gamshom-blog-content h2:first-of-type {
        font-size: 26px;
    }
    .gamshom-authors-note {
        padding: 20px;
    }
	.gamshom-blog-author-box .author-role {
		margin: 0 0 0px;
	}
	.gamshom-blog-body {
		margin: 0 auto;
		padding: 0 10px 60px;
	}
}

/*  CART page - */




/* ============================================
   GAMSHOM PRESS - CART PAGE (New Design)
============================================ */

.woocommerce-cart .woocommerce {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 20px 70px;
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.woocommerce-cart .page-title,
.woocommerce-cart h1.entry-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 32px;
    color: #192A43;
    max-width: 100%;
    margin: 0px auto 0px;
    padding: 0 20px;
}

.woocommerce-cart .woocommerce-cart-form {
    flex: 1 1 60%;
}

.woocommerce-cart .cart-collaterals {
    flex: 0 0 30%;
	border-left: 1px solid #D9D9D9;
    padding-left: 30px;
}

/* Cart table - clean, no zebra background */
.woocommerce-cart table.cart,
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
    border: none !important;
}
.woocommerce-cart table.cart {
    border: none;
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-cart table.cart thead tr {
    border-bottom: 1px solid #D9D9D9;
}

.woocommerce-cart table.cart th {
font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #192A43;
    padding: 10px 8px;
    text-align: left;
    background: none !important;
}

.woocommerce-cart table.cart tbody tr {
    border-bottom: 1px solid #eeeae1;
    counter-increment: cart-row;
}

.woocommerce-cart table.cart {
    counter-reset: cart-row;
}

.woocommerce-cart table.cart td {
    padding: 20px 8px;
    vertical-align: middle;
    background: none !important;
}

/* Row number instead of X */
.woocommerce-cart table.cart .product-remove {
    text-align: left;
    width: 70px;
}

.woocommerce-cart table.cart tbody tr.cart_item > .product-remove::before {
    content: counter(cart-row);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #192A43;
}
.woocommerce table .cart-subtotal th {
    background: transparent;
    border-bottom: 1px solid #000 !important;
    padding: 20px 0px !important;
    border-top: 1px solid #D9D9D9 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #404040;
	border-left: 0;
    border-right: 0px;
}

.woocommerce table .cart-subtotal td {
	background: transparent;
    border-bottom: 1px solid #000 !important;
    padding: 20px 0px !important;
    border-top: 1px solid #D9D9D9 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #404040 !important;
	border-left: 0;
    border-right: 0px;
}
.woocommerce table .order-total th , .woocommerce table .order-total td  {
	padding: 20px 0px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-bottom: 0px !important;
	border-left: 0;
    border-right: 0px;
}
.cart-subtotal .order-total th , .cart-subtotal .order-total td{
	    padding-top: 30px;
}

.woocommerce table .order-total td strong {
	font-weight: 600 !important;
}

.woocommerce-cart table.cart .product-remove a.remove {
    display: none !important;
}

.woocommerce-cart table.cart img {
    width: 80px;
/*     height: 108px !important; */
    object-fit: contain;
    border-radius: 4px;
    padding: 6px;
    background: #EEECE9;
}

.woocommerce-cart table.cart .product-name a {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #404040 !important;
    text-decoration: none;
    margin-bottom: 5px;
}

.woocommerce-cart table.cart .product-name {
    line-height: 1.5;
}

.woocommerce-cart table.cart .product-name a.remove {
    display: inline-block !important;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
/*     color: #B27D34 !important; */
color: #1c2a44 !important;
	text-decoration: underline !important;
    margin-top: 13px;
	width: fit-content;
}
.woocommerce-cart table.cart .product-name a.remove:hover {
	color: #1c2a44 !important;
	background-color: transparent !important;
}
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #192A43;
    font-weight: 500;
}
.woocommerce-NoticeGroup-checkout {
	position: absolute;
    top: 30px;
    left: 0px;
}
/* Quantity stepper */
.woocommerce-cart .quantity {
    display: flex;
    align-items: center;
    border: 1px solid #e2ddd3;
    border-radius: 6px;
    overflow: hidden;
    height: 38px;
    width: fit-content;
}

.woocommerce-cart .quantity .qty-btn {
    background: none;
    border: none;
    width: 30px;
    height: 100%;
    font-size: 14px;
    color: #192A43;
    cursor: pointer;
	 padding: 6px;
}

.woocommerce-cart .quantity .qty-btn:hover {
    background: #f4f1ea;
}

.woocommerce-cart .quantity .qty {
    width: 34px;
    height: 100%;
    border: none;
    border-left: 1px solid #e2ddd3;
    border-right: 1px solid #e2ddd3;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
	    padding: 0 !important;
}

.woocommerce-cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
/* Hide default actions row (Update cart button) - auto-updates via JS instead */
.woocommerce-cart .actions {
    display: none;
}

/* ============================================
   COUPON BOX (moved to sidebar via JS)
============================================ */
.gamshom-coupon-box {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e2da;
}

.gamshom-coupon-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #192A43;
    margin: 0 0 3px;
}

.gamshom-coupon-desc {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #8a8a8a;
    margin: 0 0 14px;
}
.gamshom-coupon-box .checkout_coupon {
	    padding: 0px !important;
	margin-bottom: 15px !important;
}
.gamshom-coupon-box .checkout_coupon .form-row {
	    width: auto;
}
.gamshom-coupon-box .checkout_coupon .clear {
	    display: none;
}
.gamshom-coupon-box .coupon {
    display: flex;
    gap: 8px;
    padding: 4px;
    border: 1px solid #D9D9D9;
    background: #fff;
	 border-radius: 4px;
	margin: 0px !important;
}
.gamshom-coupon-box .coupon label {
	display: none;
}
.gamshom-coupon-box .coupon input#coupon_code {
    border: none;
    border-radius: 4px;
    padding: 10px 10px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    flex: 1 1 auto;
    min-width: 0;
}

.gamshom-coupon-box .coupon button {
    background: #192A43;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 0 16px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.gamshom-coupon-box .coupon button .btn-arrow::after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 4px;
}

/* ============================================
   CART TOTALS BOX
============================================ */
.woocommerce-cart .cart_totals {
    background: none;
    padding: 0;
	width: 100% !important;
}

.woocommerce-cart .cart_totals h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 32px;
    color: #192A43;
    margin: 0 0 20px;
}

.woocommerce-cart .cart_totals table {
    width: 100%;
}


.woocommerce-cart .cart_totals table td {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #404040;
    padding: 12px 0;
    border-bottom: 1px solid #e5e2da;
}
.woocommerce-cart .cart_totals table th {
    text-align: left;
}

.woocommerce-cart .cart_totals table td {
    text-align: right;
}



.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #192A43 !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 18px;
    border-radius: 3px;
    margin-top: 0px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    opacity: 0.88;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 900px) {
    .woocommerce-cart .woocommerce {
        flex-direction: column;
        gap: 30px;
    }
    .woocommerce-cart .cart-collaterals {
        flex: 1 1 auto;
        width: 100%;
    }
}
@media (max-width: 991px) {
	.woocommerce-cart .woocommerce-cart-form {
    flex: 1 1 100%;
		width: 100%;
}
	.woocommerce-cart .cart-collaterals {
    flex: 0 0 100%;
    border-left: none;
    padding-left: 0px;
		width: 100%;
}
}
.woocommerce-cart table.cart thead th.product-remove::before {
    content: "#";
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #192A43;
}
/* ============================================
   RESPONSIVE - CART TABLE SCROLLABLE 
============================================ */
@media (max-width: 768px) {
    .woocommerce-cart .page-title,
    .woocommerce-cart h1.entry-title {
        font-size: 30px;
    }

    /* Table wrapper - horizontal scroll */
    .woocommerce-cart .woocommerce-cart-form {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border: 1px solid #eeeae1;
        border-radius: 6px;
        padding-bottom: 4px;
        background: linear-gradient(to left, rgba(0,0,0,0.08), transparent 24px) right / 24px 100% no-repeat;
    }

    .woocommerce-cart table.cart {
        min-width: 620px;
    }
.woocommerce-cart table.cart tbody tr.cart_item > td:not(.product-remove)::before {
    content: none !important;
    display: none !important;
}

.woocommerce-cart table.cart thead th.product-remove {
    color: #192A43; /* transparent wala purana rule hata diya */
}

.woocommerce-cart table.cart thead th.product-remove::before {
    content: "#";
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
    /* WooCommerce ke default responsive stacking ko force override */
    .woocommerce-cart table.cart thead {
        display: table-header-group !important;
    }

    .woocommerce-cart table.cart tbody tr {
        display: table-row !important;
        padding: 0 !important;
    }

    .woocommerce-cart table.cart td {
        display: table-cell !important;
        text-align: left !important;
        padding: 14px 8px !important;
    }

    .woocommerce-cart table.cart .product-thumbnail {
        display: table-cell !important;
    }

    .woocommerce-cart table.cart img {
        width: 60px;
    }

    .woocommerce-cart .cart-collaterals {
        margin-top: 20px;
    }
}
/*  NEW*/

/* ============================================================
   GAMSHOM PRESS - CHECKOUT PAGE
   (Reuses same structure/tokens as Cart page)
============================================================ */

.woocommerce-checkout .woocommerce {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 15px 70px;
    font-family: 'Inter', sans-serif;
}

.woocommerce-checkout .page-title,
.woocommerce-checkout h1.entry-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 32px;
    color: #192A43;
    max-width: 100%;
    margin: 30px auto 20px;
    padding: 0 20px;
}

/* Two column layout: billing form left, order sidebar right */
form.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    padding: 0 20px;
}

#customer_details {
    flex: 1 1 60%;
}

.gamshom-checkout-sidebar {
    flex: 0 0 32%;
    border-left: 1px solid #D9D9D9;
    padding-left: 40px;
}

/* Billing Details heading */
.woocommerce-checkout #customer_details h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #192A43;
    margin: 0 0 20px;
}

/* Form fields - 2 column grid where WooCommerce marks form-row-first/last */
.woocommerce-checkout .form-row {
    margin: 0 0 18px;
}

.woocommerce-checkout .col2-set .form-row-first,
.woocommerce-checkout .col2-set .form-row-last {
    width: 48%;
    float: left;
}

.woocommerce-checkout .col2-set .form-row-last {
    float: right;
}

.woocommerce-checkout .form-row label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #192A43;
    margin-bottom: 6px;
}

.woocommerce-checkout .form-row label .required {
    color: #d9534f;
    text-decoration: none;
}

.woocommerce-checkout .form-row label .optional {
    color: #a8a29a;
    font-weight: 400;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout .select2-selection {
    width: 100% !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 4px !important;
    padding: 12px 14px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #404040 !important;
    background: #fff !important;
    height: auto !important;
    box-shadow: none !important;
}

.woocommerce-checkout .select2-selection {
    display: flex;
    align-items: center;
}

.woocommerce-checkout #billing_address_2_field {
    margin-top: 10px;
}

/* Additional Information section */
.woocommerce-checkout .woocommerce-additional-fields {
    clear: both;
    padding-top: 10px;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 24px;
    color: #192A43;
    margin: 30px 0 16px;
}

/* ---- Right Sidebar: "Your Orders" heading ---- */
#order_review_heading {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 28px;
    color: #192A43;
    margin: 0 0 10px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px;
}

/* Order review item list (no default table borders/headers) */
#order_review table.shop_table thead {
    display: none;
}

#order_review table.woocommerce-checkout-review-order-table,
#order_review table.woocommerce-checkout-review-order-table td,
#order_review table.woocommerce-checkout-review-order-table tr {
    border: none !important;
}
.woocommerce table.gamshom-checkout-totals {
	border: none !important;
}
#order_review table.shop_table tbody tr {
    border-bottom: 1px solid #eeeae1;
}

#order_review table.shop_table tbody tr:last-child {
    border-bottom: none;
}

#order_review table.shop_table .cart_item td {
    padding: 16px 0;
    vertical-align: top;
	border-bottom: 1px solid #D9D9D9 !important;
}

/* Product item with thumbnail (built via PHP filter) */
.gamshom-checkout-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.gamshom-checkout-thumb img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    background: #EEECE9;
    border-radius: 4px;
    padding: 4px;
}

.gamshom-checkout-info {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #404040;
    line-height: 1.5;
}

.gamshom-checkout-info .woocommerce-Price-amount {
    display: block;
    font-size: 13px;
    color: #192A43;
    font-weight: 600;
    margin-top: 2px;
}

.gamshom-checkout-remove {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #B27D34 !important;
    text-decoration: underline !important;
    margin-top: 6px;
    width: fit-content;
}

.gamshom-checkout-remove:hover {
    color: #192A43 !important;
}

#order_review table.shop_table .product-quantity {
    display: none;
}

#order_review table.shop_table td.product-total {
    text-align: right;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #192A43;
    padding-top: 16px;
}

/* ---- Coupon box (reuses same class as cart page) ---- */
.gamshom-coupon-box {
    margin: 24px 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e2da;
}

/* ---- Cart Totals heading + table (checkout version) ---- */
.gamshom-checkout-totals-heading {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 28px;
    color: #192A43;
    margin: 0 0 20px;
}

.gamshom-checkout-totals {
    width: 100%;
    margin-bottom: 24px;
}

.gamshom-checkout-totals th,
.gamshom-checkout-totals td {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #404040;
    padding: 12px 0;
    border-bottom: 1px solid #e5e2da;
    border-top: none !important;
}

.gamshom-checkout-totals th {
    text-align: left;
    font-weight: 500;
}

.gamshom-checkout-totals td {
    text-align: right;
}

.gamshom-checkout-totals .order-total th,
.gamshom-checkout-totals .order-total td {
    font-weight: 700;
    color: #192A43;
    border-bottom: none;
    font-size: 16px;
}

/* ---- Payment methods ---- */
#payment {
    background: none !important;
    padding: 0 !important;
    border: none !important;
}

#payment ul.payment_methods {
    border: none !important;
    padding: 0 0 16px;
}

#payment .payment_box {
    background: #f4f1ea !important;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #404040;
}

#payment .payment_box::before {
    display: none;
}

/* ---- Place Order button (styled same as Proceed to Checkout) ---- */
#payment #place_order {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #192A43 !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 18px !important;
    border-radius: 3px !important;
    border: none !important;
}

#payment #place_order:hover {
    opacity: 0.88;
}

#payment #place_order::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 4px;
}

/* ============================================================
   RESPONSIVE - CHECKOUT
============================================================ */
@media (max-width: 991px) {
    #customer_details {
        flex: 1 1 100%;
        width: 100%;
    }
    .gamshom-checkout-sidebar {
        flex: 0 0 100%;
        width: 100%;
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #D9D9D9;
        padding-top: 24px;
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .woocommerce-checkout .page-title,
    .woocommerce-checkout h1.entry-title {
        font-size: 30px;
    }
    .woocommerce-checkout .col2-set .form-row-first,
    .woocommerce-checkout .col2-set .form-row-last {
        width: 100%;
        float: none;
    }
    form.checkout.woocommerce-checkout {
        padding: 0 16px;
    }
	.woocommerce-checkout .woocommerce {
		padding: 20px 0px;
	}
}
/* ============================================================
   CHECKOUT FIXES - coupon box + additional info
============================================================ */

/* Hide default "Have a coupon? Click here to enter your code" prompt at the top */
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none !important;
}

/* Force-show + style the coupon form once JS moves it into the sidebar box
   (checkout uses .checkout_coupon markup, cart uses .coupon - different!) */
.gamshom-coupon-box .checkout_coupon {
    display: flex !important;
/*     flex-wrap: wrap; */
    gap: 8px;
    padding: 4px;
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 4px;
}

.gamshom-coupon-box .checkout_coupon p.form-row {
    margin: 0;
}

.gamshom-coupon-box .checkout_coupon p.form-row-first {
    flex: 1 1 auto;
}

.gamshom-coupon-box .checkout_coupon label {
    display: none;
}

.gamshom-coupon-box .checkout_coupon #coupon_code {
    width: 100% !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 10px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    height: auto !important;
    box-shadow: none !important;
}

.gamshom-coupon-box .checkout_coupon button {
    background: #192A43;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 0 16px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
	 height: 100%;
}

.gamshom-coupon-box .checkout_coupon button .btn-arrow::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 4px;
}

/* Never show the original order-review totals row - only the "Cart Totals" box below should show */
#order_review table.shop_table:not(.gamshom-checkout-totals) tfoot {
    display: none !important;
}

/* Keep Additional Information full-width now that it lives inside the billing column */
#customer_details .woocommerce-additional-fields {
    clear: both;
    width: 100%;
}

/* ============================================================
   CHECKOUT FIXES ROUND 2 - remove shipping column gap / scroll / background tint
============================================================ */

/* 1) Kill the horizontal scroll + the blank gap next to Billing Details.
   WooCommerce reserves width for the "Ship to a different address?" column
   (col-2) even when unused - not needed on this single-product store,
   so collapse it and let Billing take full width. */
/* .woocommerce-checkout #customer_details.col2-set {
    display: block !important;
    width: 100% !important;
    overflow: hidden;
}
.woocommerce-checkout #customer_details .col-1 {
    float: none !important;
    width: 100% !important;
}
.woocommerce-checkout #customer_details .col-2 {
    display: none !important;
} */
.woocommerce-checkout #customer_details.col2-set {
    display: block !important;
    width: 100% !important;
    overflow: hidden;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    float: none !important;
    width: 100% !important;
}
.woocommerce-checkout #customer_details .col-2 {
    margin-top: 20px;
}

/* Safety net so the page never scrolls sideways again */
html, body.woocommerce-checkout {
    overflow-x: hidden;
}
.woocommerce-checkout form.checkout.woocommerce-checkout {
    max-width: 100%;
    box-sizing: border-box;
}

/* 2) Remove background tint from order items + coupon/cart totals card -
   keep it plain white like the design, no zebra-stripe / shaded rows */
#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr,
#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr:nth-child(odd),
#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr:nth-child(even),
#order_review table.shop_table.woocommerce-checkout-review-order-table tbody td,
#order_review table.shop_table.woocommerce-checkout-review-order-table tbody th,
.gamshom-coupon-box,
.gamshom-checkout-totals,
.gamshom-checkout-totals tbody tr,
.gamshom-checkout-totals td,
.gamshom-checkout-totals th {
    background: none !important;
    background-color: transparent !important;
}




/* 9-7 */
/* ============================================================
   PRODUCT GALLERY - FINAL FIX
   IMPORTANT: Only the thumbnail row (.flex-control-thumbs) is
   touched here. Main image / zoom / slide-transition elements
   are intentionally left untouched so WooCommerce's built-in
   zoom and slider JS continue to work correctly.
============================================================ */

/* ---- Thumbnail row only ---- */
.woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap !important;
	justify-content: center;
    gap: 10px !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: auto !important;
    overflow: visible !important;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    width: 70px !important;
    height: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block !important;
    list-style: none !important;
}

.woocommerce-product-gallery .flex-control-thumbs img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    border: 1px solid var(--gamshom-border, #e2ddd3) !important;
    cursor: pointer !important;
    opacity: 0.7 !important;
    display: block !important;
    transition: opacity 0.2s ease, border-color 0.2s ease !important;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1 !important;
    border-color: var(--gamshom-gold, #B27D34) !important;
}

/* Hide fallback Previous/Next text links only (doesn't affect the slider itself) */
.woocommerce-product-gallery .flex-direction-nav {
    display: none !important;
}

/* Main gallery image - only cosmetic (border-radius), no position/layout overrides */
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    border-radius: 4px;
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 600px) {
    .woocommerce-product-gallery .flex-control-thumbs li {
        width: 60px !important;
        height: 60px !important;
    }
}

@media (max-width: 400px) {
    .woocommerce-product-gallery .flex-control-thumbs li {
        width: 52px !important;
        height: 52px !important;
    }
    .woocommerce-product-gallery .flex-control-thumbs {
        gap: 8px !important;
    }
}

.elementor-menu-cart__toggle_button {
    border: none !important;
    font-size: 28px !important;
}
/* 10-7 */
body {
  background: #F5F5F5 !important;	
}
.wpr-grid-filters-sep-right {
	 display: none;
}
.inner-block .wpr-pointer-item {
	  font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: 2.3px;
    color: #B27D34;
}
.elementor-32 .elementor-element.elementor-element-3f5fe8a {
		width: 1440px;
	  margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1550px) {
.elementor-32 .elementor-element.elementor-element-3f5fe8a {
      width: 100% !important;
      max-width: 100%;
	}
}
/* 3-7-2026 */
.htmega-brands-area .single-partner { 
    text-align: center;
}
.htmega-brands-area .single-partner a { 
   display: inline-block;
}
.woocommerce-notices-wrapper {
		bottom: 0px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
}
.woocommerce div.product form.cart .button {
    border-radius: 4px !important;
	  letter-spacing: 2.5px;
    font-size: 12px !important;
 }
/* wocom  */
.post-2374 , .post-2377 {
	margin-top: 160px;
  width: 80% !important;
  max-width: 80% !important;
}
@media (max-width: 991px)  {
 .post-2374, .post-2377 {
     margin-top: 100px;
     width: 100% !important;
     max-width: 100% !important;
 }
	.woocommerce-cart .woocommerce {
		padding: 20px 0px 30px;
	}
	.coupon .coupon_code {
		  display: none;
	}
}
/* 09-07-2026 */
.elementor-menu-cart__toggle_button {
	border: none !important;
  font-size: 26px !important;
}
.elementor-menu-cart__main {
	padding: 30px 15px 30px 30px;
	    right: 15px;
}
.elementor-menu-cart__main .wpr-woo-mini-cart {
	  overflow: auto;
    padding-right: 15px;
}
.wpr-mini-cart-image {
    margin-right: 0px;
}
.wpr-mini-cart-name-and-quantity {
	padding: 20px 0px;
}
.wpr-mini-cart-name-and-quantity .wpr-mini-cart-product-name a {
	    font-family: var(--gamshom-font-heading);
    font-weight: 400;
    font-size: clamp(16px, 3.5vw, 20px);
    letter-spacing: -0.5px;
    color: var(--gamshom-navy);
    margin: 0px 0 10px;
    line-height: 1.15;
}
.wpr-mini-cart-name-and-quantity .variation {
    border: none !important;
    padding: 0px !important;
    display: flex;
    flex-wrap: wrap;
}
.wpr-mini-cart-name-and-quantity .variation dt  {
	    font-family: var(--gamshom-font-body);
    width: 35%;
    margin: 0px !important;
    font-size: 12px;
}

.wpr-mini-cart-name-and-quantity .variation dd {
	    font-family: var(--gamshom-font-body);
	  width: 47%;
    margin: auto !important;
	    font-size: 12px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 20px 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.woocommerce ul.product_list_widget li .remove_from_cart_button {
	  position: absolute;
    top: 0;
	  right: 0;
}
.single-product .wpr-mini-cart-quantity .quantity {
	font-family: var(--gamshom-font-body);
    border: none;
    border-radius: 0px;
     height: 26px;
	  gap: 6px;
}
.woocommerce-mini-cart__total {
	    padding-top: 20px;
	    font-family: var(--gamshom-font-body);
}
.woocommerce-mini-cart__buttons {
	  display: flex;
    align-items: center;
    gap: 14px;
}
.woocommerce-mini-cart__buttons a {
	    border-radius: 4px !important;
    letter-spacing: 2.5px;
    font-size: 11px !important;
    background: var(--gamshom-navy) !important;
    color: #fff !important;
    padding: 12px 20px !important;
    font-family: var(--gamshom-font-body) !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border: none !important;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	  font-size: 20px !important;
}


@media (max-width: 991px)  {
	.elementor-menu-cart__main {
		    right: 0px;
	}
	.woocommerce-message {
		 display: none !important;
	}
	.elementor-element-745c4c9 {
		z-index: 9;
	}
}
/* 10-07-2026 */
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 50px;
}
.woocommerce-thankyou-order-received {
	  font-family: var(--gamshom-font-body);
    font-weight: 300;
    color: #404040;
	    margin-top: 0px;
}
.woocommerce-order .woocommerce-thankyou-order-details {
	padding: 0px;
}
.woocommerce-order .woocommerce-thankyou-order-details li {
    font-family: var(--gamshom-font-body);
    margin-right: 20px !important;
    border-right: 1px solid #D9D9D9 !important;
    padding-right: 20px !important;
    font-size: 14px !important;
    color: #646464;
}

.woocommerce-order .woocommerce-thankyou-order-details li strong {
    margin-top: 5px;
    font-size: 16px !important;
    color: #404040;
    font-family: var(--gamshom-font-body);
    text-transform: uppercase !important;
    font-weight: 500;
}
.woocommerce-order-details table {
	    border: 1px solid #FFFFFF;
}

.woocommerce-order-details table thead tr th {
	background: #FAF8F6;
    font-weight: 600 !important;
    padding: 15px 25px !important;
    line-height: 1.5em !important;
    font-size: 18px;
    font-family: var(--gamshom-font-body);
    color: #192A43;
    border: none !important;
}
.woocommerce-order-details table tbody tr td {
	    border: none;
    padding: 20px 25px !important;
    background: #fff;
}
.woocommerce-order-details table tbody tr td bdi {
	    font-size: 19px;
}
.woocommerce-order-details table tbody tr td a {
	    font-size: 16px;
    color: #404040;
    text-decoration: none;
    font-family: var(--gamshom-font-body);
    font-weight: 500;
}
.woocommerce-order-details table tbody tr td strong {
	    font-size: 16px;
    color: #404040;
    text-decoration: none;
    font-family: var(--gamshom-font-body);
    font-weight: 500;
}
.woocommerce-order-details table tbody tr td ul {
	padding: 0px;
}
.woocommerce-order-details table tbody tr td ul li {
	    margin-top: 5px;
}
.woocommerce-order-details table tbody tr td ul li strong {
	font-size: 14px;
    color: #67574C;
    font-weight: 400;
}

.woocommerce-order-details table tbody tr td ul li p {
	font-size: 14px;
    color: #67574C;
    font-weight: 400;
}

.woocommerce-order-details table tfoot tr th {
	    background: #FAF8F6;
    font-weight: 600 !important;
    padding: 15px 25px !important;
    line-height: 1.5em !important;
    font-size: 18px;
    font-family: var(--gamshom-font-body);
    color: #192A43;
    border: none;
}
.woocommerce-order-details table tfoot tr td {
	    background: #FAF8F6;
    font-weight: 600 !important;
    padding: 15px 25px !important;
    line-height: 1.5em !important;
    font-size: 16px;
    font-family: var(--gamshom-font-body);
    color: #192A43;
    border: none;
}

.woocommerce-customer-details {
	    margin-top: 80px;
}
.woocommerce-customer-details address {
    border: 1px solid #D9D9D9 !important;
    background: #fff;
    padding: 25px 55px !important;
	    font-size: 14px;
    font-family: var(--gamshom-font-body);
}

/*  */


/* ============================================================
   BILLING ADDRESS BOX
============================================================ */
.woocommerce-customer-details--phone {
	  margin: 15px 0 0 !important;
}
.woocommerce-customer-details {
    margin-top: 10px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 0px;
}
.woocommerce-customer-details address {
    position: relative;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #404040;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 24px 28px 24px 56px;
}
 
.woocommerce-customer-details address::before {
    content: '' !important;
    position: absolute;
    left: 24px;
    top: 30px;
    width: 16px;
    height: 16px;
    background-image: url("https://stgriffon.com/wp-content/uploads/2026/07/location-sl.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.woocommerce-customer-details--phone {
	  margin: 15px 0 0 !important;
}
.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    position: relative;
    margin: 8px 0 0 !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #404040;
}
 
.woocommerce-customer-details--phone::before,
.woocommerce-customer-details--email::before {
    content: '' !important;
    position: absolute;
    left: -10px;
    top: 3px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}
 
.woocommerce-customer-details--phone::before {
    background-image: url("https://stgriffon.com/wp-content/uploads/2026/07/call-st.png");
}
 
.woocommerce-customer-details--email::before {
    background-image: url("https://stgriffon.com/wp-content/uploads/2026/07/mail-st.png");
}
 .woocommerce-checkout .page-title, .woocommerce-checkout h1.entry-title {
    margin: 0px auto 0px;
}

/* ============================================================
   RESPONSIVE - TABLET
============================================================ */
@media (max-width: 900px) {
	.woocommerce ul.order_details {
     display: flex;
    flex-direction: column;
    gap: 10px;
}
    body.woocommerce-order-received .woocommerce {
        padding: 0px 15px;
    }
	.woocommerce-checkout .page-title, .woocommerce-checkout h1.entry-title {
		 padding: 0px 15px;
	}
	.woocommerce-order .woocommerce-thankyou-order-details li {
        margin-right: 0px !important;
        padding-right: 0px !important;
        font-size: 12px !important;
        border: none !important;
}
	.woocommerce-order .woocommerce-thankyou-order-details li strong {
    margin-top: 5px;
		font-size: 12px !important; 
	}
	.woocommerce-thankyou-order-received {
	    margin-top: 0px;
}
}
 
/* ============================================================
   RESPONSIVE - MOBILE
============================================================ */
@media (max-width: 768px) {
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
        padding: 0px;
        display: flex;
        border: none;
        flex-direction: column;
        gap: 10px;
    }
    .woocommerce-order-details__title,
    .woocommerce-column__title {
        padding: 0 16px;
    }
    table.woocommerce-table--order-details thead th,
    table.woocommerce-table--order-details tbody td,
    table.woocommerce-table--order-details tfoot th,
    table.woocommerce-table--order-details tfoot td {
        padding: 14px 12px;
        font-size: 13px;
    }
    .woocommerce-customer-details {
        padding: 0 16px;
    }
	.woocommerce-order-details table thead tr th {
    padding: 13px 16px !important;
    font-size: 14px;
}
	.woocommerce-order-details table tbody tr td {
    padding: 13px 16px !important;
}
	.woocommerce-order-details table tbody tr td a ,
	.woocommerce-order-details table tbody tr td strong ,
	.woocommerce-order-details table tbody tr td ul li{
    font-size: 14px;
	}
	.woocommerce-order-details table tbody tr td bdi {
    font-size: 14px;
}
	.woocommerce-order-details table tfoot tr th ,
	.woocommerce-order-details table tfoot tr td{
    padding: 13px 16px !important;
    line-height: 1.5em !important;
    font-size: 14px;
}
	    .woocommerce-customer-details {
        padding: 0 0px;
    }
	
	.woocommerce-customer-details address {
		padding: 16px 50px !important; 
	}
	.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 40px;
    padding: 0px;
    font-size: 24px;
}
	.woocommerce-order-details__title {
		  font-size: 24px;
		    padding: 0px;
	}
}
 
/* ============================================================
   RESPONSIVE - SMALL MOBILE
============================================================ */
@media (max-width: 480px) {
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
        flex-direction: column;
        gap: 16px;
    }
    .woocommerce-customer-details address {
        padding: 20px 20px 20px 48px;
    }
    .woocommerce-customer-details address::before {
        left: 20px;
        top: 22px;
    }
}









/* Native "Billing details" */
/* Shipping address section */
.woocommerce-shipping-fields > h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 22px;
    color: #192A43;
    margin: 30px 0 20px;
}

/* Checkbox styling */
#ship-to-different-address {
    margin: 20px 0 10px !important;
}
#ship-to-different-address label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #192A43;
    cursor: pointer;
}
#ship-to-different-address input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--gamshom-navy, #192A43);
    cursor: pointer;
}


.woocommerce-shipping-fields .input-text,
.woocommerce-shipping-fields select,
.woocommerce-shipping-fields .select2-selection {
    width: 100% !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 4px !important;
    padding: 12px 14px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    color: #404040 !important;
    background: #fff !important;
}
.woocommerce-checkout #customer_details .gamshom-billing-details-heading {
   padding-top: 20px;
}





/* "Returning customer */
/* Top row: "Returning customer?" + "Create an account?"  */
.gamshom-checkout-top-row {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
/*     justify-content: space-between; */
    width: 100% !important;
    flex: 0 0 100% !important;
    gap: 12px;
    margin-bottom: 0;
}

.gamshom-checkout-top-row .woocommerce-form-login-toggle,
.gamshom-checkout-top-row .woocommerce-account-fields {
    width: auto !important;
    flex: 0 1 auto !important;
    margin: 0 !important;
}

.gamshom-checkout-top-row .woocommerce-account-fields .form-row {
    margin: 0 !important;
}

.gamshom-checkout-top-row .woocommerce-account-fields label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #515151;
    cursor: pointer;
    white-space: nowrap;
    margin: 0;
}

/* Fields wala box (username/password)  */
.gamshom-create-account-box {
    background: #ECF3FB;
    border: 1px solid #BEE0F5;
    border-radius: 4px;
    padding: 24px;
    margin: 0 0 20px;
    width: 100% !important;
    flex: 0 0 100% !important;
    box-sizing: border-box;
}
.gamshom-checkout-top-row .create-account {
	    margin: 0px;
    padding-top: 20px;
}
.gamshom-create-account-box .form-row {
    margin-bottom: 16px;
}

.gamshom-create-account-box label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #192A43;
    margin-bottom: 6px;
}

.gamshom-create-account-box .input-text {
    width: 100% !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 4px !important;
    padding: 12px 14px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    background: #fff !important;
    box-sizing: border-box;
}
/* "Create an account?" checkbox  */
.gamshom-checkout-top-row .create-account label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    position: relative;
    margin: 0;
    flex-shrink: 0;
    display: none;
    opacity: 0;
}

.gamshom-checkout-top-row .create-account label input[type="checkbox"]:checked {
    background: #192A43;
    border-color: #192A43;
}

.gamshom-checkout-top-row .create-account label input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.gamshom-checkout-top-row .create-account label {
	display: flex;
    align-items: center;
    gap: 10px;
	cursor: pointer;
}
.gamshom-checkout-top-row .create-account label span {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #cc3366 ;
    text-decoration: underline;
    cursor: pointer;
}
.gamshom-create-account-box .password-input button {
	    display: none;
    opacity: 0;
}
@media (max-width: 600px) {
    .gamshom-checkout-top-row {
        flex-direction: column;
        align-items: flex-start;
    }
}








