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

.twotoone {
  display: grid !important;
}

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


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

body, p, .sidebar, .widget {
  text-align: left;
  color: #000000;
  /*font-size: calc(70px - 4vw);*/
  font-size: clamp(19px, 2.5vw, 23px);

}

/* 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 {
  /*background-color: #fff;*/
  border-radius: 5px;
  text-decoration: none;
  margin-right: 15px;
  font-weight: 500;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 3em;
  letter-spacing: -0.6px;
  word-spacing: 1px;
  color: #3E6D40;
  border: 3px #3E6D40 solid !important;
  margin-top: 25px !important;
}


.twotoone .vc_row {
    display: flex;
    flex-wrap: wrap; /* allows it to wrap on mobile */
    align-items: stretch; /* makes all children equal height */
}


.twotoone .wpb_column {
    display: flex;
    flex-direction: column; /* stack content vertically inside column */
}


.twotoone .vc_single_image-wrapper {
    flex-grow: 1;         /* take remaining space */
    display: flex;
}

.twotoone .vc_single_image-wrapper img {
    /*object-fit: cover;    /* crop image to fit height */
    width: 100%;          /* fill width */
    height: 100%;         /* fill height */
}

.twotoone-row {      /* parent flex container */
  display: flex;
  align-items: stretch; /* children grow to same height */
}

.twotoone .twotoone_single_image {
    flex: 1; /* fills the height of the text column */
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%; /* if parent has height */
    min-height: calc(400px + 50px); /* fallback for very small content */
}

.myflex {
display: flex;
}


.twotooneflex {
    display: flex;       /* make it a flex container */
    flex-wrap: wrap;     /* allows stacking on mobile */
    align-items: stretch; /* key: children match height */
    gap: 20px;           /* optional spacing between columns */
}


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

.homebg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(100% + 30px);
  background: #F4F3F3;
    background-position-x: 0%;
    background-position-y: 0%;
    /*background-repeat: repeat;*/
    background-image: none;
    background-size: auto;
  width: 100%;
  height: 100%;
  display: flex;
  background-position: center;
  background-repeat: repeat;
  /*background-size: contain;*/
  border-radius: 0 100px;
  /*animation: scrollBackground 20s linear infinite;*/
  /*background-image: url('https://greenmilenetworks.co.uk/wp-content/uploads/2025/12/Firefly_Gemini-Flash_ekart-in-nature-in-a-forrest-zoomed-446587.jpg');*/
}

.homebg.natbg {
  background-image: url('https://greenmilenetworks.co.uk/wp-content/uploads/2025/12/Firefly_Gemini-Flash_ekart-in-nature-in-a-forrest-zoomed-446587.jpg') !important;
}

.homebg.teambg {
  background-image: url('https://greenmilenetworks.co.uk/wp-content/uploads/2025/12/Firefly_Gemini-Flash_ekart-fleet-and-a-team-of-couriers-and-drivers-in-uniform-shot-from-a-distance-in-fro-446587.jpg') !important;
}


.homebg.kartsinforestbg {
  background-image: url('https://greenmilenetworks.co.uk/wp-content/uploads/2025/12/Firefly_Gemini-Flash_ekart-fleet-of-20-karts-in-nature-in-a-forrest-zoomed-out-446587.jpg') !important;
}


.homebg.breezebg {
  background-image: url('https://greenmilenetworks.co.uk/wp-content/uploads/2025/12/Firefly_Gemini-Flash_ekart-fleet-traveling-on-a-busy-london-street-with-a-gental-breeze-of-leaves-birds-be-446587.jpg') !important;
}


.homebg.nextdaybg {
  background-image: url('https://greenmilenetworks.co.uk/wp-content/uploads/2024/02/nextday_bck.jpg') !important;
}


.homebg.storagebg {
  background-image: url('https://greenmilenetworks.co.uk/wp-content/uploads/2024/02/storage_1.jpg') !important;
}

.homebg.drybg {
  background-image: url('https://greenmilenetworks.co.uk/wp-content/uploads/2025/01/01ex.Grenmile_DryCleaningpic-copy.jpg') !important;
}

.homebg.officebg {
  background-image: url('https://greenmilenetworks.co.uk/wp-content/uploads/2025/12/Firefly_Gemini-Flash_ekart-fleet-traveling-on-a-busy-london-street-with-a-gental-breeze-of-leaves-birds-be-446587.jpg') !important;
}

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


.pbot {
  margin-bottom: 40px;
}

@media (max-width: 1060px) {
.homebg {
min-height: 400px;
margin-bottom: -50px !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: 600;
  line-height: 1.3em;
  letter-spacing: -0.05em;
  text-transform: capitalize !important;
  margin-bottom: -25px;
}


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

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


.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;
}

