@import url('https://fonts.cdnfonts.com/css/satoshi');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Open+Sans:wght@400;600&display=swap');
@font-face {
	font-family: 'poppins regular';
	src: url(Poppins-Regular.otf);
}
@font-face {
	font-family: 'Raleway-Regular';
	src: url(../fonts/Raleway-Regular.woff);
}
@font-face {
	font-family: 'OpenSans-Regular';
	src: url(../fonts/OpenSans-Regular.woff);
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url(../fonts/Poppins-Regular.woff);
}
@font-face {
	font-family: 'Rabelo';
	src: url(../fonts/Rabelo.woff);
}
@font-face {
	font-family: 'HindSiliguri-Regular';
	src: url(../fonts/HindSiliguri-Regular.woff);
}
@font-face {
	font-family: 'Oswald-Regular';
	src: url(../fonts/Oswald-Regular.woff);
}
@font-face {
	font-family: 'Swansea';
	src: url(../fonts/Swansea.woff);
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url(../fonts/Roboto-Regular.woff);
}
@font-face {
	font-family: 'DarkerGrotesque-Regular';
	src: url(../fonts/DarkerGrotesque-Regular.woff);
}
@font-face {
	font-family: 'Quicksand-Regular';
	src: url(../fonts/Quicksand-Regular.woff);
}
@font-face {
	font-family: 'FuturaPTDemi';
	src: url(../fonts/FuturaPTDemi.otf);
  }
@font-face {
	font-family: 'Axiforma-Bold';
	src: url(../fonts/Axiforma-Bold.ttf);
}
@font-face {
	font-family: 'Axiforma-Regular';
	src: url(../fonts/Axiforma-Regular.ttf);
}
@font-face {
	font-family: 'Proxima-Nova-Bold';
	src: url(../fonts/Proxima-Nova-Bold.otf);
}
@font-face {
	font-family: 'Proxima-Nova-Reg';
	src: url(../fonts/Proxima-Nova-Reg.otf);
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url(../fonts/HelveticaNeueLTStd-Bd.otf);
}
@font-face {
	font-family: 'Ubuntu-Bold';
	src: url(../fonts/Ubuntu-Bold.ttf);
  }
@font-face {
	font-family: 'Ubuntu-Regular';
	src: url(../fonts/Ubuntu-Regular.ttf);
  }
@font-face {
	font-family: 'BoxedRegular';
	src: url(../fonts/BoxedRegular.ttf);
}
@font-face {
	font-family: 'Asap-Medium';
	src: url(../fonts/Asap-Medium.otf);
}
@font-face {
	font-family: 'HelveticaNeue-Bold';
	src: url(../fonts/HelveticaNeue-Bold.ttf);
}
@font-face {
	font-family: 'Rockwell-bold';
	src: url(../fonts/Rockwell-bold.ttf);
}
@font-face {
	font-family: 'Rockwell';
	src: url(../fonts/Rockwell.TTF);
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: 'CenturyGothic';
  src: url(../fonts/CenturyGothic.ttf);
}
@font-face {
	font-family: 'Fontspring-biennaleblack';
	src: url(../fonts/Fontspring-biennaleblack.otf);
}
@font-face {
	font-family: 'SourceSansPro-Bold';
	src: url(../fonts/SourceSansPro-Bold.otf);
}
@font-face {
	font-family: 'Biennale-UltraLight';
	src: url(../fonts/Biennale-UltraLight.otf);
}
@font-face {
	font-family: 'Biennale-Black';
	src: url(../fonts/Biennale-Black.otf);
}
@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url(../fonts/SourceSansPro-Regular.otf);
}
@font-face {
	font-family: 'Montserrat-VariableFont_wght';
	src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}
@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.ttf');
    font-weight: 500;
}
@font-face {
	font-family: 'Quicksand-Bold';
	src: url('../fonts/Quicksand-Bold.ttf'),
}
/* :root {
    --primary-color: #68B0D0;
    --secondary-color: #f5f5f5;
    --info: #232F5D;
    --text-secondary: rgba(26, 26, 26, 0.61);
    --btn-red: #BC0034;
} */
body{
    color: black !important;
    overflow-x: hidden;
}
a,
a:hover {
    text-decoration: none;
    color: inherit;
}

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

input[type="number"] {
  -moz-appearance: textfield;
}

.text-theme-primary {
    color: var(--primary-color)
}

.font-size-lg {
    font-size: 52px;
}

.sm-visible {
    display: none !important;
}

.bg-theme-primary {
    background-color: var(--primary-color);
}

.bg-theme-secondary {
    background-color: var(--secondary-color);
}
.bg-theme-top-bar {
    background-color: var(--top-color-bar);
}
.bg-theme-info {
    background-color: var(--footer-top-bck-color);
}

body {
    font-family: var(--font-family);
}
/* h1,h2,h3,h4,h5,h6,p,ul,li,a,span{
    font-family: 'Montserrat';
} */
h1,
h2 {
    /* font-family: var(--font-family); */
    font-family: var(--menu-font-family);
    
}

.top-header {
    height: 30px;
    padding-top: 4px;
    font-size: 13px;
}

.mid-header {
    height: 46px;
    z-index: 1;
}

.bottom-header {
    height: 76px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--top-header-text-color);;
    cursor: pointer;
}

.navbar-light .navbar-nav .white {
    color: white;
}
.navbar-light .navbar-nav .white:hover {
    color: white !important;
}

.nav-item.dropdown:hover>.dropdown-menu {
    margin-top: 0;
    display: block;
}

.dropdown.dropright:hover>.dropdown-menu {
    display: block;
    top: 0;
    left: 98%;
    margin-top: -1px;
}

.dropdown.dropright {
    position: relative;
}

.dropdown.dropright>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 98%;
    display: none;
}

.navbar-brand {
    z-index: 2;
}

.search-container {
    position: relative;
}

.search-container input {
    width: 100%;
    padding-right: 40px;
    background-color: var(--secondary-color);
    border: none;
    height: 50px;
}

.search-container button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: var(--primary-color);
    border-radius: 20px;
    color: white;
}

.contacts {
    max-width: 300px;
}

.dropdown-menu .dropdown-toggle {
    width: 100%;
}

.dropdown-toggle::after,
.dropright .dropdown-toggle::after {
    display: none;
}

.dropdown-item:hover {
    background-color: var(--primary-color);
    color: white;
}

.dropdown-item:active {
    background-color: white;
    color: black;
}

.mobile-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 9999;
}

.mobile-menu-view {
    display: none;
}

.mobile-menu-view.is-active {
    display: block;
}

.mobile-menu-wrapper .go-back {
    color: #212529;
    text-decoration: none;
}

.mobile-categories {
    -webkit-overflow-scrolling: touch;
    padding: 0 10px;
    max-height: 80vh;
    overflow-y: auto;
}

.mobile-categories .dropdown-menu,
.mobile-dropdown-menu {
    display: none;
    position: static;
    width: 100%;
    border: none;
    box-shadow: none;
    padding-left: 15px;
    background-color: #f8f9fa;
    margin-top: 5px;
    border-radius: 0;
    max-height: 60vh;
    overflow-y: auto;
    z-index: 1050;
    padding-bottom: 20px; /* Add extra padding at the bottom */
}

