/* HEADER */
.header-main {
    background-color: var(--preheader-bg);
    box-shadow: 0px 3px 6px #00000029;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    height: auto;
}
#header .header-main-wrapper {
    height: auto;
}
.header-logo {
    padding: 10px 0;
}
.header-search .header-search-btn:hover {
    background-color: var(--bs-white);
}
.header-search .header-search-btn:hover span {
    color: var(--color-dark-600);
}
.header-search .header-search-btn:hover i {
    color: var(--hover-color);
}
.language-section {
    border-left: 1px solid rgba(255, 255, 255, .2);
    height: 100%;
    display: flex;
    align-items: center;
}
.language-section .dropdown-toggle::after {
    content: none;
}
.language-section button {
    padding: 0;
    display: flex;
    align-items: center;
    padding-left: 20px;
    background-color: transparent;
}
@media (min-width: 992px) {
    .language-section button{
        background-color: var(--preheader-bg);
    }
}
.language-section .dropdown-menu {
    background-color: var(--preheader-bg);
    min-width: 3rem;
}
.language-section .dropdown-menu button:hover {
    background-color: transparent;
}
.language-section .dropdown-menu button {
    color: var(--bs-white);
    font-size: 12px;
}
.language-section .dropdown-menu button img {
    margin-right: 5px;
}
.language-section .eshop-title {
    padding: 0 5px;
}
.language-section img {
    height: 18px;
    width: 18px;
}
.language-section i {
    color: var(--bs-white);
    padding-left: 5px;
}
.language-section span {
    display: flex;
    align-items: center;
    color: var(--bs-white);
    font-size: 12px;
}
.header-main-block-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 300ms ease-in-out;
}
.header-main-block-icon a span {
    transition: 300ms ease-in-out;
}
.header-main-block-icon a:hover span {
    color: var(--hover-color);
}
.header-main-block-cart a:hover .cart-total {
    color: var(--color-dark-600);
    background-color: var(--bs-white);
}
.header-main-block-icon .title {
    color: var(--bs-white);
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}
.header-main-block-icon .icon {
    color: var(--bs-white);
}

.desktop-menu-container #mmenu .dropdown-menu {
    padding:0;
}
.desktop-menu-container #mmenu .dropdown-menu li {
    line-height: 30px;
}
/* HEADER */

/* HEADER CHECKOUT */
#header.checkout_header {
    box-shadow: none;
    border: none;
    position: sticky;
    top: 0;
    background-color: var(--bs-white);
}
.checkout_header .header-main {
    background-color: var(--bs-white);
}
/* HEADER CHECKOUT */

/* MENU */
.postheader {
    box-shadow: 0px .75rem 1rem #0000001a;
	background-color: var(--preheader-bg);
    z-index: 99;
    display: flex;
    align-items: center;
}
.postheader.scrolled {
	position: sticky;
    top: 0;
    width: 100%;
}
.postheader .postheader-inner {
    width: 100%;
    display: flex;
    align-items: center;
}
.postheader .header-logo-outer {
    display: flex;
    align-items: center;
}
.postheader .header-utilities,
.postheader .header-search,
.postheader .header-logo {
    display: none;
}
div#desktop-menu {
    position: sticky;
    left: 0;
    top: 50px;
    height: 100vh;
    display: none;
    z-index:99;
    background: var(--bs-white);
    width:100%;
    box-shadow: 0px 3px 20px #00000029;
    padding-top: 40px;
}
.desktop-menu-container {
    margin-left: 0;
    border-left: 1px solid #fff;
}
#desktopMenuToggle {
    width: 240px;
    min-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms ease-in-out;
    border-right: 1px solid rgba(255, 255, 255, .2);
}
#desktopMenuToggle span {
    color: var(--bs-white);
    font-size: 14px;
    font-weight: bold;
}
#desktopMenuToggle i {
    color: var(--hover-color);
    font-size: 22px;
    padding-right: 10px;
}
.postheader.active-menu__box #desktopMenuToggle,
#desktopMenuToggle:hover {
    background-color: var(--hover-color);;
}
.postheader.active-menu__box #desktopMenuToggle i {
    font-size: 25px;
}
.postheader.active-menu__box #desktopMenuToggle i,
#desktopMenuToggle:hover i {
    color: var(--bs-white);
}
#desktop-menu .navbar-nav {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 1rem;
    height: auto;
    padding-left: 0;
    overflow-y: auto;
    height: 100%;
    position: static;
}
.custom-menu ul {
    display: flex;
    align-items: center;
    padding-left: var(--space-triple);
}
.custom-menu ul li:not(:last-of-type) {
    padding-right: var(--space-triple);
}
.custom-menu ul li a {
    color: var(--bs-white);
    letter-spacing: 1.2px;
    font-size: 12px;
    font-weight: 500;
}
/* MENU */

/* POSTHEADER SCROLLED */
.postheader.scrolled .postheader-inner {
    max-width: 1796px;
    margin: auto;
    height: 50px;
    justify-content: space-between;
}
.postheader.scrolled .postheader-inner #logo img {
    max-width: 250px;
    padding: 0 25px 0 0;
}
.postheader.scrolled .header-utilities,
.postheader.scrolled .header-search,
.postheader.scrolled .header-logo {
    display: flex;
}
.postheader.scrolled .header-logo-outer {
    display: flex;
}
.postheader.scrolled .header-search .header-search-btn {
    width: 350px;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
    min-height: 50px;
}
.postheader.scrolled #desktopMenuToggle {
    max-width: 185px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    min-height: 50px;
}
.postheader.scrolled .header-utilities .header-main-block-icon:first-of-type {
    border-left: none;
}
.postheader.scrolled .header-utilities .header-main-block-icon {
    width: 100%;
    min-width: 60px;
    min-height: 50px;
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, .2);
    justify-content: center;
}
.postheader.scrolled .header-main-block-icon .ho-total-counter {
    right: 0;
    top: 13px;
}
.postheader.scrolled .header-utilities .header-main-block-icon.cart-icon {
    min-width: 68px;
    margin-right: 1rem;
}
.postheader.scrolled .language-section button {
    width: 85px;
}
.postheader.scrolled .header-main-block-icon .icon {
    display: flex;
}
.postheader.scrolled .header-main-block-icon {
    display: flex;
}
.postheader.scrolled .language-section {
    line-height: 48px;
}
.postheader.scrolled .custom-menu ul li a {
    font-size: 11px;
}
.postheader.scrolled .custom-menu ul li:not(:last-of-type) {
    padding-right: 50px;
}
/* POSTHEADER SCROLLED */

