/* =====================================
			n-General Styles
===================================== */

/* Current Reset time 2.40 H */

/* font-family: 'Font Awesome 6 Free'; */

/* Include in javascript 
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=chevron_right" /> */

/* Google Icons
   font-family: 'Material Symbols Outlined' !important;
   font-family: 'Material Symbols Rounded' !important;
   font-family: 'Material Symbols Sharp' !important;
*/
 :root {
     --white:#fff;
     --black:#000;
     --main1:#ccc;
     --main2:#eee;
     --radius:10px;
     --awesome:"Font Awesome 6 Free";
     --icon:'Material Symbols Rounded' !important;
}


/* General */
body, .header-wrapper {background-color:#F2F3F4;}

h1, h2, h3, h4, h4, h5, h6, p, span {
    font-family: "Montserrat", sans-serif;
}

h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.first-page-content .section .images {
    padding: 0;
}
.section.small-12.js-section-categories .promotion-item {
    border: none;
    background-color: transparent;
    margin: 4px 0;
    padding: 0px;
    border-radius: 0px;
    height: 100%;
    position: relative;
    contain: content;
}
.section.small-12.js-section-latestproducts .promotion-item {
    padding: 20px;
    height: 340px;
}
.section.small-12.js-section-latestproducts .promotion-item.only-product {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0px 1px 8px 0px #ebebeb;
}
.promotion-item:hover {
    box-shadow: none;
}
.section.small-12.js-section-latestproducts img {
    margin-bottom: 20px;
}

.section.small-12.js-section-latestproducts .promotion-item-bar {
    margin-top: 14px !important;
}

p.hide-for-small-only.descriptionDesktop {
    color: #b1b1b1;
    font-size: 14px;
}
h5.bold.hide-for-small-only {
    font-size: 19px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
    line-height: 1.5em !important;
}


/* Header */
#body > div.header-wrapper.collapse > div > div.row.header-bar.clearfix > div.header-bar-section.left > ul > li:nth-child(1) {
    padding-left: 0px;
}
#body > div.header-wrapper.collapse > div > div.row.header-bar.clearfix > div.header-bar-section.right > ul > li:nth-child(2) {
    padding-right: 0px;
}
.header-wrapper .row.header .logo-container .header-logo {
    height: 50px;
}

/* Buttons */
.first-page-content .buy-button {
    background-color: #087850;
    padding: 10px;
    max-height: 45px;
    border-radius: 5px;
}
.buy-button {
    background-color: #087850;
	border-radius: 5px;
}
.buy-button:hover, .buy-button:focus, .buy-button:active {
    background-color: #119365;
}
input.input-number.buy-quantity__input {
    top: 2px;
    position: relative;
}

/* Icons */

i.fas.fa-chevron-left {
    transform: rotateY(183deg);
}
.fa-search::before {
	color: #ccc;
}
.fa-envelope::before {
    content: "\f27a";
}

/* Buttons */
.minibasket .minibasket-icon {
    background-color: var(--button-color)!important;
}
.minibasket .minibasket-icon:hover {
    background-color: var(--button-hover-color)!important;
}

/* =====================================
			n-Menu
===================================== */

.menu-bar {
    background: linear-gradient(90deg, #0b2520 0%, #0f3f34 25%, #0e4f3d 50%, #0f3f34 75%, #0f332c 100%)!important;
}
.row.header-bar.clearfix * {
    color: #fff !important;
    font-size: 13px;
    padding: 2px;
}
#body > main > div.header-wrapper.collapse > div > div.row.header-bar.clearfix > div > ul > li:nth-child(1) {
    border-right: 0px;
    margin-right: 20px;
}
.row.header-bar.clearfix {
    background: linear-gradient(90deg, #0b2520 0%, #0f3f34 25%, #0e4f3d 50%, #0f3f34 75%, #0f332c 100%);
    box-shadow: 999px 0px 0px 0px #0f332c, -999px 0px 0px 0px #0b2520;
}
.menu-bar-desktop-categories-menu-item.active {
  padding-right: 15px;
}
.resource-menu-desktop ul li > ul > li:hover a {
  color: #a3a3a3;
  font-weight: bold;
}
.fa-times:before {
    width: 15px;
    text-align: center;
    position: absolute;
    right: 48px;
    top: 12px;
    padding: 0px;
    font-size: 15px;
}
.product-search-input-container .product-search-button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    padding: 7px;
    float: right;
    position: absolute;
    right: 0px;
    top:0px;
}

