@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
body {
	font-family: -apple-system, BlinkMacSystemFont, "Lato", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: rgba(0, 0, 0, 1) /*{body-font-colour}*/;
	background-image: none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
}
a, .btn-link{
	color: rgba(9, 43, 65, 1) /*{link-text-colour}*/;
}
a:hover, a:active, a:focus, .btn-link:hover{
	color: rgba(200, 29, 36, 1) /*{link-text-hover-colour}*/;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: -apple-system, BlinkMacSystemFont, "Lato", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{headers-font-family}*/;
	color: rgba(0, 0, 0, 1) /*{headers-colour}*/;
}
.carousel-caption h3, .carousel-caption h2,.carousel-caption .h3,.carousel-caption p {
	color: #ffffff /*{carousel-text-colour}*/;
}
h1, .h1 {
	font-size: 34px /*{header-1-font-size}*/;
}
h2, .h2 {
	font-size: 28px /*{header-2-font-size}*/;
}
h3, .h3 {
	font-size: 24px /*{header-3-font-size}*/;
}
h4, .h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5, .h5 {
	font-size: 16px /*{header-5-font-size}*/;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333333 /*{buttons | btn-default-text-colour}*/;
	background-color: #ffffff /*{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: #ffffff /*{buttons | btn-primary-text-colour}*/;
	background-color: rgba(9, 43, 65, 1) /*{buttons | btn-primary-background-colour}*/;
	border-color: rgba(9, 43, 65, 1) /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgba(200, 29, 36, 1) /*{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: rgba(200, 29, 36, 1) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgba(200, 29, 36, 1) /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Warning button */
.btn-warning {
	color: #ffffff /*{buttons | btn-warning-text-colour}*/;
	background-color: #ffc107 /*{buttons | btn-warning-background-colour}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour}*/;
}
.btn-warning:hover {
	color: #ffffff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #ffffff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #ffffff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
/* Danger button */
.btn-danger {
	color: #ffffff /*{buttons | btn-danger-text-colour}*/;
	background-color: #dc3545 /*{buttons | btn-danger-background-colour}*/;
	border-color: #dc3545 /*{buttons | btn-danger-border-colour}*/;
}
.btn-danger:hover {
	color: #ffffff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #ffffff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #ffffff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #ffffff /*{buttons | btn-success-text-colour}*/;
	background-color: #28a745 /*{buttons | btn-success-background-colour}*/;
	border-color: #28a745 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{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: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
/* Info button */
.btn-info {
	color: #ffffff /*{buttons | btn-info-text-colour}*/;
	background-color: #17a2b8 /*{buttons | btn-info-background-colour}*/;
	border-color: #17a2b8 /*{buttons | btn-info-border-colour}*/;
}
.btn-info:hover {
	color: #ffffff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info.disabled, .btn-info:disabled {
	color: #ffffff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #ffffff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.breadcrumb-section, #n_customer_account .breadcrumb {
	background-color: #f6f6f6 /*{breadcrumb-background-colour}*/;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #6c6c6c /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb a {
	color: #6c6c6c /*{breadcrumb-text-colour}*/;
}
.pagination .page-link{
	color: #ffffff /*{pagination-text-colour}*/;
	background-color: rgba(9, 43, 65, 1) /*{pagination-bg-colour}*/;
	border-color: rgba(9, 43, 65, 1) /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #ffffff /*{pagination-text-colour-hover}*/;
	background-color: rgba(200, 29, 36, 1) /*{pagination-bg-colour-hover}*/;
	border-color: rgba(200, 29, 36, 1) /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
	color: #ffffff /*{pagination-text-colour-active}*/;
	background-color: rgba(200, 29, 36, 1) /*{pagination-bg-colour-active}*/;
	border-color: rgba(200, 29, 36, 1) /*{pagination-border-colour-active}*/;
}
.badge-secondary {
	background-color: #ebebeb /*{label-default-bg}*/;
}
.badge-primary {
	background-color: #006ff5 /*{label-primary-bg}*/;
}
.badge-success {
	background-color: #28a745 /*{label-success-bg}*/;
}
.badge-info {
	background-color: #17a2b8 /*{label-info-bg}*/;
}
.badge-warning {
	background-color: #212529 /*{label-warning-text-colour}*/;
	background-color: #ffc107 /*{label-warning-bg}*/;
}
.badge-danger {
	background-color: #dc3545 /*{label-danger-bg}*/;
}
.card {
	border-color: rgba(0, 0, 0, 1) /*{panel-border-colour}*/;
}
.card-header {
	background-color: rgba(0, 0, 0, 1) /*{panel-header-bg-colour}*/;
	border-color: rgba(0, 0, 0, 1) /*{panel-header-border-colour}*/;
}
.card-header, .card-header *, body .card-header *:hover {
	color: rgba(255, 255, 255, 1) /*{panel-header-text-colour}*/;
}
.productsave {
	color: #d9534f /*{sale-colour}*/;
}
.wrapper-header .navbar-toggler,
#header-call .fa,
#header-cart .fa {
	color: rgba(200, 29, 36, 1) /*{header-icon-colour}*/;
}
.wrapper-header .menu-section, .wrapper-header .header-topbar {
	background-color: rgba(0, 0, 0, 1) /*{navbar-default-bg-colour}*/;
}
.wrapper-header .navbar {
	background-color: rgba(255, 255, 255, 0) ;
}
.wrapper-header .navbar .navbar-nav .nav-link,
.wrapper-header .header-topbar .nav-link,
.wrapper-header .header-topbar .nav-link,
.wrapper-header .header-topbar .nav-item i {
	color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
}
.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus,
.wrapper-header .header-topbar .nav-link:hover,
.wrapper-header .header-topbar .nav-link:focus,
.wrapper-header .header-topbar .nav-item i:hover,
.wrapper-header .header-topbar .nav-item i:focus {
	color: rgba(200, 29, 36, 1) /*{navbar-default-link-colour-hover}*/;
	font-weight: 700;
}
.wrapper-header .navbar-nav .show > .nav-link,
.wrapper-header .navbar-nav .active > .nav-link,
.wrapper-header .navbar-nav .nav-link.show,
.wrapper-header .navbar-nav .nav-link.active{
	color: rgba(200, 29, 36, 1) /*{navbar-default-link-colour-active}*/;
	font-weight: 700;
}
.dropdown-menu,
.mega-menu>li.nav-item:last-child a {
	background-color: rgba(5, 5, 5, 1) /*{dropdown-menu-bg}*/;
	border-color: rgba(0, 0, 0, 1) /*{dropdown-menu-border-colour}*/;
}
.dropdown-item,
#cartcontents,
#cartcontents a,
.mega-menu>li.nav-item:last-child a {
	color: #ffffff /*{dropdown-menu-link-colour}*/;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active,
.mega-menu>li.nav-item:last-child a:hover,
.mega-menu>li.nav-item:last-child a:focus,
.mega-menu>li.nav-item:last-child a:active {
	color: #ffffff /*{dropdown-menu-link-colour-hover}*/;
	background-color: rgba(200, 29, 36, 1) /*{dropdown-menu-link-bg-hover}*/;
}
/* Theme Colour */
body, * {
	--theme-colour-primary: rgba(9, 43, 65, 1) /*{theme-primary-colour}*/; 
	--theme-colour-secondary: rgba(200, 29, 36, 1) /*{theme-secondary-colour}*/; 
}
/* Categorybox Homepage */
.dah_homecategories .thumbnail .caption h5>a:active,
.dah_homecategories .thumbnail .caption h5>a:focus,
.dah_homecategories .thumbnail .caption h5>a:hover,
.dah_homecategories .thumbnail:hover .caption h5>a,
.dah_homecategories .thumbnail .caption h5>a {
	color: #ffffff /*{category-box-heading-colour}*/;
}
.dah_homecategories .thumbnail .caption a.btn {
	color: #ffffff /*{category-box-button-colour}*/;
	background-color: rgba(200, 29, 36, 1) /*{category-box-button-background-colour}*/;
}
.dah_homecategories .thumbnail .caption a.btn:hover,
.dah_homecategories .thumbnail .caption a.btn:focus,
.dah_homecategories .thumbnail .caption a.btn:active {
	color: #ffffff /*{category-box-button-hover-colour}*/;
	background-color: rgba(9, 43, 65, 1) /*{category-box-button-hover-background-colour}*/;
}
.dah_homecategories .thumbnail .caption {
	background-color: rgba(9, 43, 65, 0.8) /*{category-box-caption-background-colour}*/;
}
.dah_homecategories .thumbnail:hover .caption {
	background-color: rgba(200, 29, 36, 0.65) /*{category-box-caption-hover-background-colour}*/;
}
/* Footer section */
.wrapper-footer {
	background-color: rgba(255, 255, 255, 1) /*{footer-background-colour}*/;
}
.wrapper-footer p {
	color: rgba(0, 0, 0, 1) /*{footer-font-colour}*/;
}
.wrapper-footer a {
	color: rgba(0, 0, 0, 1) /*{footer-link-colour}*/;
}
.wrapper-footer a:hover,
.wrapper-footer a:focus {
	color: #c81d24 /*{footer-link-colour-hover}*/;
}
.wrapper-footer nav .nav-link-toggle, .wrapper-footer nav .nav-link-toggle:hover, .wrapper-footer nav .nav-link-toggle:focus {
    color: #ffffff /*{footer-heading-colour}*/;
}

/*Product page*/
.accordion-button {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(9, 43, 65, 1);
}
.accordion-button svg {
	flex-shrink: 0;
	width: 1em;
	height: 1em;
}
.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	opacity: 0;
}

.accordion-content.open {
	max-height: 500px;
	opacity: 1;
	margin-top: 0.5rem;
}

.accordion-text {
	padding-top: 0.5rem;
	color: #6c6c6c;
}
.accordion-text>a {
	display: inline-block;
	color: #6c6c6c;
	padding: 13.5px 0.75rem;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.accordion-text>a:hover {
	text-decoration: none;
}
.accordion-button .accordion-arrow {
  transform: rotate(180deg);
	width: 1.3em;
	height: 1.3em;
}
.accordion-button.active .accordion-arrow {
  transform: rotate(0deg);
}


/*Thumbs*/
.thumbnail.card-body .card-title {
    height: auto;
    flex-grow: 1;
    min-height: auto;
}

.products-row article.col-6 {
    display: flex;
}

section.row.products-row {
    align-items: unset !important;
}

.thumbnail.card-body p.price span.rrp-price:empty {
    display: none;
}

/*Blog page*/
.row.blog-row .card.col-6.col-md-4.mb-2.px-0 {
    flex: 0 0 calc(33.33333% - 13.33px);
    max-width: calc(33.33333% - 13.33px);
}

@media (max-width: 767px) {
.row.blog-row .card.col-6.col-md-4.mb-2.px-0 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
}

.row.blog-row {
    margin: 0 0 20px;
    row-gap: 10px;
    column-gap: 20px;
}

section.n-responsive-content a,
section.n-responsive-content a span {
    color: #1155cc !important;
    text-decoration: underline !important;
}

.productdetails table {
    max-width: 100% !important;
}

.dah_homecategories .thumbnail a.image.float-left {
    width: 100%;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1480px;
    }
}


@media (min-width: 992px) {
.menu-section div#searchMobile {
    display: none !important;
}
	
.wrapper-logo img.logo {
    width: 250px;
    max-width: 100%;
}

.header-search {
    flex-grow: 1;
    padding-left: 20px;
}
}

.burger-menu a+span {
    position: absolute;
    right: 0;
    color: #fff;
    top: 6px;
	padding: 0 0 0 20px
}

.dah_subcat_li {
	position: relative;
}

.products_alt_images {
    flex-wrap: nowrap;
    align-items: center;
	margin: 10px -10px 0 !important;
}

.products_alt_images>i.fa {
    cursor: pointer;
	padding: 0 2px;
	z-index: 1;
}

.products_alt_images .slick-track > div {
    padding: 0 5px;
}

@media (min-width: 768px) {
.products_alt_images:has(.slick-track > div:nth-child(5)) {
    margin: 10px -22px 0 !important;
}
}

.products_alt_images img.img-fluid.product-image-small {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.hide-shipping {
	display: none;
}


body#n_product .fancybox-nav span {
    visibility: visible;
}

body#n_product .fancybox-nav {
    position: fixed;
}