.footer-links.linkagain.lighttext.greenfoot a:hover {
    color: #63ad2d !important; /* Porto green – adjust if needed */
    text-decoration: none;
}

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

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

.header{
    background: linear-gradient(to bottom, #3c692f, #3c692f);
}




.btn {
    font-size: 30px;
  font-weight: 900;
  color: #FFFFFF;
  padding: 4px 8px 4px 8px;
  display: inline-block;
  font-weight: 400;
  line-height: $btn-line-height;
  color: #777;
  text-align: center;
  vertical-align: middle;
  cursor: if($enable-button-pointers, pointer, null);
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 0;
  line-height: 1.42857;
  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 !important;
  font-weight: 400;
}


/* =========================
   Greenmile WooCommerce Shop
   Cleaned & Functional
============================ */


/* =========================
   FIX GRID GAPS & BLANK ITEMS
============================ */

/* Kill Woo pseudo elements */
.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
    content: none !important;
}

/* Remove horizontal padding that breaks grid math */
.woocommerce ul.products li.product {
    padding-left: 0;
    padding-right: 0;
}


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


/* --- Toolbar --- */
.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;
}


/* tool menu start */

 .gm-category-menu {
    display: flex;
    justify-content: space-between; /* spread across width */
    align-items: center;
    gap: 12px;

    list-style: none;
    margin: 20px 0;
    padding: 0;

    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

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

/* Links */
.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;
}

.gm-category-menu {
    display: flex;
    flex-wrap: wrap;              /* ✅ allows wrapping */
    justify-content: flex-start; /* spreads items left → right */
    gap: 10px 16px;               /* row gap / column gap */
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}
/* tool menu end */



/* Remove default Woo floats/width */
.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);
}

/* --- Product Image --- */
.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);
}

/* Quick view / overlay actions */
.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;
}

/* --- Product Meta --- */
.woocommerce ul.products li.product .gm-product-meta {
    
    text-align: center;
}

.product-content {
    padding: 15px;
}

.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;
}


/* --- Responsive --- */
@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;
    }
}

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

/* --- Quickview Modal --- */
#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;
}










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



.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;
}


/* =========================
   PRODUCT GRID (SINGLE SOURCE)
============================ */

.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;
}

/* Base product layout (GRID VIEW ONLY) */
.woocommerce ul.products:not(.gm-list-view) li.product {
    display: flex;
    flex-direction: column;
}






/* PRODUCT GRID ITEM */
.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"; /* eye icon */
  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;
}

/* =========================
   FORCE LIST VIEW LAYOUT
============================ */

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

/* LIST */
.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; /* hidden by default */
}

.gm-products-grid.list-view .list-view-add-to-cart {
    display: block; /* show in list view only */
    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;
    }
}


/* LIST VIEW – OVERRIDE GRID COLUMNS */
.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; /* gold stars */
    font-size: 14px;
}





/* Quick View hover overlay */
.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);
}

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

/* Quick view span cursor */
.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;
}


/* Quick View modal overlay */
#gm-quickview-modal {
    display: none; /* hidden by default */
    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; /* slightly wider for large screens */
    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;
  left: none;
  padding: 0px !important;
  z-index: 99999999;
}

.gm-qv-product {
    display: flex;
    flex-wrap: nowrap; /* keep side by side on desktop */
    gap: 30px;
    max-height: 80vh; /* limit height */
    overflow-y: auto;  /* allow scrolling if needed */
}

/* Image container */
.gm-qv-product .product-image {
    flex: 1 1 45%; /* roughly half width */
    max-width: 45%;
}

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

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

/* Make modal scrollable on small screens */
@media(max-width: 1024px) {
    .gm-qv-inner {
        max-width: 90%;
    }
}

@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%;
    }
}


/* Quick View quantity + add to cart alignment */
.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;
}

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

/* Plus / minus buttons */
.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;
}

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

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

/* Add to cart button */
.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;
}




    .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;
    }
}


/* Mobile stacking for Quick View cart */
@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;
    }
}


/* Add to cart success feedback */
.gm-qv-product .single_add_to_cart_button.added {
    background-color: #2ecc71;
    border-color: #2ecc71;
    color: #fff;
}


/* Empty star rating (Porto-style) */
.star-rating.empty {
    opacity: 0.35;
}

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



/* Social icons */
.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;
}


/* Add to cart hover states */
.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; /* required for absolute positioning of button */
}


.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;
}



/* easy zoom  */

.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);
}


/* easy zoom  */


