/*
Theme Name: Greenmile Child
Theme URI: https://greenmilenetworks.co.uk
Description: Child theme for Greenmile Networks
Author: Greenmile Networks
Template: Greenmile
Version: 1.0
*/

/* Optional: fallback import if enqueue fails */
@import url("../Greenmile/style.css");

/* Your custom overrides go here */

@font-face {
    font-family: 'Serlio LT Std';
    src: url('fonts/serlio/SerlioLTStd.woff2') format('woff2'),
         url('fonts/serlio/SerlioLTStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Google Fonts import – both from the same family */
@import url('https://fonts.googleapis.com/css2?family=Nixie+One&family=Roboto+Condensed:wght@300;400;700&display=swap');

/* Apply body font */
body, p, .sidebar, .widget, .product-content, .description, .facts-sub-heading, footer-links.linkagain.lighttext.greenfoot a, footer-links.linkagain.lighttext.greenfoot {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 200;
}

/* Titles, headings, important UI */
h1, h2, h3, .inp, .banner-heading, .gm-product-title, .entry-title, h3.inp, .wpforms-field-label, .wpforms-field-sublabel.after, .facts-main-heading, button, .darktext.social-icon, .cta-button, .lighttext.greenfoot {
    font-family: 'Nixie One', cursive !important;
    font-weight: 300;
    letter-spacing: 1px;  /* enhances the technical feel */
    text-transform: uppercase !important;
}



  .category-tab {
  background-color: #3F6DB4 !important;
}

.category-tab:hover   {
  background-color: #010101 !important;
  color: #C3D9FD !important;

}

.read-more {
  color: #3F6DB4 !important;
  }

  .read-more:hover  {
  color: #010101 !important;
  }


@media (max-width: 787px) {
  .facts-main-heading {
    font-size: 22px !important;
  }

   .footer-social-links {
  display: grid;
  gap: 11px !important;
  margin: 20px 0px;
  width: 20px !important;
}

}







/* ---- new extra spacing class ---- */
.njmenbg {
    padding-top: 20px;
}

/* Modal wrapper */
.njw-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

/* Dark overlay */
.njw-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

/* Modal box */
.njw-modal-content {
    position: relative;
    max-width: 80%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('<?php echo get_template_directory_uri(); ?>/images/nwjpattern.png');
    background-size: cover;
    background-position: center;
    padding: 60px 40px;
    color: #fff;
    text-align: center;
    z-index: 2;
}

/* Inner text overlay */
.njw-modal-inner {
    background: rgba(0, 0, 0, 0.55);
    padding: 30px;
}

/* Close button */
.njw-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: 0;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

/* Button – OLD COLOR (blue) kept */
.njw-modal-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 26px;
    background: #3f6db4;    /* old blue, not red */
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}

.twotoone {
    display: grid !important;
}

.inp {
    font-family: "Poppins", Poppins;
    font-size: 75px;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 1.5rem !important;
    padding-bottom: 0.5rem !important;
}

.inp.blk {
    font-size: 14px;
    font-family: "Poppins", Poppins;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 100%;
    color: #4a4a4a !important;
    letter-spacing: 0px;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}

body, p, .sidebar, .widget {
    text-align: left;
    color: #4c4b4b;
    font-size: clamp(19px, 2.5vw, 23px) !important;
    font-weight: 200;
}

/* Media query for small desktop view */
@media (min-width: 1329px) {
    body, p, .sidebar, .widget {
        text-align: left;
        font-size: 16px;
    }
}

.cta-button.header-cta-button {
    border: 1px solid #010;
    margin-left: 0px;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.cta-button {
    border-radius: 5px;
    text-decoration: none;
    margin-right: 15px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 3em;
    letter-spacing: -0.6px;
    word-spacing: 1px;
    color: #3f6db4;
    border: 3px #8f8e8e solid !important;
    margin-top: 25px !important;
    background-color: #fff;
}

.twotoone .vc_row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.twotoone .wpb_column {
    display: flex;
    flex-direction: column;
}

.twotoone .vc_single_image-wrapper {
    flex-grow: 1;
    display: flex;
}

.twotoone .vc_single_image-wrapper img {
    width: 100%;
    height: 100%;
}

.twotoone-row {
    display: flex;
    align-items: stretch;
}

.twotoone .twotoone_single_image {
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: calc(400px + 50px);
}

.myflex {
    display: flex;
}

.twotooneflex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}

/* ---------- new classes from newer version ---------- */
.titlepic {
    padding-left: 50px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    width: 160px;
    height: 550px;
    display: contents;
}

.innerinner {
    margin: 75px !important;
}

.innerinner {
    margin: 25px !important;
    justify-content: left;
    display: flex;
}

.homebg.njwwomenbg, .homebg.njmenbg {
    align-content: last baseline;
    width: 100%;
    justify-content: unset;
    height: 600px;
}

.buttonpic {
    display: inline-block;
    margin-bottom: 75px !important;
}

.burger-icon {
    border-radius: 0px !important;
}

.burger-icon div {
    width: 60px !important;
    height: 7px !important;
}

.homebg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(100% + 30px);
    line-height: 1 !important;
    background: #F4F3F3;
    background-image: none;
    background-size: auto;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: repeat;
    border-radius: 0 0px;
}

b {
  font-family: "nixie one",Helvetica,Arial,sans-serif !important;
  font-weight: 500;

}


.wpforms-field-number-slider-hint b {
  color: #3f6db4;
}


.homebg.engtechbg {
    background-image: url('http://localhost/EngTechDesign/wp-content/uploads/2026/06/engpat1.jpg');
    
}

.homebg.engtechbg2 {
    background-image: url('http://localhost/EngTechDesign/wp-content/uploads/2026/06/engpat2.jpg');
    
}

.homebg.engtechbg3 {
    background-image: url('http://localhost/EngTechDesign/wp-content/uploads/2026/06/engpat3.jpg');
    
}

.homebg.engtechbg4 {
    background-image: url('http://localhost/EngTechDesign/wp-content/uploads/2026/06/engpat4.jpg');
    
}

.homebg.engtechbg5 {
    background-image: url('http://localhost/EngTechDesign/wp-content/uploads/2026/06/engpat5.jpg');
    
}

.homebg.engtechbg6 {
    background-image: url('http://localhost/EngTechDesign/wp-content/uploads/2026/06/engpat6.jpg');
    
}

.homebg.njwwomenbg {
    background-image: url('http://localhost/EngTechDesign/wp-content/uploads/2026/03/njw_females.png');
}

.homebg.njwbrandbg {
    background-image: url('http://localhost/EngTechDesign/wp-content/uploads/2026/01/Firefly_Gemini-Flash_turnn-into-a-seemless-repeatable-156385-UUa.png');
}

