:root {
    --size: 0.875rem;
    --size-sm: 0.75rem;
    --size-xs: 0.625rem;
    --size-h1: 2.625rem;
    --size-h2: 1.75rem;
    --size-h3: 1.375rem;
    --size-h4: 1.25rem;
    --size-h5: 1rem;
    --size-h6: 0.875rem;
    --space: 1.5rem;
    --space-half: .75rem;
    --space: 1.25rem;
    --space-double: 2.5rem;
    --space-triple: 3.75rem;

	--line: 1rem;
	
    --preheader-height: 2rem;
    --header-height: 4.5rem;
    --navigation-height: 2.5rem;
    --color-dark: #212529;
    --border-color: #EBEBEB;
}
html {
	font-size:100%;
}
body {
	font-size: var(--size);
	font-weight:var(--font-weight-normal);
	line-height: 1.5;
	background:var(--background);
	font-family: 'Commissioner', sans-serif;
	color: var(--color-dark);
}
#content {
	min-height: 35rem;
}
.common_home #content {
	min-height: unset;
}
@media (min-width: 1920px){
	html {
		/* font-size: 112.5%; */
	}
}

/* TYPORGAPHY */
a {
    color: var(--color-dark);
    text-decoration: none;
}
a:hover {
    color: var(--bs-gray-dark);
}
.nav-link, .nav-link:hover, .nav-link:focus {
    color: var(--color-dark);
}
.alert-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.alert-danger {
    color: #fff;
    background-color: #d52925;
    border-color: #d52925;
}
.alert-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.alert-info {
    color: #fff;
    background-color: #3c9ce2;
    border-color: #3c9ce2;
}
.alert-success a,
.alert-danger a,
.alert-warning a,
.alert-info a {
	color: #fff;
	text-decoration: underline;
}
.alert-fixed {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    min-width: 50rem;
    max-width: calc(100% - 6rem);
    margin-right: auto;
    margin-left: auto;
    transform: translateX(-50%);
    z-index: 99999;
}
.alert-fixed + .alert-fixed {
	bottom: 5rem;
}
.alert > i {
	position: relative;
	top: 1px;
}
.btn-close {
	color:#000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
}

/* MODALS */

.modal-content {
    padding: 1rem 2rem;
}
.modal-header {
	justify-content: center;
}
.modal-header,
.modal-body,
.modal-footer {
    padding-left: 0;
    padding-right: 0;
}
.modal-header .modal-title {
    font-weight: bold;
    font-size: 1.25rem;
}
.modal-footer {
    border: 0;
    justify-content: center;
}
.modal-footer .btn-close-extra {
    box-sizing: content-box;
    height: 1rem;
    padding: 0.25rem 0.25rem 0.25rem 1.75rem;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") left 75%/.75rem auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

/* PAGINATION */
.page-link {
    color: var(--color-dark);
    border-color: #e1e1e1;
    line-height: 1.875rem;
    width: 2rem;
    height: 2rem;
    padding: 0;
    text-align: center;
    border: 0;
    margin-left: 0.125rem;
}
.page-item.active .page-link {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
	border: 0;
	border-radius: 50%;
}
.page-item:first-child .page-link, 
.page-item:last-child .page-link {
	border-radius: 50%;
}
.page-item .page-link:hover {
	border-radius: 50%;
	margin-left: .125rem;
	color: var(--color-dark);
	border: 0;
}
.page-item:not(:first-child) .page-link {
	margin-left: .125rem;
}
.pagination-wrap nav ul {
    justify-content: end;
}

/* GRID */
@media (min-width: 1200px){
    .container-sm {
        max-width: 1140px;
    }
	.container-xxl {
        max-width: 100%;
    }
}
@media (min-width: 1600px){
    .container-xxl {
        max-width: 100%;
		padding-right: 1.5rem;
    	padding-left: 1.5rem;
    }
}
@media (min-width: 1900px){
    .container-xxl {
        max-width: 1796px;
    }
}
.container-account {
    max-width: 60rem;
}

/* GLYPHTER */
@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/glyphter-font/Glyphter.eot');
    src: url('../fonts/glyphter-font/Glyphter.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphter-font/Glyphter.woff') format('woff'),
         url('../fonts/glyphter-font/Glyphter.ttf') format('truetype'),
         url('../fonts/glyphter-font/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-user-check-interface-symbol:before {
	content:'\0041';
}
.icon-heart:before {
	content:'\0042';
}
.icon-shopping-bag:before {
	content:'\0043';
}
.icon-user:before {
	content:'\0044';
}
.icon-like:before {
	content:'\0045';
}

/* BUTTONS */

.btn {
	font-size: 0.875rem;
	padding: 0.625rem 1.25rem;
	border-radius: 0.1875rem;
	line-height: 1.25rem;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 0.75rem 1.75rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
    line-height: 1.75rem;
}
.btn-primary {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
}
.btn-primary:hover {
    color: #303030;
    background-color: #fff;
    border-color: #303030;
}
.btn-check:active+.btn-primary:focus, 
.btn-check:checked+.btn-primary:focus, 
.btn-primary.active:focus, 
.btn-primary:active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0.25rem 0.25rem rgb(0 0 0 / 25%);
}
.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: 0 0 0.25rem 0.25rem rgb(0 0 0 / 25%);
}
.btn-default {
	background-color: #F4F4F4;
    border-color: #F4F4F4;
	color: #A0A0A0;
	border-radius: 0.1875rem;
}
.btn-default:hover {
    color: #000000;
    background-color: #fff;
    border-color: #E1E1E1;
}
.btn-check:active+.btn-default:focus, 
.btn-check:checked+.btn-default:focus, 
.btn-default.active:focus, 
.btn-default:active:focus, 
.show>.btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0.25rem 0.25rem rgb(0 0 0 / 25%);
}
.btn i + span,
.btn span + i {
	padding-left: 0.375rem;
}
.btn-sorting {
	padding: 0 0 0 0;
	line-height: 1.25rem;
	width: 15rem;
	text-align: left;
}
.btn-sorting:focus {
	box-shadow: none;
}
.btn-sorting.dropdown-toggle::after {
	content: '\f107';
	font-family: "Font Awesome 6 Pro";
	border: 0;
	font-size: 1rem;
	line-height: 1.25rem;
	position: relative;
	top: .25rem;
	padding-left: .25rem;
}
.btn-sorting.dropdown-toggle.show::after {
	content: '\f106';
}
.btn-generic {
	background-color: var(--bs-white);
	border-color: var(--color-dark);
	color: var(--color-dark);
	border-radius: 0;
	font-size: 0.625rem;
	font-weight: 100;
	padding: .625rem var(--space-double);
	letter-spacing: .125rem;
	transition: 300ms ease-in-out;
}

@media(min-width:991px){
.btn-generic:hover {
	color: var(--bs-white);
    background-color: var(--color-dark);
    border-color: var(--color-dark);
}
}


/* FORMS */

.form-select,
.form-control {
    padding: 0.625rem 0.75rem;
    border: 1px solid #E1E1E1;
    border-radius: .25rem;
    line-height: 1.25rem;
}
.form-control + .text-danger {
	margin-top: 0.25rem;
	font-size: 0.875rem;
}
form .required label:after {
	content: '*';
	color: var(--bs-red);
	padding-left: .125rem;
}


/* HEADER */

.header-top-bar {
	background:var(--color-dark);
	color: var(--bs-white);
	height: var(--preheader-height);
	font-size: var(--size-sm);
}
.header-top-bar .header-top-bar-row {
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.header-top-bar .header-top-bar-block > span + span {
	margin-left:var(--space);
}
.header-top-bar .header-top-bar-block {
    height: var(--preheader-height);
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.header-top-bar .header-top-bar-block a {
    text-decoration: none;
}
.header-top-bar .header-top-bar-block .header-order-label {
	font-weight: var(--font-weight-light);
	letter-spacing: 1.2px;
}
.header-top-bar .header-top-bar-block .header-order-phone {
	font-weight: var(--font-weight-light);
	color: var(--text-color);
	letter-spacing: 1.2px;
}
.header-top-bar .header-top-bar-block-1,
.header-top-bar .header-top-bar-block-3 {
    font-size: var(--size-xs);
}
.header-top-bar .header-top-bar-last-offer {
	letter-spacing: 1.2px;
	font-weight: var(--font-weight-light);
}
.header-top-bar .header-top-bar-block span i {
	margin-right: calc(var(--bs-gutter-x) / 4);
}
.header-top-bar .header-top-bar-block span a:last-child i {
	margin-right: 0;
}
.header-top-bar .header-top-bar-block-2 .header-top-bar-sale {
    letter-spacing: 1.2px;
}
.header-top-bar .header-top-bar-block-2 .header-top-bar-offer a {
	display: inline-flex;
	align-items: center;
	color: var(--bs-white);
	letter-spacing: 1.2px;
	font-weight: var(--font-weight-xlight);
}
.header-top-bar .header-top-bar-block-2 .header-top-bar-offer span {
	height: 1rem;
	width: 1rem;
	line-height: 1rem;
	margin-left: calc(var(--bs-gutter-x) / 4);
	position: relative;
	top: 2px;
}
.header-top-bar .header-top-bar-block-2 .header-top-bar-offer i {
	margin: 0;
}

#header {
	position: sticky;
	top: 0;
	z-index:100;
}
.header-main {
	background-color: var(--olive-green);
}
#logo {
	max-width:320px;
	display:flex;
}
#logo .logo-text {
	font-size: 2.25rem;
	margin: 0;
	font-weight: 900;
	letter-spacing: -.125rem;
}
#header .header-main-wrapper {
    align-content: center;
    padding: 20px 0px 
}
.header-main-block {
	display:flex;
	align-items:center;
}
.header-main-block-left  {
	justify-content:flex-start;
}
.header-main-block-center  {
	justify-content:center;
}
.header-main-block-right  {
	justify-content:flex-end;
}
.header-main-block-icon {
	position:relative;
	margin-right: calc(var(--bs-gutter-x)*2);
}
.header-main-block-icon > a,
.header-main-block-icon > button {
	font-size:var(--size-h3);
}
.header-main-block-icon:first-child {
	margin-right: calc(var(--bs-gutter-x)*2);
}
.header-main-block-icon:last-child {
	margin-right: 0;
}
.header-icons-wrapper .ho-total-counter {
	font-size: 11px;
	position:absolute;
	top: 0;
	right: 0;
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	background: transparent;
	border-radius:100%;
	border: 1px solid #e1e1e1;
	margin: 0;
	padding: 0;
	text-align: center;
	display:flex;
	align-items: center;
	justify-content: center;
}
.header-icons-wrapper  .ho-total-counter[data-has-total="0"] {
	display:flex;
	align-items: center;
}
#header .header-utilities [class*='icon-'] {
    font-size: var(--size-h3);
}