.product-search-input-container {
    position: relative;
    border: none;
    padding: 0px;
    background-color: transparent;
}
.menu-bar-desktop-products-menu-show-more {
    font-size: .8rem;
    font-weight: bold;
    padding-left: 0px;
}
.menu-bar-desktop-products-menu-items {padding-left:0px;transition:.2s ease-in-out;}
.menu-bar-desktop-products-menu-items a {transition:.2s ease-in-out;}
.menu-bar-desktop-products-menu-items a:hover {padding-left:10px;transition:.2s ease-in-out;}
.menu-bar-desktop-products-menu-items a:hover:before {
    content: "\f054";
    font-family: var(--awesome);
    margin-right: 3px;
    color: #aaa;
    transition: .2s ease-in-out;
    font-size: 14px;
    position: absolute;
    margin-left: -15px;
    margin-top: 8px;
    font-weight: 600;
}
.menu-bar-desktop-categories-menu-item {
    border-bottom: none;
    cursor: pointer;
    line-height: 34px;
    padding-left: 15px;
    position: relative;
    width: fit-content;
}
ul.menu-bar-desktop-categories-menu-items {
    padding: 14px 0px;
}
.menu-bar-desktop-products-menus {
    padding: 14px;
}
.menu-bar-desktop-products-menu-label {
    border-bottom: none;
}
.menu-bar-desktop-categories-menu-item:hover {
    background-color: transparent;
    box-shadow: inset 7px 0px 0px 0px var(--black);
    transition:.2s ease-in-out;
}
.menu-bar-desktop-categories-menu-item:hover>a {
    color: #aaa;
}
.minibasket .minibasket-icon {
    background-color: #d60115;
}


/* Resource menu */
.resource-menu-desktop ul li>ul>li:hover {background: none;}



/* Login Box */
.message-box {
    position: absolute;
    bottom: 0px;
    font-size: 13px;
}
button.button.login-form-button {
	background-color: var(--button-hover-color)!important;
	border-radius: 2px;
	padding: 11px 30px;
	color: #fff;
	font-weight: 700;
	float: right;
}
.login-container, .checkout-login-container {
	width: 1200px!important;
	background-color: var(--base-color);
}
.login-form-forgot-password {
	background-color: transparent!important;
	color: --base-text-color!important;
	float: right;
	margin-right: 24px;
}
label.forgot-password-email.input-required {
	color: #fafafa;
}
.login-form-forgot-password::before {
    content: "\f0e0";
    margin-right: 6px;
    top: 0px;
    position: relative;
    font-family: 'Font Awesome 5 Free';
}
.login-form-register {
	float: right;
	color: #D60115!important;
	border: 2px solid #D60115;
	background-color: transparent!important;
	font-weight: bold;
	position: absolute;
	top: 16px;
	right: 41px;
	border-radius: 2px;
}
form#loginform {
	position: relative;
	height: 190px;
}
#loginform {
	padding: 40px;
	padding: 48px 40px 40px 40px;
}
.forgot-password-form {
	padding: 40px;
}
#loginform .login-username, #loginform .login-password {
	width: 50%;
	float: left;
	color: #fafafa;
}
#loginform label:nth-child(2) {
	float: right;
}
.login-username {
	padding-right: 10px;
}
.login-password {
	padding-left: 10px;
}
#loginform input[type="text"], input[type="password"] {
	border-radius: 3px;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
	box-shadow: none;
}
button.login-form-forgot-password:hover {
	background-color: transparent;
	opacity:0.6!important;
}
.login-username.input-required {
	color: #fafafa!important;
}

/* =====================================
			n-Front page
===================================== */

/* Top Slider */
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff;
}

/* Best Offers */
.section.small-12.js-section-bestoffers {
    margin-top: 30px;
}
.first-page-content .section .images {
    gap: 10px;
    display: flex;
}

/* latest */
a.latest-tab.bestoffers-active {
    font-weight: bold;
    color: #087850;
}
.section.small-12.js-section-latest {
    margin-top: 40px;
}
.section.small-12.js-section-latestproducts span.price-suffix {
    display: block!important;
}
.section.small-12.js-section-latestproducts .price {
    width: 120% !important;
}
.section.small-12.js-section-latestproducts  p.hide-for-small-only.descriptionDesktop {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.latest-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  font-family: sans-serif;
}