@media (max-width: 768px) {

  #gm-quickview-modal {
    align-items: flex-start;
  }

  .gm-qv-inner {
    /*max-height: 90vh;*/
    overflow-y: auto;
  }



    #gm-quickview-modal .gm-qv-inner {
        max-height: 100vh; /* reduce height so it fits smaller screens */
        
    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;
    padding-top: 5px;
  border: 1px dotted #fdfdfd;
  border-radius: 3px;
  margin-top: 13px;
}

/* alt */
.bolder {
    font-weight: 800;
}
/* alt end */

/* menu */

<style type="text/css">


   


    .alignment {
    position: relative;    /* allows layering inside */
    width: 100%;
    height: auto;
}

/* Top container stays on top */
.top-container {
    position: relative;
    z-index: 2;
}

/* Bottom sits behind top */
.bottom-container {
    position: absolute;
    top: 0;                /* sits directly behind */
    left: 0;
    width: 100%;           /* stretch behind */
    z-index: 1;
}


/* === Logo & Desktop Menu Positioning === */
.left-section .logo-container {
    margin-left: 75px; /* Logo left margin */
    display: flex;
    align-items: center;
}

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

.cta-buttons {
    margin-right: 55px; /* Align CTA button with menu */
}


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

/*.added_to_cart.wc-forward.button.ajax_add_to_cart.qv {
    margin-top: -5px;
}*/
}

/* === Mobile menu/burger toggle === */
@media screen and (min-width: 1060px){



    .burger-icon, #mobilebook { 
        display: none !important; /* Hide mobile menu above 1060px */
    }

    .mainsub-menu.active {
  position: absolute !important;
  border-top: 3px solid #3c692f
}

/* Triangle on the submenu when active */
/* Triangle above the submenu when active */
/* Ensure parent <li> is positioned for absolute children */
.desktop-menu .main-menu li.menu-item-has-children {
    position: relative;
}

/* Default triangle on parent link (optional small arrow) */
.desktop-menu .main-menu li.menu-item-has-children > a::after {
    content: "\f0d7"; /* down arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 0.7em;
    line-height: 1;
    color: #3c692f;
}

/* Triangle above submenu on hover */
.desktop-menu .main-menu li.menu-item-has-children:hover > a::before {
    content: "";
    position: absolute;
    top: 85%; /* places it above the link */
    left: 50%;    /* center horizontally */
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #3c692f; /* triangle pointing up */
    z-index: 1000;
}



.desktop-menu .main-menu li.menu-item-has-children > a::after {
  content: "\f062";               /* Up arrow */
  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; /* Hide mobile menu above 1060px */
    }
}


.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: 10px;
    padding-left: 10px;
  padding-right: 1px;
  border-radius: 7px;
  }

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




            .logomain {
  opacity: 1 !important;
}


                /* Default: show white logo, hide color logo */
.logo-default {
    display: block;
}
.logo-scrolled {
    display: none;
}

/* When header is scrolled */
.top-strip.scrolled .logo-default {
    display: none;
}
.top-strip.scrolled .logo-scrolled {
    display: block;
}

/* Optional: smooth fade transition */
.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 container */
.desktop-menu .main-menu {
    display: flex;              /* Horizontal layout */
    justify-content: flex-end;  /* Right-align menu */
    align-items: center;        /* Vertical alignment */
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Menu items */
.desktop-menu .main-menu li {
    position: relative;
    margin-left: 30px;          /* Space between menu items */
}

/* Menu links */
.desktop-menu .main-menu li a {
    text-decoration: none;
    color: #81bf1e !important;
    padding: 10px 0;            /* Vertical padding */
    display: block;

    font-family: Poppins,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: initial;
}

/* Default desktop menu link hover (white text) */
.mainsub-menu.active:hover {
  background: #010;
  border-left: 3px solid #3c692f;
  border-right: 3px solid #3c692f;
  border-bottom: 3px solid #3c692f;
}

/* Hover state ONLY for submenu links */
.desktop-menu .main-menu li ul.sub-menu li a:hover {

    color: #010101 !important;      /* white text */
}

/* Force submenu hover to override main hover */
.desktop-menu .main-menu li ul.sub-menu li > a:hover {
    background: #010101;
    color: #ffffff !important;      /* white text */
}



/* Highlight the active (current) menu item */
.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: #b7df79 !important;
}


/* Submenu */
.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);
}

/* Show submenu on hover */
.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;}

}
/* Mobile menu hiding */
@media screen and (min-width: 1060px){
    .burger-icon, #mobilebook { 
        display: none !important; /* Hide mobile menu above 1060px */
    }

    /* Default desktop menu link hover (white text) */