.mobile-categories .dropdown-item {
    padding: 10px 15px;
    white-space: normal;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.more-button {
    display: inline-block !important;
    width: auto !important;
    margin: 0 auto;
    min-width: 120px;
    text-align: center;
}

.mobile-categories .dropdown .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* New Dropdown */
/* Dropdown Mega Menu Styles */
.mega-menu {
    padding: 0;
    overflow: visible;
    max-height: 80vh;
}
.mega-menu.active {
    width: 500px;
}

.menu-container {
    display: flex;
    height: auto;
    max-height: 80vh;
    overflow: visible;
}

.parent-menu {
    width: 200px;
    padding: 1rem;
    border-right: none;
    max-height: 80vh;
    overflow-y: auto;
}

.parent-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.parent-menu li {
    margin-bottom: 0.5rem;
    min-width: 200px;
}

.parent-menu a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0.5rem;
    white-space: normal;
    word-wrap: break-word;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.parent-menu li:hover{
    cursor: pointer;
    background: var(--menu-background-hover-color);
    color:var(--drop-down-menu-text-hover-color) !important;

}
.parent-menu a:hover {
    background: var(--menu-background-hover-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    color:var(--drop-down-menu-text-hover-color) !important;
}
.parent-menu li.has-nested{
    position: relative;
}
.parent-menu li.has-nested a::after {
    content: '\3009';
    display: block;
    position: absolute;
    right: 32px;
    top: 20%;
}
.nested-menu {
    flex: 1;
    padding: 1rem;
    position: relative;
    transition: all 0.3s ease;
    max-height: 80vh;
    /* overflow-y: auto; */
}

.nested-submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 80vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    /* overflow-y: auto; */
}

.nested-submenu.active {
    opacity: 1;
    visibility: visible;
    display: block;
    border-left: 1px solid var(--border-color);
}

.nested-menu.d-none {
    display: none !important;
    opacity: 0;
}

.nested-menu.active {
    opacity: 1;
}

.nested-submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nested-submenu li {
    margin-bottom: 0.5rem;
}

/* Adjust existing dropdown styles to work with new structure */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--border-color);
    border-radius: 0.25rem;
}

.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
}

/* Ensure dropdown items maintain their styles */
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    background: var(--menu-background-hover-color);
    color:var(--drop-down-menu-text-hover-color) !important;
}

.dropdown-item:active {
    background-color: white;
    color: black;
}

#close-mob-menu {
    cursor: pointer;
    font-size: 36px;
}

.brand-grid-container {
    display: grid;
    grid-template-areas:
        "brand brand brand top-picks express"
        "brand brand brand new-product bargain";
    grid-gap: 10px;
}


.brand-img {
    grid-area: brand;
}

.brand-img img {
    height: 100%;
}

.banner-responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.top-picks {
    grid-area: top-picks;
}

.express {
    grid-area: express;
}

.new-product {
    grid-area: new-product;
}

.bargain {
    grid-area: bargain;
}

.offers-grid .card {
    margin-bottom: 8px;
    border: none;
}

.offers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    padding: 0;
    margin-top: 1rem;
}

.icon svg {
    width: 48px;
    height: 48px;
    /* transform: rotate(-45deg); */
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.promises-section {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}

.promises-section .image-container {
    flex: 0 0 50%;
    max-width: 50%;
}

.promises-section .image-container img {
    width: 100%;
    height: 100%;
}

.promises-section .content-container {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 50px;
}

.testimonial-container {
    width: 100%;
    padding: 100px 0 0;
    margin: 0;
    overflow: hidden;
}

.testimonial-card {
    height: 100%;
    box-shadow: 0px 36px 88.2px 14px #07090D0D;
    border: none;
}

.testimonial-card .card-body {
    min-height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .testimonial-card .card-text {
    max-height: 170px;
    overflow: auto;
} */

#testimonialCarousel .carousel-inner {
    overflow: hidden;
    padding: 50px 0;
}

#nextBtn,
#prevBtn,
#nextBtnSm,
#prevBtnSm {
    width: 48px;
    height: 48px;
    border-color: var(--border-color);
    color: var(--primary-color);
    border: 1px solid;
    background-color: white;
}

#nextBtn:hover,
#prevBtn:hover,
#nextBtnSm:hover,
#prevBtnSm:hover {
    background-color: var(--primary-color);
    color: white !important;
}

.colors {
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.colors a {
    padding: 4px;
}

.colors .card-body {
    padding: 0;
    text-align: center;
}

.color-box {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.color-label {
    padding: 10px 0 10px;
    font-weight: bold;
    color: #000;
}

.orange {
    background-color: #FFA500;
}

.pink {
    background-color: #FF5C78;
}

.purple {
    background-color: #5A4099;
}

.blue {
    background-color: #0054A4;
}

.brown {
    background-color: #774422;
}

.gold {
    background-color: #B99152;
}

.green {
    background-color: #00703C;
}

.black {
    background-color: #000000;
}

.red {
    background-color: #FF0000;
}

.yellow {
    background-color: #FFFF00;
}

.sm-nav {
    position: relative;
    overflow: hidden;
}

.sm-nav ul {
    list-style: none;
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 85px;
    padding-right: 85px;
    justify-content: center;
}

.sm-nav ul::-webkit-scrollbar {
    display: none;
}

.sm-nav::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(to right, rgba(249, 249, 249, 0), rgba(249, 249, 249, 1));
    pointer-events: none;
}

.sm-nav .nav-item {
    white-space: nowrap;
    margin-right: 12px;
}

.sm-nav .nav-item:last-child {
    margin-right: 0;
}

.sm-nav-mid {
    display: flex;
    justify-content: space-between;
    height: 55px;
    align-items: end;
}
@media screen and (min-width: 768px) {
    .sm-brand {
        top: 41px;
    }
    .col-lg-3.filter-section{
        flex:0 0 30%;
        max-width: 30%;
    }
}
@media screen and (min-width: 991.98px) {
    .products-section.col-lg-8{
        flex:0 0 70%;
        max-width: 70%;
    }
}
.sm-brand{
    position: absolute;
}
.sm-contacts {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 4px;
}

.sm-contacts .dropdown-item {
    cursor: pointer;
}

.sm-contacts .dropleft .dropdown-toggle::before {
    display: none;
}

.sm-contacts .dropleft .dropdown-menu {
    top: auto;
    margin-top: -32px;
}

/*Product page*/
#mainImage {
    border-radius: 35px;
    height: 525px;
    width: 525px;
    object-fit: contain;
}

.thumbnails-container {
    flex: 1;
    /* Take up remaining space */
    overflow-x: auto;
    /* Enable horizontal scrolling */
    scrollbar-width: none;
    /* Hide scrollbar in Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar in IE/Edge */
}

.thumbnails-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar in WebKit browsers (Chrome, Safari) */
}

.thumbnail-img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    border-radius: 5px;
}