/* HEADER SEARCH */

.header-utilities .header-search-btn {
	display: flex;
	align-items: center;
}
.header-utilities .header-search-btn .header-search-text {
	font-size: .75rem;
	line-height: 1.25rem;
	position: relative;
	top: -2px;
	margin-left: .75rem;
	border-bottom: solid 1px var(--color-dark);
}
.header-search .header-top-bar-block {
	width: 100%;
}
.header-search .header-search-btn {
	display: flex;
	align-items: center;
	border: solid 1px #E1E1E1;
	border-radius: 3rem;
	padding: .5rem 1rem;
	width: 100%;
}
.header-search .header-search-btn > i {
	font-size: 1.25rem;
}
.header-search .header-search-btn .header-search-text {
	font-size: .75rem;
	line-height: 1.25rem;
	position: relative;
	margin-left: 1rem;
}
#search {
	padding: 0;
	-webkit-border-radius: 0;
	border: 0;
	border-radius: 0;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	max-width: 1800px;
	margin: auto;
	padding: 9rem 0 0 0;
}
#search > button i {
	color:var(--icon-color);
	font-size: 1.125rem;
}

#search .select-categories-header-search {
	display:flex;
	align-items:center;
	flex:0 0 var(--bs-gutter-x);
	opacity:0;
	position:relative;
	z-index:-1;
	transition:all 0.3s;
}
#search .close-arrow {
	opacity:0;
	display:none;
}
#search.expanded .select-categories-header-search {
	flex:0 0 300px;
	opacity:1;
	padding-right:var(--bs-gutter-x);
	z-index:1;
}
#search.expanded .close-arrow {
	opacity:1;
	transition:all 0.3s;
}
#search select {
	flex:1;
	background:var(--background-dark);
	color:var(--text-color);
	margin-right: calc(var(--bs-gutter-x)/4);
	margin-left: calc(var(--bs-gutter-x)/4);
	border:0px;
	border-radius:30px;
	min-height:calc(var(--input-height) - calc(var(--bs-gutter-x)*2));
	font-size: 0.75rem;
}
#search input,button {
	min-height:calc(var(--input-height) - calc(var(--bs-gutter-x)*2));
	border:0px;
}
#search input {
	color: #252525;
	font-size: 0.75rem;
	line-height: 1.625rem;
	padding: 0.375rem 0.75rem;
}

#searchOffcanvas.offcanvas-top {
	height: max(80vh, 40rem);
}

#search.search-focus a.search-focus-close {
    display: flex;
    position: absolute;
    color: #111;
    width: 4.5rem;
    height: 4.5rem;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    right: 0;
    top: 0;
}

.live-search  {
	display:none;
}
div#search.search-focus .live-search {
	display:block;
	height: calc(100% - 4.5rem);
	overflow: hidden;
}
.live-search {
}
.live-results__container {
	padding: 0rem 1rem 1rem 1rem;
}
.live-results__suggestion-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 3rem; */
}
.live-results__suggestion-box h3 {
	font-size: 0.9375rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
}
.live-results__suggestion-box h4 {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: bold;
}
.live-results__suggestion-box ul {
    margin: 1rem 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    text-align: center;
}
.live-results__suggestion-box ul li {
	margin: 0 0 0.5rem 0;
}
.live-results__suggestion-box ul li a {
	text-decoration: underline;
}
.live-results__container .search-results-wrap__all {
    display: flex;
    flex-wrap: nowrap;
}
.live-results__container .search-products-wrap {
    flex: 1;
}
.live-results__container .search-products-wrap .product-layout {
	width: 20%;
}
.live-results__container .search-results-sidebar {
    flex: 0 0 20%;
    max-width: 20%;
    margin-right: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    border-right: dashed 1px rgba(0,0,0,0.2);
    display: flex;
}
.live-results__container .search-results-sidebar > ul {
    position: sticky;
    top: 3rem;
}
.live-results__container .search-results-sidebar ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.live-results__container .search-results-sidebar ul ul{
    padding-left: 1rem;
}
.live-results__container li.search-results-cat__parent > a {
    font-weight: bold;
}
.live-results__container li.search-results-cat__child a {
    font-size: 12px;
    line-height: 1.5rem;
}
.live-results__container .search-results-sidebar > ul > li + li {
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: solid 1px rgba(0,0,0,0.1);
}
.live-results__container .search-results-sidebar ul li {
    display: flex;
    flex-direction: column;
}
.live-results__container li.search-results-cat__parent > a + ul {
    margin-top: 0.5rem;
}
.live-results__container .live-search .aj-loader {
    width: 100%;
    position: relative;
    height: 200px;
    left: 0;
    transform: none;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-results__container .live-results__no_results-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
	font-weight:100;
}
.live-results__no_results-wrap i {
    font-size: 40px;
    opacity: 0.5;
    margin-bottom: 1rem;
}
li.search-results-cat__parent:hover,
li.search-results-cat__parent:active,
li.search-results-cat__parent:focus {
	color: var(--link-color-hover);
}
.live-results__no_results-text span {
    font-weight: bold;
	color: var(--link-color-hover);
}
.swiper .product-layout .product-block:hover,
.live-search .product-layout .product-block:hover {
    box-shadow: none;
}

/* DESKTOP MENU */
#desktop-menu {
	border: 0;
	padding: 0;
	box-shadow: 0px 3px 10px #0000001A;
	position: relative;
	z-index: 9;
	background-color: var(--bs-white);
}
#desktop-menu .main-nav {
    padding: 0;
    width: 100%;
}
#desktop-menu .dropdown .dropdown-menu {
	/* border: 0;
	margin-top: 1px;
	padding: 1rem 0;
	box-shadow: 0px 10px 10px #00000033;
	min-width: 20rem; */
}
#desktop-menu .navbar-nav > .nav-item {
	line-height: var(--navigation-height);
	border: 0;
	text-align: center;
	justify-content: center;
}
#desktop-menu .navbar-nav > .nav-item .nav-link {
	line-height: var(--line);
	border: 0;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	position: relative;
}
#desktop-menu .nav-item:hover > .nav-link {
	position: relative;
}
#desktop-menu .dropdown .dropdown-megamenu-wrap .megamenu-block h3 {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.0625rem;
    margin: 0;
}
#desktop-menu .dropdown .megamenu-block h3 + .megamenu-block-content {
    margin: 1.5rem 0 0 0;
}
#desktop-menu .dropdown .megamenu-block-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#desktop-menu .dropdown .dropdown-megamenu-wrap .megamenu-block.type1 ul,
#desktop-menu .dropdown .dropdown-megamenu-wrap .megamenu-block.type7 ul {
    column-count: 2;
}
#desktop-menu .dropdown .megamenu-block-content ul > li {
    margin-bottom: .75rem;
    line-height: 1.25rem;
}
#desktop-menu .dropdown .megamenu-block-content ul > li > a,
#desktop-menu .dropdown .megamenu-block-content ul > li > span {
    font-size: 0.875rem;
    color: #707070;
    line-height: 1.25rem;
    height: 1.25rem;
    display: inline-block;
}
#desktop-menu .dropdown .megamenu-block-content ul > li > a:hover,
#desktop-menu .dropdown .megamenu-block-content ul > li > a:focus {
	color: var(--color-dark);
}
#desktop-menu .dropdown .megamenu-block-content ul > li > a:hover:after {
	content: '\f105';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-left: .25rem;
	line-height: 1.25rem;
}
#desktop-menu .dropdown .dropdown-megamenu-wrap .megamenu-block.type4 ul > li {
	border: solid 1px #E1E1E1;
	background-color: #fff;
	text-align: center;
	height: 2rem;
	line-height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: .25rem;
}
#desktop-menu .dropdown .dropdown-megamenu-wrap .megamenu-block.type4 ul > li.category-all-products {
	border: none;
	width: auto;
	height: auto;
}
#desktop-menu .dropdown .megamenu-block.type4 .megamenu-block-content ul > li a {
	width: 100%;
	height: 100%;
	height: 2.25rem;
	line-height: 2rem;
}
#desktop-menu .dropdown .megamenu-block.type4 .megamenu-block-content ul > li:hover {
	background-color: #E1E1E1;
}
#desktop-menu .dropdown .megamenu-block.type4 .megamenu-block-content ul > li a:after {
	display: none;
}
#desktop-menu .dropdown .megamenu-block-row {
	--bs-gutter-x: 2rem;
}
#desktop-menu .dropdown .megamenu-block-wrap {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#desktop-menu .dropdown .megamenu-block-wrap .megamenu-block {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#desktop-menu .dropdown .megamenu-block-wrap .megamenu-block-content {
    border-right: solid 1px #E1E1E1;
    height: 100%;
}
#desktop-menu .dropdown .megamenu-block-wrap .megamenu-block.type4 .megamenu-block-content,
#desktop-menu .dropdown .megamenu-block-wrap:last-child .megamenu-block-content {
    border-right: 0;
}
#desktop-menu .dropdown .megamenu-block-wrap .megamenu-block.type3 {
	--bs-gutter-x: 0.5rem;
}
#desktop-menu .dropdown .megamenu-block-wrap .megamenu-block.type3 .banner-image img {
	max-width: 100%;
}
#desktop-menu .dropdown .megamenu-block-wrap .megamenu-block.type3 .banner-caption h2 {
    font-size: 0.875rem;
    font-weight: bold;
    margin: .75rem 0 0 0;
    letter-spacing: .075rem;
}
#desktop-menu .dropdown .megamenu-block-wrap .megamenu-block.type3 .banner-caption h2:after {
    content: '\f105';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-left: .25rem;
	line-height: 1.25rem;
}
#desktop-menu .dropdown .megamenu-block-wrap .megamenu-block.type3 .banner-col:last-child {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


/* BREADCRUMB */
nav[aria-label="breadcrumb"] {
    display: flex;
    background-color: #F8F8F8;
}
.breadcrumb {
	padding-top: .625rem;
	padding-bottom: .625rem;
	margin: auto;
}
.breadcrumb li,
.breadcrumb li a {
    font-size: 0.625rem;
    color: #A0A0A0;
    letter-spacing: 1.5px;
    line-height: 1.25rem;
    text-transform: uppercase;
}


/* INFORMATIONS */
/* .information_information #content {
	margin-bottom: 3rem;
}
.information_information #content, 
.information_information #content p, 
.information_information #content ul, 
.information_information #content span {
	font-size: 1rem;
	line-height: 1.5rem;
}
.information_information #content h1 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.information_information #content h2,
.information_information #content h3,
.information_information #content h4 {
	margin-bottom: 1rem;
	margin-top: 2rem;
}
.information_information #content p {
	margin-bottom: 1.25rem;
} */

#information-information h2 {
    font-size: 1rem;
    color: rgb(39 71 51);
    font-weight: bold;
    margin-bottom: 0.5rem;
}