.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 container */
.desktop-menu .main-menu {
    display: flex;               /* Horizontal layout */
    justify-content: flex-end;   /* Right-align menu */
    align-items: center;         /* Vertically center menu items */
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* Menu items */
.desktop-menu .main-menu li {
    position: relative;          /* Needed for absolute submenu positioning */
    margin-left: 30px;
}

/* Parent menu links with arrow */
.desktop-menu .main-menu li.menu-item-has-children > a {
    display: flex;               /* Flex container */
    align-items: center;         /* Vertically center text and arrow */
    text-decoration: none;
    color: #000;
    padding: 10px 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
}

/* Arrow after parent links */
.desktop-menu .main-menu li.menu-item-has-children > a::after {
    content: "\f0d7";                /* FontAwesome down arrow */
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    margin-left: 8px;
    font-size: 0.7em;
    line-height: 1;
}

/* Submenu container: absolute, hidden by default */
.desktop-menu .main-menu li ul.sub-menu {
    display: block;               /* Keep in DOM */
    position: absolute;           /* Float above content */
    top: 100%;                    /* Below parent */
    left: 0;
    background: #fff;
    min-width: 180px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    opacity: 0;                   /* Hidden */
    visibility: hidden;           /* Hidden */
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 9999;
    padding: 0;
}

/* Submenu items */
.desktop-menu .main-menu li ul.sub-menu li {
    margin: 0;
}

/* Submenu links */
.desktop-menu .main-menu li ul.sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #000;
    white-space: nowrap;
}



/* Hover background for submenu links */
.desktop-menu .main-menu li ul.sub-menu li a:hover {
    background: #3c692f;
    color: #fff;
}

/* Responsive: hide desktop menu below 1060px */
@media screen and (max-width: 1059px) {
    .desktop-menu {
        display: none !important;
    }
}

/* Responsive: hide mobile menu above 1060px */
@media screen and (min-width: 1060px) {
    .burger-icon, #mobilebook {
        display: none !important;
    }




    /* ===== DEFAULT: Flyout RIGHT ===== */


/* Show nested submenu */
.desktop-menu .main-menu li ul.sub-menu li:hover > ul.sub-menu {
    display: block;
}

/* ===== SMART EDGE DETECTION (FLYOUT LEFT) ===== */
/* Add this class to your wrapper, or use nth-last-child logic below */

/* For the last 2 menu items in any submenu, fly LEFT instead */
.desktop-menu .main-menu li ul.sub-menu li:nth-last-child(-n + 2) > ul.sub-menu {
    left: auto;
    right: 100%;             /* fly LEFT */
}

/* Highlight hover states */
.desktop-menu .main-menu li ul.sub-menu li > a:hover {
    background: #333;
    color: #fff;
}

/* --- BASE: Nested submenu always flies out (right by default) --- */
.desktop-menu .main-menu li ul.sub-menu li ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;      /* fly right */
    background: #fff;
    min-width: 180px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    display: none;
    z-index: 99999;
}

/* Show third-level submenu */
.desktop-menu .main-menu li ul.sub-menu li:hover > ul.sub-menu {
    display: block;
}

/* --- AUTO LEFT on last 2 items --- */
.desktop-menu .main-menu li ul.sub-menu li:nth-last-child(-n + 2) > ul.sub-menu {
    left: auto !important;
    right: 100% !important;   /* fly left */
}

/* --- OPTIONAL: flip arrow when flying left --- */
.desktop-menu .main-menu li ul.sub-menu li:nth-last-child(-n + 2).menu-item-has-children > a::after {
    content: "\f0d9" !important; /* ← left arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.mainsub-menu {
overflow: inherit;
}

.mainsub-menu.active {
  padding-right: 50px;
}


/* Nested child submenu links */

  .mainsub-menu li ul.mainsub-menu li > a {
    padding: 5px 25px 5px 0px !important;
  }


  /* Nested child submenu (2nd level) fly left */
  .mainsub-menu li ul.mainsub-menu {
    left: auto;      /* unset left */
    right: 100%;     /* fly left */
  }

  /* Optional: flip arrow for left-flying submenu */
  .mainsub-menu li ul.mainsub-menu li.menu-item-has-children > a::after {
    content: "\f0d9"; /* FontAwesome left arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 8px;
  }




}









        .header-image-container {
    position: relative;
    width: 100%;
    /* height: 350px; Adjust as needed */
}

/*.header-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}*/

    
 
/* Default header — transparent */
.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;
}

/* Animation class applied on scroll */
.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);
}

/* Fade-in + slide-down animation */
@keyframes fadeSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


   


    
    
        /*.header-image {
            position: absolute;
            width: 100%;
            height: 100%;
  
            z-index: 0;
        }*/
        

        .header-image-container {
  
  /* height: 350px !important;

}

.logo-container img {
  height: 0%;
}

       
.header-image {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
*/


/* menu */