.homebg.njwstudiobg {
    background-image: url('http://localhost/EngTechDesign/wp-content/uploads/2026/01/Firefly_Gemini-Flash_keep-repeating-the-3d-shape-in-a-467324-aLS.png') !important;
}

.homebg.njwdesignbg {
    background-image: url('http://localhost/EngTechDesign/wp-content/uploads/2026/01/Firefly_Gemini-Flash-2048x869.png') !important;
}

.homebg.njwartbg {
    background-image: url('http://localhost/EngTechDesign/wp-content/uploads/2026/01/Firefly_Gemini-Flash_add-a-semi-transparent-cloth-la-467324-sOt.png') !important;
}

.homebg.njwcollectionbg {
    background-image: url('https://njw.revographic.co.uk/wp-content/uploads/2026/01/Firefly_Gemini-Flash_match-3d-shape-to-ref-and-add-the-colours-962233-scaled.png') !important;
}

.homebg.njwidbg {
    background-image: url('https://njw.revographic.co.uk/wp-content/uploads/2026/01/Firefly_Gemini-Flash_extend-white-surface-of-desk-so-197890-bSz.png') !important;
}

.homebg.njwdrybg {
    background-image: url('https://njw.revographic.co.uk/wp-content/uploads/2026/01/Firefly_Gemini-Flash_keep-repeating-the-3d-shape-in-a-467324-aLS.png') !important;
}

.homebg.njwofficebg {
    background-image: url('https://njw.revographic.co.uk/wp-content/uploads/2026/01/irefly_Gemini-Flash_keep-repeating-the-3d-shape-in-a-467324-aLS.png') !important;
}

/* keep old icon-style color (blue) */
.wpforms-form .wpforms-submit .icon-style {
    color: #3f6db4 !important;
}

#remargin {
    margin-top: 25px !important;
}

.pbot {
    margin-bottom: 40px;
}

@media (max-width: 1060px) {
    .homebg {
        min-height: 400px;
        margin-bottom: -0px !important;
    }
}

#quotecontact:hover {
    background: #fff !important;
    color: #010101 !important;
}

#quotecontact {
    display: inline-block;
    font-size: 30px;
    padding: 5px 50px;
    padding-right: 20px;
    margin-left: 50px;
    animation: slideIn 1s forwards;
    text-align: center;
    padding-right: 50px;
    background: #fff !important;
}

.banner-subheading {
    letter-spacing: -2.5px !important;
    font-size: clamp(26px, 3vw, 38.5px) !important;
}

.banner-heading {
    font-size: clamp(66px, 3vw, 86px) !important;
    width: 82% !important;
}

.logo img {
    height: 75px !important;
}

.trust {
    font-size: 3em;
    font-weight: 100;
    line-height: 1.3em;
    letter-spacing: -0.05em;
    margin-bottom: -25px;
}

.wpforms-field-label {
    font-weight: 400 !important;
}

#contact {
    margin-top: 75px !important;
    margin-bottom: 0px !important;
    font-weight: 400 !important;
}

h3.trust {
  margin-top: 25px;
}

.cdp-copy-loader-overlay {
    display: none !important;
}

.lighttext.greenfoot {
    font-size: 0.9em;
    font-weight: 400;
}

.footer-links.linkagain.lighttext.greenfoot a {
    font-size: 0.8em;
    font-weight: 600;
    color: #b7b2b2 !important;
    transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

/* keep old hover color (light grey) instead of greenish */
.footer-links.linkagain.lighttext.greenfoot a:hover {
    color: #f6f6f6 !important;
    text-decoration: none;
}

.darktext:hover {
    color: #f6f6f6 !important;
}

.footer-social-links a:hover {
    color: #d1d1d1 !important;
}


.noshad.bodymargin {
  font-weight: 200 !important;
  color: #f6f6f6;
}

.header {
    background: #3f6db4;

  background-color: #3f6db4; /* deep blueprint blue */

  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);

  background-size: 40px 40px;
}

.parent.thetitle .cta-button.footer {
    font-size: 40px;
}

.btn {
    font-size: 30px;
    font-weight: 900;
    color: #FFFFFF;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857;
    color: #777;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: .3s !important;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    display: inline-block;
}