body#n_product .fancybox-nav span {
    position: fixed;
}

@media (max-width: 767px) {
body#n_product .fancybox-nav {
    position: fixed;
}

body#n_product .fancybox-nav span {
    visibility: visible;
}
	
body#n_product .fancybox-prev span {
    left: 5px;
}
	
body#n_product .fancybox-next span {
    right: 5px;
}
}

@media (min-width: 768px) {
body#n_product .fancybox-prev span {
    /*left: -65px;*/
}
	
body#n_product .fancybox-next span {
    right: 25px;
}
	
body#n_product a.fancybox-nav.fancybox-next {
    right: 15px;
}

}

/*New header*/
.logo-section {
    padding: 35px 0;
	border-top: 5px solid #010101;
}

.logo-section a.user_account_box-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    color: #404040;
	line-height: 1;
}

#header-cart #cartcontentsheader {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}

#header-cart #cartcontentsheader > div {
    margin: 0;
}

#header-cart #cartcontentsheader > div > span:first-child {
    font-size: 17px;
    color: #404040;
    font-weight: 400;
    text-transform: CAPITALIZE;
	line-height: 1;
}

input#pd-main-search-input {
    height: 70px;
    font-size: 20px;
}

.header-search {
    margin: 0;
    padding: 0;
	padding-left: 40px;
}