/* ACCOUNT BODY */
body.account_body {
    background: #ededed 0% 0% no-repeat padding-box;
}
.account-wrap {
	width: 100%;
	margin: 0 auto;
}
.account_login .account-wrap,
.account_register .account-wrap,
.account_forgotten .account-wrap,
.account_reset .account-wrap {
	max-width: 50rem;
}
/* .account_login .card-account form,
.account_register .card-account form,
.account_forgotten .card-account form,
.account_reset .card-account form {
	max-width: 28rem;
} */
.account_header #logo {
    justify-content: center;
    padding: 2rem 0;
}
.card-greeting {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.card-greeting span {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.25rem;
    letter-spacing: 0.125rem;
    padding: 0.375rem 1rem 0.8125rem 1rem;
}
.card-greeting span + span {
	margin-top: .5rem;
}
.card-account {
	border-width: 1px;
	border-color: #dee2e6;
    border-radius: 0;
}
.card-account #content h3 {
	font-size: 1.25rem;
	line-height: 2rem;
	font-weight: bold;
	letter-spacing: .125rem;
}
.card-account #content .tab-links h3 {
	position: relative;
	font-size: 1rem;
}

.card-account .tab-links .border-bottom {
	border-bottom-width: 1px !important;
}

.card-account form {
	margin: auto;
}
.card-account .card-account-header {
	margin-bottom: 3rem;
}
.card-account .card-account-header .card-account-icon {
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
.card-account .card-account-header .card-account-title {
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .0625rem;
	margin: 0;
}
.card-account .card-account-header .card-account-btns {
	margin-top: 1.5rem;
}
.account_body .footer-link {
	font-size: 0.875rem;
	display: inline-block;
}
.account_body .footer-link:hover {
	text-decoration: underline;
}
.account_body .footer-link + .footer-link:before {
	content: '|';
	padding-left: .5rem;
	padding-right: .5rem;
}

/* ACCOUNT SIDEBAR */

.account-list-group .list-group-item {
	padding: 1rem 1rem;
	font-size: 1rem;
}
.account-list-group .list-group-item a {
	width: 100%;
	font-size: .875rem;
}
.account-list-group .list-group-item.active {
	background-color: #f8f8f8;
	border-color: #dee2e6;
}
.account-list-group .list-group-item.active:before {
	content: '';
	width: .25rem;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}
.account-list-group .list-group-item.active > a {
	font-weight: bold;
}
.account-list-group .list-group-item i {
	width: 1.75rem;
	font-size: 1.25rem;
}
.bg-account {
	background: #F0F2F0;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #000C40, #F0F2F0);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #000C40, #edededF0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
@media (max-width: 500px) {
	.alert-fixed {
	    left: .75rem;
		bottom: .75rem;
	    min-width: calc(100% - 1.5rem);
	    transform: none;
		margin-bottom: 0;
	}
	.card-account #content h3 {
		letter-spacing: 0.0625rem;
	}
	.account-wrap {
		padding-right: 0.75rem;
	    padding-left: 0.75rem;
	}
	.card-greeting span {
	    font-size: 1.5rem;
	    line-height: 1.5rem;
	    letter-spacing: 0.125rem;
	    padding: 0.25rem 1rem 0.625rem 1rem;
	}
	.account-wrap > div:not(#account-account) .account-list-group {
	    display: none;
	}
	.account-wrap > div:not(#account-account) .account-list-group:first-child {
	    display: flex;
	}
	.account-wrap > div:not(#account-account) .account-list-group:first-child .list-group-item a i:before {
	    content: '\f104';
	}
}


/* FOOTER BANNERS */
.footer-info {
	border-top: 1px solid var(--color-dark);
	margin-top: 2rem;
	padding: 1.5rem 0;
}
.footer-info .container {
	max-width: 1640px;
}
.footer-info .module-container {
	padding-top: calc(var(--bs-gutter-x) * 2);
	padding-bottom: calc(var(--bs-gutter-x) * 2);
}
.footer-info .banner-row {
    margin-left: var(--space-negative);
    margin-right: var(--space-negative);
}
.footer-info .banner-row .banner-col.col-md-2,
.footer-info .banner-row .banner-col.col-sm-2 {
	flex: 0 0 20%;
	max-width: 20%;
}
.footer-info .banner-row .banner-col .banner-item {
	flex-direction: row;
	align-items: center;
	display: flex;
}
.footer-info .banner-row .banner-col .banner-item .banner-image {
	flex: unset;
	background-color: var(--background);
	width: 68px;
	min-width: 68px;
	height: 68px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: var(--space);
}
.footer-info .banner-row .banner-col .banner-item .banner-image img {
	height: auto;
	object-fit: unset;
	width: auto;
}
.footer-info .banner-row .banner-col .banner-item .banner-caption {
	color: var(--color-dark);
	padding: 0 0 0 1rem;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	height: 100%;
	flex-wrap: wrap;
}
.footer-info .banner-row .banner-col .banner-item .banner-caption .banner-hypertitle {
	color: var(--color-dark);
	text-align: left;
	font-size: var(--size);
	font-weight: bold;
	margin-bottom: calc(var(--bs-gutter-x) * .25);
}
.footer-info .banner-row .banner-col .banner-item .banner-caption .banner-title {
	margin-bottom: 0;
}
.footer-info .banner-row .banner-col .banner-item .banner-caption .banner-title,
.footer-info .banner-row .banner-col .banner-item .banner-caption .banner-subtitle {
	color: #707070;
	font-size: var(--size);
	font-weight: 300;
}
@media only screen and (max-width: 1199px) { 
	.footer-info .banner-row .banner-col .banner-item {
	    flex-direction: column;
	}
	.footer-info .banner-row .banner-col .banner-item .banner-image {
		margin-right: 0;
		height: 100px;
	}
	.footer-info .banner-row .banner-col .banner-item .banner-caption .banner-title,
	.footer-info .banner-row .banner-col .banner-item .banner-caption .banner-subtitle,
	.footer-info .banner-row .banner-col .banner-item .banner-caption .banner-hypertitle,
	.footer-info .banner-row .banner-col .banner-item .banner-caption {
		text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
}
@media only screen and (max-width: 990px) { 
	.footer-info .banner-row .banner-col.col-md-2,
	.footer-info .banner-row .banner-col.col-sm-2 {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.footer-info .banner-row .banner-col.col-md-2:nth-child(4),
	.footer-info .banner-row .banner-col.col-sm-2:nth-child(4),
	.footer-info .banner-row .banner-col.col-md-2:nth-child(5),
	.footer-info .banner-row .banner-col.col-sm-2:nth-child(5) {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-info .banner-row .banner-col .banner-item .banner-image {
	    height: 105px;
	}
}
@media only screen and (max-width: 768px) { 
	.footer-info .banner-row .banner-col.col-md-2,
	.footer-info .banner-row .banner-col.col-sm-2 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-info .banner-row .banner-col.col-md-2:nth-child(5),
	.footer-info .banner-row .banner-col.col-sm-2:nth-child(5) {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* FOOTER BANNERS */
/* BANNERS */

/* FOOTER */

.footer-wrap {
	margin: 0;
	background: #f4f4f4;
	color: var(--color-dark);
}
.footer-wrap #footer-logo {
	display:flex;
	margin-bottom:var(--space-double);
}
.footer-wrap #footer-logo a {
	max-width:200px;
}
.footer-wrap a:hover {
	color:var(--dark);
}
.footer-wrap h5 {
	color: var(--color-dark);
	margin-bottom: 2rem;
	font-size: 1rem;
	font-weight: bold;
}
.footer-wrap h5.small-title,
.footer-wrap h6 {
	font-size: 0.875rem;
	font-weight: bold;
}
.footer-wrap .spacings ul {
	padding-left: 0;
	font-weight: 300;
}
.copyright {
	background-color: var(--background);
	padding-top: var(--space);
	padding-bottom: var(--space);
}
.copyright .copy {
	font-size: 0.75rem;
	color: #111;
}
.copyright .cards {
	justify-content: center;
	display: flex;
}
.copyright .dev {
	font-size: 0.75rem;
	color: #111;
}
.copyright .dev img {
	max-width: 15px;
	margin-left: var(--space);
}
.espa-banner {
    position: fixed;
    z-index: 20;
    bottom: 10px;
    left: 10px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

/* SLIDESHOW */

.swiper {
	--swiper-navigation-size: 2rem;
	z-index: 1;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	color: var(--bs-white);
	background: rgb(48 48 48 / 30%);
	width: var(--swiper-navigation-size);
	height: var(--swiper-navigation-size);
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
	font-size: calc(var(--swiper-navigation-size) * .5);
}
.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
	background: rgb(48 48 48 / 100%);
}
.swiper .swiper-slide .slideshow-slide-wrapper {
	position:relative;
	overflow:hidden;
	height:100%;
}
.swiper .swiper-slide .slideshow-slide-wrapper:after {
	content: none;
	background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
	background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.swiper .swiper-slide .slideshow-slide-caption-wrapper .slideshow-slide-caption-container {
	display:flex;
	flex-wrap:wrap;
	z-index: 6;
}
.swiper .swiper-slide .slideshow-slide-caption-wrapper .slideshow-slide-caption-container .slideshow-slide-title {
	font-size: 2.75rem;
	font-weight: 800;
	color:  var(--dark);
	width:100%;
	margin-bottom: 0;
	margin-top: 0;
	display:flex;
	justify-content:flex-start;
	line-height:1;
}
.swiper .swiper-slide .slideshow-slide-caption-wrapper .slideshow-slide-caption-container .slideshow-slide-subtitle {
	font-size: var(--size-h3);
	color:  var(--dark);
	width:100%;
	display:flex;
	justify-content:flex-start;
}
.swiper .swiper-slide .slideshow-slide-caption-wrapper .slideshow-slide-caption-container .slideshow-slide-button-container {
	width:100%;
	display:flex;
	justify-content:flex-start;
	margin-top: var(--space-double);
}
.swiper .swiper-slide .slideshow-slide-caption-wrapper .slideshow-slide-button {
	color: var(--bs-white);
	font-size: .75rem;
	font-weight: 300;
	letter-spacing: 6px;
	padding: var(--space-half) var(--space-double);
	border: 1px solid #fff;
	background: none;
	min-height: 0;
	border-radius: 0;
}
/* SLIDESHOW */

/* HOMEPAGE CATEGORIES */
.common_home .content-top .banner-container .container-xxl {
	max-width: fit-content;
}
.homepage_categories {
	margin-top: 0;
	transform: translateY(calc(-1 * var(--space-double)));
	z-index: 3;
	position: relative;
}
.homepage_categories .banner-row .banner-col .banner-item .banner-caption {
	padding-left: var(--space);
}
.homepage_categories .banner-row .banner-col .banner-item .banner-image {
	background-color: var(--bs-white);
	padding: 0.25rem;
	overflow: hidden;
}
.homepage_categories .banner-row .banner-col .banner-item .banner-image img {
	height: auto;
	width: 100%;
	object-fit: none;
	transition: transform 1s;
}
.homepage_categories .banner-row .banner-col .banner-item.banner-image-right .banner-title {
	text-align: left;
	color: var(--color-dark);
	font-size: var(--size-h3);
	font-weight: 700;
	margin-bottom: 0;
	margin-top: var(--space-half);
}
.homepage_categories .banner-row .banner-col .banner-item.banner-image-right .banner-title:after {
	content: '';
	background-color: var(--color-dark);
	height: 1px;
	width: 30px;
	display: block;
	margin-top: var(--space-half);
	margin-bottom: var(--space-half);
	transition: 300ms ease-in-out;
}
.homepage_categories .banner-row .banner-col .banner-item.banner-image-right .banner-title:hover:after {
	background-color: var(--link-color-hover);
	width: 60px;
}
.homepage_categories .banner-row .banner-col .banner-item.banner-image-right .banner-readmore {
	justify-content: flex-start;
}
.homepage_categories .banner-row .banner-col .banner-item.banner-image-right .banner-readmore .btn-generic {
	border: none;
	color: var(--color-dark);
	font-size: var(--size-h4);
	font-weight: 200;
	min-height: 0;
	padding: 0;
	letter-spacing: 0;
}
.homepage_categories .banner-row .banner-col .banner-item.banner-image-right .banner-readmore .btn-generic:hover {
	background: transparent;
	color: var(--link-color-hover);
}
@media only screen and (max-width: 1220px) {
	.homepage_categories .banner-row .banner-col .banner-item .banner-image img {
		object-fit: cover;
	}
	.homepage_categories .banner-row .banner-col .banner-item .banner-caption {
	    padding: var(--space);
	    text-align: center;
	    justify-content: center;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.homepage_categories .banner-row .banner-col .banner-item.banner-image-right .banner-title:after {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 768px) {
	.homepage_categories .banner-row .banner-col .banner-item .banner-image {
		background-color: transparent;
		padding: 0;
		margin: auto auto;
	}
	.homepage_categories .banner-row .banner-col .banner-item .banner-image img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
}
/* HOMEPAGE CATEGORIES */


/* HOMEPAGE BANNERS */

.homepage_banners {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.homepage_banners > .container {
    max-width: 1640px;
}
.homepage_banners .banner-row .banner-col:nth-child(2) .banner-item {
	position: relative;
	display: block;
}
.homepage_banners .banner-row .banner-col:nth-child(2) .banner-item .banner-caption {
	position: absolute;
	top: 0;
	left: 0;
	/* right: 0; */
	/* bottom: 0; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.homepage_banners .banner-row .banner-col .banner-item .banner-caption {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}
.homepage_banners .banner-row .banner-col .banner-item .banner-image {
	display: flex;
	justify-content: center;
}
.homepage_banners .banner-row .banner-col .banner-item .banner-image img {
	object-fit: none;
	height: auto;
}
.homepage_banners .banner-row .banner-col .banner-item.banner-image-center .banner-title {
	text-align: center;
	color: var(--text-color-dark);
	font-size: 1.125rem;
	margin-bottom: 0;
	letter-spacing: 4px;
	font-weight: var(--font-weight-light);
	margin-top: var(--space-half);
}
.homepage_banners .banner-row .banner-col .banner-item.banner-image-center .banner-title:after {
	content: '';
	background-color: var(--background-dark);
	height: 1px;
	width: 30px;
	display: flex;
	margin: var(--space) auto;
	transition: 300ms ease-in-out;
}
.homepage_banners .banner-row .banner-col .banner-item.banner-image-center .banner-title:hover:after {
	background-color: var(--link-color-hover);
	width: 60px;
}
.homepage_banners .banner-row .banner-col:nth-child(2) .banner-item.banner-image-center .banner-hypertitle {
	margin-bottom: 0;
}
.homepage_banners .banner-row .banner-col .banner-item.banner-image-center .banner-hypertitle {
	text-align: center;
	color: var(--text-color-dark);
	font-size: 2.25rem;
	margin-bottom: var(--space);
	letter-spacing: 4px;
}
.homepage_banners .banner-row .banner-col .banner-item.banner-image-center .banner-subtitle {
	text-align: center;
	color: #707070;
	font-size: var(--size-h6);
	font-weight: 200;
	line-height: var(--size-h3);
	max-width: 50%;
	margin: 0 auto;
}
.homepage_banners .banner-row .banner-col .banner-item.banner-image-center .banner-readmore {
	margin-top: 2rem;
}
@media only screen and (max-width: 1199px) {
	.homepage_banners .banner-row .banner-col .banner-item.banner-image-center .banner-hypertitle {
	    font-size: 2rem;
	}
}
@media only screen and (max-width: 990px) {
	.homepage_banners .banner-row .banner-col .banner-item.banner-image-center .banner-hypertitle {
	    font-size: 1.8rem;
	}
	.homepage_banners .banner-row .banner-col .banner-item.banner-image-center .banner-subtitle {
		line-height: 1.2;
	    max-width: 100%;
	}
	.homepage_banners .banner-row .banner-col .banner-item .banner-image img {
		object-fit: cover;
	}
}
@media only screen and (max-width: 768px) {
	.homepage_banners .banner-row .banner-col .banner-item .banner-image img {
		width: auto;
	}
	.homepage_banners .banner-row .banner-col:nth-child(2) .banner-item .banner-caption {
		position: unset;
	}
}
@media only screen and (max-width: 480px) {
	.homepage_banners .banner-row .banner-col .banner-item .banner-image img {
		object-fit: cover;
	}
}
/* HOMEPAGE BANNERS */


/* SIMPLE BOX ABOUT US */
.about-container {
	margin-top: var(--space-double);
}
.about-container .row {
	padding-top: var(--space-double);
	padding-bottom: var(--space-double);
}
.about-container .about-right {
	border: 2px solid var(--color-dark);
	border-left: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
} 
.about-container .about-background {
	text-align: right;
	padding-right: 3rem;
}
.about-container .about-background.untouch {
	pointer-events: none;
	width: 100%;
}
.about-container .about-background iframe {
	display: block;
}
.about-container .about-background img {
	border-radius: 50%;
	max-width: 100%;
} 
.about-container .about-left {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--color-dark);
	border-right: none;
}
.about-container .about-left .about-left-wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 3rem;
}
.about-container .about-left .about-left-wrapper h3 {
	font-weight: bold;
	font-size: var(--size-h5);
	color: var(--color-dark);
}
.about-container .about-left .about-left-wrapper .about-subtitle {
	color: var(--color-dark);
	font-weight: 100;
	font-size: var(--size-h1);
	letter-spacing: .5rem;
	max-width: 40%;
	margin-bottom: var(--space-double);
}
.about-container .about-left .about-left-wrapper .about-text {
	color: #707070;
	font-weight: 100;
	line-height: 1.72;
	max-width: 70%;
}
.about-container .about-left .about-left-wrapper .about-button {
	margin-top: var(--space-double);
}

@media only screen and (max-width: 1199px) {
	.about-container .about-left .about-left-wrapper .about-subtitle {
	    font-size: 2rem;
	    letter-spacing: 4px;
	    max-width: 80%;
	    margin-bottom: var(--space-double);
	}
	.about-container .about-left .about-left-wrapper .about-text {
	    line-height: 1.2;
    	max-width: 100%;
    	padding-right: var(--space-double);
	}
}
@media only screen and (max-width: 990px) {
	.about-container .about-left .about-left-wrapper {
		padding-left: var(--space-double);
		padding-right: var(--space-double);
	}
	.about-container .about-background {
		padding-right: 0;
		justify-content: center;
	}
	.about-container .about-left {
		border-right: 2px solid var(--background-dark);
	}
	.about-container .about-right {
	    border-top: none;
	    border-left: 2px solid var(--background-dark);
	}
}
@media only screen and (max-width: 480px) {
	.about-container .about-left .about-left-wrapper .about-subtitle {
		max-width: 100%;
	}
	.about-container .about-left .about-left-wrapper .about-text {
		padding-right: 0;
	}
	.about-container .about-left .about-left-wrapper .about-button a {
		display: inline-block;
	}
	.about-container .about-background {
		padding: var(--space);
	}
}
/* SIMPLE BOX ABOUT US */

/* PRODUCT TABS */

.product-tabs-wrapper {
	position:relative;
}
.product-tabs-wrapper.has-background {
	padding-top:var(--module-vertical-margin);
	padding-bottom:var(--module-vertical-margin);
}
.product-tabs-wrapper .product-tabs-carousel-wrapper {
	position:relative;
	width:100%;
	overflow: hidden;
}
.product-tabs-wrapper .product-tabs-carousel-wrapper .swiper-wrapper.has-not-carousel {
	justify-content: space-between;
}
.product-tabs-wrapper .product-tabs-background {
	position:absolute;
	overflow:hidden;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.product-tabs-wrapper .product-tabs-carousel-wrapper .swiper-button-next,
.product-tabs-wrapper .product-tabs-carousel-wrapper .swiper-button-prev {
	border-radius: 50%;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.product-tabs-wrapper .product-tabs-carousel-wrapper .swiper-button-next {
	margin-right:var(--space-half);
}
.product-tabs-wrapper .product-tabs-carousel-wrapper .swiper-button-prev {
	margin-left:var(--space-half);
}
.product-tabs-wrapper .tabs-container-flex {
	display:flex;
	flex-wrap:wrap;
}	
.product-tabs-wrapper.right-layout .tabs-container-flex { 
}
.product-tabs-wrapper  .tab-description-wrapper {
	padding:var(--space);
}
.product-tabs-wrapper  .product-tabs-tab-wrapper .products-carousel-outter {
    flex: 0 0 100%;
    min-width: 0;
    position: relative;
}
.product-tabs-wrapper  .product-tabs-tab-wrapper.has-description .products-carousel-outter {
}
.product-tabs-wrapper  .product-tabs-tab-wrapper .products-carousel-outter .products-carousel-inner {
	margin-left:var(--space-half-negative);
	margin-right:var(--space-half-negative);
}
.product-tabs-wrapper .tab-description-content .tab-text {
	font-size:var(--md-size);
}
.product-tabs-wrapper .tab-description-content .more-container {
	display:flex;
	margin-top:var(--space-double);
}
@media only screen and (max-width: 480px) {  
	.product-tabs-wrapper .product-tabs-carousel-wrapper .swiper-button-prev,
	.product-tabs-wrapper .product-tabs-carousel-wrapper .swiper-button-next {
		opacity: 1;
		margin-top: 0;
	}
}

/* PRODUCT TABS COLLECTION */

.collection_tabs {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.collection_tabs .tab-content {
	padding: 1rem 0;
}
.collection_tabs .module-title {
	margin-bottom: 2rem;
	text-align: center;
	font-size: var(--size-h4);
}
.collection_tabs .nav-tabs {
	border: 0;
	display: flex;
	justify-content: center;
}
.collection_tabs .nav-tabs .nav-item {
	padding-right: var(--space-half);
	text-align: center;
}
.collection_tabs .nav-tabs .nav-item:last-child {
	padding-right: 0;
}
.collection_tabs .nav-tabs .nav-item .nav-link {
	border: 1px solid var(--color-dark);
	border-radius: 0;
	font-size: .75rem;
	letter-spacing: .125rem;
	justify-content: center;
	padding: .75rem var(--space);
	font-weight: normal;
	margin: 0;
	min-width: 16rem;
	text-transform: uppercase;
}
.collection_tabs .nav-tabs .nav-item .nav-link.active {
	background: var(--color-dark);
	color: var(--bs-white);
}
.swiper-button-next, .swiper-button-prev {
    --swiper-navigation-color: #000000;
    --swiper-navigation-size: 1.25rem;
}

/* PRODUCT TABS COLLECTION */
@media only screen and (max-width: 1192px) {
	.collection_tabs .nav-tabs .nav-item {
	    flex: 0 0 auto;
	}
}  
@media only screen and (max-width: 991px) {  
	.product-tabs-wrapper .tab-description-wrapper {
		flex: 0 0 100%;
		width:100%;
		padding: 0;
		text-align:center;
		margin-bottom:var(--space-double);
	}
	.product-tabs-wrapper  .product-tabs-tab-wrapper.has-description .products-carousel-outter {
		flex: 0 0 100%;
		width:100%;
		padding-left:0;
	}	
	.product-tabs-wrapper .tab-description-content .more-container { 
		justify-content:center;
	}
}
@media only screen and (max-width: 768px) {
	.collection_tabs  .nav-tabs {
	    display: flex;
	    transform: none;
	    flex-wrap: nowrap;
	    overflow-x: scroll;
	    justify-content: left;
        background: var(--background-dark);
	}
	.collection_tabs .nav-tabs .nav-item .nav-link,
	.collection_tabs .nav-tabs .nav-item .nav-link.active {
		background-color: transparent;
		color: var(--text-color);
	}
}
/* PRODUCT TABS */

/* COOKIES */
#cookieWrap {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 270px;
    box-sizing: border-box;
    padding: 20px 20px;
    background-color: var(--background-dark);
    z-index: 100;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: .9;
}
#cookieWrap p {
    line-height: 17px;
    margin: 0 0 20px;
}
#cookieWrap #cookieAcceptButton {
    border: 1px solid #fff;
    background: none no-repeat 0 0 transparent;
    color: #fff;
    float: left;
    text-align: center;
    width: 96px;
    height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
}
#cookieWrap #cookieAcceptButton:hover {
    border: 1px solid var(--link-color-hover);
    color: var(--link-color-hover);
}
#cookieWrap #cookieReadMore {
    float: right;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-decoration: underline;
}
#cookieWrap #cookieReadMore:hover {
    color: var(--link-color-hover);
}
@media only screen and (max-width: 768px) {
	.footer-wrap .column-5 {
	    max-width: 33.33%;
	    flex: 0 0 33.33%;
	}
	.footer-wrap .column-5:nth-child(4),
	.footer-wrap .column-5:nth-child(5) {
	    max-width: 50%;
	    flex: 0 0 50%;
	    margin: var(--space-double) auto 0 auto;
	}
	.espa-banner {
	    bottom: 0;
	    left: 0;
	}
}
@media only screen and (max-width: 567px) {
	.copyright .row {
		flex-direction: column;
		text-align: center;
	}
	.copyright .cards {
		margin: var(--space) 0;
	}
	.copyright .dev {
		justify-content: center;
	}
}
@media only screen and (max-width: 480px) {
	
}
/* FOOTER */

/* TESTIMONIALS */

.testimonial-block > em:first-child {
    margin-bottom: 2rem;
}
.testimonial-block .testimonial-comments {
    font-weight: 300;
    line-height: 1.5rem;
}
.testimonial-block .testimonial-comments.testimonial-video iframe {
    width: 100%;
	max-height: 250px;
}
.testimonial-block .testimonial-author {
    font-weight: bold;
    margin-top: 1rem;
}
.testimonial-block > em:last-child {
    margin-top: 2rem;
}

/* TESTIMONIALS */



/* CATEGORY PAGE */
.product-list .product-block.product-grid,
.product-grid .product-block.product-list {
	display: none;
}

.product-list span.quantity-unit {
    right: 60px;
	font-size: 11px;
}

.top-row {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: var(--space-double);
}
.top-row-wrapper {
	flex-direction: row;
	display: flex;
	align-items: center;
}
.top-row-wrapper .main-content-title {
	font-size: var(--size-h2);
	font-weight: 600;
	text-align: left;
	letter-spacing: 4px;
	margin: 0;
	padding-top: var(--space);
	padding-bottom: var(--space);
}

.top-row-wrapper .main-content-small-text,
.top-row-wrapper .main-content-text {
	font-weight: 300;
	line-height: 1.71;
}
.top-row-wrapper .main-content-button,
.top-row-wrapper .main-content-text {
	margin-bottom: var(--space);
}
.top-row-wrapper .main-content-small-text p,
.top-row-wrapper .main-content-text p {
	margin-bottom: 0;
}
.top-row-wrapper .main-content-button {
	color: var(--color-dark);
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	cursor: pointer;
	margin-top: var(--space-half);
}
.top-row-wrapper .main-content-button:hover {
	color: var(--link-color-hover);
}
.top-row-wrapper .main-content-button i {
	margin-left: var(--space-half);
}
#input-sort {
	border: 0;
	border-radius: 0;
	background: #fff;
	text-align: left;
	padding: 1rem .75rem;
	font-size: 0.875rem;
	width: 15rem;
	box-shadow: 0 0.5rem 1rem 0.125rem rgb(0 0 0 / 15%);
}
#input-sort li {
	line-height: 1.25rem;
}
#input-sort li a.dropdown-item {
	background: none;
	color: var(--color-dark);
}
#input-sort li a.dropdown-item:hover,
#input-sort li a.dropdown-item.active {
	background: none;
	color: var(--color-dark);
	font-weight: bold;
} 