/* FOOTER */
.payments {
    background-color: var(--color-dark-600);
    padding: 50px 0;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.footer-wrap {
    background-color: var(--preheader-bg);
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    z-index: 2;
    padding-bottom: 3.125rem;
}
.footer-wrap .footer-col {
    position: relative;
    z-index: 2;
}
.footer-wrap h5 {
    color: var(--bs-white);
    font-size: 15px;
}
.copyright {
    background-color: var(--bg-dark);
    position: relative;
    z-index: 1;
}
.copyright .dev,
.copyright .copy {
    font-size: var(--size-xs);
    color: var(--bs-white);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.copyright .dev a {
    color: var(--bs-white);
}
.copyright ul {
    display: flex;
    align-items: center;
}
.copyright ul li:not(:last-of-type):after {
    content: '•';
    color: var(--bs-white);
    padding-left: 1rem;
}
.copyright ul li:not(:last-of-type) {
    padding-right: 1rem;
}
.copyright ul li a {
    color: rgba(255, 255, 255, .6);
    letter-spacing: 1px;
    font-size: var(--size-sm);
    text-transform: uppercase;
    transition: 300ms ease-in-out;
}
.socials ul li i {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    font-size: 12px;
    color: var(--bs-white);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: 300ms ease-in-out;
}
.socials ul li a:hover {
    color: rgba(255, 255, 255, 1);
}
.socials ul li a:hover i {
    background-color: rgba(255, 255, 255, 1);
    color: var(--color-dark-600);
}
.footer_owner {
    color: var(--bs-white);
    font-weight: 600;
    font-size: 14px;
}
.footer_address {
    color: #AEAEAE;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
    max-width: 80%;
}
.footer_location a {
    color: var(--bs-white);
    transition: 300ms ease-in-out;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-color: var(--color-dark-600);
}
.footer_location a i {
    padding-right: 5px;
}
.footer_location a:hover {
    color: var(--hover-color);
    text-decoration-color: var(--hover-color);
}
.footer_call_center {
    margin-top: 28px;
}
.footer_call_center,
.footer_fax,
.footer_email {
    display: flex;
    flex-direction: column;
}
.footer_call_center span,
.footer_fax span,
.footer_email span {
    color: var(--bs-white);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.1px;
    margin-bottom: 5px;
}
.footer_call_center a,
.footer_fax p,
.footer_email a {
    border: 1px solid #707070;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .1);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: start;
    width: fit-content;
    letter-spacing: 1.3px;
    font-size: 13px;
    font-weight: 600;
    min-height: 36px;
    transition: 300ms ease-in-out;
    padding: 0 10px;
    margin-bottom: 18px;
    min-width: 176px;
}
.footer_email a {
    letter-spacing: 0;
}
.footer_call_center i,
.footer_fax i,
.footer_email i {
    padding-right: 10px;
}
.footer_call_center a:hover,
.footer_fax p:hover,
.footer_email a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: var(--color-dark-600);
}
.footer_call_center a:hover i,
.footer_fax p:hover i,
.footer_email a:hover i {
    color: var(--hover-color);
}
/* FOOTER */

/* NEWSLETTER */
.newsletter-wrapper {
	margin-top: var(--space-double);
	padding-top: var(--space-double);
	padding-bottom: var(--space-double);
	text-align: center;
}
.newsletter-wrapper .newsletter-inner {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	color: var(--color-dark-600);
}
.newsletter-wrapper .newsletter-inner a {
	color: var(--color-dark-600);
	text-decoration: underline;
}
.newsletter-wrapper .newsletter-inner h3 span {
	z-index: 2;
	color: var(--color-dark-600);
	font-weight: 900;
	font-size: 42px;
	margin-bottom: var(--space);
}
.newsletter-wrapper .newsletter-inner .newsletter-intro {
	z-index: 2;
	color: var(--color-dark);
	font-weight: 300;
	font-size: var(--size);
	margin: 30px auto;
    max-width: 24%;
}
.newsletter-wrapper .newsletter-inner .newsletter_form {
	z-index: 2;
	max-width: 50rem;
	width: 100%;
	margin: auto;
}
.newsletter-wrapper .newsletter-inner .newsletter_form input#subscribe-email {
	height: 60px;
	text-align: center;
	border: none;
	box-shadow: none;
    width: 100%;
}
.newsletter-wrapper .newsletter-inner .newsletter_form input#subscribe-email::placeholder {
	color: var(--color-dark-600);
	font-size: 0.75rem;
	font-weight: bold;
}
.newsletter-wrapper .row-agree {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.newsletter-wrapper .newsletter-inner .newsletter_form .newsletter_email {
	width: 100%;
    max-width: 600px;
    margin: auto;
    border: 2px solid #E1E1E1;
    border-radius: 5px; 
}
.module-subtitle-text {
    color: var(--color-dark);
    font-weight: 600;
    margin-top: 30px;
}
.btn-info,
.newsletter-wrapper .newsletter-inner .newsletter_button button {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	background-color: var(--preheader-bg);
    color: var(--bs-white);
    border-radius: 5px;
    font-size: 15px;
    transition: 300ms ease-in-out;
    border:none;
}
.btn-info:hover {
    background-color: var(--hover-color);
    color: var(--bs-white);
}
.btn-info i {
    padding-right: 10px;
}
.newsletter-wrapper .newsletter-inner .newsletter_button button:hover {
    background-color: var(--hover-color);
}
.newsletter-wrapper .newsletter-inner .newsletter_agree {
	font-weight: 500;
    color: var(--color-dark);
    font-size: 13px;
    display: flex;
    align-items: end;
}
.newsletter-wrapper .newsletter-inner .newsletter_agree label {
    padding-left: 10px;
}
.newsletter-wrapper .newsletter-inner .newsletter_agree input {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
}
.newsletter-wrapper .newsletter-inner .newsletter_agree .form-check-input:focus {
    box-shadow: none;
}
.newsletter-wrapper .newsletter-inner .newsletter_agree .form-check-input:checked {
    background-color: var(--hover-color);
}
/* NEWSLETTER */

/* MANUFACTURERS */
.brands-module {
    background-color: #F8F8F8;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}
.brands-module .brands-module-description {
    flex: 0 0 25%;
    max-width: 25%;
    color: var(--hover-color);
    font-weight: 700;
}
.brands-module .brands-module-description h1 {
    font-size: 34px;
}
.brands-module .brands-module-description h2 {
    font-size: 20px;
}
.brands-module .brands-container {
    flex: 0 0 75%;
    max-width: 75%;
    overflow: hidden;
}
/* MANUFACTURERS */

/* HOMEPAGE SLIDER */
.home-slider-banners {
    margin-top: 30px;
}
.home-slider-banners #column-left h2.slideshow-slide-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    max-width: 70%;
    display: block;
}
.home-slider-banners #column-left h2.slideshow-slide-title:after {
    content: '';
    width: 90px;
    height: 2px;
    background-color: var(--hover-color);
    margin: 35px 0 30px 0;
    display: block;
}
.home-slider-banners #column-left .slideshow-slide-subtitle {
    font-size: 16px;
    font-weight: normal;
    max-width: 50%;
}
.home-slider-banners #column-left .slideshow-slide-button {
    border: none;
    letter-spacing: 0;
    background-color: var(--hover-color);
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 700;
    margin-top: 80px;
    padding:0;
    min-height: 50px;
    min-width: 260px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
}
.home-slider-banners #column-left .slideshow-slide-button span {
    flex: 1;
    text-align: center;
}
.home-slider-banners #column-left, 
.home-slider-banners #column-right {
    width: 100%;
}
.home-slider-banners #column-left {
    max-width: calc(100% - 590px);
}
.home-slider-banners #column-right {
    max-width: 590px;
}
/* Left Side */
.home-slider-banners #column-left .container-xxl {
    padding-left: 1rem;
    padding-right: 0;
}
/* Right Side */
/*.home-slider-banners .right_side_banner .container-xxl {
    padding-left: 10px;
    padding-right: 10px;
}*/
.home-slider-banners #column-right .banner-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-slider-banners .right_side_banner .banner-col {
    padding: 0;
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
}
.home-slider-banners .right_side_banner .banner-item {
    box-shadow: 0px 3px 6px #0000001A;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    position: relative;
}
.home-slider-banners .right_side_banner .banner-item .banner-image {
    padding: 2px;
    position: relative;
}
.home-slider-banners .right_side_banner .banner-item .banner-image img {
    width: 100%;
}
.home-slider-banners .right_side_banner .banner-item .banner-hypertitle {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    color: var(--bs-white);
    font-weight: bold;
    min-height: 34px;
    position: relative;
    background-color: var(--hover-color);
    max-width: 140px;
    clip-path: polygon(0% 0%, 100% 0, 94% 49%, 100% 100%, 0% 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.home-slider-banners .right_side_banner .banner-item .banner-hypertitle:before { 
    content: '\f646';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    margin-top: 3px;
    left: 10px;
}
.home-slider-banners .right_side_banner .banner-item .banner-title {
    font-size: var(--size-normal);
    font-weight: 600;
    margin-bottom: 1rem;
}
.home-slider-banners .right_side_banner .banner-item .btn.btn-generic {
    border-radius: 5px;
    min-height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 160px;
    letter-spacing: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--bs-white);
    background-color: var(--preheader-bg);
    margin-top: 1.563rem;
}
.home-slider-banners .right_side_banner .banner-item .banner-caption {
    padding: 1.45rem 1.563rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #EBEBEB;
}
.home-slider-banners .right_side_banner .banner-item:last-of-type {
    margin-top: 1rem;
}
.home-slider-banners .right_side_banner .banner-item:first-of-type .btn.btn-generic {
    background-color: var(--hover-color);
    color: var(--bs-white);
}
.home-slider-banners .right_side_banner .banner-item:first-of-type .banner-title {
    color: var(--bs-white);
}
.home-slider-banners .right_side_banner .banner-item:first-of-type .banner-caption {
    background-color: var(--preheader-bg);
}
.home-slider-banners .right_side_banner .banner-item:first-of-type .banner-subtitle {
    color: rgba(255, 255, 255, .6);
}
/* HOMEPAGE SLIDER */

/* HOMEPAGE 2 COLUMN BANNERS */
.red-green-banners .banner-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 4px;
    gap: 1rem;
}
.red-green-banners.three-col-banners .banner-col { 
    grid-template-columns: repeat(3, 1fr);
}
.red-green-banners .banner-col .banner-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    border-radius: 10px;
}
.red-green-banners .banner-col .banner-item:first-of-type:after {
    background-color: #9A2020;
}
.red-green-banners .banner-col .banner-item:last-of-type:after {
    background-color: #314114;
}
.red-green-banners .banner-col .banner-item {
    display: grid;
    position: relative;
}
.red-green-banners .banner-col .banner-item .banner-image img {
    height: 100%;
    width: 100%;
}
.red-green-banners .banner-col .banner-item > * {
    grid-area: 1 / -1;
}
.red-green-banners .banner-col .banner-caption {
    align-self: center;
    justify-self: center;
    text-align: center;
    position: relative;
    z-index: 9;
    color: var(--bs-white);
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    padding-bottom: 30px;
    justify-content: end;
}
.red-green-banners .banner-col .banner-caption .banner-title {
    font-size: 60px;
    font-weight: 800;
}
.red-green-banners .banner-col .banner-caption .banner-subtitle {
    font-size: 1rem;
    max-width: 500px;
    margin: 30px auto;
}
.red-green-banners .banner-col .banner-caption .banner-readmore {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}
.red-green-banners .banner-col .banner-caption .btn-generic {
    border-radius: 5px;
    background-color: #AEA068;
    color: var(--bs-white);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    transition: 300ms ease-in-out;
    max-width: 284px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.red-green-banners .banner-col .banner-caption .btn-generic:hover {
    background-color: var(--bs-white);
    color: #AEA068;
}
.red-green-banners .banner-col .banner-item:last-of-type:after {
    background-color: #314114;
}
.red-green-banners.three-col-banners .banner-col .banner-item:nth-child(1):after {
    background-color: #505050;
}
.red-green-banners.three-col-banners .banner-col .banner-item:nth-child(2):after {
    background-color: #1765BE;
}
.red-green-banners.three-col-banners .banner-col .banner-item:nth-child(3):after {
    background-color: #257D7A;
}
.red-green-banners.three-col-banners .banner-col .banner-caption .banner-title {
    font-size: 42px;
}
.red-green-banners .banner-col .banner-caption .banner-title {
    font-size: 60px;
    font-weight: 800;
}
/* HOMEPAGE 2 COLUMN BANNERS */

/* HOMEPAGE FEATURED CAROUSEL */
.products-bs-title {
    font-weight: 800;
    color: var(--color-dark-600);
    font-size: 40px;
}
.featured-products {
    max-width: 1830px;
    margin-left: auto;
}
/* HOMEPAGE FEATURED CAROUSEL */ 

/* HOMEPAGE CATEGORY TABS */ 
.swiper-scrollbar-slideshow-same-category {
    display: none;
}
.category_tabs {
    background-color: #F5F5F5;
    background-image: url(../images/img-bg-2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.tabs_description_content {
    order: 2;
    display: flex;
    align-items: center;
    text-align: center;
}
.tabs_description_content h3 {
    font-size: 50px;
}
.tabs_description_content h5:first-of-type {
    color: var(--hover-color);
    font-size: 24px;
    font-weight: 800;
}
.tabs_description_content h5:last-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.tabs_description_content h5 a {
    border-radius: 5px;
    background-color: var(--color-dark-600);
    color: var(--bs-white);
    font-size: 1rem;
    font-weight: 700;
    min-height: 50px;
    max-width: 286px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms ease-in-out;
    padding: 0 20px;
}
.tabs_description_content h5 a:hover {
    background-color: var(--hover-color);
}
.tabs_description_content h5 a span {
    padding-right: 10px;
}
.tabs_description_content h5 a i {
    transform: translateX(0);
    font-size: 12px;
}
.tabs_description_content h5 a:hover i {
    transform: translateX(10px);
}
.tabs_description_content h5:nth-child(3) {
    margin-top: 25px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
#category-tab-content .product_wrap {
    border: 1px solid #EBEBEB;
    background-color: var(--bs-white);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding: 30px 0 60px 0;
    transition: 300ms ease-in-out;
}
#category-tab-content .product_wrap .image-title {
    font-weight: 800;
    font-size: 28px;
    color: var(--color-dark-600);
    text-transform: uppercase;
    margin-top: 20px;
    transition: 300ms ease-in-out;
}
#category-tab-content .product_wrap .image-text {
    font-weight: 700;
    font-size: 14px;
    color: var(--color-dark-600);
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 20px;
}
#category-tab-content .product_wrap .link-btn {
    opacity: 0;
    color: var(--hover-color);
    font-weight: bold;
    font-size: 14px;
    transition: 300ms ease-in-out;
}
#category-tab-content .product_wrap .link-btn:hover {
    text-decoration: none;
}
#category-tab-content .product_wrap:hover .image-title {
    color: var(--hover-color);
}
#category-tab-content .product_wrap:hover .link-btn {
    opacity: 1;
}
/* HOMEPAGE CATEGORY TABS */ 