.header_search_n_icon {
    gap: 35px;
}

div#pd-main-searchbox > .input-group {
    flex-direction: row-reverse;
} 

div#pd-main-searchbox {
    border: 1px solid #00000033;
    padding-left: 1px;
    border-radius: 5px;
    overflow: hidden;
}

div#pd-main-searchbox * {
    border: none;
}

input#pd-main-search-input::placeholder {
    color: #02020266;
}

div#header-call {
    gap: 30px;
    margin-left: 30px;
}

div#header-call p a {
    font-size: 30px;
    line-height: 18px;
	white-space: nowrap;
}

div#header-call .d-flex.align-items-center {
    gap: 10px;
}

li.on_sale_item {
    order: 1;
    background: #FF4F4F;
}

.wrapper-header .menu-section ul.navbar-nav > li > a.nav-link {
    font-size: 20px;
}


/*Product Thumbs*/
.sku_and_availability_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 5px;
}

.pd-thumb .card.thumbnail.card-body {
    border: none;
    padding: 0;
	background: none;
    box-shadow: none;
}

.pd-thumb a.thumbnail-image {
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
}

.sku_wrap {
    font-size: 16px;
    font-weight: 700;
    color: #01010180;
	text-align: left;
}

.thumb_availability {
    font-size: 16px;
	text-align: right;
}

.thumb_availability span.text-success {
    color: #00A22D !important;
    font-size: 16px;
    font-weight: 700;
}

.pd-thumb p.card-title.h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #010101 !important;
	text-align: left;
    display: block;
}

.pd-thumb .card-body .buying-options .btn {
    width: 100%;
    background: #010101;
    font-size: 16px;
    border-color: #010101;
	line-height: 48px;
	color: #fff;
} 

.pd-thumb .card-body .buying-options .btn svg {
    vertical-align: -4px;
    margin-right: 5px;
	transition: 0.3s ease all;
}

.pd-thumb p.price span {
    font-size: 20px !important;
    font-weight: 700;
    color: #010101;
}

.pd-thumb p.price  span.rrp-price {
    color: #0101014D !important;
    /*text-decoration: line-through;*/
    margin: 0 !important;
}

.pd-thumb p.price {
    justify-content: flex-end !important;
    flex-direction: row-reverse !important;
    gap: 20px;
}

.pd-thumb .thumbnail.card-body .card-title {
    min-height: 72px;
}

@media (max-width: 768px) {
.sku_wrap {
    font-size: 12px;
}

.thumb_availability span.text-success {
    font-size: 12px;
}

.thumb_availability span svg {
    width: 12px;
    vertical-align: -5px;
}

.pd-thumb p.card-title.h4 a {
    font-size: 12px;
    line-height: 16px;
}

.pd-thumb p.price span {
    font-size: 14px !important;
}

.pd-thumb .card-body .buying-options .btn {
    font-size: 14px;
    line-height: 50px;
    padding: 0;
}

.pd-thumb .thumbnail.card-body .card-title {
    min-height: 52px;
	max-height: 52px;
}

.pd-thumb {
    padding: 0 10px;
}

.row:has(>.pd-thumb) {
    padding: 0 10px;
}

#n_home .products-row article.pd-thumb {
    padding-bottom: 0 !important;
}
}

@media (max-width: 768px) {
.thumb_availability>span {
    font-size: 12px;
}
}

@media (max-width: 400px) {
    .sku_wrap, .thumb_availability>span {
        font-size: 11px !important;
        vertical-align: text-bottom;
    }
}


/*New Homepage*/
/*Global*/
body {
	font-family: Roboto;
}
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-size: 22px;
    font-weight: 700;
}
/*Homebanner*/
img.banner_image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

section.homepageBanner {
    position: relative;
}

section.homepageBanner .caption {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    max-width: 1090px;
    background: #FFFFFF33;
    backdrop-filter: blur(2px);
    border-radius: 30px;
    overflow: hidden;
	padding: 15px 35px 35px;
}

section.homepageBanner .h1.headline {
    color: rgb(253, 205, 17);
    font-family: Anton;
    font-size: 95px;
    font-weight: 400;
    line-height: 143px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
	text-shadow: 
    -2px -2px 0 black,  
     2px -2px 0 black,  
    -2px  2px 0 black,  
     2px  2px 0 black,  
    -2px  0px 0 black,  
     2px  0px 0 black,  
     0px -2px 0 black,  
     0px  2px 0 black;

}

section.homepageBanner p {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
}

section.homepageBanner a.btn {
    min-width: 250px;
    margin: 0 10px;
    border-radius: 10px;
	padding: 20px 40px;
	text-transform: uppercase;
}

@media (max-width: 1449px) {
.fix_links {
display: none !important;
}

section.homepageBanner .caption {
    z-index: 1;
}
}

@media (min-width: 1450px) {
.fix_links {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    height: 355px;
    top: 50%;
    transform: translateY(-50%);
    padding: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
} 

.fix_links p {
    display: none;
}

section.homepageBanner .caption a.btn {
    opacity: 0;
}
}

@media (min-width: 1450px) and (max-width: 1700px) {
section.homepageBanner .caption p {
    font-size: 21px;
    max-width: 85%;
    margin: 0 auto 16px;
}
}

@media (min-width: 768px) and (max-width: 1200px) {
section.homepageBanner .h1.headline {
    font-size: 47px;
    line-height: 50px;
}

section.homepageBanner p {
    font-size: 16px;
    line-height: 22px;
} 

section.homepageBanner a.btn {
    min-width: 200px;
    padding: 10px;
    font-size: 16px;
}

section.homepageBanner .caption {
    padding-bottom: 20px;
    max-width: 600px;
}
}

@media (min-width: 540px) and (max-width: 767px) {
section.homepageBanner .h1.headline {
    font-size: 65px;
    line-height: 80px;
}

section.homepageBanner p {
    font-size: 26px;
    line-height: 32px;
} 

section.homepageBanner a.btn {
    min-width: 195px;
    padding: 20px;
    font-size: 20px;
}

section.homepageBanner .caption {
    padding-bottom: 20px;
    max-width: 600px;
}
}