/* PRODUCT LIST BLOCK */

.product-layout .product-block {
	height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    transition: 300ms ease-in-out;
    padding: var(--space);
}
.product-layout .product-block:hover {
	box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
}
.product-layout .product-wishlist {
	position: absolute;
	top: var(--space-half);
	right: var(--space-half);
}
.product-layout .product-wishlist.in-wishlist span:before {
	content:'\0045';
	color: var(--link-color-hover);
}
.product-layout .product-wishlist {
	border: none;
	border-radius: 50%;
	padding: 0;
	z-index: 9;
	height: 32px;
	width: 32px;
	background: none;
	color: #B5B5B5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	transition: 300ms ease-in-out;
}
.product-layout .product-block.wished .product-wishlist i {
	font-weight: 800;
}
.product-layout .product-block.wished .product-wishlist {
	background: #E731371A;
	color: var(--red);
}

.product-layout .product-block .product-wishlist:hover{
	background:#E731371A ;
}
.product-layout .product-wishlist.btn.btn-default:focus,
.product-layout .product-wishlist.btn.btn-default:hover {
	color: var(--red);
}
.product-layout .product-block .product-top {
	margin-bottom: var(--space);
}
.product-layout .product-block .product-block-caption {
	margin-bottom: var(--space-half);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: space-between;
	align-items: center;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	flex-direction: column;
	width: 100%;
}
.product-layout .product-block .product-block-caption .product-block-title .product-name  {
	margin-bottom: var(--space);
}
.product-layout .product-block .product-block-caption .product-intro  {
	margin-top:var(--space-half);
}
.product-layout .product-block .product-block-caption .product-block-title .product-name a {
	font-size: .875rem;
	font-weight: bold;
	color: var(--dark);
	word-break: break-word;
}
.product-layout .product-block .product-block-price {
	text-align:center;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin-top: var(--space);
}
.product-layout .product-block .product-block-price .amount_before {
	color: #acacac;
	line-height:1;
	font-size: 0.75rem;
	padding-left: 10px;
	font-weight: var(--font-weight-light);
}
.product-layout .product-block .product-block-price .amount {
	margin-bottom:0;
	color: var(--bs-danger);
	line-height:1;
	font-size: 1.125rem;
	font-weight: 700;
}
.product-layout .product-block .product-block-actions {
	margin-top:var(--space);
}
.product-layout .product-block .product-top .product-block-image {
	position:relative;
	overflow: hidden;
}
.product-layout .product-block .product-top .product-block-image a {
	transition: 300ms ease-in-out;
}
.product-layout .product-block .product-top .product-block-image a img {
	transition: 300ms ease-in-out;
}