.cloudzoom-gallery {
    flex: 0 0 auto;
    /* Prevent thumbnails from shrinking */
}

.cloudzoom-wrap {
    position: relative;
    display: inline-block;
}

.cloudzoom-gallery img {
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    border-radius: 10px;
}

.cloudzoom-gallery-active img {
    border-color: var(--primary-color);
}

.cloudzoom-gallery:hover img {
    border-color: var(--primary-color);
}

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

.accordion .card-header .btn {
    width: 100%;
    text-align: left;
    position: relative;
    text-decoration: none;
}

.accordion .card-header .btn::after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion .card-header .btn.collapsed::after {
    content: '\f078';
}

.accordion .card-header .btn:focus {
    box-shadow: none;
}

#collapseThree button {
    border: 1px solid var(--border-color) !important;
}

#collapseThree button:hover {
    border: 1px solid var(--border-color) !important;
    background-color: white;
    color: var(--primary-color) !important;
}

.quantity-input:focus {
    box-shadow: none;
}

.product-steps {
    border: 1px solid var(--border-color);
}

.price-option{
    display: flex;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}
.price-option-item{
    flex: 0 0 calc(25% - 10px);
    margin-bottom: 10px;
}
.quantity-option {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.quantity-option-item {
    flex: 0 0 calc(25% - 10px);
    box-sizing: border-box;
    margin-bottom: 10px;
}

.price-option-input,
.quantity-option-input {
    display: none;
}

.price-option-button,
.quantity-option-button {
    background-color: white;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80px;
}

.price-option-button:hover,
.quantity-option-button:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.price-option-input:checked+.price-option-button,
.quantity-option-input:checked+.quantity-option-button {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: white;
}

.quantity {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.quantity button:focus {
    outline: none;
}

.quantity input {
    color: var(--primary-color);
    font-weight: bold;
}

.btn-custom-pr {
    background-color: var(--primary-color);
    color: white ;
    border: 1px solid var(--border-color);
}

.btn-custom-pr:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.btn-custom-sec {
    background-color: white;
    color: black;
    border: 1px solid var(--border-color);
    font-weight: bold;
}

.btn-custom-sec:hover {
    background-color: var(--primary-color);
    color: white;
}

.product-card {
    border: none;
    background-color: #F6F6F8;
    border-radius: 0.5rem;
    height: 100%;
}

.product-card img {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.product-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card .card-title {
    font-size: 18px;
    font-weight: 500;
}

.product-card .card-text {
    color: var(--primary-color);
    font-weight: bold;
}

#relatedProductsCarousel .carousel-control-prev {
    left: -25px;
}

#relatedProductsCarousel .carousel-control-next {
    right: -25px;
}

#relatedProductsCarousel .carousel-control-prev,
#relatedProductsCarousel .carousel-control-next {
    width: 15px;
    border: none;
    background-color: transparent;
    color: var(--primary-color);
}

#relatedProductsCarousel .carousel-control-prev:hover,
#relatedProductsCarousel .carousel-control-next:hover {
    color: var(--info);
}

#relatedProductsCarousel .carousel-control-prev:hover,
.carousel-control-next:hover {
    color: var(--info);
}

.totals-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    padding: 20px;
    z-index: 999;
}

/*Branding page*/
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    padding: 16px;
    border-radius: 32px;
    background: white;
    box-shadow: 0px 0px 0px 5px rgba(107, 107, 107, 0.2);
    color: var(--primary-color);
}

.play-button:hover {
    color: black;
}

.section {
    padding: 60px 0;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
}

.video-lg {
    width: 100%;
}

.video-lg video {
    width: 80%;
}

.backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.backdrop.show {
    visibility: visible;
    opacity: 1;
}

.cart-container,
.cart-contacts-container {
    position: fixed;
    right: 0;
    height: 100%;
    background-color: var(--secondary-color);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cart-container {
    width: 402px;
}

.cart-container .product-items {
    height: 100%;
    background-color: var(--secondary-color);
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 150px;
    overflow-y: scroll;
}

.cart-contacts-container {
    width: 608px;
}

.cart-contacts-container .cart-footer {
    width: 608px;
}

.cart-footer {
    position: fixed;
    bottom: 0;
    width: 400px;
}

.text-secondary {
    color: var(--text-secondary);
}

.text-red {
    color: var(--btn-red);
}

.trash-btn {
    position: absolute;
    top: 4px;
    right: 8px;
}

/*Categories Page*/
.color-checkbox {
    display: none;
}

.color-label {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.color-label.home {
    width: auto;
    height: auto;
}

.color-checkbox:checked+.color-label {
    border: 2px solid var(--border-color);
}

.color-red {
    background-color: #FF0000;
}

.color-blue {
    background-color: #0000FF;
}

.color-yellow {
    background-color: #FFFF00;
}

.color-green {
    background-color: #008000;
}

.color-black {
    background-color: #000000;
}

.color-brown {
    background-color: #A52A2A;
}

.color-purple {
    background-color: #800080;
}

.color-pink {
    background-color: #FFC0CB;
}

.color-orange {
    background-color: #FFA500;
}

.color-gray {
    background-color: #808080;
}

.color-white {
    background-color: #FFFFFF;
    border: 1px solid #000;
}

.products-grid {

}

.products-grid .card {
    margin-bottom: 8px;
    border: none;
}

.products-grid .offers {
    padding: 0.25rem;
}

.pagination .page-item .page-link {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    font-size: 1rem;
    margin: 0 0.25rem;
    font-weight: bold;
}

.pagination .page-item.active .page-link {
    background-color: #68B0D0;
    color: white;
    border: none;
}

.pagination .page-item .page-link {
    background-color: rgba(104, 176, 208, 0.2);
    color: rgba(37, 49, 76, 1);
    border: none;
}

.pagination .page-item .page-link:hover {
    background-color: #AED6F1;
}

.pagination .page-item .page-link.nxt-page,
.pagination .page-item .page-link.prev-page {
    font-size: 1rem;
    padding: 0.5rem;
    width: 36px;
    height: 36px;
}

.highlighted-range,
#datepicker .active,
#datepicker .next,
#datepicker .prev {
    background-color: #EFF7FA !important;
    color: #68B0D0 !important;
    border-radius: 50% !important;
}

.filter-summary {
    font-size: 14px;
}

.fullscreen-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1050;
    /* Ensure it sits above other content */
    overflow-y: auto;
    /* Allow scrolling if content overflows */
    display: none;
    /* Hidden by default */
}

.fullscreen-filter.active {
    display: block !important;
    /* Show when active */
}

@media (min-width: 1440px) {
    .container {
        max-width: 1240px;
    }

    .navbar {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    .navbar-nav {
        flex-direction: row;
    }
    .contacts {
        max-width: 200px;
    }
    #testimonialCarousel .carousel-inner {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom:0px;
    }
}