@media (max-width: 540px) {
section.homepageBanner .h1.headline {
    font-size: 50px;
    line-height: 60px;
}

section.homepageBanner p {
    font-size: 16px;
    line-height: 20px;
}

section.homepageBanner a.btn {
    font-size: 16px;
    min-width: 155px;
    padding: 9px;
    margin: 0 5px;
}

section.homepageBanner .caption {
    padding: 15px;
	z-index: 0;
	top: calc(50% - 20px);
}
	
img.banner_image_overlay {
    bottom: 0;
    top: unset;
}

.fix_links {
    position: absolute;
    left: 20px;
    right: 20px;
    text-align: center;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    padding: 15px;
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
} 

.fix_links p {
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

section.homepageBanner .caption a.btn {
    opacity: 0;
}


.fix_links .headline, .fix_links p {
    opacity: 0;
}

section.homepageBanner a.btn {
    margin-bottom: 10px;
}
}

@media (max-width: 404px) {
    section.homepageBanner .caption, .fix_links {
        top: calc(50% + 20px);
		padding: 14px;
    }
}




/*USP Slider*/
.scrolling-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.scrolling-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-text 25s linear infinite;
}

.scrolling-text span {
    display: inline-block;
    padding-right: 50px; /* Space between repeated text */
}


.scrolling-text span:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #FDCD11;
    border-radius: 100%;
    margin-right: 45px;
} 

@keyframes scroll-text {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.scrolling-container {
    background: #010101;
    line-height: 60px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #FDCD11;
}

/*Home categories*/
@media(min-width: 1600px) {
.home_category_tile {
    width: calc(100% / 11);
	flex: 0 0 calc(100% / 11);
	max-width: calc(100% / 11);
    padding: 0 15px;
}
}



section#Home_categories {
    display: flex;
    padding-top: 50px;
	flex-wrap: wrap;
	justify-content: center;
}

a.home_category_tile_link img {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 10px;
    display: block;
    padding: 20px;
	aspect-ratio: 1 / 1;
    object-fit: contain;
	transition: 0.3s ease all;
} 

a.home_category_tile_link:hover img {
    transform: scale(1.03);
}  

h3.home_category_tile_title {
    color: rgb(1, 1, 1);
    font-family: Hobo BT;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
}

a.home_category_tile_link {
    text-decoration: none !important;
}

@media (max-width: 768px) {
section#Home_categories .home_category_tile {
    padding: 0 10px;
}

section#Home_categories {
    padding: 50px 10px 20px;
	row-gap: 10px;
	justify-content: flex-start;
}
}

/*Popular Products*/
body#n_home section.row.products-row {
    align-items: unset !important;
    row-gap: 20px;
}

/*Home product_collections */
h2.section-title {
    color: #010101;
    font-family: Hobo BT;
    font-size: 62px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 100px;
}

.section-title > span {
    color: rgb(253, 205, 17);
	text-shadow: 
    -1px -1px 0 black,  
     1px -1px 0 black,  
    -1px  1px 0 black,  
     1px  1px 0 black,  
    -1px  0px 0 black,  
     1px  0px 0 black,  
     0px -1px 0 black,  
     0px  1px 0 black;
}

@media(max-width: 768px) {
h2.section-title {
    font-size: 32px;
	line-height: 45px;
    margin-bottom: 30px;
    margin-top: 30px;
}
}

.product_collections .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    padding: 50px;
}

.product_collections .thumbnail {
    position: relative;
	margin-bottom: 30px;
}