/* HOMEPAGE CATEGORIES */ 
.categories-4 h3 {
    color: var(--color-dark-600);
}
.categories-4 .tabs_description_content {
    justify-content: center;
}
.categories-4 .tabs_description_content h5:nth-child(3) {
    max-width: 57%;
    color: var(--color-dark-600);
    font-weight: 500;
}
.categories-4 .tabs_description_content h5:last-of-type {
    display: none;
}
.categories-4 #category-tab-content .product_wrap {
    padding: 0;
}
.categories-4 .product_wrap .image-title {
    font-size: 22px;
    margin-bottom: 25px;
}
.categories-4 #category-tab-content .product_wrap .link-btn {
    opacity: 1;
    background-color: var(--color-dark-600);
    color: var(--bs-white);
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categories-4 .product_wrap .sub-cats {
    letter-spacing: 0.6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 2.4;
    text-transform: uppercase;
}
/* HOMEPAGE CATEGORIES */ 

/* HOMEPAGE FEATURED TABS */ 
.featured_tabs {
    display: flex;
}
.featured_tabs .product-tabs-background {
    position: unset;
    overflow: unset;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    max-width: 500px;
    display: grid;
    position: relative;
}
.featured_tabs .product-tabs-background > * {
    grid-area: 1 / -1;
    align-self: center;
    justify-self: center;
    padding: 0 60px;
    position: absolute;
}
.featured_tabs .product-tabs-background-parallax h4.module-hypertitle {
    font-size: 50px;
    font-weight: 800;
    color: var(--bs-white);
}
.featured_tabs .product-tabs-background-parallax h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--hover-color);
    margin-bottom: 25px;
    margin-top: 10px;
}
.featured_tabs .product-tabs-background-parallax h4.module-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.5;
}
.featured_tabs .product-tabs-background .more-container {
    margin-top: 60px;
}
.featured_tabs .product-tabs-background .more-container a {
    font-size: 14px;
    color: var(--bs-white);
    border-radius: 5px;
    font-weight: 700;
    transition: 300ms ease-in-out;
    background-color: var(--hover-color);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 286px;
    min-height: 50px;
}
.featured_tabs .product-tabs-background .more-container span {
    flex: 1;
    text-align: center;
}
.featured_tabs .product-tabs-background .more-container a:hover {
    color: var(--hover-color);
    background-color: var(--bs-white);
}
.featured_tabs .product-tabs-background .more-container a i {
    transition: 300ms ease-in-out;
    transform: translateX(-20px);
}
.featured_tabs .product-tabs-background .more-container a:hover i {
    transform: translateX(-10px);
}
.featured_tabs .module-row {
    width: 100%;
    max-width: calc(100% - 500px);
}
.featured_tabs .tab-content {
    padding-bottom: 50px;
}
.featured_tabs .module-row .bordered-title {
    font-weight: 700;
    font-size: 24px;
    color: var(--color-dark-600);
    display: flex;
    align-items: center;
    position: relative;
    top: 30px;
    z-index: 9;
}
.featured_tabs .module-row .bordered-title span {
    width: 28%;
}
.featured_tabs .module-row .bordered-title:after {
    content: '';
    background-color: var(--hover-color);
    height: 1px;
    width: 100%;
    display: block;
}
.featured_tabs .product-layout .product-block {
    border: none;
}
.featured_tabs .product-layout .product-block:hover {
    box-shadow: none;
}
.featured_tabs .product-layout .product-block img {
    width: 100%;
}
.featured_tabs .product-layout .link-inside {
    justify-content: center;
}
.featured_tabs .product-layout .link-inside a {
    border-radius: 5px;
    max-width: 260px;
    min-height: 40px;
    background-color: var(--color-dark-600);
    color: var(--bs-white);
    font-size: 14px;
    font-weight: 500;
    transition: 300ms ease-in-out;
}
.featured_tabs .product-layout:hover .link-inside a {
    background-color: var(--hover-color);
}
.featured_tabs .product-layout .product-block .product-block-caption .product-block-title .product-name {
    text-align: center;
}
.featured_tabs .product-layout .product-block .product-block-caption .product-block-title .product-name a {
    font-weight: 700;
    font-size: 20px;
}
.featured_tabs .product-layout .product-block .product-top {
    margin-bottom: 0;
}
.featured_tabs .product-layout .product-block .product-block-description {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    margin-top: 0;
}
.featured_tabs .product-layout .product-block .product-block-price {
    display: none;
}
/* HOMEPAGE FEATURED TABS */ 