@media (min-width:992px){
.product-layout .product-block:hover .product-top .product-block-image .swiper-slide-active a img {
	transform: scale(1.05);
}
}

.product-layout .product-block .product-label {
	font-size: 0.75rem;
	font-weight: 700;
}
.product-layout .product-block .product-top .product-block-image .product-label {
	position:absolute;
	bottom: 0;
	right: 1rem;
	pointer-events: none;
}
.product-layout .product-block .product-top .product-block-image .product-label.product-label-new {
	right: unset;
	left: 1rem;
}
.product-layout .product-block .product-top .product-block-image .product-thumbnail {
	overflow: hidden;
}
.product-layout .product-block .product-top .product-block-image .product-thumbnail img {
	width:100%;
	transition: 300ms ease-in-out;
}
.product-layout .product-block:hover .product-top .product-block-image .product-thumbnail img {
	transform: scale(1.1);
}
.product-layout .product-block .product-block-actions {
	display:flex;
	justify-content: flex-end;
	width: 100%;
	position: absolute;
	right: var(--space-half);
	bottom: var(--space-half);
	margin: 0;
}
.product-layout .product-block .product-block-actions a + a {
	margin-left:var(--space-half);
}
.product-layout .product-block .product-block-actions .product-cart span:before {
	transition: 300ms ease-in-out;
}
.product-layout .product-block .product-block-actions .product-cart:hover span:before {
	color: var(--link-color-hover);
}
@media only screen and (max-width: 768px) {
	.product-layout .product-block .product-block-caption .product-block-title .product-name {
		max-width: 100%;
	}
	.product-layout .product-block .product-block-price {
		width: 100%;
		padding-left: 15px;
	}
	.product-layout .product-block:hover {
		box-shadow: none;
	}
	.product-layout .product-block .product-wishlist,
	.product-layout .product-block .product-block-actions .product-cart {
		opacity: 1;
		z-index: 5;
	}
	/* .product-layout .product-block .product-block-actions .product-cart svg {
		display: none;
	} */
}

