@font-face {
    font-family: Minigap;
    src: url(/assets/themes/taren2022/fonts/Minigap.woff);
  }

body {
    background-color: #FFFAF4 /*{body|background-color}*/;
    background-image: none /*{body|background-image}*/;
    font-size: 1rem /*{body|body-font-size}*/;
    color: #222222 /*{body|text-colour}*/;
    font-family: 'Minigap' !important;
}
a, a:hover, a:active, .btn-link, .btn-link:hover{
    color: #333333 /*{body|link-colour}*/;
    /* text-decoration: underline; */
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Minigap' !important;
}

.step-icon i {
    font-size: 2.25rem;
    background: #f5f5dd;
    padding: 1.8rem;
    border-radius: 2rem;
    margin-bottom: 1.4rem;
}

.step-line {
    height: 7px;
    background: #e2e2e2;
    width: 80%;
    position: absolute;
    top: 2.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.btn {
    border-radius: 1rem;
    border: 0 !important;
}

.btn-white {
    background: #FFFFFF !important;
    color: #000;
}

.wrapper-header {
    border:none;
    margin-bottom:0px;
}
.wrapper-header a, .wrapper-header a:hover, .wrapper-header a:active {
  color: #1f1f1f /*{header|link-colour}*/
}
.wrapper-header .btn-default {
    background-color: #efefef /*{header|button-colour}*/;
    border-color: #efefef /*{header|button-colour}*/;
    color: #333333 /*{header|button-text-colour}*/;
}

.wrapper-top-header {
    background-color: #9BA684 /*{header|background-colour}*/;
    border:none;
    margin-bottom:0px;
}

.top-nav {
    background: #FDF0D5;
}

.top-nav a, .top-nav a:hover, .top-nav a:active {
    color: #000 !important /*{header|link-colour}*/
  }

.header-search {
    border-color: #DCDADA /*{header|button-colour}*/;
    background: rgba(235, 227, 217, 0.5);
    box-shadow: none;
    border-width: 1px;
    border-radius: 1rem;
}

.header-search .ajax_search {
    background-color: transparent;
    box-shadow: none;
    border-width: 0;
    border-radius: 1rem;
}

.navbar.navbar-default {
    background-color: rgba(0, 0, 0, 1) /*{header|menu-background-colour}*/;
}

.navbar-main {
background: #FFFFFF;
border: 1px solid #E1E1E1;
box-sizing: border-box;
border-radius: 0.5rem;
/* border-right: 0;
border-left: 0; */
}

.navbar-main .dropdown-menu {
    border-radius: 0 0 1rem 1rem;
    min-width: 14rem;
}

.navbar-main .dropdown-menu .nav-link:hover{
    background: #CDD0BC;
}

.btn-reorder {
    background: #ED5F1E;
    color: #fff !important;
}

.navbar {
    padding: 0 !important;
}

.navbar-expand-md {
    padding: 0;
    border-radius: 0;
}

.navbar-main .nav-link {
    padding-right: 0.5rem;
    padding-left: 1rem;
    font-size: 0.9rem;
    text-align: center;
}

.home-slider-container .carousel-inner .carousel-item a img {
    border-radius: 3rem 0 0 3rem;
    float: right;
    width: 60% !important;
}

.carousel-caption {
    position: absolute;
    top: 20px;
    left: 5rem;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    background: transparent !important;
    text-shadow: none !important;
    text-align: left;
    border: 0 !important;
    width: 35%;
}

.carousel-caption h2 {
    font-size: 2rem;
    font-family: 'Minigap' !important;
}

.carousel-caption p {
    font-size: 1.2rem;
}

.carousel-caption .btn-primary {
font-size: 1.2rem !important;
color: #fff !important;
border:0;
background: #9BA684 !important;
border-radius: 1.2rem !important;
}

.carousel-indicators {
    right: unset;
    left: 5rem;
    margin-left: unset;
    margin-right: unset;
    bottom: 30%;
}

.carousel-indicators li {
    background-color:#9BA684 !important ;
    width: 50px;
    height: 6px;
}

.home-cta {
    background: #fff;
    padding-top: 120px;
    padding-bottom: 60px;
    margin-top: -60px;
    color: #000;
}

/* .carousel-indicators li .active {
    background: #9BA684 !important;
} */

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover,
.navigation-list li a:hover,.navbar-default .navbar-nav > li:hover > a,
.navigation-list li:hover a, .navigation-list li a,
.navbar-default .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 1) /*{header|menu-colour}*/;
}
@media (max-width: 767.98px){
    .navbar-nav .dropdown-menu .dropdown-item{
        color: rgba(255, 255, 255, 1) /*{header|menu-colour}*/
    }
}
a#cartcontentsheader {
    padding: 13px 17px;
    background-color: #5d7c81 /*{header|Cart-icon-background-colour}*/;
    color: #ffffff /*{header|Cart-icon-text-colour}*/;
    border: none;
}
.wrapper-footer {
    background-color: #002324 /*{footer|background-color}*/;
    color: #000 /*{footer|text-colour}*/;
}
.wrapper-footer a, .wrapper-footer a:hover, .wrapper-footer a:active {
    color: #000 /*{footer|link-colour}*/;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
    color: #333333 /*{buttons | btn-default-text-colour}*/;
    background-color: #cccccc /*{buttons | btn-default-background-colour}*/;
    border-color: #cccccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
    color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
    background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
    border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
    color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
    background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
    border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
    color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
    background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
    border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
    color: #fff !important;
    border:0;
    background: #9BA684 !important;
    border-radius: 1.2rem !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

/* Primary button */
.btn-secondary {
    color: #fff !important;
    border:0;
    background: #000 !important;
    border-radius: 1.2rem !important;
}

.btn-primary:hover {
    color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
    background-color: #002324 /*{buttons | btn-primary-background-colour-hover}*/;
    border-color: #002324 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
    background-color: #002324 /*{buttons | btn-primary-background-colour-hover}*/;
    border-color: #002324 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
    background-color: #002324 /*{buttons | btn-primary-background-colour-hover}*/;
    border-color: #002324 /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Success button */
.btn-success {
    color: #ffffff /*{buttons | btn-success-text-colour}*/;
    background-color: #5d7c81 /*{buttons | btn-success-background-colour}*/;
    border-color: #5d7c81 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
    color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
    background-color: #5d7c81 /*{buttons | btn-success-background-colour-hover}*/;
    border-color: #5d7c81 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
    color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
    background-color: #5d7c81 /*{buttons | btn-success-background-colour-hover}*/;
    border-color: #5d7c81 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
    background-color: #5d7c81 /*{buttons | btn-success-background-colour-hover}*/;
    border-color: #5d7c81 /*{buttons | btn-success-border-colour-hover}*/;
}



#main-content {
    background: transparent;
}

.bg-taren {
    background: #780000 !important;
}

.text-taren {
    color: #780000 !important;
}

.topNav a.nav-link {
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 0.85rem;
    font-weight: 900;
}

/* #left-sidebar .card {
  -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    border-radius: .125rem!important;
} */

#left-sidebar .list-group-item {
    border: 0;
}