.btn-primary {
    transition: .3s !important;
    font-family: "Poppins", Poppins;
    font-size: 33px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #4A7A48;
    padding: 25px 50px;
    border-color: var(--porto-primary-color,#CCC) var(--porto-primary-color,#CCC) var(--porto-primary-dark-10,#b3b3b3);
    color: var(--porto-primary-color-inverse,#FFF);
}

.btn i {
    display: inline-block;
    transition: transform 0.25s linear;
    line-height: 1;
    margin-left: 10px;
    transform: rotate(-45deg) !important;
}

.logo-carousel-css {
    padding: 0 0 0px 0;
    overflow: hidden;
    margin-top: 0px;
}

.child.header.lighttext.pagenorm {
    /*visibility: hidden;
    height: 0;*/
}

.intropara {
    line-height: 120% !important;
}

body {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

/* =========================
   Greenmile WooCommerce Shop
============================ */


/* Reset WooCommerce labels (cart, checkout, product) */
.woocommerce label {
  display: block;
  font-size: 14px !important;
  line-height: normal !important;
  margin: 0 0 5px !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.woocommerce .quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.woocommerce ul.products li.product {
    padding-left: 0;
    padding-right: 0;
}

.product-content {
    padding: 15px 15px 0px 15px;
}

.gm-shop-toolbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.gm-toolbar-left {
    font-size: 14px;
    opacity: 0.8;
}

.gm-toolbar-view {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.gm-view-toggle {
    border: 1px solid #ddd;
    background: transparent;
    padding: 0px !important;
    padding-right: 10px !important;
    font-size: 25px !important;
    cursor: pointer;
}

.gm-view-toggle.active {
    background: none !important;
    color: #477a08 !important;
}

.gm-toolbar-right {
    text-align: right;
}

.gm-category-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 16px;
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}

.gm-category-menu li {
    flex: 0 0 auto;
}

.gm-category-menu a {
    display: inline-block;
    padding: 8px 14px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 20px;
    background: #f4f4f4;
    color: #222;
    transition: all 0.2s ease;
}

.gm-category-menu li.active a,
.gm-category-menu a:hover {
    background: #000;
    color: #fff;
}

.woocommerce ul.products li.product {
    float: none;
    width: auto;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.woocommerce ul.products li.product .gm-product-image,
.woocommerce ul.products li.product img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.05);
}

.woocommerce ul.products li.product .gm-product-actions {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.woocommerce ul.products li.product:hover .gm-product-actions {
    opacity: 1;
    transform: translateY(0);
}

.gm-product-actions a,
.gm-product-actions button {
    background: #fff;
    color: #000;
    padding: 10px 16px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .2s ease;
}

.gm-product-actions a:hover,
.gm-product-actions button:hover {
    background: #000;
    color: #fff;
}

.gm-product-title {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 8px;
}

.gm-product-title a {
    color: inherit;
    text-decoration: none;
}

.gm-product-title a:hover {
    text-decoration: underline;
}

.price {
    font-size: 40px;
    font-weight: 200;
    color: #477a08;
}

.page-numbers {
    text-align: center;
}

.woocommerce .star-rating {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.woocommerce .star-rating:before {
    content: "★★★★★";
    color: #ddd;
}

.woocommerce .star-rating span:before {
    content: "★★★★★";
    color: #f5a623;
}

@media (max-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
    .gm-products-grid.products.list-view li.product {
        grid-template-columns: 1fr;
    }
}



/* ===================================
   CART TABLE BORDERS
=================================== */

.woocommerce table.shop_table,
.woocommerce-cart table,
.woocommerce-checkout table {
    border: 1px dotted #c9c8c8 !important;
    border-collapse: collapse;
    width: 100%;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-cart table th,
.woocommerce-cart table td,
.woocommerce-checkout table th,
.woocommerce-checkout table td {
    border: 1px dotted #c9c8c8 !important;
}


/* ===================================
   WOOCOMMERCE FORM RESET
=================================== */

.woocommerce label,
.woocommerce-cart label,
.woocommerce-checkout label {

    display: block !important;
    flex-direction: unset !important;

    font-size: 14px !important;
    line-height: 1.4 !important;

    text-transform: none !important;

    margin-top: 0 !important;
    margin-bottom: 8px !important;

    font-weight: 400 !important;
}




@media (max-width: 480px) {

    .logo img {
  height: 75px !important;
  top: -13px;
  position: relative;
}


 .logo-default {
  display: block;
  top: 5px;
  position: relative;
}

.cta-button.footer {
  margin-left: -50px !important;
  width: calc(100% + 100px) !important;
  font-size: 30px !important;
}

  

    .logo-carousel-css {
  margin-top: 0px !important;
}

.darktext.social-icon {
    font-size: 16px !important;
  }

.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {

    margin-top: 50px !!important;
    }

.wpforms-container label, .wpforms-container .wpforms-field-label {
  margin-top: 0px !important;
}


      .iconhomeout {
    margin-bottom: 0px;
  }

    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 50px;
  }


    .firstline {
    margin-top: 0px !important;
  }


    #philosophy, #craft, #design, #inspiration, #collection, #Presence, #men, #women {
        scroll-padding-top: 180px;
        overflow: initial;
        margin-top: -38px !important;
    }
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }
    #women {
        padding-bottom: 75px !important;
    }
    #men, #women {
        padding-top: 0px !important;
    }
    .cta-button.header-cta-button.remargin.women {
        top: 50px !important;
    }
    .cta-button.header-cta-button.remargin.men {
        top: 50px !important;
    }
    #women.twotoone.nopaddings {
        padding-top: 50px !important;
        margin-bottom: 0px !important;
        padding-bottom: 15px !important;
    }
    .homebg.njwwomenbg, .homebg.njmenbg {
        align-content: last baseline;
        width: 100%;
        justify-content: unset;
        height: 435px;
    }
    .iconhomeout.womenmens {
        margin-bottom: 175px !important;
    }
    #men.iconhomeout.womenmens.end {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

.iconhomeout.womenmens {
    margin-bottom: 50px !important;
}

.iconhomeout.womenmens.end {
    margin-bottom: 150px;
}

#gm-quickview-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

#gm-quickview-modal.active {
    display: flex;
}

.gm-qv-inner {
    background: #fff;
    max-width: 900px;
    width: 90%;
    padding: 30px;
    position: relative;
    height: 90%;
}

.gm-qv-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.product-image, .product-title {
    font-size: 0.92rem;
    font-weight: 700 !important;
    line-height: 1.35;
    margin-bottom: 10px;
    text-align: left;
    letter-spacing: -0.25px;
    color: #010101 !important;
}

@media (max-width: 1059px) {
    .product-image, .product-title {
        font-size: clamp(25px, 5vw, 35px);
    }
}

.swiper-wrapper {
    display: flex;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 !important;
}

.gm-products-grid.products {
    margin-bottom: 25px !important;
}