/* PRODUCT PAGE */
#product-product {
    max-width: 1634px;
    margin-top:45px;
}
/* 
#product-product div#content {
    padding:0;
} */

#product-product .product-gallery_wrap , #product-product .product-info_wrap {
    padding :0;
}
#product-product .product-info_wrap {
    padding-left:35px;
}

div#product-wrap .product-gallery_wrap {
    display:flex;
    gap: 20px;
}

div#product-image-thumb .product-thumb {
    width:100px;
    padding:5px;
}
div#product-image-thumb .product-thumb img{
    opacity:0.5;
}

div#product-gallery_container a {
    border: 1px solid black;
    padding: 5px;
    box-shadow: 0px 5px 10px #0000001A;
    border: 1px solid #EBEBEB;
    display: block;
}
div#product-gallery_container {
    /* height: 551px; */
    /* border: 1px solid black; */
    padding: 5px;
    /* box-shadow: 0px 5px 10px #0000001A; */
    /* border: 1px solid #EBEBEB; */
}

div#product-image-thumb .product-thumb.active {
    box-shadow: 0px 5px 10px #0000001A;
    border: 1px solid #EBEBEB;
}

div#product-image-thumb .product-thumb.active img {
    opacity:1;
}
#product-product .product-info_wrap h1 {
    font-size: 28px;
    color: var(--color-dark-600);
    font-weight: 700;
    margin-bottom: 1.875rem;
    opacity: 1;
}
#product-product .product-description{
    margin-bottom:1.25rem;
    font-size: 14px;
    color: var(--color-dark);
}

div#product-image-thumb .product-thumb {
    border-bottom: 1px solid #e1e1e1;
}
div#product-image-thumb .product-thumb:last-child {
    border:none;
}

#readmore-button{
    font: normal normal bold 12px/25px Commissioner;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
    cursor:pointer;
    transition: color 0.2s;
    max-width:150px;
    display: flex;
    align-items: center;
}

#readmore-button:hover {
    color:#AEA068;
}

#readmore-button i.fa-sharp.fa-solid.fa-caret-down,
#readmore-button i.fa-sharp.fa-solid.fa-caret-up {
    margin-left: 8px;
    font-size:8px;
}

.description-wrap {
    display:flex;
    margin-bottom:20px;
}

.product-description-wrap {
    flex: 0 0 55%;
}

.product-instructions-wrap {
    flex:0 0 45%;
    justify-content: flex-end;
    align-items: end;
    display: flex;
}

.instructions-button {
    text-align: left;
    font: normal normal 600 12px/14px Commissioner;
    letter-spacing: 0px;
    color: #505050;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    padding-top:13px;
    padding-bottom:13px;
    padding-left:37px;
    padding-right:37px;
    transition: color 0.2s;
    cursor:pointer;
    display: flex;
    align-items: center;
}

a:hover .instructions-button,
a:hover .hweapon-button {
    background: #2B2B2B 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E1;
    color:white;
    opacity: 1;
}

i.fa-sharp.fa-solid.fa-file-pdf {
    letter-spacing: 0px;
    font-size: 16px;
    color: #2B2B2B;
    opacity: 1;
    margin-right: 10px;
    transition: color 0.2s;
}

a:hover .instructions-button i.fa-sharp.fa-solid.fa-file-pdf,
a:hover .hweapon-button i.fa-sharp.fa-solid.fa-file-lines {
    color: #AEA068;
}


#product-product .badge {
    text-align: center;
    font: normal normal 600 11px/13px Commissioner;
    background-color: #2B2B2B;
    letter-spacing: 2.2px;
    color: #FFFFFF;
    opacity: 1;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:14px;
    padding-right: 19px;
    clip-path: polygon(100% 0, 58px 50%, 100% 100%, 0 100%, 0 0);
    margin-bottom:18px;
}

.mandaroty-doc-wrap {
    display: flex;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-bottom: 25px;
    justify-content: space-between;
}

span.mandatory-doc-text {
    text-align: left;
    font: normal normal bold 12px/14px Commissioner;
    letter-spacing: 0px;
    color: #E31717;
}

.mandatory-doc-checkbox-wrap {
    margin-top: 17px;
    display: flex;
    align-items: end;
}

.mandatory-doc-checkbox-wrap input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
input[type="checkbox"]:checked {
    accent-color: #AEA068 !important;
}