.product_collections .caption h5.headline {
    color: rgb(255, 255, 255);
    font-family: Hobo BT;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

.product_collections .caption .desc {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

.product_collections h2.section-title {
    margin: 100px 0 50px;
}

@media (max-width: 992px) {
.product_collections .caption {
    padding: 25px;
}

.product_collections .caption h5.headline {
    font-size: 32px;
}

.product_collections .caption .desc {
    font-size: 16px;
    line-height: 20px;
}
	
.product_collections h2.section-title {
    margin: 60px 0 30px;
}
	
.col-12.px-0.product_collections {
    padding: 0 5px !important;
}
}

/*Banner*/
section.Banner__ {
	position: relative;
 	margin: 100px 0;	
}

section.Banner__ .caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

section.Banner__ h2.headline {
    color: rgb(255, 255, 255);
    font-family: Anton;
    font-size: 90px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.Banner__ p {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: left;
	margin-bottom: 45px;
    max-width: 800px;
}

section.Banner__ .container {
    height: 100%;
    display: flex;
    align-items: center;
}

section.Banner__ .btn.btn-primary {
    background: #fff;
    color: #000;
    border-color: #fff;
    border-radius: 10px;
    margin-right: 15px;
    min-width: 230px;
	padding: 20px 40px;
}

section#Banner_mobile {
    margin: 60px 0;
}

@media (max-width: 1250px) {
section.Banner__ h2.headline {
    font-size: 50px;
    line-height: 60px;
}

section.Banner__ p {
    font-size: 20px;
    line-height: 24px;
}

section.Banner__ img.banner_image {
    min-height: 400px;
    object-fit: cover;
}
}

@media (max-width: 768px) {
section.Banner__ .col-12 > * {
    text-align: center !important;
    display: block;
    margin: 0 0 20px auto;
}

section.Banner__ img.banner_image {
    max-height: 770px;
}
}

/*Reviews section*/
section.reviews_widget .item__inner {
    background: #EFECE7 !important;
}

section.reviews_widget .CarouselWidget__footer.u-textRight--all.u-marginTop--sm {
    display: none;
}

section.reviews_widget .CarouselWidget-prefix .CarouselWidget--topHeader .R-ReviewsList-container {
    margin: 0;
    padding: 0;
}

section.reviews_widget .CarouselWidget-prefix .CarouselWidget--topHeader .CarouselWidget__header {
    position: absolute;
    top: 0;
}

section.reviews_widget {
    position: relative;
    padding-top: 30px;
}

section.reviews_widget h2.section-title {
    margin-top: 40px;
}

section.reviews_widget .R-TextHeading.R-TextHeading--xxs.u-textCenter--all.u-marginLeft--xs.u-marginRight--xs {
    display: none;
}

section.reviews_widget .CarouselWidget-prefix .CarouselWidget--topHeader .CarouselWidget__header i.stars__icon.ricon-percentage-star--100 {
    background-image: url("data:image/svg+xml,%3Csvg width='45.000000' height='45.000000' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip67_892'%3E%3Crect id='Star-Circle--Streamline-Nova' width='45.000000' height='45.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip67_892)'%3E%3Cpath id='path' d='M0 22.5C0 25.48 0.57 28.35 1.71 31.11C2.85 33.86 4.48 36.3 6.59 38.4C8.69 40.51 11.13 42.14 13.88 43.28C16.64 44.42 19.51 45 22.5 45C25.48 45 28.35 44.42 31.11 43.28C33.86 42.14 36.3 40.51 38.4 38.4C40.51 36.3 42.14 33.86 43.28 31.11C44.42 28.35 45 25.48 45 22.5C45 19.51 44.42 16.64 43.28 13.88C42.14 11.13 40.51 8.69 38.4 6.59C36.3 4.48 33.86 2.85 31.11 1.71C28.35 0.57 25.48 0 22.5 0C19.51 0 16.64 0.57 13.88 1.71C11.13 2.85 8.69 4.48 6.59 6.59C4.48 8.69 2.85 11.13 1.71 13.88C0.57 16.64 0 19.51 0 22.5Z' fill='%23000000' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M22.5 29.37L31.87 33.75L29.15 24.81L35.62 16.87L26.79 16.32L22.5 7.5L18.2 16.32L9.37 16.87L15.84 24.81L13.12 33.75L22.5 29.37Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

section.reviews_widget .CarouselWidget-prefix .CarouselWidget--topHeader .CarouselWidget__header i.stars__icon.ricon-percentage-star--100:before {
    display: none;
}

section.reviews_widget .CarouselWidget-prefix .CarouselWidget--topHeader .CarouselWidget__header i.stars__icon.stars__icon--75.ricon-percentage-star--100 {
    background-image: url("data:image/svg+xml,%3Csvg width='45.000000' height='45.000000' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip67_905'%3E%3Crect id='Star-Circle--Streamline-Nova' width='45.000000' height='45.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip67_905)'%3E%3Cpath id='path' d='M0 22.5C0 25.48 0.57 28.35 1.71 31.11C2.85 33.86 4.48 36.3 6.59 38.4C8.69 40.51 11.13 42.14 13.88 43.28C16.64 44.42 19.51 45 22.5 45C25.48 45 28.35 44.42 31.11 43.28C33.86 42.14 36.3 40.51 38.4 38.4C40.51 36.3 42.14 33.86 43.28 31.11C44.42 28.35 45 25.48 45 22.5C45 19.51 44.42 16.64 43.28 13.88C42.14 11.13 40.51 8.69 38.4 6.59C36.3 4.48 33.86 2.85 31.11 1.71C28.35 0.57 25.48 0 22.5 0C19.51 0 16.64 0.57 13.88 1.71C11.13 2.85 8.69 4.48 6.59 6.59C4.48 8.69 2.85 11.13 1.71 13.88C0.57 16.64 0 19.51 0 22.5Z' fill='%23000000' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='path' d='M22.5 29.37L31.87 33.75L29.15 24.81L35.62 16.87L26.79 16.32L22.5 7.5L18.2 16.32L9.37 16.87L15.84 24.81L13.12 33.75L22.5 29.37Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector 3' d='M36.5 7L36.5 37.5L22.5 37.5L22.5 7L36.5 7Z' fill='%23000000' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 45px;
    height: 45px;
    margin-right: 10px;
	-webkit-background-clip: initial;
    -moz-background-clip: initial;
}

section.reviews_widget .CarouselWidget-prefix .R-TextBody--inline * {
    color: rgba(0, 0, 0, 0.7) !important;
    font-family: Roboto !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0px;
}

section.reviews_widget .CarouselWidget-prefix .R-RatingStars .R-RatingStars__stars {
    margin-bottom: 0;
}

section.reviews_widget .CarouselWidget-prefix .CarouselWidget--topHeader .CarouselWidget__header .header__inner {
    align-items: center;
}

section.reviews_widget .CarouselWidget-prefix .R-TextBody--inline {
    margin: 10px 0 0 !important;
}


#reviewsio-pagination-dots {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.pagination-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.pagination-dot.active {
  background-color: #0E1311;
}

@media (max-width: 767px) {
section.reviews_widget .CarouselWidget-prefix .CarouselWidget--topHeader .CarouselWidget__header i.stars__icon.ricon-percentage-star--100, section.reviews_widget .CarouselWidget-prefix .CarouselWidget--topHeader .CarouselWidget__header i.stars__icon.stars__icon--75.ricon-percentage-star--100 {
    width: 25px;
    height: 25px;
}

section.reviews_widget h2.section-title {
    margin-top: 50px;
}
	
section.reviews_widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner, 
section.reviews_widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner * {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

section.reviews_widget .R-BadgeElement__text.R-TextBody.R-TextBody--xxxxs.R-TextBody--inline.u-textLeft--all.u-marginBottom--none.u-verticalAlign--middle {
    margin-top: 0 !important;
}

.R-TextHeading.R-TextHeading--xxxxs.R-TextHeading--inline.u-textLeft--all.u-verticalAlign--middle.u-marginRight--xs {
    margin-bottom: 0;
}
	
section.reviews_widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton {
    opacity: 0;
}

div#reviewsio-pagination-dots {
	display: flex;
    margin-top: -65px !important;
    z-index: 1;
    position: relative;
}

section.reviews_widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner {
    padding-bottom: 40px;
}

section.reviews_widget {
    margin-bottom: 50px;
}
}


/*Blog section*/
.home-blogs.row {
    margin-bottom: 120px;
}

.home-blogs .blogs-row article.blog_thumb img {
    aspect-ratio: 4/5;
    width: 100%;
    height: auto;
    object-fit: cover;
	border-radius: 20px;
}

.home-blogs .blogs-row article.blog_thumb .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
} 

.home-blogs .blogs-row article.blog_thumb .caption p.h4 a {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

.home-blogs .blogs-row article.blog_thumb .caption p:not(.h4) {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.home-blogs .blogs-row article.blog_thumb .caption a.btn.btn-default.btn-block {
    display: none;
}

.home-blogs .blogs-row article.blog_thumb .caption .date_posted {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    margin: 5px 0 10px;
}

.home-blogs .blogs-row article.blog_thumb .caption p.h4 {
    margin: 0;
}

.two-articles article img {
    aspect-ratio: 280/235;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.two-articles article {
    display: flex;
    min-height: calc(50% - 15px);
}

.two-articles article>a {
    width: 50%;
    display: block;
}

.two-articles article .caption {
    width: 50%;
    padding-left: 20px;
}

.two-articles article:not(:last-child) {
    margin-bottom: 30px;
} 

.two-articles article .caption p.h4 {
    color: rgb(1, 1, 1);
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
}

.two-articles article .caption .date_posted {
    color: rgba(1, 1, 1, 0.4);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
}

.two-articles article .caption p:not(.h4) {
    color: rgba(0, 0, 0, 0.5);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.two-articles article .caption a.btn.btn-default.btn-block {
    color: rgb(1, 1, 1);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration-line: underline;
    display: flex;
    padding: 0;
    border: 0;
	text-transform: uppercase;
}

@media (max-width: 1300px) {
section.row.blogs-row {
    padding: 0 5px;
}

body#n_home ul.slick-dots {
    display: flex;
    justify-content: center;
    width: 100%;
    list-style: none;
    padding: 20px;
}

body#n_home ul.slick-dots li button {
    position: static;
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0px 6px;
    border: none;
    font-size: 0;
    border-radius: 100%;
    transition: 0.3s ease all;
}

body#n_home ul.slick-dots li.slick-active button {
    background: #000;
}

.home-blogs.row {
    margin: 30px 0;
}
	
div.slick-slide>div>article.pd-thumb {
    max-width: 100%;
    margin-bottom: 15px;
}

.home-featuredproducts.row {
    padding: 0 10px;
}
}

@media (max-width: 1300px) {
section.row.blogs-row article.blog_thumb.slick-slide {
    padding: 0 5px;
}

section.row.blogs-row {
	padding: 0;
}
}

@media (max-width: 567px) {
article.blog_thumb {
    padding: 0;
}	
}

/*Brands slider*/
.featured-brands .card {
    border: none;
}

.featured-brands img.card-img-top {
    border: none;
    border-radius: 0;
    width: 150px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.featured-brands .card-body > *:not(a) {
    display: none;
}

.featured-brands .card-body > a {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.featured-brands {
    border-top: 1px solid #00000033;
    padding: 20px 0;
}

.featured-brands .card-body {
    padding: 0;
}

/*Footer*/
div#footer-newsletter {
    display: none;
}

footer.wrapper-footer {
    background: #010101;
}

.wrapper-footer li.nav-item a {
    color: rgba(255, 255, 255, 0.8);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
}

body .wrapper-footer .nav-link-toggle {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
	text-transform: uppercase;
    margin-bottom: 15px;
}

span.footer_subscribe_small_text {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
}

.footer_subscribe_box .checkbox > label.small {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    flex: none;
}

.footer_subscribe_box .checkbox > label.small a {
    color: #fff;
}

span.footer_subscribe_small_text {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0px;
    margin: 12px 0;
    display: block;
}

.footer_subscribe_box .checkbox > label.small {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    flex: none;
}

.footer_subscribe_box .checkbox > label.small input.terms_box.mr-1 {
    vertical-align: -3px;
}

.footer_subscribe_box .checkbox > label.small a {
    color: #fff;
}

.footer_subscribe_box form input[type="submit"] {
    width: 50px;
    height: 50px;
    background: rgb(253, 205, 17);
    border-radius: 0px 5px 5px 0px;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20.000000' height='20.000000' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip67_1150'%3E%3Crect id='Send-Email--Streamline-Ultimate' width='20.000000' height='20.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip67_1150)'%3E%3Cpath id='path' d='M19.85 0.93C19.72 0.81 19.58 0.77 19.42 0.83L0.25 8.75C0.07 8.82 -0.02 8.96 0 9.16C0 9.35 0.09 9.48 0.26 9.54L5.54 11.59C5.67 11.64 5.81 11.63 5.93 11.54L12.93 6.54C13.14 6.37 13.34 6.39 13.52 6.6C13.69 6.81 13.68 7.01 13.46 7.19L7.63 12.81C7.55 12.89 7.5 12.99 7.5 13.11L7.5 18.75C7.5 18.96 7.6 19.09 7.81 19.14C8.02 19.2 8.17 19.14 8.28 18.95L10.92 14.44C10.99 14.32 11.08 14.29 11.2 14.35L16.05 17.03C16.18 17.1 16.3 17.1 16.43 17.04C16.55 16.99 16.63 16.89 16.66 16.75L20 1.34C20.03 1.17 19.98 1.03 19.85 0.93Z' fill='%23000000' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 20px;
    border: none;
}

.footer_subscribe_box input.form-control[name="inp-email"] {
    width: 257px;
    height: 50px;
    background: rgb(255, 255, 255);
    border-radius: 5px 0px 0px 5px;
    margin: 0 !important;
    border: none;
}

footer .payment-icon-container {
    height: 33px;
    padding: 5px;
    border-radius: 0;
    background: #fff;
}

footer .payment-icon {
    width: 42px;
    height: 23px !important;
    background-size: 42px;
    background-repeat: no-repeat;
}

.wrapper-footer .footer_bottom_text {
	color: rgba(255, 255, 255, 0.7);
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0px;
}

@media (max-width: 767px) {
body .wrapper-footer .nav-link-toggle {
    font-size: 20px;
}

.wrapper-footer li.nav-item a {
    font-size: 18px;
}

footer ul.nav.flex-column {
    border-bottom: 1px solid #ffffff4d;
    padding-bottom: 10px;
}

body .wrapper-footer .footer_subscribe_box .nav-link-toggle {
    font-size: 22px;
}

span.footer_subscribe_small_text {
    text-align: left;
}

.wrapper-footer .footer_bottom_text {
    font-size: 12px;
    line-height: 16px;
}

body footer.wrapper-footer {
    padding-top: 0px;
}
	
footer ul.list-inline.d-flex[aria-label="Accepted payment methods"] {
    justify-content: center;
}

.footer_subscribe_box {
    margin: 50px 0 30px;
}

footer ul.nav.flex-column .nav-link-toggle:after {
    content: '>';
    transform: rotate(90deg) scaleY(2.3);
    display: inline-block;
    font-weight: 300;
    font-size: 22px;
    float: right;
    margin-right: 12px;
    text-align: right;
	transition: 0.3s ease all;
}
	
footer ul.nav.flex-column .nav-link-toggle.active:after {
    transform: rotate(-90deg) scaleY(2.3);
}
}

@media (min-width: 992px) and (max-width: 1350px) {
.footer_subscribe_wrap .input-group {
    flex-wrap: nowrap;
}

.footer_subscribe_box .checkbox > label.small {
    display: block !important;
}

.footer_subscribe_box .checkbox > label.small input {
    vertical-align: middle;
}
}

/*Header Menu*/
header .dropdown-menu {
    background: #fff;
	padding: 0 !important;
}

header .dropdown-menu.p-lg-3 {
    padding: 0 !important;
	background: rgb(255, 255, 255);
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    border: none;
	width: 100%;
}

.mega-menu-cat>li>.dropdown-menu {
    left: 33.34%;
    right: unset;
    top: 0;
    bottom: 0;
    width: 66.66%;
    background: #f7f7f7;
	border: none;
	flex-direction: column;
    flex-wrap: wrap;
    padding: 10px 20px 10px 30px !important;
	column-count: 2;
}

.mega-menu-cat>li> a.nav-link {
    color: rgb(1, 1, 1) !important;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 10px 10px 30px !important;
    margin: 0px;
	max-width: 33.34%;
    white-space: normal;
}

.mega-menu-cat>li> .dropdown-menu>li {
   width: 100%; 
}

.mega-menu-cat>li> .dropdown-menu>li>a {
    color: rgb(1, 1, 1) !important;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
}

.mega-menu-cat>li> .dropdown-menu>li>a:hover {
	text-decoration: underline;
}

.mega-menu-cat>li:hover>.dropdown-menu {
    /*display: flex !important;*/
}

ul.mega-menu-cat.p-0 {
    padding: 10px 0px !important;
    height: 100%;
}

.megamenu_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.megamenu_banner button {
    background: #fff;
    color: #000;
    border-color: #fff;
    border-radius: 10px;
    margin-right: 15px;
    min-width: 230px;
    padding: 20px 40px;
    position: absolute;
    left: 0;
    right: 15px;
    bottom: 20px;
    margin: auto;
    max-width: 230px
}

.megamenu_banner {
    padding-left: 0 !important;
}

ul.mega-menu-cat:not(:has(>li.nav-item:hover)) > li.nav-item:first-child > ul {
    display: block;
}

.mega-menu-cat>li:hover, ul.mega-menu-cat:not(:has(>li.nav-item:hover)) > li.nav-item:first-child {
    background: #f7f7f7;
}

body:has(.wrapper-header .menu-section ul.navbar-nav li.nav-item.dropdown.dropdown-hover:hover) {
    /*overflow: hidden;*/
}


body:has(.wrapper-header .menu-section ul.navbar-nav li.nav-item.dropdown.dropdown-hover:hover) .pd-algolia-overlay {
    position: relative;
}

body:has(.wrapper-header .menu-section ul.navbar-nav li.nav-item.dropdown.dropdown-hover:hover) .pd-algolia-overlay:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
}

.mega-menu-cat>li> .dropdown-menu>li.nav-item.nav-item_top a {
    color: rgb(1, 1, 1) !important;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 10px 10px 8px !important;
    margin: 0px;
} 

.mega-menu-cat>li> .dropdown-menu>li.nav-item.nav-item_top {
    position: absolute;
    top: 10px;
    width: 100%;
}

.mega-menu-cat>li> .dropdown-menu:has(>li.nav-item.nav-item_top) {
    padding-top: 50px !important;
}

.mega-menu-cat>li:hover > a.nav-link.dropdown-toggle:after,
ul.mega-menu-cat:not(:has(>li.nav-item:hover)) > li:first-child> a.nav-link.dropdown-toggle:after  {
    content: '>' !important;
    display: inline-block !important;
    border: none;
    float: right;
    transform: scaleY(2);
    font-weight: 300;
}


@media (max-width: 1350px) {
.col-12.col-md-4.megamenu_banner {
    display: none;
}

header .dropdown-menu.p-lg-3 .col-12.col-md-8.pr-0 {
    flex: 0 0 100%;
    max-width: 100%;
}

div#header-call {
    display: none !important;
}

.col-md-5.wrapper-logo {
    width: auto;
    max-width: au;
    flex: none;
}

.header_search_n_icon {
    flex-grow: 1;
    max-width: none;
}
}

@media (max-width: 1250px) {
.wrapper-header .menu-section ul.navbar-nav > li > a.nav-link {
    font-size: 15px;
}
}

@media (min-width: 768px) and (max-width: 992px)  {
.navbar-expand-md .navbar-collapse:not(.show) {
	display: none !important;
}	
}

span.cart_badge.badge.badge-pill.badge-secondary {
    background: #FF4F4F;
    width: 18px;
    height: 18px;
    padding: 0;
    color: rgb(255, 255, 255) !important;
    font-family: Roboto;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 12px !important;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: unset;
    right: -8px;
    top: -1px;
}

@media (max-width: 992px)  {
span.cart_badge.badge.badge-pill.badge-secondary {
    right: 2px;
    top: 5px;
}

.wrapper-header .navbar-toggler[aria-label="Shopping cart"] {
    padding: 10px 10px 4px;
}

.wrapper-header .navbar-toggler[aria-label="Toggle search mobile"] {
    padding: 10px 5px 4px 5px !important;
}

.col-md-5.wrapper-logo img {
    width: 157px;
}

.logo-section {
    padding: 13px 0;
}
	
input#pd-mobile-search-input {
    height: 36px;
}
}

.btn-primary:hover, section.Banner__ .btn.btn-primary:hover, .pd-thumb .card-body .buying-options .btn:hover {
    background-color: #fdd112;
    border-color: #fdd112;
    color: #000;
}

.pd-thumb .card-body .buying-options .btn:hover svg {
    filter: invert(1);
}

/*Mobile Menu*/
div#navbarMainMenu .burger-menu {
    position: fixed !important;
    z-index: 10000;
    right: -100%;
    transition: .3s ease;
    align-items: baseline;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 120px;
    height: calc(100dvh - 120px);
    background: #fff !important;
	margin: 0;
	border-top: 1px solid #ccc;
}


div#navbarMainMenu.show .burger-menu {
    right: 0 !important;
}