/* HO FILTERS */

.ho-filters-wrapper .selected-filters-wrapper,
.ho-filters-wrapper .filters-responsive-top,
.ho-filters-wrapper .filters-responsive-bottom {
    display: none;
}
.ho-filters-wrapper .filter-clear-all.active {
	color: var(--bs-primary);
	margin-bottom: 1rem;
	display: block;
	cursor: pointer;
}
.ho-filters-wrapper .price-range-group .form-control {
    font-size: .875rem;
    line-height: 2.25rem;
    height: 2.5rem;
    padding: 0 0.5rem;
    min-height: unset;
    margin-bottom: .5rem;
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-container {
    margin-bottom: var(--space);
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-container .filter-group-title-container {
    position: relative;
    padding-bottom: .5rem;
    margin-bottom: 1.25rem;
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-container .filter-group-title-container:after {
    content: '';
    background-color: var(--color-dark);
    width: 3rem;
    height: 1px;
    display: block;
    margin-top: .5rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-container .filter-group-filters-container {
    border-bottom: 0;
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-container .filter-group-title-container .filter-group-title {
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--color-dark);
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-container .filter-group-title-container .filter-group-clear {
    font-size: 0.875rem;
    color: var(--bs-primary);
    cursor: pointer;
    margin-left: .5rem;
}

.ho-filters-wrapper.filter-style-vertical-list .filter-group-container .filter-group-title-container .filter-group-clear i {
    display: none;
}
.ho-filters-wrapper.filter-style-vertical-list .filter-group-container .filter-group-title-container .filter-group-clear a {
    font-size: 0.875rem;
    color: var(--blue);
}
.ho-filters-wrapper .filter-group-filters-container .form-check-main-title {
    font-size: 1rem;
    font-weight: bold;
}
.ho-filters-wrapper .filter-group-filters-container .form-check + .form-check-main-title {
    margin-top: 1rem;
}
.ho-filters-wrapper .filter-group-filters-container .form-check {
    line-height: 1.125rem;
}
.ho-filters-wrapper .filter-group-filters-container .form-check .form-check-label {
    display: flex;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
}
.ho-filters-wrapper .filter-group-filters-container .form-check .form-check-label.disabled {
    pointer-events: none;
    opacity: .4;
    cursor: not-allowed;
    color: #bbb;
}
/* .ho-filters-wrapper .filter-group-filters-container .form-check .form-check-input {
    border-radius: 0;
    margin-top: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    position: relative;
    width: 1rem;
    height: 1rem;
    position: relative;
}
.ho-filters-wrapper .filter-group-filters-container .form-check .form-check-input:hover {
    background-color: #fff;
}
.ho-filters-wrapper .filter-group-filters-container .form-check .form-check-input:checked:after {
	background-color: var(--color-dark);
	width: 0.625rem;
	height: 0.625rem;
	position: absolute;
	top: .125rem;
	left: .125rem;
	content: '';
} */
.ho-filters-wrapper .filter-group-filters-container .form-check .form-check-title {
    font-size: 0.875rem;
    line-height: 1rem;
    color: var(--color-dark);
    margin-left: 0.375rem;
    margin-top: 0.125rem;
}
.ho-filters-wrapper .filter-group-filters-container .form-check .form-check-count {
    font-size: 0.75rem;
    margin-left: var(--space-half);
    line-height: 1rem;
    margin-top: 0.125rem;
}
.filter-group-container.gfilter.gf1 .form-check.filter-with-image {
    display: block;
}
.ho-filters-wrapper .filter-group-filters-container.has-image .form-check-image-block {
    padding: 0;
    border: solid 1px #E1E1E1;
    width: 1rem;
    height: 1rem;
    border-radius: .25rem;
    display: block;
}
.ho-filters-wrapper .filter-group-filters-container.has-image .form-check-image-block img {
    max-width: 100%;
    border: 0;
    display: block;
}
.ho-filters-wrapper .filter-group-filters-container .form-check :checked+.form-check-image-block {
    background: none;
    border: 0;
}
.ho-filters-wrapper .filter-group-filters-container .form-check :checked+.form-check-image-block:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    left: 0;
    font-size: .75rem;
    text-align: center;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    pointer-events: none;
    color: #fff;
    mix-blend-mode: difference;
}
/* .ho-filters-wrapper .filter-group-filters-container .form-check :checked ~ .form-check-title {
    font-weight: bold;
} */
#ajax-wrapper,
.filters-wrapper {
    -webkit-transition: .2s opacity linear;
    transition: .2s opacity linear;
}
#ajax-wrapper.loading,
.filters-wrapper.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* CATEGORY */

/* #product-category .product-container .product-layout,
#product-manufacturer .product-container .product-layout {
	flex: 0 0 auto;
	width: 20%;
}
#product-category aside#column-left,
#product-manufacturer aside#column-left {
	flex: 0 0 auto;
	width: 20%;
}
#product-category #content,
#product-manufacturer #content {
	flex: 0 0 auto;
	width: 80%;
} */

/* CHECKOUT CART */
#checkout-cart #content > h1 {
    font-size: 1.75rem;
    margin: 0;
    padding: 3rem 0 2rem 0;
}
#checkout-cart #content .top-btns {
	margin-bottom: 1rem;
}

/* COMMON CART */
#offcanvasCart {
    z-index: 9999;
}

/* HIDDEN FOR DEV */
.top-toolbar {
	display: none;
}

/* SELECT BOX */

.custom-selectbox {
    position: relative;
    width: 100%;
}
.custom-selectbox select {
    display: none;
}
.custom-selectbox .select-selected {
    background-color: #ffffff;
}
.custom-selectbox .select-selected:after {
    position: absolute;
    content: "";
    top: 1.375rem;
    right: 0.625rem;
    width: 0;
    height: 0;
    border: 0.1875rem solid transparent;
    border-color: var(--color-dark) transparent transparent transparent;
}
.custom-selectbox .select-selected.select-arrow-active:after {
    border-color: transparent transparent var(--color-dark) transparent;
    top: 1.125rem;
}
.custom-selectbox .select-items div,
.custom-selectbox .select-selected {
    color: var(--color-dark);
    padding: .5rem 1rem;
    line-height: 1.5rem;
    border: 1px solid #eaeaea;
    cursor: pointer;
    font-size: 0.8125rem;
    white-space: nowrap;
}
.has-error .custom-selectbox .select-selected {
	border-color: var(--bs-danger);
}
.custom-selectbox .select-items div {
	border-color: transparent;
	padding: 0 0;
	position: relative;
	margin-bottom: .5rem;
	display: flex;
	justify-content: space-between;
}
.custom-selectbox .select-items div span {
	position: relative;
	pointer-events: none;
}
.custom-selectbox .select-items div span.text,
.custom-selectbox .select-items div span.action {
	font-size: 0.625rem
}
.custom-selectbox .select-items div span.action {
	text-decoration: underline;
}
.custom-selectbox .select-items div:last-child {
	margin-bottom: 0;
}
.custom-selectbox .select-items div span.option.disable {
	opacity: 0.6;
}
.custom-selectbox .select-items div span.option:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: var(--color-dark);
	opacity: .6;
	transition: transform .7s cubic-bezier(.19,1,.22,1) .2s;
	transform: scaleX(0);
	transform-origin: left;
	transition-delay: 0s;
}
.custom-selectbox .select-items div:hover span.option:after,
.custom-selectbox div.same-as-selected span.option:after {
	transform: scaleX(1);
}
.custom-selectbox .select-items div:hover span.option.disable:after {
	transform: scaleX(0);
}
.custom-selectbox .select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #eaeaea;
    border-width: 0 1px 1px 1px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0.4375rem 0.875rem;
    max-height: 12rem;
    overflow: auto;
}
.custom-selectbox .select-hide {
    display: none;
}
.has-error .invalid-feedback {
	/* display: block; */
}


/* PRODUCT PAGE */

#product-product {
    margin-top: 2rem;
}
#product-product .product-gallery {
    position: relative;
}
#product-product .badge {
    font-size: 0.75rem;
    min-width: 6rem;
    line-height: 1.25rem;
    padding: 0.3125rem 0.75rem;
    border-radius: 0;
}
#product-product .badge.badge-sale {
    border: solid 1px var(--color-dark);
    color: var(--color-dark);
}
#product-product .manufacturer_info {
	margin-bottom: 1rem;
}
#product-product .product-info_wrap h1 {
    font-size: var(--size-h2);
    font-weight: bold;
    line-height: 2.125rem;
    margin-bottom: 1.5rem;
}
#product-product .product-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: .75rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: #a0a0a0;
    margin-bottom: .5rem;
}
#product-product .product-meta .meta-origin {
	white-space: nowrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
#product-product .product-meta .meta-origin img {
    width: 2rem;
    height: 2rem;
    border: solid 2px #f4f4f4;
    border-radius: 50%;
}
#product-product .product-meta .meta-origin span {
	display: block;
	margin-left: 0.5rem;
}
#product-product .product-meta .meta-stock {
	margin-left: 1rem;
	margin-right: auto;
	border-left: solid 1px #a0a0a0;
	padding-left: 1rem;
}
#product-product .product-meta .meta-rating {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#product-product .product-meta .meta-rating div {
	display: flex;
	flex-direction: row;
	line-height: 1rem;
}
#product-product .product-meta .meta-rating div i + i {
	margin-left: .25rem;
}
#product-product .product-meta .meta-rating a {
    font-size: 0.625rem;
}
#product-product .product-details {
    margin-bottom: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #eaeaea;
}
#product-product .product-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.8125rem;
    font-weight: 300;
}