.latest-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.latest-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.latest-divider {
  width: 1px;
  height: 28px;
  background-color: #ddd;
}

.latest-tabs {
  display: flex;
  gap: 20px;
}

.latest-tab {
  font-size: 16px;
  text-decoration: none;
  color: #666;
  font-weight: 500;
  position: relative;
}

.latest-tab:hover {
  color: #2fa36b;
}

.latest-active {
  color: #2fa36b;
  font-weight: 600;
}

.latest-right {
  display: flex;
  align-items: center;
}

.latest-link {
  font-size: 14px;
  text-decoration: none;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}

.latest-link:hover {
  color: #000;
}

.latest-arrow {
  font-size: 18px;
  line-height: 1;
}

/* Wide Banner */
.section.small-12.js-section-wide {
    margin-top: 50px;
}

/* Brands */
/* Flexbox Container */
.section.small-12.js-section-vendors {
    margin: 40px 0px;
}
.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    max-width: 1200px;
}

/* Link Button Styling */
.brand-btn {
    flex: 1 0 calc((100% - 32px) / 3); 
    background-color: #f9f9f9;
    border: 1px solid #8fcbb3;
    border-radius: 8px;
    color: #5e5e5e;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none; 
    text-align: center;
    padding: 10px;
    transition: all 0.2s ease;
    display: block;
}

.brand-btn:hover {
    background-color: #eefdf6;
    border-color: #6db596;
    color: #333; 
}

/* Tablet: 2 Columns */
@media (max-width: 768px) {
    .brand-btn {
        flex: 1 0 calc((100% - 16px) / 2);
    }
}

/* Mobile: 1 Column */
@media (max-width: 480px) {
    .brand-btn {
        flex: 1 0 100%;
    }
}

/* =====================================
			n-Filter Page
===================================== */

/* Filter Menu */
.es-filters-wrapper {
    box-shadow: none;
    background-color: #fff;
    padding: 1px 17px 12px;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
}

.row.medium-uncollapse.es-product-list .columns.small-12.medium-3 {
    padding-left: 0px !important;
}

.bx-pager-item {
    width: fit-content;
    float: right;
    right: 20px;
    position: relative;
    top: -50px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #006239;
    border: 1px solid #fff;
}
.section.small-12.js-section-topslider {
    top: -35px;
    position: relative;
}
.section.small-12.js-section-topslider {
    background: linear-gradient(90deg, #0b2520 0%, #0f3f34 25%, #0e4f3d 50%, #0f3f34 75%, #0f332c 100%) !important;
    padding-bottom: 20px;
}
/* Fast Facts */
.fastfacts-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #eaeaea; /* Light gray background */
        padding: 30px 20px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        width: 100%;
        box-sizing: border-box;
	    box-shadow: 999px 0px 0px 0px #eaeaea, -999px 0px 0px 0px #eaeaea;
    }
	.section.small-12.js-section-fastfacts {
		top: -94px;
		position: relative;
	}
    .fastfacts-group {
        display: flex;
        align-items: center;
    }
	.fastfacts-icon img {
		height: 50px;
		margin: 0px 20px;
		mix-blend-mode: darken;
	}

    .fastfacts-item {
        display: flex;
        align-items: center;
    }

    /* Icon Styling */
    .fastfacts-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
    }

    .fastfacts-icon svg {
        width: 48px;
        height: 48px;
        fill: #1e8e3e; /* Green brand color */
        filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.1));
    }

    /* Text Styling */
    .fastfacts-content {
    display: flex;
    flex-direction: column;
    width: 70%;
}

    .fastfacts-heading {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        margin-bottom: 4px;
        line-height: 1.2;
    }

    .fastfacts-subtext {
        font-size: 14px;
        color: #888;
        font-weight: 400;
        margin: 0;
    }

    /* Vertical Divider Line */
    .fastfacts-separator {
        width: 1px;
        height: 50px;
        background-color: #ccc;
        display: block;
    }

    /* Responsive adjustment for smaller screens */
    @media (max-width: 768px) {
        .fastfacts-container {
            flex-direction: column;
            align-items: flex-start;
        }
        
        .fastfacts-group {
            flex-direction: column;
            width: 100%;
        }

        .fastfacts-item {
            padding: 20px 0;
            width: 100%;
        }

        .fastfacts-separator {
            display: none; /* Hide vertical lines on mobile */
        }
    }