.burger-menu div ul.nav li > ul.nav {
    position: fixed !important;
    z-index: 10000;
    right: -100%;
    transition: .3s ease;
    height: 100%;
    align-items: baseline;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 120px;
	height: calc(100dvh - 120px);
    background: #fff !important;
}


.burger-menu div ul.nav li.dah_active > ul.nav {
    right: 0 !important;
}

.burger-menu > div > ul.nav > li a {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    padding: 12px 40px 12px 25px;
	display: block;
    float: none;
	white-space: normal;
}

.burger-menu > div > ul.nav li:not(:last-child) {
    border: none;
}

.burger-menu a+span {
    color: #000;
}

.burger-menu > div > ul.nav > li >ul > li > a {font-weight: 500;text-transform: uppercase;}

.burger-menu > div > ul.nav > li >ul > li > ul > li > a {font-weight: 400;}

.burger-menu div ul.nav li > ul.nav {
    display: block;
	padding: 0;
}

.burger-menu li.lvl_3_title_li a {
    font-weight: 700 !important;
    text-transform: uppercase;
}

@media (min-width: 1350px) {
html:has(div#navbarMainMenu.show) {
    overflow: hidden;
}
}

@media (max-width: 767px) {
html:has(div#navbarMainMenu.show) {
    overflow: hidden;
}
	
html:has(div#navbarMainMenu.show) .wrapper-header .navbar-toggler {
    display: none;
}
}