#product-product .product-details li.text-success:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f00c';
}
#product-product .product-details li.danger:before {
	font-family: 'Font Awesome 5 Pro';
    content: '\f00d';
}
#product-product .product-price {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
#product-product .product-price .price-new {
	font-size: 1.875rem;
	color: #d12128;
}
#product-product .product-price .price-old,
#product-wrap .product-price .price-old
{
	font-size: 1rem;
	font-weight: 300;
	color: #acacac;
	text-decoration: line-through;
}
#product-product .product-price span + span {
	margin-left: .75rem;
}
#product-product .product-price .limited-offer {
	color: #d12128;
	margin-left: 1rem;
	font-weight: 300;
}
#product-product .select_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#product-product .select_wrap > label {
    width: 50%;
}
#product-product .select_wrap > .btn-size_chart {
    width: 50%;
    text-align: right;
    color: var(--bs-gray);
    text-decoration: underline;
}
#product-product .size-guide-table {
    display: table;
    white-space: nowrap;
    border-collapse: collapse;
    overflow-x: auto;
    width: 100%;
}
#product-product .size-guide-table__column-head {
    padding: 0.5rem 0 1.5rem 0;
    text-align: center;
    width: 2rem;
}
#product-product .size-guide-table__row {
    border-bottom: 1px solid #eaeaea;
}
#product-product .size-guide-table__column-head:first-child {
    padding-left: 0;
    text-align: left;
}
#product-product .size-guide-table__column-body:first-child {
    padding-left: 0;
	text-align: left;
}
#product-product .size-guide-table__column-body {
    padding: 1.5rem 0;
    text-align: center;
    width: 2rem;
}
#product-product .product-color_related {
	margin: 1rem 0;
}
#product-product .product-color_related h3 {
	font-size: 0.875rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#product-product .product-color_related .color_related-wrap {
	display: flex;
	align-items: center;
	gap: .5rem;
}
#product-product .product-color_related .color_related-wrap .color_related-item .color_related-image {
	border: 1px solid #eaeaea;
	padding: 0.125rem;
	overflow: hidden;
}
#product-product .product-color_related .color_related-wrap .color_related-item:hover .color_related-image {
	border-color: #777;
}
#product-product .product-color_related .color_related-wrap .color_related-item img {
	max-width: 4rem;
}
#product-product .product-color_related .color_related-wrap .color_related-item h4 {
	font-size: 0.75rem;
	text-align: center;
	margin-top: .25rem;
}
#product-product .product-btn .btn {
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: .125rem;
	border-radius: 0;
}
#product-product .product-btn .btn#button-cart {
	color: #fff;
	background-color: #303030;
	border-color: #303030;
}
#product-product .product-btn .btn#button-cart.loading {
    opacity: .5;
    pointer-events: none;
}
#product-product .product-btn .btn#button-cart:not(.loaded):hover {
	background-color: #000000;
	border-color: #000000;
}
#product-product .product-btn .btn#button-cart:not(.loaded) .text {
	transform: translateX(8px);
	transition: transform .8s cubic-bezier(.19,1,.22,1);
	display: inline-block;
}
#product-product .product-btn .btn#button-cart:not(.loaded):hover .text {
	transform: translateX(0);
	transition: transform .6s cubic-bezier(.19,1,.22,1);
}
#product-product .product-btn .btn#button-cart:not(.loaded) i,
#product-product .product-btn .btn#button-notify:not(.loaded) i {
	opacity: 0;
	display: inline-block;
	transform: translateX(-10px);
	transition: transform .8s cubic-bezier(.19,1,.22,1),opacity .4s cubic-bezier(.19,1,.22,1);
	padding: 0;
	font-size: 0.75rem;
}
#product-product .product-btn .btn#button-cart:not(.loaded):hover i,
#product-product .product-btn .btn#button-notify:not(.loaded):hover i {
	opacity: 1;
	transform: translateX(0);
	transition: transform .6s cubic-bezier(.19,1,.22,1),opacity .6s cubic-bezier(.19,1,.22,1) .15s;
}
#product-product .product-btn .btn.loaded#button-cart {
	pointer-events: none;
}
#product-product .product-btn .btn.loaded#button-cart i {
	display: none;
}
#product-product .product-btn .btn.button_wishlist {
	font-size: 0.625rem;
}
#product-product .product-btn .small-msg {
	font-size: .75rem;
	color: var(--bs-gray);
	text-align: center;
	padding: 0 .5rem;
}
#product-product .options-row .required label:after {
	content: '*';
	color: var(--bs-red);
	padding-left: .125rem;
} 
#product-product #product-info {
    margin-top: 2rem;
    font-size: 0.875rem;
}
#product-product #product-info .accordion-header {
	font-size: 0.875rem;
}
#product-product #product-info .accordion-header .accordion-button {
	font-size: 0.875rem;
	font-weight: bold;
	padding: .75rem .25rem;
	border-color: transparent;
	box-shadow: none;
}
#product-product #product-info .accordion-header .accordion-button:not(.collapsed) {
	background: none;
	color: var(--color-dark);
}
#product-product #product-info .accordion-header .accordion-button::after {
	background-size: .75rem;
	background-position: center;
}
#product-product #product-info .accordion-body {
	padding: .75rem 0.25rem;
	font-size: 0.875rem;
	font-weight: 300;
}
#product-product #product-info .accordion-body b {
	font-weight: bold;
}
.product_product a[data-fancybox] img {
    cursor: zoom-in;
}
.product_product .fancybox__container {
    --fancybox-color: #999;
    --fancybox-bg: #fff;
    --carousel-button-svg-width: 2rem;
    --carousel-button-svg-height: 2rem;
    --carousel-button-svg-stroke-width: 1.2;
    --carousel-button-svg-filter: none;
}
.product_product .fancybox__nav {
    --carousel-button-svg-width: 2.25rem;
    --carousel-button-svg-height: 2.25rem;
    --carousel-button-svg-stroke-width: 1;
}
.product_product .has-image[data-image-fit="contain-w"] {
    padding: 0;
    overflow: hidden;
}

#product-product #countdown > span {
    color: #d12128;
    font-size: 18px;
    font-weight: 700;
}

#product-product #countdown > span label {
	color: #ccc;
    font-size: 10px;
    font-weight: 500;
	letter-spacing: 1px;
}

#product-product .call-fashion-expert a {
    background-color: #d88bc7;
    border-color: #d88bc7;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#product-product .call-fashion-expert a:hover {
    color: #fff;
    background-color: #303030;
}

#product-product .call-fashion-expert a span:nth-child(2) {
    letter-spacing: 2px;
}

#product-product #slideshow_related .swiper-wrapper,
#product-product #slideshow_recent .swiper-wrapper {
    display: flex;
	justify-content: flex-start;
}

/* OFF CANVAS CART */

#offcanvasCart .offcanvas-header {
    background-color: var(--color-dark);
    color: var(--bs-white);
    padding: 0.7rem 1rem;
}
#offcanvasCart .offcanvas-header h5 {
	font-size: 1rem;
}
#offcanvasCart .offcanvas-header .fa-shopping-cart {
	font-size: 1.125rem;
}
#offcanvasCart .offcanvas-header .btn-close {
	color: var(--bs-white) !important;
	opacity: 1;
	margin: 0;
	padding: 0;
	font-size: .75rem;
	line-height: 1.75rem;
	height: 1.75rem;
	width: 1.75rem;
	background-image: none;
	background-color: var(--bs-gray-800);
	border-radius: 50%;
}
#offcanvasCart .offcanvas-header .btn-close:hover {
	color: var(--bs-dark) !important;
	background-color: var(--bs-gray-200);
}
#offcanvasCart .offcanvas-header .btn-close:before {
	content: "\f104";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 1.75rem;
}
#offcanvasCart .offcanvas-body {
	display: flex;
}
#offcanvasCart .offcanvas-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
} 
#offcanvasCart .offcanvas-empty {
	margin: auto !important;
	text-align: center;
}
#offcanvasCart .offcanvas-empty:before {
	content: '\f656';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 2rem;
	margin-bottom: 1rem;
	display: block;
}
#offcanvasCart .cart_item {
	font-size: 0.8125rem;
	line-height: 1.125rem;
	border-bottom: solid 1px var(--border-color);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
#offcanvasCart .cart_item:last-child {
	margin-bottom: 0;
	border: 0;
}
#offcanvasCart .cart_item-image {
	
}
#offcanvasCart .cart_item-info {
	margin-bottom: 1rem;
	position: relative;
}
#offcanvasCart .cart_item-info h4 {
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 1.125rem;
	margin: 0;
	padding-right: 1.5rem;
}
#offcanvasCart .cart_item-total {
	line-height: 1.25rem;
}
#offcanvasCart .cart_item-total .cart_item-qnt {
	margin-right: .25rem;
	color: var(--bs-gray-600);
}
#offcanvasCart .cart_item-total .cart_item-price {
	margin-right: 1rem;
	color: var(--bs-gray-600);
}
#offcanvasCart .cart_item-total .cart_item-sum {
	font-size: 0.9375rem;
	font-weight: bold;
}
#offcanvasCart .cart_total {
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 0.5rem 0;
	white-space: nowrap;
}
#offcanvasCart .cart_total .cart_total-title {
	font-size: .875rem;
	text-transform: uppercase;
}
#offcanvasCart .cart_total .cart_total-text {
	font-size: 1.125rem;
	color: #707070;
}
#offcanvasCart .cart_total.sum_total {
	font-size: 1.125rem;
}
#offcanvasCart .cart_total.sum_total .cart_total-text {
	font-size: 1.25rem;
	color: var(--text-dark);
}
#offcanvasCart .cart_total:nth-child(2n + 1) {
	background-color: #f4f4f4;
}
#offcanvasCart .offcanvas-up {
	overflow: auto;
	padding-top: calc(.75rem / 2);
	padding-left: calc(.75rem / 2);
	padding-right: calc(.75rem / 2);
}
#offcanvasCart .offcanvas-wrap .row {
	margin-right: calc(.75rem / -2);
	margin-left: calc(.75rem / -2);
}
#offcanvasCart .offcanvas-down {
	padding-left: .75rem;
	padding-right: .75rem;
	padding-bottom: .75rem;
}

/* MANUFACTURER LIST */

.brand_list-block .brand_list-link {
    display: block;
    position: relative;
}
.brand_list-block .brand_list-img {
    margin-bottom: var(--space);
    padding: 2rem;
    transition: all .2s linear;
}
.brand_list-block .brand_list-text {
    border-top: 1px solid #E1E1E1;
    padding-top: .5rem;
}
.brand_list-block .brand_list-text h2 {
    font-size: 1rem;
    letter-spacing: .125rem;
}
.brand_list-block .brand_list-badge {
    position: absolute;
    left: 0rem;
    top: 0rem;
    pointer-events: none;
    border: solid 1px var(--color-dark);
	background-color: var(--bs-white);
    color: var(--color-dark);
    font-size: 0.75rem;
    min-width: 6rem;
    line-height: 1.25rem;
    padding: 0.125rem 0.75rem;
    border-radius: 0;
}
.brand_list-block:hover .brand_list-img {
    padding: 1rem;
}


/* THANKYOU PAGE */
.thankyou-wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.thankyou-heading .order-heading {
	background: #28AAE2;
}
.thankyou-content .order-heading {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: var(--bs-gray-100);
	color: #fff;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	text-align: center;
	line-height: normal;
	color: var(--color-dark);
	font-weight: 600;
}
.thankyou-wrap .product-row-flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: solid 2px rgba(0,0,0,0.1);
}
.thankyou-wrap .td-name {
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: bold;
	font-size: 14px;
	flex: 1;
	text-align: left;
	padding: 0;
}
.thankyou-wrap .td-quantity {
	flex: 0 0 30%;
	max-width: 30%;
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
}