.side-filter-header {
    background: #e2e2e2 !important;
}

.main-content-neg {
    margin-top: 0;
}

.category-header {
    flex: 0 0 100%;
    max-width: 100%;
    color: #000 !important;
    padding: 2rem 0;
    margin-top: 1rem;
    font-family: 'Minigap';
}

iframe {
    border-radius: 1rem;
}

.nsearchinput-pl.well {
    margin-top: 50px !important;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 1rem;
}

.nsearchinput-pl.well li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e2e2e2;
}

.nsearchinput-pl.well li:last-child {
    position: relative;
    display: block;
    border-bottom: 0px solid #e2e2e2;
}

.product-bg {
    background: #FFFFFF !important;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 1rem;
}

.bg-green {
    background: #9BA684 !important;
   }
   
   .bg-light-green {
       background: #f5f5dd !important;
   }

.sort_container {
    color: #000 !important;
}

.breadcrumb {
    background: transparent;
    padding: 1rem 0 !important;
}

.filter-colour {
    display: inline-block;
    padding: 10px 1px 0 8px;
}
.list-group > li + .filter.filter-colour > a:before {
    content: '';
}
.list-group > li + .filter.filter-colour > a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    box-shadow: 1px 1px 2px #D6D6D6;
}
.filter-remove > a {
    border: 2px solid #AFAFAF;
}