.mandatory-doc-checkbox-wrap label {
    max-width: 337px;
    text-align: left;
    font: normal normal normal 13px/18px Commissioner;
    letter-spacing: 0px;
    color: #505050;
}

.hweapon {
    justify-content: flex-end;
    align-items: end;
    display: flex;
}

.hweapon .hweapon-button {
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding-top: 17px;
    padding-bottom:17px;
    padding-right:62px;
    padding-left:28px;
    text-align: left;
    font: normal normal 600 13px/16px Commissioner;
    letter-spacing: 0px;
    color: #505050;
    align-items: center;
    display: flex;
    transition: color 0.2s;
}

.hweapon i.fa-sharp.fa-solid.fa-file-lines {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0px;
    color: #2B2B2B;
    padding-right: 34px;
    transition: color 0.2s;
}

.check-container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.check-container input {
    opacity: 0;
    cursor: pointer;
}
  
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    opacity: 1;
}


.check-container input:checked ~ .checkmark {
    background: #AEA068 0% 0% no-repeat padding-box;
    border:none;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none; 
}

.check-container input:checked ~ .checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    content: "\f00c";
    font: var(--fa-font-solid);
    font-size: .85rem;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    font-size:12px;
    color: white;
}

.modal-header {
    justify-content: space-between;
    border-bottom:1px solid #E1E1E1;
    padding-bottom:20px;
    padding-top:40px;
}

h5#sizeChartModalLabel {
    text-align: left;
    font: normal normal 800 24px/29px Commissioner;
    letter-spacing: 0px;
    color: #000000;
}

.modal-content {
    padding: 0 40px 80px 40px;
}

.modal-body {
    text-align: left;
    font: normal normal normal 14px/25px Commissioner;
    letter-spacing: 0px;
    color: #2B2B2B;
    padding-bottom:0;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:890px;
    }
}

i.fa-sharp.fa-solid.fa-times {
    font-size: 14px;
    letter-spacing: 0px;
    color: #FF0000;
}

button.btn-close-extra {
    height: 30px;
    width: 30px;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border-radius: 50%;
}

div#tabs-wrap {
    max-width: 1192px;
    margin-left:auto;
    margin-right:auto;
    margin-top:60px;
    margin-bottom:90px;
}

div#tabs-wrap .nav-link-tab.active {
    font-weight: bold;
    letter-spacing: 0px;
    color: #2B2B2B;
}
div#tabs-wrap li.nav-item {
    position: relative;
}
div#tabs-wrap .nav-link-tab.active::before {
    content:"";
    position:absolute;
    bottom:-15px;
    width:100%;
    height:3px;
    background-color:#AEA068;
    z-index:1;
}
div#tabs-wrap .nav-link-tab {
    color: #808080;
    font-size:14px;
    background-color: transparent;
}
div#tabs-wrap ul.nav.nav-tabs {
    padding-bottom:13px;
    gap: 60px;
    margin-bottom:25px;
}

div#tabs-wrap .tab-content {
    padding:0;
    font: normal normal 500 14px/30px Commissioner;
    letter-spacing: 0px;
    color: #2B2B2B;
}

div#tabs-wrap .tab-content ul li {
    list-style-type: disc;
    font: normal normal 600 14px/20px Commissioner;
    padding-bottom:15px;
}
div#tabs-wrap .tab-content ul {
    padding-left:20px;
    max-width:570px;
}
div#tabs-wrap .tab-content ul li::marker {
    color:#AEA068;
    font-size:18px;
}

div#tabs-wrap .table-spec thead tr td{
    font: normal normal bold 16px/30px Commissioner;
    letter-spacing: 0px;
    color: #2B2B2B;
    text-transform:uppercase;
    padding-bottom:5px;
}
div#tabs-wrap .table-spec tbody tr td:first-child {
    width:300px;
    font: normal normal bold 14px/30px Commissioner;
    letter-spacing: 0px;
    color: #2B2B2B;
    padding-left:15px;
    height:50px;
}

.product-combined-container {
    margin-top: 60px;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 30px 100px;
    max-width: 1494px;
    margin-left: auto;
}
.product-combined-container .product-label {
    display: none;
}
.product-combined-title {
    text-align: left;
    font: normal normal 800 18px/30px Commissioner;
    letter-spacing: 0px;
    color: #2B2B2B;
    margin-bottom: 20px;
}

.product-combined-container .product-layout .product-block .product-block-caption {
    align-items: center;
    text-align: center;
}
.product-combined-container .product-layout .product-block .product-block-actions {
    display:block;
    position: static;
    margin-top:15px;
}

.product-combined-container .product-block-actions .product-cart {
    opacity:1;
    width:100%;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border-radius: 3px;
    text-align: center;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border:none;
    transition: 300ms ease-in-out;
}

.product-combined-container .product-block {
    border-radius: 5px;
}
.product-combined-container .product-block-actions .product-cart {
    font-size:16px;
    color: #505050
}
.product-combined-container .product-block-actions .product-cart .addtocart-btn-text {
    font: normal normal bold 10px/20px Commissioner !important;
    letter-spacing: 1px !important;
    color: #505050;
    transition: 300ms ease-in-out;
}
.product-combined-container .product-block-actions .product-cart .icon-shopping-cart {
    margin-right:10px;
    transition: 300ms ease-in-out;
}
.product-layout .product-block .product-label.product-label-new,
.featured-products .product-layout .product-block .product-label.product-label-new {
    position: absolute;
    bottom: unset;
    top: 0;
    left: -10px;
    text-align: center;
    letter-spacing: 2.2px;
    font-weight: 600;
    font-size: 11px;
    background-color: #2B2B2B;
    letter-spacing: 2.2px;
    color: #FFFFFF;
    opacity: 1;
    padding: 4px 20px 4px 15px;
    clip-path: polygon(100% 0, 58px 50%, 100% 100%, 0 100%, 0 0);
    margin-bottom: 18px;
}
#slideshow_recent {
    padding: 10px;
}
.pp-recent-wrap .product-layout .product-block {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    transition: 300ms ease-in-out;
}
.pp-recent-wrap .product-layout .product-block:hover {
    box-shadow: 0px 5px 10px #0000001A;
    color: var(--hover-color);
}
.pp-recent-wrap .product-layout .product-block .product-label.product-label-new {
    display: none;
}

#product-product .product-top-wrapper {
    display: block;
}
.featured-products.py-5 .swiper-pagination {
    position:static;
    margin-top: 40px;
    padding-right: 85px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{

    background-color:#AEA068;
}

span.swiper-pagination-bullet{
    background-color: transparent;
    border: 1px solid #AEA068;
    opacity:1;
    width:10px;
    height:10px;
}
 .product-layout .product-block {
    background-color: #fff;
}
#product-manufacturer  .product-layout .product-block .options-wrap {
    width: 100%;
}
.product-layout .product-block .options-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.product-layout .product-block .product-top .product-block-image .product-thumbnail img{
    padding:0;
    padding-top:20px;
}
.product-combined-container .product-layout .product-block .product-block-caption .product-block-title .product-name a {
    text-align: center;
    font: normal normal 600 14px/20px Commissioner;
    letter-spacing: 0px;
}

.product-combined-container .product-block-actions .product-cart {
    transition: 300ms ease-in-out;
}
.product-combined-container .product-block-actions .product-cart:hover {
    background-color:var(--hover-color);
    color: var(--bs-white);
}
.product-combined-container .product-block-actions .product-cart:hover .addtocart-btn-text {
    opacity: 0;
}
.product-combined-container .product-block-actions .product-cart:hover .icon-shopping-cart {
    margin:0;
    transform: translateX(70px);
}
.product-combined-container .product-layout .product-block .product-top {
    margin-bottom:15px;
}