.thankyou-wrap .table-products-flex {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.thankyou-wrap .td-total {
	font-weight: bold;
	font-size: 16px;
	flex: 1;
	text-align: right;
}
.thankyou-wrap .order-details-flex {
	display: flex;
	flex-direction: row;
}
.thankyou-wrap .order-address-flex {
	flex: 1;
	background: var(--bs-gray-100);
	padding: 2rem 1.5rem;
}
.thankyou-wrap ul.order-details-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.thankyou-wrap .order-success-text-bottom {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding: 2rem 0;
}
.thankyou-wrap ul.order-details-ul > li {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
	font-size: 0.875rem;
	color: #707070;
	text-align: left;
}
.thankyou-wrap ul.order-details-ul > li span {
	font-weight: bold;
	color: #111;
}
.thankyou-wrap .order-address-flex h4 {
	font-size: 1rem;
	font-weight: 800;
	padding: 0;
	margin-bottom: 2rem;
	text-align: left;
}
.thankyou-wrap .thankyou-heading {
	margin-bottom: 3rem;
	text-align: center;
	margin-top: 2rem;
}
.thankyou-wrap .thankyou-heading h1 {
	font-size: 1.75rem;
	font-weight: 600;
	color: #111;
	padding: 0;
	margin: 0 0 1.5rem 0;
}
.thankyou-wrap .thankyou-heading .heading-msg {
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
}
.thankyou-wrap .thankyou-heading .heading-msg a:hover {
	text-decoration: underline;
}
.thankyou-wrap .order-register-flex {
	flex: 1;
	background: #F8F8F8;
	padding: 2rem;
	max-width: 35%;
	flex: 0 0 35%;
	margin-left: .5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.thankyou-wrap .order-register-info {
	text-align: center;
	font-size: 16px;
	margin-bottom: 2rem;
	line-height: 1.5rem;
	font-weight: bold;
}
.thankyou-wrap .order-register-buttons {
	width: 100%;
}
.thankyou-wrap .wrap-td {
	display: flex;
	margin-top: 1rem;
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	align-items: flex-end;
}
.thankyou-wrap .wrap-td-variables {
	display: flex;
	flex: 1;
	align-items: flex-end;
	justify-content: space-between;
}
.thankyou-wrap .wrap-tds {
	display: flex;
	flex-direction: column;
	padding-left: 1rem;
	width: 100%;
}
.thankyou-wrap .wrap-td-label {
	font-size: 10px;
	color: #808080;
	white-space: nowrap;
}
.thankyou-wrap .wrap-td-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}	
.thankyou-wrap .wrap-td-block + .wrap-td-block {
	padding-left: 2rem;
}
.thankyou-wrap .wrap-td-value {
	font-size: 13px;
	color: #111;
	font-weight: 600;
}
.thankyou-wrap .order-register-buttons a.btn.btn-primary {
	background: #111;
	font-size: 13px;
	color: #fff;
	border: none;
	border-radius: 40px;
	height: 50px;
	min-height: 50px;
	letter-spacing: 1px;
}
.thankyou-wrap .order-register-buttons a.btn.btn-primary:hover,
.order-register-buttons a.btn.btn-primary:active,
.order-register-buttons a.btn.btn-primary:focus {
	background: var(--color-dark);
}
.thankyou-wrap .thankyou-heading .heading-icon {
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	background: var(--color-dark);
	color: var(--bs-white);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 1rem;
}
.thankyou-wrap .thankyou-heading .heading-icon i {
	font-size: 2.5rem;
	position: relative;
	top: 2px;
}
.thankyou-wrap .order-success-text-bottom {
	font-size: 13px;
	color: #111;
	font-weight: 600;
}
.thankyou-wrap .order-success-text-bottom i {
	color: var(--color-dark);
}	

/* THANKYOU PAGE */



/* RESPONSIVE */
@media only screen and (max-width: 991px) { 
	
	/* DISABLE FOR DEVELOPMENT */
	.m_header-top {
		display: none;
	}

	
	:root {
		--header-height: 4rem;
	}


	/* HEADER */
	.m_header-trigger {
	    /* padding: 0.5rem 0; */
	    display: flex;
	    background: #fff;
	    align-items: center;
	}
	.m_header-trigger .btn-m_trigger {
	    padding: 0 0.5rem;
	    display: block;
	    width: 1.625rem;
	    height: 1rem;
	    position: relative;
	    outline: none;
	    box-shadow: none;
	}
	.m_header-trigger .btn-m_trigger span {
	    border-radius: 0;
	    height: 2px;
	    width: 100%;
	    bottom: unset;
	    display: block;
	    background-color: #000;
	    position: absolute;
	    left: 0;
	}
	.m_header-trigger .btn-m_trigger span:nth-of-type(1) {
	    top: -1px;
	}
	.m_header-trigger .btn-m_trigger span:nth-of-type(2) {
	    top: calc(50% - 1px);
	}
	.m_header-trigger .btn-m_trigger span:nth-of-type(3) {
	    top: calc(100% - 1px);
	}
	.m_header-logo {
		padding-left: 0;
	}
	.m_header-icons {
		flex-direction: row-reverse;
		display: flex;
	}
	.m_header-icons > a {
	    font-size: 1.25rem;
	}
	.m_header-icons > a + a {
	    padding-right: 1rem;
	}
	#mmenu {
	    border: 0;
	}

	
	#mmenu {
	    font-size: var(--size);
	}
	#mmenu {
	    top: 75px;
	    max-width: 95%;
	}
	#mmenu nav {
		
	}
	#mmenu nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#mmenu nav ul.dropdown-menu {
		position: static;
		min-width: unset;
		font-size: var(--size);
		border: 0;
		border-radius: 0;
		color: var(--color-dark);
		border-top: 1px solid #ddd;
	}
	#mmenu nav ul > li {
		display: flex;
		border-bottom: 1px solid #ddd;
		flex-wrap: wrap;
	}
	#mmenu nav ul > li:last-child {
		border-bottom: 0;
	}
	#mmenu nav ul > li > a {
		padding: 0 1.25rem;
		line-height: 3.125rem;
		position: relative;
		display: block;
		width: 100%;
	}
	#mmenu nav > ul > li > a.drop-link:after {
		content: '\f107';
		font-size: 1.5rem;
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		position: absolute;
		right: 1rem;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		pointer-events: none;
	}
	#mmenu nav > ul > li.parent-active > a.drop-link:after {
	    content: '\f106';
	}
	#mmenu nav > ul > li > .drop-link + ul {
		display: none;
	}
	#mmenu nav > ul > li > .drop-link.show + ul {
		display: block;
		width: 100%;
		background-color: #f1f2f4;
	}
	#mmenu nav > ul > li > .drop-link.show + ul > li {
		padding-left: var(--space-half);
	}


	/* CART */
	#offcanvasCart .cart_total {
		line-height: 1.5rem;
	}
	
	/* FOOTER */
	.footer-wrap {
		padding-top: 0;
		padding-bottom: 2rem;
	}
	.footer-wrap .footer-col {
		flex: 0 0 auto;
		width: 100%;
	}
	.footer-wrap .footer-col:not(:first-child) {
	    border-top: 1px solid #e0e0e0;
	}
	.footer-wrap .footer-col h5 {
	    margin: 0;
	    text-align: left;
	    margin-top: 1.5rem;
	    padding-bottom: 1.5rem;
	    position: relative;
	}
	.footer-wrap .footer-col:not(.socials) h5:before {
	    content: '\f107';
	    font-family: 'Font Awesome 5 Pro';
	    font-weight: 300;
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    display: flex;
	    align-items: center;
		font-size: 1rem;
		height: 2rem;
		width: 2rem;
	}
	.footer-wrap .footer-col:not(.socials) h5.show:before {
	    content: '\f106';
	}
	/* .footer-wrap .footer-content {
	    display: none;
	} */
	
	/* COPYRIGHT */
	.copyright .copy {
		order: 2;
	}
	.copyright .cards {
		order: 1;
		margin: var(--space-half) 0 var(--space) 0;
	}
	.copyright .dev {
		order: 3;
	}
	
	/* CHECKOUT */
	.checkout-wrap .checkout-content {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.card-checkout {
		margin-bottom: 1rem;
	}

}

/* progress bar cart-checkout-success */

.progress-container span {
    color: #A1A1A1;
    font-weight: 600;
    letter-spacing: 1px;
	white-space: nowrap;
 	text-align: center; 
}

.progress-container .active span {
    color: #303030;
}

.progress-container i:before {
    background: #fff;
}

.progress-container .progress-bar {
    background-color: #303030;
}

.progress-container {
    width: 800px;
	max-width: calc(100% - 60px);
    /* margin: 0 auto; */
padding: 50px 0;}

@media all and (max-width: 768px) {
	.progress-container span {
	    white-space: normal;
	    max-width: 105px;
	    margin: auto;
	}
}

/* recipe blog */
.recipe-text2 p, .ingredients-container > h3, h3.text-recipe {
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
}

.recipe-text2 ul {
    padding-left: 1rem;
}

.recipe-text2 ul li {
    display: flex;
    align-items: center;
    position: relative;
}

.recipe-text2 ul li:before {
    content: '';
    background-color: #C7A24B;
    width: 7px;
    height: 7px;
    min-width: 7px;
    min-height: 7px;
    display: inline-flex;
    border-radius: 50%;
    left: -1rem;
    position: absolute;
    top: 50%;
}

.recipe-text2 ul li + li {
    margin-top: 0.5rem;
}

.description.recipe-description ol {
    margin-top: 2rem;
    margin-bottom: 2rem;
    list-style: num;
    padding-left: 1rem;
    line-height: 2.5;
}

.description.recipe-description ol li::marker {
    color: #C7A24B;
    font-weight: 800;
}

/* toggle eye password */
.toggle-password,
.toggle-confirm {
	position: absolute;
	top: 14px;
	right: 10px;
	cursor: pointer;
	font-size: 18px;
	color: #888;
	z-index: 9;
}

.toggle-password:hover,
.toggle-confirm:hover {
	color: #333;
}

/* food pairing module */
#foodpairing-tree .leaf-btn.active { 
	background-color: #274733 !important; 
	color: white !important; 
	border-color: #274733 !important; 
}

#foodpairing-tree .subcat-btn.active, #foodpairing-tree .category-btn.active,
#foodpairing-tree .subcat-btn.active-btn, #foodpairing-tree .category-btn.active-btn { 
	border-color: #274733 !important; 
}

#foodpairing-tree .active-btn .rotate-icon {
  transform: rotate(180deg);
}

/* quantity unit */
.account_wishlist_products .quantity-unit {
    right: 28px;
    font-size: 11px;
    top: 11px;
}

.product-tabs-tab-wrapper .number-spinner {
    position: relative;
}

.product-tabs-tab-wrapper .quantity-unit {
    right: 22px;
    font-size: 11px;
    top: 16px;
}

.product_category .product-grid span.quantity-unit {
	font-size: 11px;
}