.woocommerce ul.products:not(.gm-list-view) li.product {
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product {
    position: relative;
    margin-bottom: 14px;
    box-sizing: border-box;
}

.woocommerce ul.products li.product .product-image {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
    background: #f7f7f7;
}

.woocommerce ul.products li.product .links-on-image {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
}

.woocommerce ul.products li.product .add-links-wrap {
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: auto;
}

.woocommerce ul.products li.product:hover .add-links-wrap {
    opacity: 1;
    transform: translateY(0);
}

.woocommerce ul.products li.product .add-links {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.woocommerce ul.products li.product .add-links a,
.woocommerce ul.products li.product .quickview {
    height: 36px;
    line-height: 36px;
    min-width: 62%;
    padding: 0 14px;
    background: #ffffff;
    color: #333;
    border: 1px solid #ddd;
    font-size: 13px;
    cursor: pointer;
    transition: all .25s ease;
    position: absolute;
    margin-top: 75%;
}

.button.add_to_cart_button.ajax_add_to_cart {
    position: absolute;
    z-index: 3;
    right: 25px;
    top: 10px;
    padding: 10px;
    border-radius: 25px;
}

.woocommerce ul.products li.product .quickview {
    background: #81bf1e;
    color: #fff;
    text-indent: 0;
}

.woocommerce ul.products li.product .quickview::before {
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
}

.woocommerce ul.products li.product .product-content {
    padding-top: 10px;
    text-align: left;
}

.woocommerce ul.products li.product .category-list {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    opacity: .8;
    line-height: 1.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce ul.products li.product h3 {
    font-size: 22px !important;
    font-weight: 900;
    margin: 0px 0 0px !important;
    letter-spacing: -0.75px;
    padding: 0px !important;
    line-height: 100%;
}

.woocommerce ul.products li.product .rating-wrap {
    margin-bottom: 0px;
    display: block;
}

.woocommerce ul.products li.product .price {
    display: block;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #477a08;
}

.product-cats {
    display: block;
    font-size: 0.625rem;
    opacity: 0.8;
    text-transform: uppercase;
    line-height: 1.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.description {
    text-transform: none;
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 25px;
    border-bottom: 1px #4a4a4a dotted;
    padding-bottom: 25px;
}

.gm-products-grid.products:not(.list-view) .add-links-wrap {
    display: none;
}

.gm-products-grid.products.list-view .add-links-wrap {
    display: block;
}

.gm-products-grid.grid-view .list-view-only {
    display: none;
}

.gm-products-grid.list-view .product-inner {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.gm-products-grid.list-view .product-card {
    padding-left: 25px !important;
}

.gm-products-grid.list-view li.product .product-image {
    margin-bottom: 25px !important;
}

.list-view-add-to-cart {
    display: none;
}

.gm-products-grid.list-view .list-view-add-to-cart {
    display: block;
    margin-top: 15px;
}

.gm-products-grid.products.list-view li.product {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 25px;
    align-items: flex-start;
    text-align: left;
}

.gm-products-grid.products.list-view li.product .product-content {
    text-align: left;
}

.gm-products-grid.products.list-view li.product .rating-wrap {
    margin: 5px 0;
}

.gm-products-grid.products.list-view li.product .add-links-wrap {
    position: absolute;
    top: 15px;
    right: 15px;
}

@media (max-width: 768px) {
    .gm-products-grid.products.list-view li.product {
        grid-template-columns: 1fr;
    }
}

.gm-products-grid.products.list-view {
    grid-template-columns: 1fr;
}

.gm-products-grid.products.list-view .rating-wrap {
    margin: 5px 0 10px;
    display: block;
    color: #f5c518;
    font-size: 14px;
}

.product-card .product-overlay {
    position: absolute;
    inset: 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    gap: 10px;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    padding-top: 10px;
}

.product-card:hover .product-overlay {
    opacity: 1;
    transform: translateY(0);
}

.gm-products-grid.products.list-view li.product .add-links-wrap {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}

.quickview {
    cursor: pointer;
    background: #81bf1e;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    display: inline-block;
    transition: background 0.2s;
}

.quickview:hover {
    background: #5fa315;
}

#gm-quickview-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    overflow-y: auto;
    padding: 30px 15px;
}

#gm-quickview-modal.active {
    display: block;
}

.gm-qv-inner {
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 40px auto;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.gm-qv-close {
    position: absolute;
    right: 38px;
    font-size: 24px;
    background: none;
    border: none !important;
    cursor: pointer;
    width: 21px !important;
    top: 22px;
    padding: 0px !important;
    z-index: 99999999;
}

.gm-qv-product {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    max-height: 80vh;
    overflow-y: auto;
}

.gm-qv-product .product-image {
    flex: 1 1 45%;
    max-width: 45%;
}

.gm-qv-product .product-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 4px;
}

.gm-qv-product .product-content {
    flex: 1 1 50%;
    max-width: 50%;
    overflow-y: auto;
}

@media(max-width: 1024px) {
    .gm-qv-inner {
        max-width: 90%;
    }
}


h4.faq-title {
  font-family: nixie one !important;
  color: #3f6db4;
  border-top: 1px dotted;
  padding-bottom: 15px !important;
  margin-bottom: 5px !important;
  padding-top: 47px !important;
  margin-top: 25px !important;
  font-size: 30px;
  font-weight: 500;
}


@media(max-width: 528px) {
.blog-card {
  width: calc(100% - 75px);
}


.calform {
  width: calc(100% - 50px);

  margin-left: -15px;
}

.caltext {
  width: calc(100% - 50px);
  margin-left: -15px;
}


}

.faq-title.blog {
  border-bottom: 1px dotted !important;
  border-top: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
  margin-bottom: 0px !important;
}

h4.faq-title {
  font-family: nixie one !important;
  color: #3f6db4;
  border-top: 1px dotted;
  padding-bottom: 15px !important;
  margin-bottom: 5px !important;
  padding-top: 47px !important;
  margin-top: 25px !important;
  font-size: 30px;
  font-weight: 200;
}

.wpforms-title {
  font-family: nixie one !important;
}


.wpforms-container {
  background: #f6f6f6 !important;
  padding: 25px !important;
}


.wpforms-single-item-price.wpforms-field-medium.wpforms-payment-price {
  font-family: nixie one;
  font-weight: 600;
  color: #3f6db4;
  font-size: 35px;
}

@media (max-width: 480px) {


    .noshad.bodymargin {
  max-width: 13ch;     /* Roughly 12 characters */
  word-break: break-word;
  word-break: break-word;
  padding-left: 25px;
  padding-bottom: 60px;
  
}

  

  .blog-card {
    width: 100%;
  }

   .blog-title-link {
    font-size: 26px !important;
    margin-right: 50px;
  }

  .category-tab, .tag-tab {
 
  font-size: calc(32px - 4vw) !important;
}



    .noshad .bodymargin {
        max-width: 12ch;     /* Roughly 12 characters */
        word-break: break-word;
        font-weight: 200 !important;
  color: #f6f6f6;
  
  word-break: break-word;
  padding-left: 25px;
  padding-bottom: 60px;
    }


}


@media(max-width: 768px) {
    .gm-qv-product {
        flex-direction: column;
    }
    .gm-qv-product .product-image,
    .gm-qv-product .product-content {
        flex: 1 1 45%;
        max-width: 45%;
    }
}

.gm-qv-product form.cart {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.single_add_to_cart_button.button.alt {
    font-size: 18px;
    padding-right: 25px;
    background-color: #63ad2d !important;
}

.gm-qv-product .quantity.buttons_added {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    height: 44px;
}

.gm-qv-product .quantity .minus,
.gm-qv-product .quantity .plus {
    width: 44px;
    height: 44px;
    border: none;
    background: #f5f5f5;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
}

.gm-qv-product .quantity input.qty {
    width: 60px;
    /*height: 44px;*/
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    appearance: textfield;
}

.gm-qv-product input.qty::-webkit-inner-spin-button,
.gm-qv-product input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.gm-qv-product .single_add_to_cart_button {
    height: 44px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 1059px) {
    .gm-qv-product form.cart {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    .gm-qv-product .quantity .minus,
    .gm-qv-product .quantity .plus {
        width: 100%;
        height: 100%;
    }
    .gm-qv-product .quantity.buttons_added {
        width: 100%;
        justify-content: center;
    }
    .gm-qv-product .quantity input.qty {
        width: 100%;
        max-width: 80px;
    }
    .gm-qv-product .single_add_to_cart_button {
        width: 100%;
        justify-content: center;
    }
}

.gm-qv-product .single_add_to_cart_button.added {
    background-color: #2ecc71;
    border-color: #2ecc71;
    color: #fff;
}

.star-rating.empty {
    opacity: 0.35;
}

.star-rating {
    font-size: 14px;
    color: #f5a623;
}

.gm-qv-share {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.gm-qv-share .share-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f3f3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #555;
    transition: all 0.25s ease;
}

.gm-qv-share .share-icon:hover {
    background: #111;
    color: #fff;
}

.gm-qv-product .single_add_to_cart_button {
    transition: all 0.25s ease;
}

.gm-qv-product .single_add_to_cart_button:hover {
    background-color: #111;
    border-color: #111;
    transform: translateY(-1px);
}

.gm-qv-product .single_add_to_cart_button:active {
    transform: translateY(0);
}

.gm-qv-qty {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.gm-qv-qty button {
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.gm-qv-qty .qty {
    width: 50px;
    height: 34px;
    text-align: center;
    border: 1px solid #ddd;
}

@media (max-width: 768px) {
    .gm-qv-qty {
        width: 100%;
        justify-content: center;
    }
}

.gm-qv-product .product-content {
    position: relative;
}

.button.add_to_cart_button.ajax_add_to_cart.qv {
    position: relative;
    z-index: 3;
    right: 0px;
    top: 8px;
    padding: 10px;
    border-radius: 5px;
    border: 1px dotted #CECFD0 !important;
    width: calc(100% - 35px);
    padding-left: 25px;
    font-size: 23px;
}

.swiper-button-next, .swiper-button-prev {
    color: #477a08 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullet-active {
    background: #477a08 !important;
}

.added_to_cart.wc-forward.button.ajax_add_to_cart.qv {
    border: 1px dotted #CECFD0 !important;
    margin-top: 25px;
    width: calc(100% - 46px);
    font-size: 23px;
    border-radius: 5px;
}

.button.add_to_cart_button.ajax_add_to_cart.qv::after {
    margin-top: -4px;
}

.product-title.qv {
    font-size: 35px !important;
    line-height: 100% !important;
    padding-bottom: 23px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px;
}

.easyzoom {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.easyzoom img {
    display: block;
    width: 100%;
}

.easyzoom-flyout {
    z-index: 9999;
}

.gm-qv-gallery img {
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.gm-qv-gallery img:hover {
    transform: scale(1.6);
}

.gm-qv-link {
    position: relative;
    display: block;
}

.gm-qv-link-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    font-size: 14px;
    opacity: 0;
    transform: scale(0.85);
    transition: all 0.25s ease;
    pointer-events: none;
}

.gm-qv-link:hover .gm-qv-link-icon {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 768px) {
    #gm-quickview-modal {
        align-items: flex-start;
    }
    .gm-qv-inner {
        overflow-y: auto;
    }
    #gm-quickview-modal .gm-qv-inner {
        max-height: 100vh;
        overflow-y: inherit;
    }
    .gm-qv-product {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .gm-qv-product .product-image,
    .gm-qv-product .product-content {
        width: 100%;
        height: auto;
    }
}

.woocommerce-product-rating.rating-wrap {
    font-size: 10px;
}

.gm-empty-rating {
    font-size: 10px;
}

.gm-stars {
    color: #dfdfdf;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 0.1em;
}

.gm-qv-gallery {
    cursor: grab;
}

.gm-qv-gallery:active {
    cursor: grabbing;
}

.added_to_cart.wc-forward {
    background-color: #fff;
    padding: 5px;
    border: 1px dotted #fdfdfd;
    border-radius: 3px;
    margin-top: 13px;
}

.bolder {
    font-weight: 800;
}

/* menu styles – merged with old colors */
.alignment {
    position: relative;
    width: 100%;
    height: auto;
}

.top-container {
    position: relative;
    z-index: 2;
}

.bottom-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.left-section .logo-container {
    margin-left: 75px;
    display: flex;
    align-items: center;
}

.desktop-menu {
    display: flex;
    justify-content: flex-end;
    margin-right: 125px;
}

.cta-buttons {
    margin-right: 55px;
}

@media screen and (min-width: 1100px) {
    /* empty placeholder */
}

@media screen and (min-width: 1060px) {


    .footer-social-links a {
  font-size: clamp(16px, 2.5vw, 18px) !important;
}
    .homebg.njwwomenbg, .homebg.njmenbg {
        min-height: 437px !important;
    }
    .iconhomeout.womenmens.end {
        margin-bottom: 0px;
    }
    .cta-button.header-cta-button.remargin.women {
        top: 50px !important;
        position: relative;
    }
    .cta-button.header-cta-button.remargin.men {
        position: relative;
        top: 50px !important;
    }
    .burger-icon, #mobilebook {
        display: none !important;
    }
    .mainsub-menu.active {
        position: absolute !important;
        border-top: 3px solid #3c692f;
    }
    .desktop-menu .main-menu li.menu-item-has-children {
        position: relative;
    }
    .desktop-menu .main-menu li.menu-item-has-children > a::after {
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 8px;
        font-size: 0.7em;
        line-height: 1;
        color: #3c692f;
    }
    .desktop-menu .main-menu li.menu-item-has-children:hover > a::before {
        content: "";
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #3c692f;
        z-index: 1000;
    }
    .desktop-menu .main-menu li.menu-item-has-children > a::after {
        content: "\f062";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 8px;
        font-size: 0.7em;
        line-height: 1;
    }
    .dropdown-menu {
        visibility: hidden !important;
    }
    .mainsub-menu a {
        padding: 5px 25px 5px 0px !important;
    }
}

@media screen and (max-width: 1059px) {
    .button.add_to_cart_button.ajax_add_to_cart.qv {
        width: 92%;
    }
    .added_to_cart.wc-forward.button.ajax_add_to_cart.qv {
        width: 89.5%;
    }
    .header-banner-content {
        position: absolute;
        top: 155px;
        left: 75px;
        color: #fff;
        z-index: 2 !important;
    }
    .desktop-menu .main-menu {
        display: none !important;
    }
}

.burger-icon {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 110px;
    height: 90px;
    border-left: 1px dotted #fff !important;
    margin: 25px;
    right: 40px !important;
    left: unset !important;
    position: absolute;
    padding-left: 20px !important;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.0);
    padding: 10px;
    padding-right: 1px;
    border-radius: 7px;
}

.button-container {
    width: calc(100vw - 0px);
}

.logomain {
    opacity: 1 !important;
}

.logo-default {
    display: block;
}

.logo-scrolled {
    display: none;
}

.top-strip.scrolled .logo-default {
    display: none;
}

.top-strip.scrolled .logo-scrolled {
    display: block;
}

.logo-default, .logo-scrolled {
    transition: opacity 0.35s ease;
}

@media (max-width: 768px) {
    .button-container {
        justify-content: left !important;
    }
}

.right-section {
    width: calc(100% - 20px) !important;
}

.desktop-menu .main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.desktop-menu .main-menu li {
    position: relative;
    margin-left: 30px;
}

.desktop-menu .main-menu li a {
    text-decoration: none;
    color: #81bf1e !important;
    padding: 10px 0;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: initial;
}

.mainsub-menu.active:hover {
    background: #010;
    border-left: 3px solid #3c692f;
    border-right: 3px solid #3c692f;
    border-bottom: 3px solid #3c692f;
}

.desktop-menu .main-menu li ul.sub-menu li a:hover {
    color: #010101 !important;
}

.desktop-menu .main-menu li ul.sub-menu li > a:hover {
    background: #010101;
    color: #ffffff !important;
}

.desktop-menu .main-menu li.current-menu-item > a,
.desktop-menu .main-menu li.current_page_item > a,
.desktop-menu .main-menu li.current-menu-ancestor > a {
    color: #414141 !important;
}

.desktop-menu .main-menu li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 180px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.desktop-menu .main-menu li:hover > ul.sub-menu {
    display: block;
}

@media screen and (max-width: 1059px) {
    .mainsub-menu.active:hover {
        border-left: 0px solid #3c692f !important;
        border-right: 0px solid #3c692f !important;
        border-bottom: 0px solid #3c692f !important;
    }
}

@media screen and (min-width: 1060px) {
    .burger-icon, #mobilebook {
        display: none !important;
    }
    .mainsub-menu.active:hover {
        background: #010;
        border-left: 3px solid #3c692f;
        border-right: 3px solid #3c692f;
        border-bottom: 3px solid #3c692f;
    }
    .mainsub-menu.active {
        background: #fff;
    }
    .desktop-menu .main-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }
    .desktop-menu .main-menu li {
        position: relative;
        margin-left: 30px;
    }
    .desktop-menu .main-menu li.menu-item-has-children > a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #000;
        padding: 10px 0;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        white-space: nowrap;
    }
    .desktop-menu .main-menu li.menu-item-has-children > a::after {
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 8px;
        font-size: 0.7em;
        line-height: 1;
    }
    .desktop-menu .main-menu li ul.sub-menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        min-width: 180px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
        z-index: 9999;
        padding: 0;
    }
    .desktop-menu .main-menu li ul.sub-menu li {
        margin: 0;
    }
    .desktop-menu .main-menu li ul.sub-menu li a {
        display: block;
        padding: 10px 15px;
        color: #000;
        white-space: nowrap;
    }
    .desktop-menu .main-menu li ul.sub-menu li a:hover {
        background: #3c692f;
        color: #fff;
    }
    .desktop-menu .main-menu li ul.sub-menu li:hover > ul.sub-menu {
        display: block;
    }
    .desktop-menu .main-menu li ul.sub-menu li:nth-last-child(-n + 2) > ul.sub-menu {
        left: auto;
        right: 100%;
    }
    .desktop-menu .main-menu li ul.sub-menu li > a:hover {
        background: #333;
        color: #fff;
    }
    .desktop-menu .main-menu li ul.sub-menu li ul.sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        background: #fff;
        min-width: 180px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        display: none;
        z-index: 99999;
    }
    .desktop-menu .main-menu li ul.sub-menu li:hover > ul.sub-menu {
        display: block;
    }
    .desktop-menu .main-menu li ul.sub-menu li:nth-last-child(-n + 2) > ul.sub-menu {
        left: auto !important;
        right: 100% !important;
    }
    .desktop-menu .main-menu li ul.sub-menu li:nth-last-child(-n + 2).menu-item-has-children > a::after {
        content: "\f0d9" !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .mainsub-menu {
        overflow: inherit;
    }
    .mainsub-menu.active {
        padding-right: 50px;
    }
    .mainsub-menu li ul.mainsub-menu li > a {
        padding: 5px 25px 5px 0px !important;
    }
    .mainsub-menu li ul.mainsub-menu {
        left: auto;
        right: 100%;
    }
    .mainsub-menu li ul.mainsub-menu li.menu-item-has-children > a::after {
        content: "\f0d9";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 8px;
    }
}

.burger-icon div {
    background-color: #414141 !important;
}

.header-image-container {
    position: relative;
    width: 100%;
}

.top-strip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transition: background 0.35s ease, padding 0.3s ease, opacity 0.3s ease;
    padding: 25px 0;
    opacity: 1;
}