.product-combined-container .product-layout .product-block .product-block-price .amount {
    padding:0;
    font-weight: 800;
    font-size: 14px;
}
.product-combined-container .product-layout .product-block .product-block-price {
    margin-top:30px;
    font-size: 14px;
    font-weight: 800;
}
.product-combined-container .product-layout .product-block .product-block-caption {
    padding:0;
    margin:0;
    justify-content: end;
}
.product-combined-container .product-layout .product-block .product-block-caption .product-block-title {
    padding: 0 1rem;
    min-height: 40px;
}

.pp-related-wrap {
    background-color:#F4F4F4;
}

.pp-related-wrap .product-related-title {
    font: normal normal 800 40px/20px Commissioner;
    letter-spacing: 0px;
    color: #2B2B2B;
    padding-top:50px;
    padding-bottom:30px;
}

.pp-recent-wrap {
    max-width:890px;
    margin:60px auto;
}

.pp-recent-wrap .product-block .product-block-price{
    display:none;
}

.pp-recent-wrap  .product-block {
    border:none;
}
.pp-recent-wrap .product-layout .product-block .product-top {
    margin-bottom:10px;
}

.pp-recent-wrap .product-layout .product-block h3.product-name{
    text-align: center;
}

.pp-recent-wrap .product-layout .product-block h3.product-name a{
    font: normal normal 600 12px/14px Commissioner !important;
}

.pp-recent-wrap a.btn.btn-default.product-wishlist{
    display: none;;
}
.pp-recent-wrap div#slideshow_recent_nav {
    display:none;
}

.pp-recent-wrap .product-layout .product-block .product-block-caption {
    align-items: center;
    margin-bottom: 0;
}

.pp-recent-wrap .recent-products-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    color: var(--color-dark-600);
    margin-bottom:25px;
}
.row.options-row{
    margin: 25px 0;
}
.show-more-options {
    border: 1px solid #AEA068;
    border-radius: 3px;
    color: var(--hover-color);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: #AEA0681A;
    max-width: 320px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
    transition: 300ms ease-in-out;
}
.show-more-options:hover {
    background-color: var(--hover-color);
    color: var(--bs-white);
}
.show-more-options span {
    flex: 1;
    text-align: center;
}
.option-table-row.hidden  {
    opacity: 0;
    z-index: -1;
    position: absolute;
    transition: 10ms ease-in-out;
}
.option-table-row  {
    opacity: 1;
    z-index: 1;
    position: relative;
}
.row.options-row table tbody tr {
    border-bottom: 1px solid #E1E1E1;
}
.row.options-row table tbody tr:first-child{
    background-color: #F4F4F4;
}
.row.options-row table tbody tr th{
    height:50px;
    /* max-width: 75px; */
    font: normal normal 600 12px/20px Commissioner;
    letter-spacing: 0px;
    color: #505050;
    padding:5px 10px;
}
.row.options-row table tbody tr td{
    /* max-width: 130px; */
    height:50px;
    font: normal normal 600 12px/14px Commissioner;
    letter-spacing: 0px;
    color: #2B2B2B;
    padding:10px;
}
.row.options-row table tbody tr td.bolder {
    font-weight: 800;
}

.row.options-row table tbody tr td:last-child{
    padding-left:0;
}
.row.options-row table tbody tr td:nth-child(10){
    padding :5px;
    padding-left:0;
}
.row.options-row table tbody tr td:nth-child(9){
    padding :10px 0;
}
.row.options-row table tbody tr td:nth-child(2){
    width: 110px;
}

.row.options-row .green {
    color: #219D29;
}
.row.options-row .red{
    color: #FF0000;
}

.row.options-row .grey {

    font: normal normal 600 11px/13px Commissioner;
    letter-spacing: 0px;
    color: #808080;
}
.row.options-row .green {
    display: flex;
    align-items: center;
}
.row.options-row .green, 
.row.options-row .red {
    font-weight: bold;
    font-size: 12px;
}
.row.options-row .green i,
.row.options-row .red i,
.row.options-row .grey i {
    padding-right: 3px;
}

.row.options-row .product-cart {
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    color: #fff;
    background-color: var(--color-dark-600);
    width: 40px;
    min-width: 40px;
    height: 42px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms ease-in-out;
    margin:auto;
}
.row.options-row.wished .product-wishlisting,
.row.options-row .product-cart:hover {
    background-color: var(--hover-color);
    border-color: var(--hover-color);
    color: var(--bs-white);
}
.row.options-row .product-wishlisting i {
    transition: 300ms ease-in-out;
}
.row.options-row.wished .product-wishlisting i,
.row.options-row .product-wishlisting:hover i {
    font-weight: bold;
}

.row.options-row .product-wishlisting{
    position: inherit;
}
span.product-model-text {
    font: normal normal 600 14px/25px Commissioner;
    letter-spacing: 0px;
    color: #2B2B2B;
}
span.product-model {
    font: normal normal bold 14px/25px Commissioner;
    letter-spacing: 0px;
    color: #AEA068;
}
.product-model-wrap{
    margin-bottom:25px;
}
#product-product .product-price .price-new{
    font: normal normal bold 28px/25px Commissioner;
    letter-spacing: 0px;
    color: #2B2B2B;
}
#product-product .product-price{
    padding-top:25px;
    border-top:1px solid #e1e1e1;
}
#product-product .product-quantity .number-spinner{
    max-width:180px;
}
#product-product .product-quantity .number-spinner .form-control {
    height:46px;
    min-width:120px;
}
#product-product .product-quantity .number-spinner .button-minus, 
#product-product .product-quantity .number-spinner .button-plus {
    height:46px;
    max-height:46px;
    font: normal normal normal 12px/25px Commissioner;
    letter-spacing: 0px;
    color: #2B2B2B;
    transition:0.4s;
    font-size:20px;
}

.product-quantity .number-spinner .form-control:focus{
    border-color:#e1e1e1;
    box-shadow:none;
}

#product-product .product-quantity .number-spinner .button-minus:focus, 
#product-product .product-quantity .number-spinner .button-plus:focus{
    border-color:#e1e1e1;
    box-shadow:none;
}

#product-product .product-btn .btn#button-cart {
    margin-left:20px;
    margin-right:5px;
    display: flex;
    align-items: center;
    gap:34px;
    padding-left:15px;
    padding-right:60px;
    background: #2B2B2B 0% 0% no-repeat padding-box;
    border-radius: 3px;
    min-width:290px;
    min-height:47px;
    transition:1s;
}

#product-product .product-btn .btn#button-cart:hover{
    background: #AEA068;
    border-color:#AEA068;
    transition:0.4s;
}
#product-product .product-btn .btn#button-cart:hover span.text{
    display:none;

}
#product-product .product-btn .btn#button-cart span.text{
    font: normal normal normal 12px/25px Commissioner;
    letter-spacing: 0.6px;
    color:#fff;
    transition:0s;
}

#product-product .product-btn .btn#button-cart span.icon-shopping-cart.icon {
    font-size:20px;
    font-weight:400;
    transition:0.4s;
}
#product-product .product-btn .btn#button-cart:hover span.icon-shopping-cart.icon {
    transform: translateX(535%);
    transition:0.4s;
}