#left-sidebar {
    font-size: 0.9rem;
}

.side-filter-header {
    background: #f0f0f0 !important;
    font-weight: bold;
}

.breadcrumb a {
    color: #000;
}

.thumb_list .buying-options .btn {
    margin-top: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 150px;
  border-radius: 0.2rem;
}

.list-sku {
    font-size: 0.8rem;
    color: #333333;
}

.list-bulkbuy {
    border-radius: 0.3rem !important;
    font-size: 75%;
    font-weight: 400;
    width: 60%;
}

.thumb_list .card {
  border: 0;
  border-bottom: 0px solid #ccc;
  background: transparent;
}

.thumb_list .card:hover {
    border-bottom: 0 !important;
    background: transparent !important;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}

.thumb_list .price {
    font-size: 1.2rem;
    font-weight: 500;
}

#accordionproduct .btn-link {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

#accordionproduct p {
  font-size: 16px !important;
}

#accordionproduct ul {
  font-size: 16px !important;
}

.accordion .card .card-header {
    margin-bottom: -1px;
    padding: 0.2rem 1rem;
        background: #fafafa !important;
}

.qty-input {
    height: calc(1.5em + 1.25rem + 2px) !important;
    padding: 10px 14px !important;
    padding: .625rem .875rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0 !important;
}

#n_product .qty {
    text-align: center;
}

.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
  z-index: 9999;
}

.dropdown-menu .dropdown {
    padding:0.2rem 0;
}

.dropdown-menu-horizontal {
  top: -8px;
  left: 100%;
}

/* Product Page - Size Variations */
a.size-block {
    color: #333;
    text-decoration: none;
}
a.size-block:hover,
a.size-block._itmspec_selected {
    background: #dee2e6;
}

.navbar.navbar-default {
    background: #f9f9f9;
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

a#cartcontentsheader {
    padding: 0;
    background-color: transparent;
    color: #000;
    border: none;
}

.nav-link {
    color: #000 !important;
}

.wrapper-header .dropdown-toggle::after {
    display: none;
}

.wrapper-footer {
    background-color: #fff;
    color: #000 !important;
}

.wrapper-footer .nav-link {
    color: #000 !important;
}

.top-footer {
    padding: 3rem 0;
    color: #fff;
}

.top-footer-icon {
    display: flex;
}

.top-footer-icon p {
    font-size: 0.9rem;
}

.nMobileNav li a {
    color: #000;
}

.payment-icon-container {
  padding: 5px 10px;
  background: transparent;
  border-radius: 3px;
  display: inline-block;
  height: 40px;
}

.form-control-beige-input {
    background: rgba(235, 227, 217, 0.5);
    border: 1px solid #e2e2e2;
    border-radius: 1rem 0 0 1rem;
}

.home-intro .row {
  color: #fff;
}

.home-intro img {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 2rem;
    width: 100% !important;
    padding: 0;
    object-fit: cover;
}

.thumbnail.card-body {
    border-radius: 1rem;
    background: #fff;
    padding: 0;
    font-family: 'Minigap' !important;
    min-height: 400px;
    padding: 1rem;
    text-align: center;
}

.thumbnail.card-body a.thumbnail-image {
    padding: 1rem;
    background: #ffffff !important;
}

/* .thumbnail.card-body .card-title {
    padding: 1rem;
    text-align: center;
    background: #F4F4F4;
    border-radius: 0 0 2rem 0;
    min-height: 200px;
    margin-bottom: 0;
    
} */