@media (min-width: 992px) {
    .offers-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (min-width: 767.98px) {
    .md-hidden {
      display: none !important;
    }
  }
@media (max-width: 991.98px) {
    .sm-hidden {
        display: none !important;
    }

    .sm-visible {
        display: block !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .search-container button {
        width: 90px;
        right: 3px;
    }

    .search-container input {
        border: 1px solid var(--border-color);
    }

    .cart-container,
    .cart-contacts-container {
        width: 100%;
    }

    .cart-footer,
    .cart-contacts-container .cart-footer {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .brand-grid-container {
        padding-top: 40px;
        grid-template-areas:
            "brand brand"
            "brand brand"
            "top-picks express"
            "new-product bargain";
        grid-auto-rows: auto;
    }

    .brand-grid-container img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .mid-header .navbar-nav {
        flex-direction: row;
        gap: 4px;
    }

    .promises-section .image-container,
    .promises-section .content-container {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .promises-section .content-container {
        padding-top: 50px;
        padding-left: 0;
    }

    .carousel-item .row {
        display: flex;
        justify-content: center;
    }

    .carousel-item .col-md-6 {
        max-width: 100%;
    }

    .testimonial-container {
        padding: 50px 0;
    }

    .footer {
        flex-direction: column;
    }

    .footer-social {
        justify-content: space-between;
    }

    .sm-contacts h4 {
        font-size: 18px;
    }

    .sm-contacts p {
        font-size: 13px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .main-content {
        flex-direction: column;
    }

    #relatedProductsCarousel {
        margin: 0 25px;
    }

    .product-card .card-title {
        font-size: 12px;
        font-weight: 500;
    }

    .video-lg video {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .reverse-column {
        flex-flow: column-reverse;
    }
}

.menu-mob,nav.navbar.navbar-expand-lg.navbar-light.bg-white.border-top.sm-hidden.categories-nav {
    /* z-index: 100; */
    background: var(--menu-color-bar) !important;
    font-family: var(--font-family) !important;
}

li.color-img-option {
    display: inline-block;
    margin-top: 5px;
}

.product-stock ul {
    display: inline;
    margin: 0 auto;
}

.color_box_wrap {
    width: 24px;
    height: 24px;
    border: 1px solid !important;
    overflow: hidden;
    position: relative;
    margin-right: 5px;
    display: flex;
    color: #e0e0e0;
    border-radius: 50% !important;
}

.color_box_wrap:hover {
    border-color: black !important;
}
.color_box_wrap.active{    outline: #000 solid 1px;}
.color_box {
    display: flex;
}

.color-red {
    background: #ee3214 !important;
}

.color-orange {
    background: #f78e1e !important;
}

.color-yellow {
    background: #ffef00 !important;
}

.color-pink {
    background: #e64097 !important;
}

.color-navy {
    background: #00447e !important;
}

.color-blue {
    background: #0054a4 !important;
}

.color-lightblue {
    background: #007dc3 !important;
}

.color-purple {
    background: #5a4099 !important;
}

.color-green {
    background: #00703c !important;
}

.color-brown {
    background: #774422 !important;
}

.color-grey {
    background: #c9cacc !important;
}

.color-black {
    background: #000000 !important;
}

.color-gold {
    background: #b99152 !important;
}

.color-bronze {
    background: #c9a597 !important;
}

.color-silver {
    background: #b2b2b2 !important;
}

.color-white {
    background: #ffffff !important;
    border: 1px solid grey;
}

.color-cmyk,
.color-Full,
.color-full,
.color-choice,
.color-coastal {
    background: url(cmyk.jpg) center center !important;
    background-size: 100%;
}

.color-petrol,
.color-Petrol {
    background: #4ca6b9 !important;
}

.color-natural {
    background: #ccc5a2 !important;
}

.color-pastel.blue {
    background: #c5dfed !important;
}

.color-pastel.green {
    background: #c4d7d7 !important;
}

.color-pastel.pink {
    background: #f2c8e7 !important;
}

.color-pastel.purple {
    background: #c1bfe3 !important;
}

.color-pastel.yellow {
    background: #edecd6 !important;
}

.color-bcffad {
    background: #bcffad !important;
}

.color-ffabff {
    background: #ffabff !important;
}

.color-red {
    background: #ee3214 !important;
}

.color-orange {
    background: #f78e1e !important;
}

.color-yellow {
    background: #ffef00 !important;
}

.color-pink {
    background: #e64097 !important;
}

.color-navy,
.color-Navy {
    background: #00447e !important;
}

.color-blue {
    background: #0054a4 !important;
}

.color-lightblue {
    background: #007dc3 !important;
}

.color-purple {
    background: #5a4099 !important;
}

.color-green {
    background: #00703c !important;
}

.color-brown {
    background: #774422 !important;
}

.color-grey {
    background: #c9cacc !important;
}

.color-black {
    background: #000000 !important;
}

.color-gold {
    background: #b99152 !important;
}

.color-bronze {
    background: #c9a597 !important;
}

.color-silver {
    background: #b2b2b2 !important;
}

.color-white {
    background: #ffffff !important;
    border: 1px solid grey;
}

.color-Royal,
.color-royal {
    background: #31469e !important;
}

.color-cmyk,
.color-Full,
.color-full,
.color-choice,
.color-coastal {
    background: url(cmyk.jpg) center center !important;
    background-size: 100%;
}

.color-emerald {
    background: #45a76f !important;
}

.color-burgundy {
    background: #78303d !important;
}

.color-dark.green {
    background: #385451 !important;
}

.color-light.grey {
    background: #9a8d90 !important;
}

.color-dark.grey {
    background: #63594e !important;
}

.color-euroblue,
.color-Euroblue {
    background: #41519a !important;
}

.color-ivory {
    background: #cbac98 !important;
}

.color-light.blue {
    background: #509ed3 !important;
}

.color-euro.blue {
    background: #284157 !important;
}

.color-lilac {
    background: #c14cb2 !important;
}

.color-mint {
    background: #88cabe !important;
}

.color-lime.green {
    background: #a5c74e !important;
}

.color-amber {
    background: #e57b4d !important;
}

.color-light.blue {
    background: #5c7ab5 !important;
}

.color-light.green {
    background: #81e166 !important;
}

.color-gun.metal {
    background: #7e7775 !important;
}

.color-dark.blue {
    background: #1c2e40 !important;
}

.color-light.pink {
    background: #ef6c8c !important;
}

.color-mid.blue {
    background: #3d566f !important;
}

.color-dark.pink {
    background: #ea0940 !important;
}

.color-mid.green {
    background: #4e8c3d !important;
}

.color-mid.pink {
    background: #cc2d55 !important;
}

.color-dark.red {
    background: #ff0000 !important;
}

.color-mid.red {
    background: #e94040 !important;
}

.color-light.red {
    background: #ce5f5f !important;
}

.color-dark.orange {
    background: #fb5001 !important;
}

.color-mid.orange {
    background: #ff7738 !important;
}

.color-light.orange {
    background: #ffa67c !important;
}

.color-petrol,
.color-Petrol {
    background: #3b878e !important;
}

.color-oxford.blue {
    background: #336fac !important
}

.color-charcoal {
    background: #4f4e4a !important
}

.color-clear {
    background: #f0f0f0 !important
}

.color-true.blue {
    background: #4facde !important
}

.color-cardinal {
    background: #961f23 !important
}

.color-lava {
    background: #ed6032 !important
}

.color-translucent {
    background: #303635 !important
}

.color-moso.natural.bamboo {
    background: #cb8c43 !important
}

.color-oak.frame.with.aluminium.plate {
    background: #d8d3cf !important
}

.color-buoy {
    background: #dabdab !important;
}

.color-sand {
    background: #dfd0b9 !important;
}

.color-eaweed {
    background: #cbd9ca !important;
}

.color-tor {
    background: #d7d9cf !important;
}

.color-sky {
    background: #c7d6de !important;
}

.color-seaweed {
    background: #cedfce !important;
}

.color-anthracite {
    background: #3a4552 !important;
}

.color-beluga {
    background: #484641 !important;
}

.color-stonewash {
    background: #717b92 !important;
}

.color-racer.blue {
    background: #015ba3 !important;
}

.color-carbon {
    background: #393d44 !important;
}

.color-apple.green {
    background: #3b9537 !important;
}

.color-cerise.pink {
    background: #d63f6a !important;
}

.color-chestnut.brown {
    background: #7a3827 !important;
}

.color-chocolate.brown {
    background: #421d15 !important;
}

.color-deep.red {
    background: #a21d1a !important;
}

.color-reflex.blue {
    background: #1a1e7f !important;
}

.color-rose.pink {
    background: #ef7074 !important;
}

.color-azure.blue {
    background: #7a3f21 !important;
}

.color-transparent.blue {
    background-color: #3e84c5 !important;
}

.color-transparent.red {
    background-color: #ec2f00 !important;
}

.color-transparent.grey {
    background-color: #535758 !important;
}

.color-transparent.orange {
    background-color: #f19952 !important;
}

.color-transparent.lime {
    background-color: #9ed090 !important;
}

.color-bio {
    background-color: #e6e4cd !important;
}

.color-22oz {
    background-color: #681801 !important;
}

.color-39cl {
    background-color: #761b00 !important;
}

.color-stamp {
    background-color: #6f1900 !important;
}

.color-mark {
    background-color: #913915 !important;
}

.color-flute {
    background-color: #dfc780 !important;
}

.color-6cl {
    background-color: #680f00 !important;
}

.color-20oz {
    background-color: #f8e50e !important;
}

.color-20\.1oz {
    background-color: #dc9028 !important;
}

.color-\(28cl\) {
    background-color: #b47121 !important;
}

.color-\(pilsner\) {
    background-color: #e78001 !important;
}

.color-rm {
    background-color: #d1a800 !important;
}

.color-raft {
    background-color: #050304 !important;
}

.color-75cl {
    background-color: #544d8f !important;
}

.color-750ml {
    background-color: #c8390e !important;
}

.color-75cl {
    background-color: #c5251b !important;
}

.color-spring.green {
    background: #b2292b !important;
}

.color-marigold {
    background: #f1a304 !important;
}

.color-ocra {
    background: #613312 !important;
}

.color-peppermint {
    background: #78ae96 !important;
}

.color-0000 {
    background: #26498b !important;
}

.color-hot.pink {
    background: #ed3b8f !important;
}

.color-lemon.yellow {
    background: #dca720 !important;
}

.color-marine.navy {
    background: #242841 !important;
}

.color-pea.green {
    background: #76c12f !important;
}

.color-peppermint {
    background: #63b29c !important;
}

.color-powder.blue {
    background: #748bab !important;
}

.color-vibrant.red {
    background: #d32905 !important;
}

.color-raspberry {
    background: #aa2e39 !important;
}

.color-sunflower.yellow {
    background: #e0a730 !important;
}

.color-blossom.pink {
    background: #dfdbd4 !important;
}

.color-breeze.blue {
    background: #afc2d2 !important;
}

.color-dusky.pink {
    background: #bf99a6 !important;
}

.color-oceana.blue {
    background: #4e9ea8 !important;
}

.color-pecan {
    background: #cfb69c !important;
}

.color-vanilla {
    background: #e3e1c8 !important;
}

.color-aqua.lizard {
    background-color: #294760 !important;
}

.color-aqua.lizard {
    background-color: #294760 !important;
}

.color-light.beige {
    background-color: #ab5f2d !important;
}

.color-baby.pink {
    background-color: #202626 !important;
}

.color-violet.purple {
    background-color: #332848 !important;
}

.color-slate.blue {
    background-color: #4e6064 !important;
}

.color-shell.pink {
    background-color: #a97365 !important;
}

.color-scarlet.red {
    background-color: #803844 !important;
}

.color-ivy.green {
    background-color: #29443d !important;
}

.color-fuchsia.pink {
    background-color: #97315a !important;
}

.color-dark.brown {
    background-color: #332927 !important;
}

.color-cobalt.blue {
    background-color: #1b3146 !important;
}

.color-burnt.orange {
    background-color: #cb651e !important;
}

.color-mid.grey {
    background-color: #677070 !important;
}

.color-black-red {
    background-color: #791c23 !important;
}

.color-caramel {
    background-color: #b97137 !important;
}

.color-hi.chrome {
    background-color: #e0dde0 !important;
}

.color-shandy.brown {
    background-color: #7a3c09 !important;
}

.color-domed.silver {
    background-color: #cccccc !important;
}

.color-bright.pink {
    background-color: #e34f68 !important;
}

.color-solid.red {
    background-color: #d3463c !important;
}

.color-solid.purple {
    background-color: #7529a7 !important;
}

.color-solid.green {
    background-color: #318c41 !important;
}

.color-solid.blue {
    background-color: #2c3692 !important;
}

.color-trans {
    background-color: #e7e7e7 !important;
}

.color-steel {
    background-color: #b0b0b0 !important;
}

.color-champagne {
    background-color: #d8d6d4 !important;
}

.color-dark.yellow {
    background-color: #a28106 !important;
}

.color-teal.blue {
    background-color: #2d6266 !important;
}

.color-afbcdb {
    background-color: #bbc7cf !important;
}

.color-tomato.red {
    background-color: #ca2a2b !important;
}

.color-afbcdb {
    background-color: #dda87a !important;
}

.color-champagne {
    background-color: #2c292b !important;
}

.color-hi.chrome {
    background-color: #ebe1d8 !important;
}

.color-domed.silver {
    background-color: #d5d5d5 !important;
}

.color-domed.white {
    background-color: #e5e4ea !important;
}

.color-opaque {
    background-color: #ece5df !important;
}

.color-printed {
    background: url(cmyk.jpg) center center !important;
    background-size: 100%;
}

.color-wood {
    background-color: #ce956c !important;
}

.color-frosted.clear {
    background-color: #e8e4e1 !important;
}

.color-golf {
    background-color: #761618 !important;
}

.color-sliver {
    background-color: #e5e7e9 !important;
}

.color-glass {
    background-color: #b7b6b6 !important;
    ;
}

.color-citrus {
    background-color: #bd9029 !important;
}

.color-midnight.blue {
    background-color: #01010a !important;
}

.color-cranberry {
    background-color: #3c2227 !important;
}

.color-duo.black {
    background-color: #363636 !important;
}

.color-duo.midnight.blue {
    background-color: #16171f !important;
}

.color-duo.red {
    background-color: #6e0803 !important;
}

.color-racing.green {
    background-color: #92c61c !important;
}

.color-various.colours {
    background-color: greenyellow !important;
}

.color-jogging.bottle.plastic.sports {
    background-color: #afafaf !important;
}

.color-off.white {
    background-color: #b2bbb3 !important;
}

.color-frosted {
    background-color: #e8e4e1 !important;
}

.color-stainless.steel.tumbler {
    background-color: #8b8985 !important;
}

.color-lumo {
    background-color: #d7d901;
}

.color-mixed {
    background: url(cmyk.jpg) center center !important;
    background-size: 100%;
}

.color-candle {
    background-color: #bba887 !important;
}

.color-pot {
    background-color: #e7e7e5 !important;
}

.color-packaging {
    background-color: #e1bc90 !important;
}

.color-twin {
    background-color: #9b9680 !important;
}

.color-tomato.red {
    background-color: #cd2d2e;
}

/* .color-spike{background:#cbac98!important;} */

/* start css 19-09-2022 */
.color-natural.bright.blue {
    background: #3ea2c4 !important;
}

.color-natural.black {
    background: #3b3e33 !important;
}

.color-natural.navy {
    background: #283049 !important;
}

.color-natural.red {
    background: #3e2654 !important;
}

.color-natural.purple {
    background: #3c2355 !important;
}

.color-natural.orange {
    background: #ec3e2b !important;
}

.color-natural.green {
    background: #2b4948 !important;
}

.color-bright.blue {
    background: #32929b !important;
}

.color-nat.black {
    background: #eab276 !important;
}

.color-nat.blue.royal {
    background: #2e3033 !important;
}

.color-nat.blue.royal {
    background: #c52228 !important;
}

.color-nat.black {
    background: #363133 !important;
}

.color-nat.red {
    background: #c5252a !important;
}

.color-nat.purple {
    background: #7e66aa !important;
}

.color-nat.green {
    background: #258558 !important;
}

.color-blue.navy {
    background: #2a3d56 !important;
}

.color-nat.cyan {
    background: #40a6ca !important;
}

.color-dark.natural.black {
    background: #a57f50 !important;
}

.color-nat.blue.royal {
    background: #224284 !important;
}

.color-green.apple {
    background: #b5dc61 !important;
}

.color-natural.red {
    background: #aa1f22 !important;
}

.default-sort {
    background: var(--secondary-color) !important;
}

.search_result {
    text-decoration: none;
}

.serach_result_list li {
    padding: 10px;
    list-style: none;
    padding-left: 20px;
}

.serach_result_list li .search_block {
    display: flex;
    align-items: center;
}

.search_product_des {
    display: flex;
    flex-direction: column;
}

.search_product_des span {
    color: black;
    text-decoration: none;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.search_product_des span.description {
    font-weight: 700;
}

.search_product_img {
    margin: 5px 10px;
}

.serach_result_list li.serach_product_result:hover {
    background: #EEEEEE;
}

.serach_result_list_header {
    padding: 20px;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 5px;
}

.serach_result_list li a {
    color: black;
    font-size: 13px;
}

.search-result-warpper {
    position: absolute;
    z-index: 109;
    background: white;
    width: 95%;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-top: 2px;
}

.serach_result_list {
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 800px) {
    .sm-brand img {
        width: 111px;
        height: 111px;
    }

    .navbar-brand img {
        /* width: 111px; */
        height: 85px;
        object-fit: contain;
    }
}

.js-cookie-consent{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* top: 10%; */
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: var(--primary-color); */
    color: black;
    border-radius: 0;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%);
    opacity: 1;
    text-align: center;
    padding: 15px;
    z-index: 111;
    background: #FFF;
    display: flex;
    justify-content: center;
}
.js-cookie-consent button{
    height: 32px;
    background-color: var(--primary-color);
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 25px;
    width: fit-content;
    text-align: center;
}
@media (max-width: 413px)
{
    .js-cookie-consent button {
    width: 210px;
}
}
@media(max-width:768px){
    .prod-cat-section-width{
        max-width: 50% !important;
    }
}
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    padding-right: 30px;
    color: #4D4D4D;
    font-family: var(--font-family);
}
.select-icon {
    margin-left: -30px;
    margin-right: 16px;
    position: relative;
    top: 27%;
    transform: translateY(-50%);
}
#mostPopular{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
    padding: 0 0.66rem !important;
    background-size: 15%;
    width: 180px;
}
#productDetails,
#productDetails > * {
    border: none !important;
}
#productDetails > .card-header {
    border: none ;
}
#productDetails > .card {
    background: var(--secondary-color);
    border: none;
}
.uppercase {
    text-transform: uppercase;
}

.js-cookie-consent .p-4{
	padding:0!important;
}
.js-cookie-consent button{
	width: auto !important;
}
.js-cookie-consent{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* top: 10%; */
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: var(--primary-color); */
    color: black;
    border-radius: 0;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%);
    opacity: 1;
    text-align: center;
    padding: 15px;
    z-index: 111;
    background: #FFF;
    display: flex;
    justify-content: center;
}
.js-cookie-consent button{
    font-size: 12px;
    font-weight: 500;
    height: 32px;
    background-color: var(--primary-color);
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 25px;
    width: 120px;
    text-align: center;
}
@media (max-width: 413px)
{
    .js-cookie-consent button {
    width: 210px;
}
}
.load-more-products-button{
    font-family: 'Oswald' !important;
}
@media(max-width:768px){
    .load-more-products-button{
        margin: 0 auto;
    }
    .mt-sm-4{
        margin-top: 1.5rem;
    }
}
.header-phone{
    font-size: var(--telephone_number_font_size) !important;
}
.header-email{
    font-size: var(--email_font_size) !important;
    color:var(--email-address);
}
.header-phone:hover{
    color: var(--telephone-number-colour) !important;
}
.header-email:hover{
    color: var(--email-address-colour) !important;
}
.footer-top a.phone:hover{
    color: var(--telephone-number-colour1) !important;
}
.footer-top a.email:hover{
    color: var(--email-address-colour1) !important;
}
.testimonial-card .fa-star {
    color: var(--testimonial-star-color) !important;
}
/* .navbar-brand{
   height: var(--header-logo-size);
} */
.nav-link.dropdown-toggle.parent-nav:hover{
    color: var(--menu-text-hover-color) !important
}
.nav-link.dropdown-toggle.parent-nav{
    color: var(--page-text-color) !important
}
.child-nav a:hover{
    color: var(--page-text-color);
}
.cart-icon{
    color:var(--cart-color);
}
.cart-icon:hover{
    color:var(--cart-hover-color);
}
.categories-nav{
    z-index: 101;
    font-family: var(--menu-font-family) !important;
}
.search-container button{
    background-color: var(--search-button-color) !important;
    height: 40px;
}
.search-container button:hover{
    background-color: var(--search-button-hover-color) !important;
    color: var(--search-button-hover-text-color) !important;
}
body a:hover
{
	text-decoration: none;
	color: var(--buttons-text-hover-color)!important;
}
.footer-logo{
    width: var(--footer-logo-size)
}
.prod-section-title{
    margin-bottom: var(--section-spacing);
    font-family: var(--font-family);
    margin-top: var(--section-spacing);
}
.express_quote{
    background-color:var(--express-quote-color) !important;
}
.express_quote:hover{
    background-color:var(--express-quote-color-hover) !important;
    color:white!important;
}