body:has(div#searchMobile.show) .burger-menu {
    top: 173px;
	height: calc(100dvh - 173px);
}

.menu-section.mb-2.mb-md-0 {
    margin-bottom: 0 !important;
}

div#navbarMainMenu {
    padding: 0;
}

ul.burger_menu_ul, ul.burger_menu_ul ul {
    padding-top: 15px !important;
	border-top: 1px solid #ccc;
}

.burger-menu > div > ul.nav > li a.back_btn {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
	text-transform: capitalize;
}

.burger-menu a+span {
    top: calc(50% - 1px);
    transform: translateY(-50%);
    right: 25px;
}

.burger-menu > div > ul.nav > li a.back_btn svg {
    margin-right: 5px;
    vertical-align: -1px;
    margin-left: -10px;
}

.burger-menu > div > ul.nav > li.on_sale_item > a {
    color: #FF4F4F;
}

.burger-menu > div > ul.nav > li.on_sale_item {
    background: none;
}

li.menu_account {
    background: #010101;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

li.menu_account a {
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-transform: capitalize !important;
    flex-direction: row-reverse;
    gap: 10px;
}

button[data-target="#navbarMainMenu"][aria-expanded="false"] svg.close_svg {
    display: none;
}

button[data-target="#navbarMainMenu"][aria-expanded="true"] svg:not(.close_svg) {
    display: none;
}

li.megamenu_banner img {
    aspect-ratio: 430/468;
    margin-top: 15px;
}

li.megamenu_banner button {
    min-width: auto;
    max-width: 180px;
    font-size: 18px;
    padding: 13px;
}

@media (min-width: 768px) and (max-width: 991px) {
.wrapper-header .navbar > div#searchMobile.navbar-collapse {
    padding: 0.5rem; 
    flex-basis: 100%;
}

div#pd-mobile-searchbox {
    width: 100%;
}