#product-product button.btn.btn-light.button_wishlist{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    width:40px;
    height:46px;
    padding:0;
    font-size:14px;
}
#product-product button.btn.btn-light.button_wishlist:hover{
    background:#F4F4F4;
}
#product-product button.btn.btn-light.button_wishlist:hover i.fa-light.fa-star {
    color: #AEA068;
}
.product-combined-container .product-layout .product-block .product-block-price {
    align-items: center;
}
#product-product .product-layout .product-block .product-wishlist {
    display: none;
}
#product-product .product-btn .btn.loaded#button-cart span.text {
    padding-left:30px;
    transition:0s;
}
/* PRODUCT PAGE */

/* CATEGORY PAGE */
.sort_view_wrapper {
    display: none;
}
.top-toolbar-forms {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.form-group.first-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#input-sort-dropdown {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    color: var(--color-dark);
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
}
#input-sort-dropdown.show {
    border-bottom: 1px solid var(--color-dark-600);
}
.btn-sorting.dropdown-toggle::after {
    content: none;
}
.btn-sorting.dropdown-toggle span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: var(--color-dark-600);
    font-weight: bold;
    font-size: 0.875rem;
    padding: 10px 0;
}
.btn-sorting.dropdown-toggle.show::after {
    content: none;
}
.btn-sorting.dropdown-toggle span::after {
    content: '';
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 82%;
    text-align: left;
    padding: 10px 0;
    font-weight: bold;
    font-size: 0.875rem;
    width: 30px;
}
.product-layout.product-list {
    margin-bottom: 1rem;
}
.product-layout.product-list .product-block .btn.product-wishlist,
.product-layout.product-list .product-block .link-inside,
.product-layout.product-list .product-block .product-block-price,
.product-layout.product-grid .product-block .table-list {
    display: none;
}
.product-layout.product-list .product-block .table-list {
    display: block;
    width: 100%;
}
.product-layout.product-list .product-block .table-list table {
    width: 100%;
}
.product-layout.product-list .product-block .table-list tr:first-of-type {
    background-color: #F4F4F4;
    border-radius: 5px;
}

.product-layout.product-list .product-block .product-block-wish-wrapper a {
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    color: #808080;
    width: 40px;
    min-width: 40px;
    height: 42px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert button {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .alert button:after {
    content: 'x';
    color: #fff;
    font-size: 18px;
} */
.product-layout.product-list .product-block .product-block-caption {
    max-width: 60%;
}
.product-layout .product-block .product-block-description {
    /* max-width:60%; */
    margin-bottom:25px;
}
.product-layout.product-list .product-block .product-cart {
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    color: #fff;
    background-color: var(--color-dark-600);
    width: 40px;
    min-width: 40px;
    height: 42px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms ease-in-out;
}
.product-layout.product-list .product-block.wished .product-wishlisting,
.product-layout.product-list .product-block .product-cart:hover {
    background-color: var(--hover-color);
    border-color: var(--hover-color);
    color: var(--bs-white);
}
.product-layout.product-list .product-block .product-wishlisting i {
    transition: 300ms ease-in-out;
}
.product-layout.product-list .product-block.wished .product-wishlisting i,
.product-layout.product-list .product-block .product-wishlisting:hover i {
    font-weight: bold;
}

.product-layout.product-list .product-block .table-list .quantities {
    display: flex;
    flex-direction: column;
    position: relative;
    top: -5px;
}
.product-layout.product-list .product-block .table-list .grey,
.product-layout.product-list .product-block .table-list .red,
.product-layout.product-list .product-block .table-list .green {
    font-weight: bold;
    font-size: 12px;
}
.product-layout.product-list .product-block .table-list .green {
    color: #219D29;
}
.product-layout.product-list .product-block .table-list .red {
    color: #FF0000;
}
.product-layout.product-list .product-block .table-list .grey {
    color: #808080;
}
.product-layout.product-list .product-block .table-list .grey i,
.product-layout.product-list .product-block .table-list .red i,
.product-layout.product-list .product-block .table-list .green i {
    padding-right: 3px;
}
.product-layout.product-list .product-block .table-list tr {
    border-bottom: 1px solid #E1E1E1;
}
.product-layout.product-list .product-block .table-list tr:first-of-type,
.product-layout.product-list .product-block .table-list tr:last-of-type {
    border-bottom: none;
}
.product-layout.product-list .product-block .table-list th,
.product-layout.product-list .product-block .table-list td {
    text-align: left;
    padding: 10px;
}
/* .product-layout.product-list .product-block .table-list td:nth-child(2),
.product-layout.product-list .product-block .table-list td:nth-child(8) {
    min-width: 200px;
} */
.product-layout.product-list .product-block .table-list td:last-of-type {
    margin-left: 0;
    display: flex;
    justify-content: end;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}
.product-layout.product-list .product-block .table-list td.position-relative {
    padding-right: 0;
}
.product-quantity .number-spinner {
    display: flex;
    align-items: center;
    max-width: 110px;
}
.product-quantity .number-spinner .button-minus,
.product-quantity .number-spinner .button-plus {
    width: 30px;
    height: 32px;
    min-width: 30px;
    min-height: 32px;
    padding: 0;
}
.product-quantity .number-spinner .button-minus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.product-quantity .number-spinner .button-plus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-quantity .number-spinner .form-control {
    max-width: 110px;
    width: 110px;
    height: 31px;
    padding: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    font-size: 14px;
    font-weight: 600;
}
.product-layout.product-list .bold {
    font-weight: 600;
}
.product-layout.product-list .bolder {
    font-weight: 700;
}
.filters-block-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.ho-filter-title.ho-filter-trigger-container,
.filter-title {
    font-size: 1rem;
    font-weight: bold;
    color: var(--color-dark-600);
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
    border-radius: 5px;
    min-height: 45px;
    padding-left: 1rem;
}
.ho-filter-trigger-button {
    display: flex;
    align-items: center;
    color: var(--hover-color);
    font-size: 20px;
}
.ho-filter-title.ho-filter-trigger-container span,
.filter-title span {
    color: var(--hover-color);
    display: flex;
    align-items: center;
    font-size: 20px;
    padding-right: 10px;
}
.product-top-wrapper {
    position: relative;
}
.product-layout.product-list .product-top-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}
.product-wishlisting {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    color: #808080;
    width: 40px;
    min-width: 40px;
    height: 42px;
    min-height: 42px;
    transition: 300ms ease-in-out;
}
.product-wishlisting:hover {
    color: var(--hover-color);
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}
.product-wishlisting.product-wishlist-remove {
    opacity: 0;
}
.product-layout.product-list .product-wishlisting {
    position: unset;
}
div#pagination li.active span {
    background-color: #009fdb !important;
    color: #000000;
}

.pagination-page-container {
    border-top: none;
    margin: var(--space-king) auto 0;
    display: flex;
    justify-content: center;
    position: relative;
    border: 0px solid #e1e1e1;
    border-radius: 5px;
    min-height: 45px;
    align-items: center;
    max-width: 400px;
    cursor: pointer;
    transition: 300ms ease-in-out
}

.pagination-page-container #button-load-more {
    border: none
}

.pagination-page-container #button-load-more i {
    display: none
}

.pagination-page-container #button-load-more:focus,.pagination-page-container #button-load-more:hover {
    background-color: transparent;
    border: none
}

.pagination-page-container span {
    color: #33393c;
    font-size: var(--size);
    font-weight: 900;
    transition: 300ms ease-in-out
}

.pagination-page-container i {
    position: absolute;
    right: var(--space);
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    transition: 300ms ease-in-out
}

.pagination-page-container:hover {
    background-color: transparent;
    box-shadow: none;
    border: none
}

.pagination-page-container:hover span,.pagination-page-container:hover i {
    color: #0b7daa;
}

ul.pagination li {
    padding-left: var(--space-quarter);
    padding-right: var(--space-quarter);
    margin-right: 5px;
}
ul.pagination li:last-of-type {
    margin-right: 0;
}