.buy_now{
    background-color:var(--buy-now-color) !important;
}
.buy_now:hover{
    background-color:var(--buy-now-color-hover) !important;
}
.free_design_visual{
    background-color:var(--free-design-visual-color) !important;
}
.free_design_visual:hover{
    background-color:var(--free-design-visual-color-hover) !important;
    color:white!important;
}
.order_sample_now{
    background-color:var(--order-sample-now-color) !important;
}
.order_sample_now:hover{
    background-color:var(--order-sample-now-color-hover) !important;
    color:white!important;
}
.custom-h1{
    font-size: var(--h1-tags-font-size) !important;
}
.footer{
    background-color: var(--footer-color) !important;
    color: var(--footer-text-color);
}
.footer ul li a:hover{
    color: var(--footer-text-hover-color) !important;
}
.footer-phone,.footer-email{
    color: var(--footer-text-color) !important;
}
.footer-phone:hover,.footer-email:hover{
    color: var(--footer-text-hover-color) !important;
}
.CarouselWidget-prefix {
    background: var(--footer-color) !important;
}
.request_a_sample {
    background: var(--request-sample);
     color: var(--reqsample-text-color);
  }
  .request_a_sample:hover
  {
    color:  var(--reqsample-text-color) !important;
    background-color: var(--request-hover-sample);
  }
  .download_image {
    background: var(--download-image);
    color:  var(--downimg-text-color) !important;
  }
  .download_image:hover
  {
    color:  var(--downimg-text-color) !important;
    background-color: var(--download-image-sample);
  }
  .request_a_quote {
    background: var(--request-quote);
    color: var(--reqquote-text-color);
  }
  .request_a_quote:hover
  {
    color:  var(--downimg-text-color) !important;
    background-color: var(--download-image-sample);
  }
  .spec_sheet {
    background: var(--spec-sheet);
    color: var(--spec-text-color);
  }
  .spec_sheet:hover
  {
    color: var(--spec-text-color) !important;
    background-color: var(--spec-sheet-sample);
  }
  td:nth-child(2n).bg-dg {
    background: var(--table-primary-color) !important;
    color: white;
}
td:nth-child(2n+1).bg-dg {
    background: var(--table-secondary-color) !important;
    color: white;
}
nav .breadcrumb li:hover > a{
    color: var(--bread-scrumb-hover-color) !important;
}