/* Categoreies */
/* Main container styling */


    /* Grid layout for the items */
    .category-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
        gap: 5px; /* Space between boxes */
        width: 100%;
        max-width: 800px;
    }
	.section.small-12.js-section-categories {
		margin-top: -40px;
	}
    /* Individual Link Card Styling */
	 .category-link {
		display: flex;
		align-items: center;
		background-color: transparent;
		border-radius: 16px;
		padding: 5px 15px;
		text-decoration: none;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
		transition: transform 0.2s ease, box-shadow 0.2s ease;
		border: 1px solid #E5E5E5;
    }

    /* Hover effect */
    .category-link:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
        border-color: #e0e0e0;
    }
	img.category-icon {
		margin: 0px 20px 0px 0px;
		width: fit-content;
		height:42px;
	}
@media only screen and (min-width: 641px) {
        
        /* Select the first column (The Categories) */
        .js-section-categories .promotions .promotion-container:nth-child(1) {
            width: 37% !important;
            flex: 0 0 37% !important; /* Safety if Flexbox grid is active */
            max-width: 37% !important;
        }

        /* Select the second column (The Slideshow) */
        .js-section-categories .promotions .promotion-container:nth-child(2) {
            width: 62% !important;
            flex: 0 0 62% !important; /* Safety if Flexbox grid is active */
            max-width: 62% !important;
            margin-left: 10px !important;
			float:right;
        }
    }

    /* Image Placeholder Styling */
    .category-icon {
        width: 48px;
        height: 48px;
        margin-right: 20px;
        object-fit: contain;
        flex-shrink: 0;
        border-radius: 8px; /* Slight rounding for icon placeholder */
    }

    /* Text Styling */
    .category-label {
        font-size: 16px;
        color: #555555;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Responsive Design: Stack to 1 column on mobile */
    @media (max-width: 600px) {
        .category-grid {
            grid-template-columns: 1fr;
        }
        .category-link {
            padding: 12px 16px;
        }
    }
/* =====================================
			n-Product Page
===================================== */


.product-card .product-card-price .price .price-text {
    font-size: 2rem;
    font-weight: bold;
    color: #1c1c1c;
}
.product-card__tablinks {
    margin-top: 10px;
}
.admin-tablink {
    border-left: 1px solid var(--black);
    padding: 0px;
}
.product-card-information-container > div > div.product-card__tablinks > a:nth-child(2), .product-card-information-container > div > div.product-card__tablinks > a:nth-child(3) {padding-left:7px; margin-right:5px;}

/* Accordion */

.accordion-title {
  font-size: 16px;
  font-weight: 700;
}
.product-card-tabs .accordion-title {
  padding: 17px 22px;
  background-color: #fff;
  font-weight: bold;
}
.product-card-tabs .accordion li {
  border: none;
  margin-bottom: 5px;
  background-color: #fff;
}
.product-card-tabs .accordion-title:after {
  content: inherit;
}
i.fas.fa-plus.tab-expand {
  content: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
}
i.fas.fa-minus.tab-fold {
  content: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
}
.tab-expand, .tab-fold {
  color: #231F20;
}
.product-card-tabs .accordion-title:hover {
  background-color: #fff;
}
table tbody tr:nth-child(odd) {
  box-shadow: inset 0px -1px #D9D9D9;
  background-color: #fff;
}
table tbody tr:nth-child(even) {
  box-shadow: inset 0px -1px #D9D9D9;
  background-color: #fff;
}
.product-card-tabs .accordion-content {
  background-color: transparent;
  padding: 0px 22px!important;
  margin: 0px;
}
.product-card-tabs .accordion {
  background-color: transparent;
}
th.product-card-specification-label {
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 28px;
  text-align: left;
}
:last-child:not(.is-active)>.accordion-title {
  border-bottom: 0px;
  border-radius: 0 0 0 0;
}
:last-child>.accordion-content:last-child {
  border-bottom: none;
}
.product-card-tab-information {
  padding-bottom: 20px;
}
.ccs-ds-extendedSpec-header {
    background: none!important;
}


/* =====================================
			n-Landing Page 
===================================== */

/* Offers landing page with banners */
.lp-banner-section h2, .lp-banner-section p, .lp-banner-section h3 {
    text-shadow: 1px 3px 9px black;
}
.lp-banner-section {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom:20px;
}

.lp-banner {
  position: relative;
  display: flex;
  align-items: anchor-center;
  padding: 24px;
  border-radius: 16px;
  color: #fff;
  background-size: cover;
  background-position: center;
  min-height: 220px;
  overflow: hidden;
	background-color: rgb(80 80 80 / 70%);
	background-blend-mode: darken;
}

/* Large left banner */
.lp-banner-large {
  flex: 3;
  min-height: 460px;
  background-image: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.2)
    ),
    url("https://dummyimage.com/900x600/1e1e1e/ffffff");
}