.table-bordered {
    background: #fff;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size: 1rem;
    color: #000;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }

  .sidenav input[id^="menu-"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    opacity:0;
  }

.sidenav div[id^="menu-cont-"] {
    /* border-right: 1px solid #ccc; */
    width: 85%;
    /* max-width: 440px; */
    background-color: #fff;
    /* padding: 5px; */
    box-sizing: border-box;
    margin: 0;
    height: 100vw;
    position: fixed;
    margin: 0;
    /* overflow: hidden; */
    top: 0;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.35s;
    padding-right:0;
  }
  .sidenav #top-nav:checked ~ div[id^="menu-cont-"],
  input[id^="menu-"]:checked ~ div[id^="menu-cont-"] {
    transform: translate3d(0, 0, 0);
  }
  .sidenav li.nav-item {
    width: 100%;
    font-size: 16px;
    list-style: none;
    font-family: 'Minigap', Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 15px 10px 15px 20px;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
    position:relative;
  }
  .sidenav div[id^="menu-cont-"] li.nav-item:last-child {
    border: 0;
  }
  .sidenav .menu-ul {
    padding: 0;
    margin: 0 0 0 0;
    background: #fff;
  }
  .sidenav .nav-item.sub-menu:after, label.menu-label:before {
    content: "";
    border: 2px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 2px;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    float: right;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: rgba(0, 0, 0, 0.3);
    border-top: none;
    border-top-color: currentcolor;
    border-left: none;
    border-left-color: currentcolor;
    margin-top: 10px;
  }
  .sidenav label.menu-label {
    width: 100%;
    display: block;
    padding: 15px 10px 15px 20px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    background-color:#9BA684;
  }
  .sidenav label.menu-label:before {
    float:left;
    margin:5px;
    margin-left:0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #menu-cont-1{z-index:1001;}
  #menu-cont-2{z-index:1002;}
  #menu-cont-3{z-index:1003;}
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

@media only screen and (max-width: 600px) {
    .navbar.navbar-default {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        box-shadow: 0 !important;
        width: 60%;
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,.175)!important;
        box-shadow: 0 0 0 rgba(0,0,0,.175)!important;
    }

    .topNav {
        display: none !important;
    }

    .top-footer-icon {
        margin: 1.5rem 0 1.5rem 3rem;
    }

    .footer-menu {
        width: 50%;
        text-align: left;
    }

    .wrapper-footer h4 {
    margin: 30px 0 15px;
    border-bottom: 1px solid #666;
    padding-bottom: 1rem !important;
    }

    .navbar-nav .dropdown{
        z-index: 99;
        background: #fff;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        color: #000;
    }

    .wrapper-logo .logo {
        max-width: 70%;
        margin-bottom: 0.5rem;
    }

    #main-content {
        width: 95% !important;
    }

    .category-header {
        max-width: 95%;
        margin: 0 auto;
    }

    .carousel-caption {
        top: 5px;
        left: 1rem;
        z-index: 10;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .carousel-caption h2 {
        font-size: 1rem;
    }

    .carousel-caption p {
        font-size: 0.8rem;
    }

    .carousel-caption .btn-primary {
        font-size: 0.9rem !important;
        padding: 0.2rem 1rem;
    }

    .step-line {
        height: 70%;
        background: #f3f3f3;
        width: 7px;
    }

    .navbar-main {
        border: 0;
    }

    .home-intro img {
        top: -2rem;
    }

    .display-4 {
        font-size: 1.5rem;
    }
    
}



.text-primary {
    color: #007bff !important;
}

.form-control {
    border-radius: 0.8rem;
}

.sidebar-menu {
    background: transparent;
    border: 0;
}

.sidebar-menu .list-group-item {
    border: 0 !important;
    background: transparent !important;
    border-left: 7px solid #e2e2e2 !important;
}

.sidebar-menu .list-group-item-action {
    border-left: 7px solid #9BA684 !important;
    color: #9BA684 !important;
    font-weight: bold !important;
}


.products-row {
    align-items: stretch !important; /* Change from flex-start to stretch for uniform height */
    display: flex; /* Ensure flex context */
    flex-wrap: wrap; /* Allow wrapping for responsive design */
    margin-right: -0.5rem; /* Match Bootstrap gutter or adjust as needed */
    margin-left: -0.5rem; /* Match Bootstrap gutter or adjust as needed */
}

.products-row article {
    display: flex !important;
    padding: 0.5em;
    width: 100%;
    flex-direction: column; /* Ensure vertical stacking within each card */
    height: 100%; /* Stretch to match the tallest card in the row */
    min-height: 400px;
    justify-content: space-between; /* Push content to top and buttons to bottom */
    position: relative; /* Ensure proper stacking context */
    z-index: 1; /* Prevent underlay from lower z-index elements */
    margin-bottom: 1rem; /* Replace pb-2 for consistency */
    box-sizing: border-box; /* Include padding in width/height calculations */
}

@media (min-width: 768px) {

.navbar-expand-md .navbar-collapse {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

ul.navbar-nav {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
}

.modal-body {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
background-color: #fff;
padding: 20px;
border: 1px solid #ccc;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.modal-body a {
    color: #ff6347; /* This changes the link color to tomato */
    text-decoration: none; /* Removes underline from the link */
  }

  /* Optional: Change color when hovering over the link */
  .modal-body a:hover {
    color: #4682b4; /* This changes the link color to steel blue on hover */
  }

  .qty-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 1rem;
    width: fit-content;
}

.qty-spinner button {
    background: #e8f5e8;
    border: 1px solid #4caf50;
    color: #4caf50;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 1rem;
}

.qty-spinner button:hover {
    background: #4caf50;
    color: white;
}

.qty-spinner input {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 0.5rem;
    font-size: 1rem;
    padding: 0;
    -moz-appearance: textfield;
}

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

.thumb .products-row {
    align-items: stretch !important;
    width: 100%;
}

.thumb .products-row article {
    padding: 0 15px !important;
    width: 100%;
    margin-bottom: 1rem !important;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column !important;
    min-height: 400px !important;
}

.thumb .products-row article .card {
    border: 1px solid #E1E1E1 !important;
    border-radius: 1rem !important;
    padding: 1rem !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    z-index: 2 !important;
    background-color: #FFFFFF !important;
    box-shadow: none !important;
}

.thumb .products-row article .card-title {
    min-height: 100px !important;
    margin-bottom: 1rem !important;
}

.thumb .products-row article .price {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    margin-bottom: 1rem !important;
}

.thumb .products-row article .buying-options {
    margin-top: auto !important;
}

.thumb .products-row article .qty-spinner {
    margin: 0 auto 1rem !important;
    width: fit-content !important;
}

.thumb .products-row article .btn {
    width: 100% !important;
    border-radius: 0.5rem !important;
}

/* Neutralize Bootstrap v4.3.1 card defaults */
.card {
    position: relative !important;
    box-shadow: none !important;
}

/* Enable dropdown on hover for desktop */
@media (min-width: 768px) {
    .hover-dropdown:hover .dropdown-menu {
        display: block !important; /* Show dropdown on hover */
    }

    .hover-dropdown .dropdown-menu {
        display: none; /* Hide by default until hover */
        position: absolute; /* Ensure proper positioning */
        top: 100%; /* Align below the nav item */
        left: 0;
        min-width: 10rem; /* Minimum width for readability */
        padding: 0.5rem 0;
        margin: 0.125rem 0 0; /* Adjust spacing */
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    }

    .hover-dropdown .dropdown-menu .nav-item {
        padding: 0.25rem 1.5rem; /* Adjust padding for submenu items */
    }

    .hover-dropdown .dropdown-menu .nav-link {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .hover-dropdown .dropdown-menu .nav-link:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }
}

/* Retain click functionality for mobile */
@media (max-width: 767.98px) {
    .hover-dropdown .dropdown-menu {
        display: none; /* Hide until clicked on mobile */
    }

    .hover-dropdown .dropdown-toggle {
        cursor: pointer; /* Indicate clickable */
    }
}

.hover-dropdown {
    position: relative;
}

.hover-dropdown:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 10px; /* Extend hover area downward */
    background: transparent;
}

.hover-dropdown:hover .dropdown-menu {
    display: block !important;
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}

/* Remove all borders from table */
.no-borders,
.no-borders th,
.no-borders td {
  border: none !important;
}

/* Optional: keep alignment clean */
.no-borders th {
  font-weight: 600;
  background: none;
}

.no-borders td,
.no-borders th {
  padding: 6px 0;  /* reduces visual bulk */
}