.offers-grid .card-img, .offers-grid .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    object-fit: cover;
    height: 170px;
}
.card-img-top.color-box{
    height: 100px !important;
}
.card.category p.card-text {
    margin-bottom: 0px;
}

.offers-grid .card-body .card-text,
.products-grid .card-body .card-text {
    font-weight: 700;
}
.color-platters ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* Make display-4 appear as display-6 on mobile devices */
@media (max-width: 767.98px) {
    .branding-method .display-4 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.2;
    }
    .header-phone {font-size: 18px !important;}
    .header-email{
        font-size: 16px !important;
    }
}
li.nav-item.dropdown.parents{
    margin-right: 20px;
}
li.nav-item.dropdown {
    padding: 0.5rem;
    /* margin-left: 10px; */
}
a.social{
    font-size: 18px;
}

#mostPopular:hover ,.nav-link:hover,.card.category:hover{
    cursor: pointer;
    color:var(--menu-text-hover-color) !important;
}

.head_buttons{
    font-size: 24px
}
.footer-contact ul {
    list-style: none;
}
.carousel-item{
    width: 100%;
}
.img.img-fluid.banner_img {
    height: 138px;
}

/* Price block toggle styles */
#togglePriceBlock, #expandPriceBlock button {
    transition: all 0.3s ease;
}