.top-strip.scrolled {
    background: linear-gradient(to bottom, #010101, #0b1109);
    padding: 10px 0;
    animation: fadeSlideDown 0.45s ease forwards;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

@keyframes fadeSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.twotoone {
    scroll-margin-top: 130px;
}

.header-cta-button:hover {
    color: #b7b2b2 !important;
}

.inp {
    color: #010101 !important;
}

.container {
    border: 0px;
}

/* old plus/minus & quantity overrides – preserved */
.plus::before {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.plus {
    width: 100%;
    height: 100%;
}

.minus, button:first-child {
    font-size: 16px !important;
    margin: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.minus::before {
    margin: 0px !important;
}

.quantity input.qty {
    /*width: 60px;*/
    text-align: center;
    /*width: 4.631em;*/
    text-align: center;
    /*height: 41px;*/
    border: dotted 1px #c9c8c8;
    margin-left: -6px;
    margin-right: -6px;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.woocommerce-write-review-link.noreview {
    font-size: 11px !important;
}

.category-list a {
    font-size: 13px;
}

ul {
  font-family: nixie one;
  text-transform: uppercase;
}

/* additional old media query */
@media (max-width: 1059px) {

    .blog-title-link {
  font-size: 35px;
}
    .plus::before {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .plus {
        width: 100%;
        height: 100%;
    }
    .minus, button:first-child {
        font-size: 16px !important;
        margin: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .minus::before {
        margin: 0px !important;
    }
    .quantity input.qty {
        width: 60px;
        text-align: center;
        width: 4.631em;
        text-align: center;
        height: 41px;
        border: dotted 1px #c9c8c8;
        margin-left: -6px;
        margin-right: -6px;
    }
    .product-image, .product-title {
        font-size: clamp(25px, 5vw, 35px);
    }
    .woocommerce-write-review-link.noreview {
        font-size: 11px !important;
    }
    .single-category-tab, .single-tag-tab, .category-list {
        font-size: 13px;
    }
}

/* list view quantity adjust */
.gm-products-grid.list-view .product-card {
    display: flex;
    gap: 50px;
}

.gm-products-grid.list-view .product-image {
    width: 30%;
}

.gm-products-grid.list-view .product-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gm-products-grid.list-view .list-view-add-to-cart {
    margin-top: auto;
    text-align: right;
}

.product-card .list-view-add-to-cart {
    margin-top: auto;
    display: flex;
    justify-content: inherit;
    gap: 10px;
}

.quantity {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-image {
    position: relative;
}

.product-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}

.list-view-add-to-cart {
    position: relative;
    z-index: 2;
    margin-top: 10px;
}

.quantity button {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}

.plus::before {
    margin-right: 0px !important;
}

.quantity.gm-qv-qty .minus,
.quantity.gm-qv-qty .plus {
    width: 100% !important;
    height: 100% !important;
    padding: 7px 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F7 !important;
    border: none;
    cursor: pointer;
    font-family: arial !important;
}

.single_add_to_cart_button,
.product-card .button,
.add_to_cart_button {
    padding: 12px 20px;
    text-align: center;
    width: auto;
}

.woocommerce-cart .quantity {
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-cart .quantity input.qty {
    
    margin: 0 !important;
}


/* MMM///////////////// woo table starts ////////////////MMM */




.woocommerce-cart table.shop_table {
    border-collapse: separate;
    
}

.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th {
    
  padding: 0 0;
  border-bottom: 1px dotted #c9c8c8;

}




/* MMM///////////////// woo table ends! ////////////////MMM */





.woocommerce-cart .button,
.woocommerce-cart .checkout-button,
.woocommerce-cart .coupon button,
.woocommerce-cart input.button {
    background: #F7F7F7;
    border: 1px dotted #c9c8c8;
    padding: 20px 20px;
    font-family: "nixie one", sans-serif;
    text-transform: uppercase;
}


.wc-proceed-to-checkout {
  margin-top: 50px;
  font-weight: 600;
}


.woocommerce-cart table.shop_table {
    border-collapse: separate;
    border-spacing: 0 0px;
}

.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th {
    padding: 0px 0px;
    border-bottom: 1px dotted #c9c8c8;
}


/* MMM///////////////// woo mobile basket start ////////////////MMM */


@media (max-width: 768px) {


    #coupon_code {
  font-family: nixie one;
  padding: 20px 11px;
  width: calc(100% - 25px);
}


    .woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce-cart table th, .woocommerce-cart table td, .woocommerce-checkout table th, .woocommerce-checkout table td {
  border: 0px dotted #c9c8c8 !important;
}

    .woocommerce-cart .button, .woocommerce-cart .checkout-button, .woocommerce-cart .coupon button, .woocommerce-cart input.button {
  font-size: calc(100% - 5px);
    width: 100%;
    margin-top: 15px;
}

    .woocommerce-cart table.shop_table,
    .woocommerce-cart thead {
        display: block;
    }

    .woocommerce-cart thead {
        display: none;
    }

    .woocommerce-cart table.shop_table tbody {
        display: block;
    }

    .woocommerce-cart table.shop_table tr {
        display: block;
        margin-bottom: 0px;
        border: 1px dotted #c9c8c8;
        padding: 15px;
        background: #fff;
    }

    .woocommerce-cart table.shop_table td {
        display: block;
        text-align: left;
        border: none !important;
        padding: 8px 0;
    }
}


.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th {
    padding: 20px 20px;
    border-bottom: 1px dotted #c9c8c8;
}

button:not([data-fa-icon])::before {
  content: none;
  margin: 0;
}


.cart_totals, h2 {
  text-align: left;
  margin-top: 50px;
}


@media (min-width: 728px) {


    .cart-actions-row td {
    padding: 25px !important;
    border-top: 1px dotted #c9c8c8;
}

.cart-actions {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.cart-actions .coupon {
    display: flex;
    gap: 15px;
    flex: 1;
}

.cart-actions .coupon input {
    flex: 1;
    min-width: 250px;
}

.cart-actions button {
    height: 50px;
}



 
/* =========================================
   CART ACTIONS LAYOUT FIX (COUPON + UPDATE)
========================================= */


.actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


.woocommerce-cart table.shop_table {
    table-layout: fixed;
}

.woocommerce-cart tr:last-child {
    display: block;
}

.woocommerce-cart td.actions {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

  .woocommerce-cart table.cart td.actions .coupon {
    display: flex;
    align-items: stretch;
    flex: 1;
    gap: 10px;
  }

  .woocommerce-cart table.cart td.actions .coupon input.input-text {
    height: 48px;
    margin: 0;
  }

  .woocommerce-cart table.cart td.actions .coupon button,
  .woocommerce-cart table.cart td.actions button[name="update_cart"] {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .woocommerce-cart table.cart td.actions button {
    margin: 0;
  }



}

@media (max-width: 768px) {


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

    .woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th {
    padding: 5px 20px;
    border-bottom: 1px dotted #c9c8c8;
}


    .cart_totals, h2 {
  text-align: left !important;
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 5px;
  margin-top: 25px;
}

    .woocommerce-cart td.product-name {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .woocommerce-cart td.product-price,
    .woocommerce-cart td.product-subtotal {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
    }

    .woocommerce-cart td.product-quantity {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .woocommerce-cart td.product-remove {
        text-align: right;
        margin-top: 10px;
    }
}



@media (max-width: 768px) {

    .woocommerce-cart .quantity {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .woocommerce-cart .quantity input.qty {
        width: 50px;
        height: 40px;
        text-align: center;
    }

    .woocommerce-cart .quantity .minus,
    .woocommerce-cart .quantity .plus {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* MMM\\\\\\\\\\\\\\\\\ woo mobile basket ends! \\\\\\\\\\\\\\\\MMM */





/*\\\\\\\\\\\\\\\\\\ Woo Desk Top Basket ///////////////////////*/



/* =========================================
   GLOBAL CART TABLE FIXES (DESKTOP + MOBILE SAFE BASE)
========================================= */

.woocommerce-cart table.shop_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
    padding: 18px 14px;
    vertical-align: middle;
    border-bottom: 1px dotted #c9c8c8;
}

/* Full table dotted border system */
.woocommerce-cart table.shop_table {
    border: 1px dotted #c9c8c8;
}








/*\\\\\\\\\\\\\\\\\\ Woo Desk Top Basket ends ///////////////////////*/


.quantity .minus,
.quantity .plus {
    width: 100% !important;
    height: 45px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
    font-size: calc(70px - 4vw) !important;
    font-weight: 500 !important;
}

.minus::before {
    content: none !important;
    margin-right: auto !important;
    width: 35px !important;
}

.quantity.gm-qv-qty .qty {
    

    height: 39px;
  text-align: center;
  border: 1px dotted #ddd;
  margin: -11px;
}

.quantity .minus,
.quantity .plus {
    font-style: normal !important;
    font-family: inherit;
    line-height: 1;
}

.single_add_to_cart_button {
    margin-top: 10px;
}

.product-content {
    display: flex;
    flex-direction: column;
}

.list-view-add-to-cart {
    margin-top: auto;
}

.data-fa-icon.icon-style.book.button {
    color: #3f6db4 !important;
}


h3.inp {
  color: #3f6db4 !important;
}


.cta-button.header-cta-button.remargin {
    border: #4a4a4a 1px dotted !important;
    background-color: #ffffff !important;
    }



@media (max-width: 400px) {


 .bodymargin.noshade.zoomInUp.mobleft {
margin-left: -50px !important;
    width: 320px;
}


}


@media (max-width: 480px) {

    article {
  margin: 0px;
}

.footer-social-links {
        grid-template-columns: 1fr;
        gap: 15px;
    }


  #contact {
    scroll-padding-top: 230px;
    overflow: scroll;
    padding-top: 50px !important !important;
    margin-top: -50px !important;
    padding-bottom: 50px !important;
  }

  .blogtitle {
color: #558ECB;
  font-family: "nixie one",Helvetica,Arial,sans-serif !important;
  font-weight: 100 !important;
  font-size: 44px !important;
  line-height: 100%;
}




}

.meta-label-frame .fas {
  color: #558ECB;
}
.titlecontainer {
margin: 75px !important;
  border-bottom: 1px dotted #558ECB;
  padding-bottom: 60px !important;
}

.blogtitle {
color: #558ECB;
  font-family: "nixie one",Helvetica,Arial,sans-serif !important;
  font-weight: 100 !important;
  font-size: 84px;
  text-transform: uppercase;

  }





  /* ===============================
   FORCE CART TABLE BACK TO NORMAL (DESKTOP FIX)
   =============================== */

@media (min-width: 729px) {

    .woocommerce-cart-form__contents {
        border-collapse: collapse !important;
        table-layout: auto !important;
    }

    .woocommerce-cart-form__contents thead,
    .woocommerce-cart-form__contents tbody,
    .woocommerce-cart-form__contents tr {
        display: table-row !important;
    }

    .woocommerce-cart-form__contents th,
    .woocommerce-cart-form__contents td {
        display: table-cell !important;
        vertical-align: middle !important;
    }

    /* REMOVE RESPONSIVE FAKE LABELS */
    .woocommerce-cart-form__contents td::before {
        display: none !important;
        content: none !important;
    }

    /* prevent accidental flex/grid inheritance */
    .woocommerce-cart-form__contents tr,
    .woocommerce-cart-form__contents td {
        flex: none !important;
        grid-template-columns: unset !important;
    }
}


/* ===========================
   HARD RESET WOOCOMMERCE CART TABLE (DESKTOP)
   =========================== */

@media (min-width: 729px) {

    table.shop_table_responsive,
    table.shop_table_responsive thead,
    table.shop_table_responsive tbody,
    table.shop_table_responsive tr {
        display: table !important;
        width: 100% !important;
        border-collapse: collapse !important;
    }

    table.shop_table_responsive tr {
        display: table-row !important;
    }

    table.shop_table_responsive th,
    table.shop_table_responsive td {
        display: table-cell !important;
        vertical-align: middle !important;
    }

    /* Kill WooCommerce mobile labels */
    table.shop_table_responsive td::before {
        content: none !important;
        display: none !important;
    }

    /* prevent inherited flex/grid chaos */
    table.shop_table_responsive tr,
    table.shop_table_responsive td {
        flex: unset !important;
        grid-template-columns: unset !important;
    }
}


/* ===============================
   FINAL CART TABLE ALIGNMENT FIX
   =============================== */

@media (min-width: 729px) {

    /* Force real table behaviour */
    table.shop_table_responsive {
        border-collapse: collapse !important;
        table-layout: auto !important;
        width: 100% !important;
    }

    table.shop_table_responsive thead {
        display: table-header-group !important;
    }

    table.shop_table_responsive tbody {
        display: table-row-group !important;
    }

    table.shop_table_responsive tr {
        display: table-row !important;
    }

    table.shop_table_responsive th,
    table.shop_table_responsive td {
        display: table-cell !important;
        vertical-align: middle !important;
        float: none !important;
    }

    /* Kill WooCommerce responsive labels */
    table.shop_table_responsive td::before {
        content: none !important;
        display: none !important;
    }

    /* Remove any accidental flex/grid leakage */
    table.shop_table_responsive td,
    table.shop_table_responsive tr {
        display: revert !important;
        flex: unset !important;
        grid: unset !important;
    }

    #coupon_code {
  padding: 15px;
}

}


/*footer fix */

@media (max-width: 768px) {

    .footer-social-links {
        grid-template-columns: 1fr !important;
    }

    .footer-social-links a {
        font-size: 16px;
    }

    .bodymarginfooter {
  padding: 50px;
  width: 300px !important;
}

}


li {
  line-height: initial !important;
}


.checkout-button.button.alt.wc-forward, #place_order {
  background: #3f6db4;
  margin-top: 25px;
}


/* menu unscrolled */

/* Before scroll */





.top-strip:not(.scrolled) .desktop-menu .main-menu > li > a {
    color: #ffffff !important;
}

.top-strip:not(.scrolled) .desktop-menu .main-menu > li > a:hover {
    color: #aaccff !important;
}

/* Optional: menu icons before scroll */
.top-strip:not(.scrolled) ul li::before,
.top-strip:not(.scrolled) ol li::before {
    color: #ffffff !important;
}


.top-strip:not(.scrolled) .desktop-menu .main-menu li.menu-item-has-children > a::after {
    color: #fff !important;
}


@media screen and (min-width: 1060px) {
  .top-strip:not(.scrolled) .mainsub-menu.active {
    position: absolute !important;
    border-top: 3px solid #aaccff;
  }


  .desktop-menu .main-menu li.menu-item-has-children > a::after {
    transition: transform 0.3s ease;
}

.desktop-menu .main-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

  /* DEFAULT (NOT SCROLLED) */
.top-strip:not(.scrolled) .mainsubmenu-icon,
.top-strip:not(.scrolled) .mainsubmenu-icon.open {
    color: #aaccff !important;
}

/* SCROLLED STATE */
.top-strip.scrolled .mainsubmenu-icon,
.top-strip.scrolled .mainsubmenu-icon.open {
    color: #4a4a4a !important;
}




.desktop-menu .main-menu li ul.sub-menu li.menu-item-has-children > a::after {
    color: #aaccff;
}

.top-strip.scrolled .desktop-menu .main-menu li.menu-item-has-children:hover > a::before {
    border-bottom-color: #3f6db4;
}


.top-strip:not(.scrolled) .desktop-menu .main-menu li.menu-item-has-children:hover > a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #aaccff;
    z-index: 1000;
    top:35px;


}


}


.header.header-image-container {
  margin: 0;
  z-index: 0;
}

/* DEFAULT (NOT SCROLLED) */



/* menu unscrolled */





div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select {
  height: 95px;
}

@media screen and (max-width: 780px) {
wpforms-container label, .wpforms-container .wpforms-field-label {
  font-size: 30px !important;

  }
}