.wrapper-header .navbar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: normal;
}

.wrapper-header .menu-section ul.navbar-nav > li > a.nav-link {
    font-size: 12px;
    padding: 0.91rem 0.35rem;
}

.menu-section>.container {
    max-width: 860px;
    padding: 0;
}
	
.wrapper-header .menu-section ul.navbar-nav > li:first-child > a.nav-link {
	padding-left: 15px;
}
	
.col-12.col-lg-3:has(>.footer_subscribe_box) {
    order: -1;
    margin: -20px 0 40px;
}
}

@media (min-width: 768px) and (max-width: 1350px) {
.wrapper-header .menu-section ul.navbar-nav[aria-label="Category menu"]>li:last-child a {
    padding-right: 14px;
}
}

section.reviews_widget {
    padding-left: 10px;
    padding-right: 10px;
}

section.reviews_widget h2.section-title {
    padding: 0 10px;
}

@media (min-width: 601px) and (max-width: 787px) {
section.reviews_widget .CarouselWidget-prefix .R-XLG .R-ReviewsList .R-ReviewsList__item {
    flex-basis: 50%;
    width: 50%;
}

section.reviews_widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton {
    opacity: 1;
}

div#reviewsio-pagination-dots {
    display: none;
}
}

html, body {
    overflow-x: clip;
}

@media (min-width: 768px) {
.search-close-btn {
    min-width: 48px !important;
    border-right: 1px solid #00000033 !important;
    border-radius: 0 !important;
}
}

.pd-thumb .card-body .buying-options a.notify_popup {
    background: #fff;
    color: #010101;
}

.banner_slide_wrap {
    position: relative;
}

.homepageBanner button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    z-index: 1;
    outline: none;
}

.homepageBanner button.slick-arrow.slick-prev {
    left: 10px;
}

.homepageBanner button.slick-arrow.slick-next {
    right: 10px;
}

body#n_home section.homepageBanner ul.slick-dots {
    position: absolute;
    bottom: -20px;
    z-index: 1;
    padding: 10px;
}

.homepageBanner:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.homepageBanner:not(.slick-initialized) .banner_slide_wrap:first-child {
    min-width: 100%;
}

.col-12.col-md-4.megamenu_banner.megamenu_products {
    padding: 30px 30px 30px 15px !important;
}

.col-12.col-md-4.megamenu_banner.megamenu_products .pd-thumb .card-body .buying-options .btn {
    position: static;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
	.megamenu_products .pd-thumb p.card-title.h4 a {
		font-size: 16px;
		line-height: 22px;
		padding: 0;
	}

	.col-12.col-md-4._megamenu_banner.megamenu_products {
		padding: 15px 15px !important;
	}
	
	.burger-menu > div > ul.nav > li a.thumbnail-image {
		padding: 0;
	}
}

body#n_home section.homepageBanner ul.slick-dots:not(:has(li:nth-child(2))) {
    display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
ul.burger_menu_ul.nav.navbar-nav {
    flex-direction: column;
	/*max-width: 750px;
	margin: 0 auto;
	padding: 0 31px 0 0;*/
}

html:has(div#navbarMainMenu.show) {
    overflow: hidden;
	/*padding-right: 21px;*/
}
	
/*div#navbarMainMenu .burger-menu ul {
	max-width: 750px;
	margin: 0 auto;
	padding: 0 31px 0 0;
}*/

div#navbarMainMenu .burger-menu, div#navbarMainMenu .burger-menu ul {
    overflow-y: auto;
}
	
.megamenu_products .pd-thumb p.card-title.h4 a {
    padding: 0;
}

.megamenu_products > article {
    padding: 10px 10px;
}

.megamenu_products .sku_wrap {
    font-size: 13px;
}

.megamenu_products .thumb_availability span {
    font-size: 13px !important;
}

.megamenu_products .thumb_availability span svg {
    vertical-align: -5px;
}
}

.wrapper-header {
    transition: all 0.3s ease;
}

.sticky-trigger {
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
}

.wrapper-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.logo-section {
    transition: all 0.1s ease;
}


@media (min-width: 991px) {
header.wrapper-header.sticky .logo-section {
    padding: 15px 0;
}

header.wrapper-header.sticky img.logo {
    width: 80%;
}

header.wrapper-header.sticky input#pd-main-search-input {
    height: 56px;
}
}

header.wrapper-header {
    /*position: sticky;
    top: 0;*/
}

@media (min-width: 992px) {
.menu-section.sticky {
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index: 9999;*/
}
}

header.wrapper-header {
    z-index: 99;
    background: #fff;
}

header.wrapper-header.sticky div#navbarMainMenu .burger-menu {
    top: 83px;
    height: calc(100dvh - 83px);
}


div#pd-main-searchbox form[name="productsearch"] div.input-group {
    flex-direction: row-reverse;
}

input#name_search {
    height: 70px;
    font-size: 20px;
}

.insurance-header h2 {
    font-size: 22px;
    margin: 0;
}

.insurance-header {
    margin: 30px 0;
}


@media (max.width: 768px) {
.insurance-header .btn {
    font-size: 16px;
}

.insurance-header h2 {
    font-size: 18px;
}
}

div#aerosolsModal .modal-dialog.modal-lg,
div#productAerosolsModal .modal-dialog.modal-lg {
    max-width: 500px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

body:has(#productAerosolsModal.show),
body:has(#aerosolsModal.show) {
    padding-right: 0 !important;
}

div#_jstl__buying_options_r form.buying-options .row.mx-auto.btn-stack.align-tems-center {
    flex-wrap: nowrap;
}


.user_account_box a.dropdown-item:not(:hover) {
    color: #000;
}


.ais-Panel.ais-Panel--collapsible .list-group-item.filter-title .h4:after {
    float: right;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    margin-right: 5px;
}

.ais-Panel.ais-Panel--collapsible.ais-Panel--collapsed .list-group-item.filter-title .h4:after {
    content: "\f068";
}

.ais-Panel-header.position-relative:hover * {
    color: rgba(200, 29, 36, 1) /*{link-text-hover-colour}*/;
    text-decoration: underline;
}