#togglePriceBlock:hover, #expandPriceBlock button:hover {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.price-block-hidden .price-block {
    display: none !important;
}

#priceBlockContent {
    transition: all 0.3s ease;
}

/* Circular cart button styles */
.btn-circle {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.btn-cart-icon {
    background-color: var(--primary-color);
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.btn-cart-icon:hover {
    background-color: var(--info);
    transform: scale(1.05);
}

.totals-footer-collapsed {
    position: fixed;
    bottom: 20px;
    right: 0;
    padding: 10px 15px;
    z-index: 1000;
}

@media (max-width: 576px) {
    .sm-toggle-visible {
        display: block !important;
    }
}
@media only screen and (max-width: 768px) {
    .mob-py-1{
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .price-option-item {
        flex: 0 0 calc(50% - 10px);
    }
    .price-option-button {
        min-height: 70px;
        font-size: 12px;
    }
}
button.toggleMobilePriceBlock.hide {
    position: absolute;
    top: 0;
    right: 0;
}
.btn-circle.large {
    width: 60px;
    height: 60px;
}
.follow-us {
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.search-button-enable.mobile{
    font-size: 12px;
}
.result-totals {
    display: flex;
    align-items: center;
}
.category-top-buttons{
    display: flex;
    align-items: center;
}
.pagination_block{
    margin-top: 3.5rem;
}
.mob-py-1{
    font-weight: bold !important;
}

.price-option-item.hidden {
    display: none;
}

.show-more-options {
    display: inline-block;
    margin-top: 10px;
    color: var(--primary-color);
    cursor: pointer;
    font-weight: bold;
    border: none;
    font-size: 18px;
    text-align: center;
}

.show-more-options .fa-chevron-down,.show-more-options .fa-chevron-up {
    margin-left: 5px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.show-more-options:hover {
    color: var(--menu-text-hover-color) !important;
}

#mobile-menu-btn {
    width: 30px;
    height: 30px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_buttons{
    font-size: 0.9rem;
}
.product_buttons.fw-bold{
font-weight: bold !important;
font-size: 1.2rem !important;
}
.products-grid .product-card {
display: flex;
flex-direction: column;
align-items: center;
padding: 5px 0;
background: #fff;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
height: 100%;
}

.products-grid .product-image {
text-align: center;
margin-bottom: 10px;
height: 181px;
max-width: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
margin-left: auto;
margin-right: auto;
position: relative;
}

@media (max-width: 768px) {
.products-grid .product-image {
height: 156px;
width: 148px;
}
}

.products-grid .product-image .card-img-top {
width: 100%;
height: 100%;
object-fit: cover;
min-width: 192px;
min-height: 181px;
}

.products-grid .product-name {
margin-bottom: 12px;
overflow: hidden;
position: relative;
width: 100%;
height: 44px;
}

.products-grid .product-name a {
color: #333;
text-decoration: none;
font-weight: 700;
font-size: 16px;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
white-space: normal;
word-wrap: break-word;
hyphens: auto;
text-align: center;
}

.products-grid .product-name:hover::after {
content: attr(data-full-text);
position: absolute;
background: white;
border: 1px solid #ddd;
padding: 5px;
border-radius: 3px;
z-index: 100;
top: 100%;
left: 0;
width: 100%;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
display: block;
}

.products-grid .product-name a:hover {
text-decoration: underline;
}

.products-grid .product-color-options {
margin-bottom: 8px;
text-align: center;
width: 100%;
}

.products-grid .color-dots {
display: flex;
flex-wrap: nowrap;
overflow-x: hidden;
padding: 0;
margin: 0;
list-style-type: none;
gap: 2px;
width: 100%;
justify-content: center;
align-items: center;
}

.products-grid .choose-colored-image {
display: inline-block;
margin-right: 2px;
margin-bottom: 0;
flex: 0 0 auto;
}

.products-grid .color_box {
width: 15px;
height: 15px;
border-radius: 50%;
overflow: hidden;
border: 1px solid #ddd;
cursor: pointer;
position: relative;
}

.products-grid .color_box:hover {
border-color: #999;
}

.products-grid .color-dot {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
}

.products-grid .more-colors-indicator {
display: block;
margin-top: 8px;
font-size: 12px;
font-weight: 700;
}

.product-price {
}

.price-tag {
font-weight: bold;
font-size: 12px;
color: #333;
}

.price-tag .original-price {
text-decoration: line-through;
}

.price-tag .currency {
color: var(--primary-color);
font-weight: bold;
font-size: 18px;
}

.price-tag .unit {
    font-size: 0.8em;
    color: #666;
}

/* Block 5: Delivery Information */
.delivery-info {
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.fw-normal{
    font-weight: normal !important;
}

/* Quantity container responsive layout */
.quantity-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.quantity-input-section {
    flex: 0 0 125px;
}

.quantity-input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.quantity-input-group {
    width: 100%;
}

.min-quantity-text {
    margin-top: 5px;
}

.quantity-options-section {
    flex: 0 0 65%;
}

@media (max-width: 768px) {
    .quantity-container {
        flex-direction: column;
    }

    .quantity-input-section,
    .quantity-options-section {
        flex: 0 0 100%;
        width: 100%;
    }

    .quantity-options-section {
        margin-top: 5px;
    }

    .quantity-input-wrapper {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .quantity-input-group {
        width: 40% !important;
    }

    .min-quantity-text {
        margin-left: 15px;
        margin-top: 0;
    }
}
.mb-branding{
    margin-bottom: 70px;
}
.mt-branding{
    margin-top: 70px;
}
.my-branding{
    margin-top: 70px;
    margin-bottom: 70px;
}

/* Testimonials heading mobile styles */
@media (max-width: 768px) {
    .testimonials-heading {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    .footer-heading{
        font-size: 23px;
    }


    .container.d-flex.justify-content-lg-between.justify-content-md-center {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .quantity-option {
        margin-top: 0;
    }
    .testimonials-name{
        margin-top: 15px;
    }
}
.h4.configuration {
    font-family: var(--font-family);
}
#addToCart:hover{
    color: white;
}
#nextBtn:focus, #prevBtn:focus, #nextBtnSm:focus, #prevBtnSm:focus{
    outline: none;
}
.container.header_container {
    padding-top: 10px;
}
.datepicker-inline {
    width: 260px;
}
.datepicker table{
    width: 100% !important
}
.badge-section {
    position: absolute;
    top: 0;
    right: 0;
}
.badge-icon{
    object-fit: contain;
    width: var(--express-icon-logo-size) !important;
    height: var(--express-icon-logo-size) !important;
    margin-right: 5px;
}

#relatedProductsCarousel .carousel-item img {
    min-height: 194px;
    min-width: 194px;
    object-fit: contain;
}

#relatedProductsCarousel .card-title {
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    hyphens: auto;
    height: 44px;
}
ol.breadcrumb {
    margin-block-end: 0;
    margin-left: 15px;
}
.product-new-category .slick-slider .slick-next::before,
.product-new-category .slick-slider .slick-prev::before,
.testimonial_wrapper .slick-slider .slick-next::before,
.testimonial_wrapper .slick-slider .slick-prev::before,
.search-brand-colour-section .slick-slider .slick-next::before, 
.search-brand-colour-section .slick-slider .slick-prev::before {
  font-size: 28px;
  opacity: 0.75;
  color: #fff;
  background: var(--primary-color);
  border-radius: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 0;
  height: 20px !important;
  width: 20px !important;
}
.slick-next:focus::before,
.slick-next:hover::before,
.slick-prev:focus::before,
.slick-prev:hover::before {
  opacity: 1;
  background: var(--secondary-color) !important;
}
.product-new-category img {
  padding: 10px;
}
.product-new-category .banner-category-img {
  position: relative;
}
.carousel-control-next,
.carousel-control-prev {
  width: 6%;
}
.product-new-category .banner-category-img img {
  width: 100% !important;
  margin: 0 auto;
  height: 200px;
  object-fit: contain;
  margin-bottom: 10px !important;
  padding: 0;
}
.title-block {
    margin-bottom: var(--section-spacing);
    text-align: center;
    margin-top: var(--section-spacing)
}
.header-stick.sticky {
    position: fixed;
    top: 0;
    z-index: 9;
    margin: 0 auto;
    float: none;
    display: inline-block;
    width: 100%;
    background: var(--menu-color-bar);
    box-shadow: 0 2px 10px rgb(0 0 0 / 35%);
}
.footer_telephone_text_color{
    color:var(--telephone-number-colour1) !important;
}
.footer_email_address_color{
    color:var(--email-address-colour1) !important;
}
.top-icon-cat-details{
    position:absolute;
    top:10px;
    left:30px;
    z-index: 99999;
}
.top-icon-cat-details_wrap{
    position: relative;
}
.top-icon-cat-details .image-icons-view.expressicn img {
  width: var(--express-icon-logo-size);
  height: var(--express-icon-logo-size);
  float: left;
  margin: 0 0 10px 10px;
}
.top-icon-cat-details .image-icons-view.ukmadeicn img {
  width: var(--british-made-icon-logo-size);
  height: var(--british-made-icon-logo-size);
  float: left;
  margin: 0 0 10px 10px;
}
.top-icon-cat-details .image-icons-view.ecofriendinc img {
  width: var(--eco-icon-logo-size);
  height: var(--eco-icon-logo-size);
  float: left;
  margin: 0 0 10px 10px;
}


/* new css */

@media screen and (min-width: 800px) {
    .navbar-brand img{
        width: 111px;
        height: 85px;
        object-fit: contain;
        margin-top: 45px;
    }
}
@media screen and (max-width: 991px){
    .top-header .nav-link{
        padding: 0 1rem;
    }
}
@media screen and (min-width: 800px) and (max-width: 991px){
    .sm-brand img{
        height: auto;
    }
}

.nav-link.dropdown-toggle.parent-nav{
    font-family: var(--menu-font-family);
}