ul.pagination li span,
ul.pagination li a {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    border: 1px solid #E1E1E1;
    font-size: 13px;
    font-weight: bold;
    padding: var(--space-quarter);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    line-height: normal;
    font-weight: normal;
    color: #808080;
    transition: 300ms ease-in-out;
}
ul.pagination li:hover a,
ul.pagination li.active span,
ul.pagination li.active a {
    background-color: var(--color-dark-600);
    border-color: var(--color-dark-600);
    color: var(--bs-white);
}
.pagination-next,
.pagination-prev {
    padding: 0 10px;
}
.pagination-next ul li a,
.pagination-prev ul li a {
    width: fit-content;
    border: none;
    display: flex;
    align-items: center;
}
.pagination-prev ul li i,
.pagination-next ul li i {
    font-size: 14px;
    font-weight: normal;
}
.pagination-prev ul li i {
    padding-right: 12px;
}
.pagination-next ul li i {
    padding-left: 12px;
}
.pagination-prev ul li a {
    color: #808080;
    font-weight: 600;
    font-size: 13px;
}
.pagination-next ul li a {
    font-weight: 600;
    color: var(--color-dark-600);
    font-size: 13px;
}
.pagination-prev ul li a p,
.pagination-next ul li a p {
    border-bottom: 1px solid var(--bs-white);
    transition: 300ms ease-in-out;
}
.pagination-prev ul li:hover a,
.pagination-next ul li:hover a {
    background-color: transparent;
    color: var(--hover-color);
}
.pagination-prev ul li a:hover p,
.pagination-next ul li a:hover p {
    border-bottom: 1px solid var(--hover-color);
}
div#product-category .options-wrap{
    width:100%;
}
div#product-category .mandatory-doc-checkbox-wrap label {
    max-width:100%;
}
div#product-category div.mandatory-doc-text {
    font: normal normal bold 10px/12px Commissioner;
    text-align: left;
    letter-spacing: 0px;
    color: #E31717;
    margin-bottom:6px;
}
.remove-button {
    color: #E31717;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}
#product-wishlist .product-layout .product-block .options-wrap {
    width: 100%
}
.product-layout .product-wishlist {
	border: none;
	border-radius: 0;
	padding: 0;
	height: 2.5rem;
	width: 2.5rem;
	background: none;
	color: #A0A0A0;
	background-color: #fff;
	z-index: 2;
}
.product-layout .product-block .product-wishlist:focus {
    box-shadow: none;
}
.product-layout .product-block.wished .product-wishlist.product-wishlist-remove {
    display: block;
    color: var(--hover-color)
}
.product-layout .product-block.wished .product-wishlist.product-wishlist-add {
    display: none;
}
.product-layout .product-block .product-wishlist.product-wishlist-add {
    z-index: 9;
}
.product-layout .product-block.wished .product-wishlist {
	opacity: 1;
}
div#product-category .mandatory-doc-checkbox-wrap {
    margin-top:0;
}
div#product-category .mandatory-doc-checkbox-wrap input[type="checkbox"] {
    width:18px;
    height:18px;
    margin-right:6px;
}
div#product-category .checkmark{
    width:18px;
    height:18px;
}
div#product-category label.check-container {
    height: 18px;
    overflow: hidden;
}
div#product-category .product-layout .product-block .product-top {
    margin-bottom:0;
}
.product_manufacturer_info #product-category #content {
    width: 100%;
}
div#product-category .product-layout .product-block .product-block-caption .product-block-title .product-name {
    min-height: auto;
    margin-top:30px;
}
div#product-category .mandatory-doc {
    margin-bottom: 18px;
}
#product-category .recently-viewed-products {
    border-top: 1px solid #E1E1E1;
    margin-top: 120px;
}
#product-category .recently-viewed-products .pp-recent-wrap {
    margin-top: 25px;
}
/* CATEGORY PAGE */

/* CHECKOUT CART */
#payment-address .col-input {
    position: relative;
}

#payment-address .col-input .form-check-input {
    padding: inherit
}
#payment-address .col-input input {
    padding-top: 40px;
    transition: 300ms ease-in-out;
}
#payment-address .col-input label {
    position: absolute;
    top: 10px;
    left: 16px;
    padding: 0.5rem 0;
    pointer-events: none;
    transition: top 0.2s ease;
}
#payment-address .col-input label.form-check-label,
#payment-address .col-input.col-zone label,
#payment-address .col-input.col-country label {
    position: unset;
}
#payment-address input.form-control:focus {
    background: transparent;
    border: 1px solid #E1E1E1;
    padding-top: 1.625rem;
    box-shadow: none;
}
#payment-address input.form-control:focus + label {
    top: -0.4rem;
    color: #808080;
    font-size: 12px;
    font-weight: 600;
}

.checkout_cart .product-combined-container {
    background-color: transparent;
    margin-top: 30px;
    padding: 0;
}
#comment .form-label {
    font-size: 18px;
    font-weight: 700;
}
#comment textarea::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #A1A1A1;
}
.login-top #button-login-top {
    margin-top: 25px;
    background-color: rgba(40, 40, 40, .8);
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-top #button-login-top b {
    padding-right: 10px;
}
#custom-field-invoice .col-input{
    padding-right: 0;
}
.login-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #4F4D7533;
    padding-bottom: 15px;
}
.checkout_cart .product-combined-container .product-combined-title {
    color: var(--color-dark-600);
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 20px;
}
.checkout_cart .product-combined-container .product-tabs {
    background-color: #F4F4F4;
    border-radius: 10px;
    padding: 25px 20px;
}
.checkout_cart .navs-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 30px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}
.checkout_cart .navs-wrapper .swiper-navigation-cart {
    display: flex;
    width: 100%;
    max-width: 50%;
    align-items: center;
}
.checkout_cart .navs-wrapper .pagination-static {
    position: absolute;
    bottom: 0;
}
.checkout_cart .navs-wrapper .swiper-navigation-cart .producttabs-button-prev-cart {
    justify-content: start;
}
.checkout_cart .navs-wrapper .swiper-navigation-cart .producttabs-button-next-cart {
    justify-content: end;
    order: 2;
}
.checkout_cart .navs-wrapper .swiper-navigation-cart .producttabs-button-prev-cart,
.checkout_cart .navs-wrapper .swiper-navigation-cart .producttabs-button-next-cart {
    top:0;
    margin-top: 20px;
    width: 100%;
    display: flex;
    position: unset;
}
.checkout_cart .navs-wrapper .swiper-navigation-cart .producttabs-button-next-cart:after, 
.checkout_cart .navs-wrapper .swiper-navigation-cart .producttabs-button-prev-cart:after {
    font-size: 14px;
    color: #808080;
}
.checkout_cart .top-row-wrapper {
    padding: 0 20px;
}
.checkout_cart #error-not-found {
    padding-bottom: 60px;
}
.checkout_cart .top-row-wrapper h1 {
    font-size: 30px;
}
.wrap-td-model-text {
    font-size: 12px;
    color: #808080;
    font-weight: 600;
}
.wrap-td-model {
    color: var(--hover-color);
    font-weight: 700;
    font-size: 13px;
}
/* CHECKOUT CART */

/* MODAL AGREE */
#modal-agree button.close {
    margin-left: auto;
}

#modal-agree i.fa-solid.fa-xmark {
    color: gray;
    opacity: 1;
    background-color: white;
}

i.fa-solid.fa-xmark {
    color: white;
    opacity: 1;
    font-size: 22px;
    margin: 0;
    font-weight: 300;
}

button.btn-close.ms-auto {
    opacity: 1;
    margin-top: 0;
    background: transparent;
}
/* MODAL AGREE */