/* Right column */
.lp-banner-column {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Small banners */
.lp-banner-small {
  flex: 1;
  background-image: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.3)
    ),
    url("https://dummyimage.com/600x400/2b2b2b/ffffff");
}

/* Text */
.lp-banner-content h2,
.lp-banner-content h3 {
  margin: 0 0 10px;
}
.lp-banner-content h2 {
    font-size: 40px;
}
.lp-banner-content  h3 {
    font-size: 25px;
}
.lp-banner-content p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.4;
  max-width: 60%;
}

/* Button */
.lp-btn {
  display: inline-block;
  padding: 10px 18px;
  background: #6cc48f;
  color: #000;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 900px) {
  .lp-banner-section {
    flex-direction: column;
  }

  .lp-banner-large {
    min-height: 360px;
  }
}



/* =====================================
			n-Order & n-Basket Page 
===================================== */

/* Basket 
.fa-minus-circle:before {
    content: "\f068";
}
.fa-plus-circle:before {
    content: "\2b";
}
.basket .basket-qty-minus, .basket .basket-remove {
    color: #585858;
    font-size: .7rem;
}
.basket .basket-qty-plus {
    color: #585858;
    font-size: 1.2rem;
}
ul.no-bullet.basket-totals-list li {
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}*/

/* =====================================
			n-Footer
===================================== */

.footer {
    background-color: #242625;
    padding-bottom: 40px;
	margin-top:0px;
}
.footer .small-11.medium-2.large-2 * {
    line-height: 23px;
}
p.footer-text {
    display: none;
}

/* Recently Sold*/
.section.small-12.js-section-sold {
    background-color: #232625;
	margin-top:40px;
}
.section.small-12.js-section-sold * {
    color: #fff;
}
.promoted-products-list>li::before {
    background-color: #424242;
	border-radius:6px;
	margin-right:8px;
}

#footer > footer > div.row > div.footer-wrapper > ul > li:nth-child(6) {
    display: none;
}
.section.small-12.js-section-sold {
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
}
.promoted-products-list>li {
	border:none;
}
/* =====================================
			n-Media Queries
===================================== */

@media (max-width: 575px) {
    /* Mobile styles */
}
@media (min-width: 640px) {
    .content-container {
        margin: 0px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    /* Landscape phone styles */
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Tablet styles */
    .footer .footer-wrapper .content-footer-wrapper {
        margin-left: 0px;
    }
    .footer .footer-wrapper .content-footer-wrapper li {
        margin-left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* Desktop styles */
}

@media (min-width: 1200px) {
    /* Large screens styles */
	.header-wrapper fieldset {
		background-color: #fff;
	}
	.header-wrapper fieldset {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px #e6e6e6;
    }
	.header-wrapper .inner-wrapper .row.header {
        height: 80px;
    }
	.logged-in-info-text {
        font-size: 0.7rem;
        top: 2px;
        position: relative;
    }
    .menu-bar-items {
        padding:0px;
    }
    .header-wrapper .row.header .logo-container {
        padding:0px;
    }
    .row.header .minibasket {
        padding: 8px 0px 8px 8px;
    }
    ul.content-footer-wrapper {
        display: flex;
    }
    .footer .footer-wrapper .content-footer-wrapper {
        margin-left: 0px;
    }
    .footer .footer-wrapper .content-footer-wrapper li {
        margin-left: 0px;
    }
}
