body {
	color: #000000;
	background-color: #ffffff;
	font-size: 17px;
}
h1 {
	position: relative;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
h1 > span {
	position: relative;
	z-index: 1;
}
/*h1::after {
	content: '';
	position: absolute;
	left: 50%; right: auto;
	top: auto; bottom: -5px;
	z-index: 0;
	width: 200px;
	height: 4px;
	background: var(--primary-light-color);
	transform: translateX(-50%);
}*/
.text-primary {
	color: var(--primary-darker-color)!important;
}
.bg-silver {
	background: var(--lightgrey-bg);
}

@media (max-width: 991px) {
	.nav-tree ul li.parent span {
		background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M1363 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45l166-166q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z'/%3E%3C/svg%3E") 50% 50% / 12px 12px no-repeat;
	}
	.nav-tree ul ul {
		background-color: rgba(0,0,0,.03);
	}
}
@media (min-width: 992px) {
	h1::after {
		width: 200px;
	}
	.nav-tree .nav-root li li a {
		font-size: 1rem;
	}
	/*
	.nav-tree .nav-root > li.itm-0 > ul > li > a {
		padding: 3rem 1rem;
		font-size: 1.5rem;
	}
	*/
}

#nav-alter {
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	padding: 1rem;
	background: var(--lightgrey-bg);
}
nav.alter {
	display: flex;
	flex-flow: column wrap;
}
nav.alter, nav.alter a, nav.alter a:hover, nav.alter a:focus {
	font-size: .875rem;
	font-weight: 700;
}

nav.alter > * + * {
	margin-top: 1rem;
}

nav.alter [class^="si-"], nav.alter [class*=" si-"], header nav.alter [class^="bi-"], header nav.alter [class*=" bi-"] {
	text-align: left;
}
nav.alter [class^="si-"]::before, nav.alter [class*=" si-"]::before, header nav.alter [class^="bi-"]::before, header nav.alter [class*=" bi-"]::before {
	margin-right: 3px;
	font-size: 18px;
	justify-content: center;
}
nav.alter .nav-info .dropdown-menu
nav.alter .nav-info .dropdown-menu.show {
	position: static!important;
	inset: 0!important;
	transform: none;
}


.product-photo, .product-thumb {
	border: 0;
}
.thumb h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1rem;
	margin: 0;
	color: #ffffff;
	color: #000000;
	background: var(--primary-alpha50-color);
	background: #ffffff88;
	font-size: 1.2rem;
	letter-spacing: -1px;
	overflow: hidden;
}
.thumb h2 span {
	position: relative;
	z-index: 2;
}
.thumb:hover h2 {
	color: #ffffff;
}
.thumb h2::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transform: translateY(100%);
	background: var(--primary-color);
	background: #000000;
	transition: all var(--speed);
}
.thumb:hover h2::after {
	transform: translateY(0);
}

.thumb .caption {
	width: 100%;
	padding: 1rem;
	color: #ffffff;
	background: var(--primary-alpha50-color);
	font-size: 1.2rem;
	letter-spacing: -2px;
	overflow: hidden;
}

/* thumb inner border */
.inborder a.thumb img {
	/*
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	*/
	display: inline-block;
	width: 100%;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

.inborder a.thumb:before,
.inborder a.thumb:after {
	content: "";
	display: block;
	position: absolute;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	z-index: 2;
	height: auto;
	width: auto;
	right: 15px;
	left: 15px;
	top: 15px;
	bottom: 15px;
}

.inborder a.thumb:after {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: scale(1, 0);
}

.inborder a.thumb:before {
	border-top: 2px solid #fff;
	transform: scale(0, 1);
	border-bottom: 2px solid #fff;
}

.inborder:hover a.thumb:before,
.inborder:hover a.thumb:after {
	transform: scale(1, 1);
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

.inborder:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(170, 204, 51, 0.6);
	transition: all .3s;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	z-index: 1;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

.inborder:hover:before {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

.inborder {
	display: block;
	position: relative;
	overflow: hidden;
}
@media (max-width: 979px) {
	.inborder {
		padding: 0;
	}
	.inborder {
		text-align: center;
	}
}
@media (max-width: 1299px) {
	.inborder {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.inborder {
		margin-top: 0;
	}
}

/**
 * Aside
 */
aside .card-header {
	font-size: 1.25rem;
	text-transform: uppercase;
	border: var(--line);
}
aside .card-body {
	padding: 0 0 1rem;
	margin-bottom: 2rem;
}
aside .card-body a::before {
	content: '\F285';
	display: inline;
	font-family: var(--icons-font);
	font-size: .625rem;
	color: var(--grey-color);
	padding-right: .5rem;
}
aside .card-body a, aside .card-body a:hover, aside .card-body a:focus {
	display: block;
	padding: .5rem 0 .25rem 1.25rem;
	border-bottom: var(--line);
	color: var(--grey-color);
	font-size: .875rem;
	font-weight: 700;
	text-decoration: none;
}
aside .card-body a:hover, aside .card-body a:focus {
	color: #000000;
}
aside .card-body a.current, aside .card-body a.current:hover, aside .card-body a.current:focus {
	position: relative;
	padding: .5rem 0 .5rem 2.5rem;
	color: #ffffff;
	background: var(--primary-color);
}
aside .card-body a.current::before {
	position: absolute;
	right: 0;
	color: #ffffff;
	font-size: 1rem;
}

.box-heading {
	position: relative;
	color: #000000;
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	display: block;
	letter-spacing: 2px;
	padding: 0 0 20px 0;
}
.box-heading::before {
	content: '';
	position: absolute;
	background: #aacc33;
	height: 3px;
	width: 102px;
	background-size: 100%;
	top: auto;
	bottom: 15px;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	z-index: 4;
}
.box-desc {
	font-size: .9rem;
	text-align: center;
}

.category-box {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	height: 100%;
	padding: 2rem;
	background: var(--verylight-grey-color);
	box-shadow: inset 18px 0 65px 20px var(--lightgrey-bg);
	transition: all var(--speed);
}
.category-box:hover {
	transform: scale(1.1);
}
.category-box h2, .category-box .h2 {
	width: 100%;
	margin: 0;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: -2px;
	transition: all var(--speed);
}
.category-box a, .category-box a:hover, .category-box a:focus {
	text-decoration: none;
}
.category-box a:hover, .category-box a:focus,
.category-box a:hover h2, .category-box a:focus h2,
.category-box a:hover .h2, .category-box a:focus .h2 {
	color: var(--primary-color);
}

.category-card {
	position: relatice;
	display: flex;
	place-items: center;
}
.category-card .caption {
	position: absolute;
	z-index: 10;
	width: 100%;
	font-weight: 700;
	color: #ffffff;
}
.category-card .caption a,
.category-card .caption a:hover,
.category-card .caption a:focus {
	color: #ffffff;
}

.nav-tabs .nav-link {
	padding: 1rem 1.5rem;
	border-radius: 0;
	color: #000000;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}
.nav-tabs .nav-link.active {
	color: var(--primary-color);
}

.products-home h3 {
	font-size: 1rem;
	color: #000000;
}

.recently-viewed {
	background-color: var(--lightgrey-bg);
}

.banner-container {
	padding: 1rem 0;
	background-color: var(--lightgrey-bg);
}
.working:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cpath fill='%2399aaff' d='M31.6 3.5C5.9 13.6-6.6 42.7 3.5 68.4a49.93 49.93 0 0 0 64.9 28.1l-3.1-7.9a41.46 41.46 0 1 1-30.5-77.1l-3.2-8z'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='2s' from='0 50 50' to='360 50 50' repeatCount='indefinite'/%3E%3C/path%3E%3Cpath fill='%2399aaff' d='M42.3 39.6c5.7-4.3 13.9-3.1 18.1 2.7 4.3 5.7 3.1 13.9-2.7 18.1l4.1 5.5a19.8 19.8 0 0 0-23.6-31.8l4.1 5.5z'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='-360 50 50' repeatCount='indefinite'/%3E%3C/path%3E%3Cpath fill='%2399aaff' d='M82 35.7C74.1 18 53.4 10.1 35.7 18S10.1 46.6 18 64.3l7.6-3.4c-6-13.5 0-29.3 13.5-35.3s29.3 0 35.3 13.5l7.6-3.4z'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='2s' from='0 50 50' to='360 50 50' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
}

.brand-text {
	margin-left: 1rem;
	color: var(--primary-color);
	font-size: 1.5rem;
	font-weight: bold;
}

.box-info-product {
	border: var(--line);
}
.box-info-product .input-group {
	justify-content: center;
	margin: 1rem auto;
}
.box-info-product .price-value {
	display: inline;
}
.bottom-message {
	margin: 3rem auto;
	padding: 1rem 0;
	border-top: var(--line);
}

.home-slider {
	position: relative;
	margin-bottom: 40px;
}
.home-slider .banner-espa {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 20;
	transform: translate(-50%, 100%);
	max-width: 100vw;
	height: auto;
}

.page-photo {
	margin-bottom: 2rem;
}
@media (orientation: landscape) {
	.home-slider .banner-espa {
		top: 0; left: 0; bottom: auto;
		transform: none;
		max-width: 50vw;
	}
	.page-photo {
		max-width: 50%;
		float: right;
		margin-left: 2rem;
	}
}

@media (min-width:992px) {
	/*
	.nav-tree ul.nav-root > li.itm-0 > span,
	.nav-tree ul.nav-root > li.itm-0:hover > span {
		top: 50%;
		left: 16px;
		box-sizing: border-box;
		display: inline-block;
		width: 26px;
		height: 20px;
		color: #ffffff;
		background: none;
		border: 0;
		border-top: 2px solid #ffffff;
		transform: rotate(0) translateY(-50%);
	}
	.nav-tree ul.nav-root > li.itm-0.open > span {
		transform: rotate(0) translateY(-50%);
	}
	.nav-tree ul.nav-root > li.itm-0 > span::before,
	.nav-tree ul.nav-root > li.itm-0 > span::after {
		content: '';
		position: absolute;
		width: 100%;
		border-bottom: 2px solid #ffffff;
		transform: translateY(7px);
	}
	.nav-tree ul.nav-root > li.itm-0 > span::after {
		transform: translateY(16px);
	}
	
	.nav-body{
		float:right;
	}
	*/
}
@media (min-width:1200px) {
	.home-slider .banner-espa {
		top: auto;
		left: 50%;
		bottom: 0;
		transform: translate(-50%, 100%);
		max-width: 100vw;
		height: auto;
	}
}

.card,
.card-header {
	border: 0;
}

/**
 * Products details
 */

.product-details h1, .product-details .h1 {
	font-size: 1.5rem;
	letter-spacing: 0;
	text-align: left;
}
.product-details .nav-tabs {
	margin-top: 2rem;
}
.product-details .tab-pane {
	padding: 1rem;
	border: var(--line);
	border-top: 0;
	font-size: .875rem;
}

footer {
	padding-top: 3rem;
	font-size: .75rem;
	color: #ffffff;
}
footer,
footer a {
	text-transform: uppercase;
}

footer .logo {
	display: flex;
	width: auto;
	height: auto;
	margin: 1rem auto;
	justify-content: center;
}

footer a {
	display: inline-block;
	padding: .25rem;
	color:#000000;
}
footer .nav-flat {
	position: relative;
	margin-bottom: 1rem;
}
footer .nav-flat .toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	font-size: 20px;
	cursor: pointer;
}
footer .nav-flat .toggle::before {
	content: '\F4F9';
	font-family: var(--icons-font);
}
footer .nav-flat.open .toggle::before {
	content: '\F2E5';
}
footer .nav-flat .nav-body {
	display: none;
}
footer .nav-flat .contact.nav-body {
	display: block;
}
.footer-social {
	margin: 2rem;
	font-size: 1.5rem;
}

.footer-social a:hover {
	color: var(--primary-light-color);
}
footer .caption,
.nav-flat .caption {
	display: block;
	color: #ffffff;
}
footer a, footer a:hover, footer a:focus {
	color: var(--footer-link-color);
	text-decoration: none;
	transition: all var(--speed);
}

footer .legal a, footer .legal a:hover, footer .legal a:focus {
	padding: 1rem 0;
	font-size: 0.625rem;
}
footer [class^="si-"]::before, footer [class*=" si-"]::before {
	font-size: 20px;
}
.footer-legal {
	padding: .5rem 1rem;
	font-size: .75rem;
	text-align: center;
}
@media (min-width:640px) {
	footer .logo img {
		display: block;
		max-width: 60%;
		width: auto;
		height: auto;
		margin: auto;
	}
}

@media (min-width:768px) {
	footer .nav-flat .toggle {
		display: none;
	}
	footer .nav-flat .nav-body {
		display: block!important;
	}
}
	
@media(min-width:992px){
	footer {
		background-attachment: fixed;
	}
	footer .logo {
		max-width: 60%;
		margin-left: 0;
	}
	footer .logo img {
		display: block;
		max-width: 100%;
		width: auto;
		height: auto;
		margin: auto;
	}
	
	footer a:hover, footer a:focus {
		color: #ffffff;
		background: #000000;
	}
	.footer-legal {
		font-size: .875rem;
		text-align: left;
	}
	.order-lg-6 {
		order: 6 !important;
	}
}

.nav-flat a, .nav-flat a:hover, .nav-flat a:focus {
	font-weight: 700;
}
.nav-flat a:hover, .nav-flat a:focus {
	color: var(--primary-color)!important;
	background: none!important;
}
.nav-flat a.si, .nav-flat a.si:hover, .nav-flat a.si:focus {
	display: flex;
	align-items: center;
	padding-left: 32px;
	color: var(--grey-color);
}
.nav-flat a.si:hover, .nav-flat a.si:focus {
	color: #ffffff!important;
}
.cb-cookiesbox {
	color: #ffffff;
	background: var(--primary-darker-color);
}
.cb-cookiesbox .btn-close {
	color: #ffffff;
}
.cookies-manager h2 {
	font-size: 1.5rem;
}

/**
 * Thumbnails
 */
.thumb {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding: 0;
	padding-bottom: 100%;	/* Default to 1:1 */
	overflow: hidden;
	background: none;
}
.thumb img {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.thumb.cover {
	overflow: hidden;
}
.thumb.cover img {
	height: 100%;
	width: auto;
	max-width: none;
}
.thumb.cover img.portrait {
	width: 100%;
	height: auto;
	max-height: none;
}
.thumb img.bottom {
	top: auto;
	bottom: 0;
	transform: translate(-50%,0);
}
.thumb.round {
	border-radius: 50%;
	overflow: hidden;
}
.thumb.sq,
.thumb.aspect1x1 { padding-bottom: 100%; }
.thumb.aspect2x1 { padding-bottom: 50%; }
.thumb.aspect16x9 { padding-bottom: 56.25%; }
.thumb.aspect4x3 { padding-bottom: 75%; }

.thumb .caption {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: -100%;
	transform: translate(-50%,50%);
	transition: all .3s;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: normal;
}
.thumb:hover .caption {
	bottom: 50%;
}

/* effects */
.thumb.overlay::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	background: var(--brand-secondary-color-fade50);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.thumb.overlay:hover::after {
	opacity: 1;
}
.thumb.bw2color img {
	transition: filter .5s;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.thumb.bw2color:hover img {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
}

.thumb.border-in {
}
.thumb.border-in::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: var(--brand-secondary-color-fade50);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.thumb.border-in:hover::after {
	opacity: 1;
}
.thumb.border-in .caption {
	position: absolute;
	z-index: 2;
	top: 0; bottom: 0; left: 0; right: 0;
	padding: 10px;
	background-color: rgba(47, 56, 71, 0.45);
	border: 2px solid white;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	margin: 0;
	transition: .3s ease-out;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}
.thumb.border-in:hover .caption {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin: 10px;
}

.thumb.stack-3-left {
	display: inline-block;
	position: relative;
	max-width: 100%;
	-webkit-perspective: 1600px;
	perspective: 1600px;
}
.thumb.stack-3-left img {
	-webkit-transform: translateZ(0) translateX(0) rotateY(0);
	transform: translateZ(0) translateX(0) rotateY(0);
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	outline: 1px solid transparent;
}
.thumb.stack-3-left img:last-child {
	position: relative;
}
.thumb.stack-3-left:hover img:first-child {
	-webkit-transform: translateZ(-300px) translateX(20%) rotateY(-45deg);
	transform: translateZ(-300px) translateX(20%) rotateY(-45deg);
}
.thumb.stack-3-left:hover img:nth-child(2) {
	-webkit-transform: translateZ(-300px) rotateY(-45deg);
	transform: translateZ(-300px) rotateY(-45deg);
}
.thumb.stack-3-left:hover img:nth-child(3) {
	-webkit-transform: translateZ(-300px) translateX(-20%) rotateY(-45deg);
	transform: translateZ(-300px) translateX(-20%) rotateY(-45deg);
}


@media (min-width:992px) {
	.thumb.border-in:hover .caption {
		margin: 2rem;
	}
}

/**
 * Hover effects
 */
.he {
	position: relative;
	transition: all var(--speed);
}
.he:hover {
	z-index: 2;
}
.he-zoomin {
	will-change: transform;
}
.he-zoomin:hover {
	transform: scale(1.1);
}
.he-shadow-3 {
	will-change: opacity;
}
.he-shadow-3:hover {
	box-shadow: 0 0 1rem rgba(0,0,0,.5);
}
.he-mid2bot {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%);
}
.he-wrap:hover .he-mid2bot {
	bottom: 0;
	transform: translate(-50%,0);
}

/**
 * Video
 */
.video-section {
	max-width: 100%;
	margin: 30px auto;
	border: 8px solid #ffffff;
	overflow: hidden;
}
.video-container {
	padding: 15px;
	background: rgba(0,0,0,0.5);
	position: relative;
	width: 100%;
	height: 0;
	padding: 0;
	padding-bottom: 56.25%; /* The height of the item will now be 56% of the width. */
	margin: auto;
	overflow: hidden;
}
.video-container iframe,
.video-container video,
.video-container object,
.video-container embed {
	display: block;
	position:absolute;
	/*
	top:0;
	left:0;
	*/
	width:100%;
	height:100%;
	border: 0;
}
@media (min-width: 992px) {
	.video-section {
		max-width: 640px;
	}
}
@media (min-width: 1200px) {
	.video-section {
		max-width: 800px;
	}
}

/**
 * owl carousel
 */

.owl-carousel .item {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	background: var(--slide-bg) 50% 50% / cover var(--darkgrey-color);
	height: 100%;
}
.owl-home .item {
	width: 100vw;
}
.owl-home .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.owl-carousel.owl-home .owl-nav .owl-prev,
.owl-carousel.owl-home .owl-nav .owl-next,
.owl-carousel.owl-home .owl-nav .owl-prev:hover,
.owl-carousel.owl-home .owl-nav .owl-next:hover {
	display: block;
	width: 50px;
	height: 50px;
	background: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23ffffff' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.4 1.6a.5.5 0 0 1 0 .8L5.7 8l5.7 5.6a.5.5 0 0 1-.8.8l-6-6a.5.5 0 0 1 0-.8l6-6a.5.5 0 0 1 .8 0z'/%3E%3C/svg%3E");
}
.owl-carousel.owl-home .owl-nav .owl-next,
.owl-carousel.owl-home .owl-nav .owl-next:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.6 1.6a.5.5 0 0 1 .8 0l6 6a.5.5 0 0 1 0 .8l-6 6a.5.5 0 0 1-.8-.8L10.3 8 4.6 2.4a.5.5 0 0 1 0-.8z'/%3E%3C/svg%3E");
}
.owl-carousel.owl-home .owl-nav .owl-prev:hover,
.owl-carousel.owl-home .owl-nav .owl-next:hover {
	background-color: #00000055;
}
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage {
	height: 100%;
	margin:0;
}
.owl-carousel.product-list .item {
	background: #ffffff;
}
.owl-carousel.product-list .product-card {
	width: 100%;
}

.slider-categories .owl-item {
	transform: perspective(300px) rotateX(0deg) rotateY(0deg);
	transition-timing-function: ease-in;
	transition: transform 0.2s;
}

.slider-categories .owl-nav,
.blog-block .owl-nav{
	display:flex;
	justify-content: center;
	background: transparent;
	
}
.owl-carousel .item {
	display: flex;
	align-items: center;
	background: var(--bg-img) center / cover;
}
.owl-carousel.owl-recent {
	font-size: .875rem;
}
.owl-carousel.owl-recent .owl-item {
	display: block;
	padding: 1rem;
	height: 100%;
	background-color: #ffffff;
}
.owl-carousel.owl-recent .owl-item .thumb {
	margin-bottom: 1rem;
}
.owl-carousel.owl-recent .price {
	color: #000000;
	font-size: 1.25rem;
	font-weight: 700;
}

.pos-x-0 { background-position-x: 0%!important; }
.pos-x-30 { background-position-x: 30%!important; }
.pos-x-40 { background-position-x: 40%!important; }
.pos-x-60 { background-position-x: 60%!important; }
.pos-x-70 { background-position-x: 70%!important; }
.pos-x-75 { background-position-x: 75%!important; }
.pos-x-80 { background-position-x: 80%!important; }
.pos-x-100 { background-position-x: 100%!important; }


.slider-categories .owl-nav .owl-prev,
.slider-categories .owl-nav .owl-next,
.blog-block .owl-nav .owl-prev,
.blog-block .owl-nav .owl-next{
	width: 60px;
	height: 60px;
	top: -2.5rem;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
}

.slider-categories .owl-nav .owl-prev::before,
.blog-block .owl-nav .owl-prev::before{
	content:"\f230";
	font-family: bootstrap-icons !important;
	color: var(--primary-color);
	font-size: 2.5rem;
}



.slider-categories .owl-nav .owl-next::before,
.blog-block .owl-nav .owl-next::before{
	content:"\f234";
	font-family:bootstrap-icons !important;
	color: var(--primary-color);
	font-size: 2.5rem;
}

.slider-categories .owl-nav .owl-prev:hover,
.slider-categories .owl-nav .owl-next:hover,
.blog-block .owl-nav .owl-prev:hover,
.blog-block .owl-nav .owl-next:hover{
	background:transparent;
}

 .slider-categories .owl-item:hover {
	visibility: visible;
	animation-name: fadeInLeft;
	transform: perspective(300px) rotateX(2deg) rotateY(-3deg) scale3d(1,1,1);
}


.owl-carousel .slide::before{
	content:'';
    background: var(--darkgrey-color);
    overflow: hidden;
	position: absolute;  
	opacity: 0.4;
	z-index: 0;
	width: 100vw;
	height: 100vh;
	background-size: cover;
}

.owl-carousel .slide-caption {
	position: relative;
	z-index: 2;
	color: #000000;
	text-align: initial;
}
.owl-carousel .dark .slide-caption {
	color: #ffffff;
}
.owl-carousel .slide-subtitle {
	font-family: var(--header-font);
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .82em;
	margin-right: -.82em;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-right: 100px;
}
.owl-carousel .slide-title {
	font-weight: 300;
	font-size: 42px;
	line-height: 1.02;
	letter-spacing: .2em;
	margin-right: -.2em;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
	margin-left: -.08em;
}
.owl-carousel .slide-text {
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 25px;
	padding-right: 100px;
}
.owl-carousel .btn-cta {
	display: inline-block;
	outline: none;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.265em;
	text-indent: 0.265em;
	text-transform: uppercase;
	padding: 17px 30px 17px 30px;
	color: #ffffff;
	border: solid 1px var(--button-color);
	text-decoration: none !important;
	background-color: #000000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: background var(--speed);
}
.owl-carousel .btn-cta:hover,
.owl-carousel .btn-cta:focus {
	background: var(--primary-darker-color);
}
@media (min-width:768px) {
	.owl-carousel .dark-md .slide-caption {
		color: #ffffff;
	}
	.owl-carousel .slide-subtitle {
		font-size: 22px;
		line-height: 28px;
	}
	.owl-carousel .slide-title {
		font-size: 88px;
		margin-bottom: 30px;
		margin-left: -.09em;
	}
	.owl-carousel .slide-text {
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 30px;
		letter-spacing: .025em;
		margin-bottom: 36px;
		padding-right: 150px;
	}
}
.owl-product-photos {
	height: 50vh;
}
.owl-carousel.owl-product-photos .slide::before {
	background: none;
}
.owl-theme.owl-product-photos .owl-nav {
	position: absolute;
	top: 40%;
	z-index: 10;
	margin: 0;
	width: 100%;
}
.owl-carousel.owl-product-photos .owl-nav button.owl-next,
.owl-carousel.owl-product-photos .owl-nav button.owl-prev,
.owl-carousel.owl-product-photos button.owl-dot {
	position: absolute;
	right: 2rem;
	display: inline-flex;
	margin: 0;
	color: #ffffff;
	font-size: 100px;
}
.owl-carousel.owl-product-photos .owl-nav button.owl-prev {
	left: 2rem;
	right: auto;
}
.owl-home {
	height: 100vh;
}


.slider-categories .owl-stage{
	text-align: center;
	color: var(--primary-color);
}

.slider-categories .owl-stage h5.mt-2{
	margin-bottom: 3rem;
	font-size: 1.5rem;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 2rem;
}
/*.owl-home .hero-title::after {
	content: '';
	background: #ffffff;
	width: auto;
	height: 1px;1983
	left: 100px;
	right: 100px;
	position: absolute;
	bottom: 1rem;
}*/
/*
.owl-theme .owl-nav.disabled + .owl-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	position: absolute;
	inset: auto 1rem 0.5rem;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: left;
}
.owl-theme .owl-dots .owl-dot span {
	width: 2vw;
	height: 8px;
	border-radius: 5px;
	background-color: var(--grey-color);
}
.owl-theme .owl-dots .owl-dot.active span{
	width: 6vw;	
}
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: var(--grey-color);
}
*/
/*
a.btn-theme {
	color: #ffffff;
	background-color: transparent;
	font-size: 1rem !important;
	margin: auto !important;
	padding: 1.5rem;
	float: none;
	display: table;
	border: 1px solid #ffffff;
	border-radius: 0;
	height: 60px;
}

.blog-categories a.btn-theme{
	padding-top:1rem;
	padding-bottom:1rem;
	font-size:1rem !important;
}

a.btn-theme:hover {
	background: transparent;
	transition: all .35s ease-in-out;
	text-decoration:none;
}

.btn-theme .bi:before {
	transform: translateY(3px);
}

.bi-arrow-right::before {
	padding-left: 0.5rem;
	display: inline-block;
}

.bi-arrow-right:hover::before {
	padding-left: 0.5rem;
	display: inline-block;
}

*/
a.btn-theme {
	border-radius: 0;
	background-color:trnsparent;
	border: 1px solid #ffffff;
	color: #fff;
	text-align: center;
	font-size: 0.8rem !important;
	padding: 1rem 1.5rem;
	width: auto;
	transition: all 0.5s;
	cursor: pointer;
	margin: 36px;
}

a.btn-theme{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

a.btn-theme:after {
	content: '»';
	position: absolute;
	opacity: 0;  
	right: -20px;
	transition: 0.5s;
	padding:0;
}

a.btn-theme:hover{
	padding-left:1rem;
	padding-right:3rem;
	text-decoration:none;
}

a.btn-theme:hover:after {
	opacity: 1;
	right: 20px;
}


@media (orientation:landscape) {
	.owl-home {
		height: 45vh;
	}
}
@media (min-width: 992px) {
	.owl-home .container {
		font-size: 60px !important;
	}
	.owl-carousel .slide {
		background-image: var(--slide-lg-bg);
	}
	.owl-carousel .h2 {
		font-size: 3.5rem;
	}
	.owl-product-photos {
		height: 40vw;
	}
	.owl-product-photos .owl-item {
		margin: 0 .5rem;
	}
	.owl-product-photos .slide {
		width: calc(40vw * var(--aspectratio));
	}
	.owl-home {
		height: 100vh;
	}
	
	.btn-search:hover{
		color: var(--primary-color);
	}
	
	.is-stuck{
		background:var(--primary-dark-color);
		opacity: 0.9;
		top:0;
		left:0;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
}

.form-control:focus, .form-control:hover {
	border-color: var(--line-color);
	box-shadow-color: var(--primary-alpha20-color);
}

.form-search.collapse:not(.show) {
	display: none;
}

.form-search {
	position:absolute;
	top: 100%;
	right: 0;
	display: flex;
	padding: 5px;
	background-color: #ffffff;
	box-shadow: 0 0 5px 0 #aaaaaa;
}
.form-search input {
	border-right: 0;
	padding: 5px 10px;
	font-weight:200;
	min-width:auto;
}
.form-search input:focus {
	border: 1px solid var(--line-color) ;
	border-right: 0;
	box-shadow: 0 0 0 transparent;
}

.form-sarch:hover {
	border: 1px solid var(--line-color) ;
	border-right: 0;
}

.form-search button {
	background: #ffffff;
	border-radius: 0;
	margin: 0;
	color:#000000;
	border-left:0;
	border-color: var(--line-color);
}


.cart-summary {
	top: 82px!important;
	height: calc(100vh - 8rem)!important;
}
.navbar-cart-items {
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
}
.cart-summary .cart-summary-header {
	padding: .5rem 1rem;
	font-size: 1.25rem;
}
.cart-summary .cart-summary-body {
	flex: 1 1 auto;
	overflow-y: auto;
}
.cart-summary .cart-summary-footer {
	padding: .5rem 1rem;
}

.nav-tree .nav-root > li > a > em {
	font-style: normal;
}
nav.alter .btn-callus {
	padding-bottom: .5rem;
	text-transform: uppercase;
}
nav.alter .btn-callus big {
	color: var(--primary-color);
	font-size: 1.75rem;
}

@media(max-width:991px) {
	.form-search input,
	.form-search button	{
		border: 0;
	}
	.nav-tree.slide-left.open {
		transform: translateX(0);
	}
	.slide-left .logo{
		height: 40px;
		margin: .5rem auto;
	}
	
	.slide-left ul{
	}
	
	.nav-body {
		position: absolute;
		left: 0;
		right: 0;
		top: 50px;
		bottom: 42px;
		overflow-y: auto;
	}
	
	.nav-tree {
		width: calc(50% - 42px - 1.5rem);
		background-color: var(--lightgrey-bg);
	}
	
	.nav-tree a, .nav-tree a:hover, .nav-tree a:focus {
		color: var(--nav-color);
		font-weight: 700;
	}
	.nav-tree ul li.parent.open > span {
		transform: rotate(-90deg);
	}
	
	.toggle.close, .toggle.close:hover, .toggle.close:focus {
		display: none;
		float: right !important;
		background-color: var(--lightgrey-bg);
		transform: translate(42px, 28px);
		border-top-right-radius:5px;
		border-bottom-right-radius:5px;
	}
	.open .toggle.close, .open .toggle.close:hover, .open .toggle.close:focus {
		display: flex;
		justify-content: center;
	}
	.toggle.close [class*=" bi-x"]::before {
		font-size: 42px;
	}
	.toggle-wrap .collapsing, .toggle-wrap .collapse {
		position: absolute;
		bottom:0;
		left:0;
		height: 50px;
		transform:translateY(50px);
		z-index: 9100;
		padding: 1rem;
	}
}
@media(max-width:767px){
	.nav-tree {
		width: calc(100% - 42px - 1.5rem);
		background-color: var(--lightgrey-bg);
	}
}

@media(min-width:992px){
	header {
		position: sticky;
		top: -199px;
		box-shadow:none;
	}
	#nav-alter.collapse:not(.show) {
		position: static;
		display: flex;
		flex: 1 1 100%;
		order: 1;
		padding: 0;
		margin-top: 1.5rem;
		background: var(--header-background);
	}
	header .header-main {
		order: 2;
	}
	.nav-tree {
		order: 3;
	}
	nav.alter {
		flex-flow: row wrap;
		align-items: center;
	}
	nav.alter > * + * {
		margin: 0;
	}
	.toggle-alt {
		display: none;
	}
	.form-search,
	.form-search.collapse:not(.show) {
		position: static;
		display: flex;
		width: 33%;
		padding: 0;
		margin-right: auto;
		background: none;
		box-shadow: 0 0 0 transparent;
	}
	.toggle-search {
		display: none;
	}
	.form-search button {
		color: #000000;
		background: transparent;
		border: 1px solid var(--line-color);
		border-left: none;
	}
	.nav-social {
		display: none;
	}
	
	.lang-select {
		margin-left: 33%;
	}
	nav.alter .btn-callus {
		margin-left: auto;
	}

	header .brand {
		order: 1;
		margin: 0;
		width: 33%;
		justify-content: start;
		transform: translateY(-1rem);
	}
	header .brand img {
		height: 80px;
		max-height: initial;
	}
	.form-search, .form-search.collapse:not(.show) {
		order: 2;
	}
	.nav-user {
		order: 3;
	}
	.toggle-wrap-cart {
		order: 4;
	}


	header a:hover {
		color: var(--primary-color);
	}

	 nav.main {
		 display: inline-flex;
		 justify-content: center;
		 background: var(--primary-color);
	 }
	.nav-tree .nav-body {
		background: none;
	}
	
	.nav-tree, .nav-tree a, .nav-tree :hover a,
	.nav-tree .nav-root a {
		color: initial;
		background: transparent;
		font-size: 1.25rem;
	}
	
	.nav-tree li:hover {
		background: transparent;
	}
	
	.toggle-search:hover{
		color:var(--primary-color);
		transition: all 0.5s;
	}
	.toggle-cart:hover{
		color:var(--primary-color);
		transition: all 0.5s;
	}
	#toggleUser:hover{
		color:var(--primary-color);
		transition: all 0.5s;
	}
	
	
	.nav-tree {
		flex: 1 1 auto;
		width: 100%;
	}
	.nav-tree .nav-root .nav-mega ul {
		opacity: 1;
		box-shadow: none;
	}
	.nav-tree .nav-root li li a {
		font-size: 1rem;
	}
	.nav-tree .nav-root li li:hover > a {
		transform: translate(0,0);
	}
	.nav-tree .nav-root > li > a {
		position: relative;
		padding: 1.5rem 1rem;
		overflow: hidden;
		color: #ffffff;
		border: 0;
		border-right: 1px solid #ffffff;
	}
	.nav-tree .nav-root > li:first-child > a {
		border-left: 1px solid #ffffff;
	}
	.nav-tree .nav-root > li > a > * {
		position: relative;
		z-index: 1;
	}
	.nav-tree .nav-root > li > a::before {
		content: '';
		position: absolute;
		inset: 0;
		z-index: 0;
		display: block;
		background: #000000;
		transform: translateY(-100%);
		transition: transform var(--speed);
	}
	.nav-tree .nav-root > li > a:hover::before {
		transform: translateY(0);
	}
	
	.owl-home {
		height: 100vh;
		top: 0;
		left: 0;
	}
	
	a.btn-theme {
		font-size: 1rem !important;
		padding: 1.5rem 2rem;
	}


	/** .nav-mega **/
	/*
	.nav-tree .nav-root > li.nav-mega {
	*/
	.nav-tree .nav-root > li {
		position: static;
		transform: none;
		transition: none;
		display: inline-flex !important;
		max-width: none;
	}
	/*
	.nav-tree .nav-root > li.nav-mega > span,
	.nav-tree .nav-root > li.nav-mega:hover > span {
	*/
	.nav-tree .nav-root > li > span,
	.nav-tree .nav-root > li:hover > span {
		position: relative;
		left: -18px;
		bottom: -2px;
	}
	.nav-tree .nav-root > li.nav-mega ul {
		display: block;
		width: auto;
		height: auto;
		visibility: visible;
	}
	.nav-tree .nav-root > li.nav-mega ul li {
		display: block;
		width: auto;
		writing-mode: initial;
		visibility: visible;
	}
	.nav-tree .nav-root > li.nav-mega > ul {
		display: none;
		width: 960px;
		left: 50%;
		transform: translateX(-50%);
		column-count: 3;
		max-height: calc(100vh - 100px);
		padding: 1rem 2rem;
	}
	.nav-tree .nav-root > li.nav-mega.open > ul {
		display: block;
		display: flex;
		flex-flow: column wrap;
	}
	.nav-tree .nav-root > li.nav-mega > ul > li {
		display: block;
	}
	.nav-tree .nav-root > li.nav-mega ul a,
	.nav-tree .nav-root > li.nav-mega ul a:hover {
		padding: .5rem;
		border: 0;
		color: initial;
		font-size: .875rem;
		font-weight: 400;
	}
	.nav-tree .nav-root > li.nav-mega ul a:hover {
		color: var(--primary-color);
	}
	.nav-tree[class^="slide-"] .nav-root ul li.open > ul,
	.nav-tree[class*=" slide-"] .nav-root ul li.open > ul,
	.nav-tree[class^="slide-"] .nav-root ul ul,
	.nav-tree[class*=" slide-"] .nav-root ul ul {
		display: block;
		writing-mode: initial;
	}
	.nav-tree[class^="slide-"] .nav-root ul ul, .nav-tree[class*=" slide-"] .nav-root ul ul {
		height: auto;
	}
	.nav-tree[class^="slide-"] .nav-root ul ul li > a,
	.nav-tree[class*=" slide-"] .nav-root ul ul li > a,
	.nav-tree[class^="slide-"] .nav-root ul ul li:hover > a,
	.nav-tree[class*=" slide-"] .nav-root ul ul li:hover > a {
		padding: .5rem;
		width: initial;

		border: 0;
		font-size: .875rem;
		font-weight: 400;
	}
	.nav-tree .nav-root > li.nav-mega > ul > li > a,
	.nav-tree .nav-root > li.nav-mega > ul > li:hover > a {
		padding: 1rem .5rem .5rem;
		border-bottom: 2px dotted var(--primary-color);
		font-size: .875rem;
		font-weight: 700;
	}
	.nav-tree .nav-root > li.nav-mega > ul > li > span {
		display: none;
	}
	.nav-tree[class^="slide-"] .nav-root > li.nav-mega ul ul,
	.nav-tree[class*=" slide-"] .nav-root > li.nav-mega ul ul,
	.nav-tree[class^="slide-"] .nav-root > li.nav-mega ul ul > li,
	.nav-tree[class*=" slide-"] .nav-root > li.nav-mega ul ul > li,
	.nav-tree .nav-root > li.nav-mega > ul > li ul {
		position: static;
		writing-mode: initial;
		margin: 0;
		border: 0;
	}
	.nav-tree[class^="slide-"] .nav-root > li.nav-mega ul,
	.nav-tree[class^="slide-"] .nav-root > li.nav-mega ul:hover,
	.nav-tree[class^="slide-"] .nav-root > li.nav-mega ul > li,
	.nav-tree[class^="slide-"] .nav-root > li.nav-mega ul > li:hover {
		writing-mode: initial;
	}
/*
	.nav-tree .nav-root > li.nav-mega > ul > li > ul > li:nth-child(7) ~ li {
		display: none;
	}
*/
	.nav-tree[class^="slide-"] .nav-root ul ul li > a,
	.nav-tree[class*=" slide-"] .nav-root ul ul li > a,
	.nav-tree[class^="slide-"] .nav-root ul ul li:hover > a,
	.nav-tree[class*=" slide-"] .nav-root ul ul li:hover > a,
	.nav-tree .nav-root > li > ul > li a {
		padding-left: 1rem;
		font-size: 0.75rem;
		font-weight: 700;
	}
	.nav-tree .nav-root > li > ul > li > ul > li a::before {
		content: '\203a';
		position: absolute;
		left: .25rem;
		top: .25rem;
		display: inline-block;
		font-size: 1rem;
		color: var(--primary-color);
	}
	
	/* CUSTOM nav */
	.nav-tree .nav-root > li.nav-mega > ul > li {
		display: block;
		width: 20%;
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-01.nav-level-1 > li.itm-0 {
		order: 0;
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-01.nav-level-1 > li.itm-1 {
		order: 2;
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-01.nav-level-1 > li.itm-2 {
		order: 4;
		width: 60%
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-01.nav-level-1 > li.itm-2 > ul {
		column-count: 3;
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-01.nav-level-1 > li.itm-3 {
		order: 1;
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-01.nav-level-1 > li.itm-4 {
		order: 3;
	}

	.nav-tree .nav-root > li.nav-mega > ul.cat-0201.nav-level-1 > li {
		width: 20%;
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-0201.nav-level-1 > li.itm-0 {
		order: 1;
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-0201.nav-level-1 > li.itm-1 {
		order: 2;
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-0201.nav-level-1 > li.itm-2 {
		order: 3;
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-0201.nav-level-1 > li.itm-3 {
		order: 5;
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-0201.nav-level-1 > li.itm-4 {
		order: 4;
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-0201.nav-level-1 > li.itm-5 {
		order: 6;
		width: 40%;
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-0201.nav-level-1 > li.itm-5 > ul {
		column-count: 2;
	}
}
@media (min-width: 1200px){
	header {
		top: -162px;
	}
	.nav-tree .nav-root > li.nav-mega > ul {
		display: none;
		width: 1140px;
		column-count: 4;
		max-height: 680px;
		min-height: 500px;
		padding: 2rem;
	}
}
@media (min-width: 1400px){
	.nav-tree .nav-root > li.nav-mega > ul {
		display: none;
		width: 1320px;
		column-count: 4;
		max-height: calc(100vh - 212px);
		min-height: 600px;
		padding: 2rem;
		box-shadow: 0 5px 13px rgba(0,0,0, .2);
	}
	.nav-tree .nav-root > li.nav-mega > ul.cat-0101 {
		max-height: 300px;
	}

}

/**
 * Breadcrumbs
 */
.breadcrumb {
	margin: 1rem 0;
	color: var(--grey-color);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5rem;
}
.breadcrumb .divider {
	display: none;
}
.breadcrumb li {
	border: 1px solid var(--line-color);
}
.breadcrumb li + li {
	border-left: 0;
}
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:focus {
	padding: 0 1rem;
	color: var(--grey-color);
	text-decoration: none;
	transition: color var(--speed);
}
.breadcrumb a:hover, .breadcrumb a:focus {
	color: #000000;
}
.breadcrumb a.homeicon {
	position: relative;
	display: inline-flex;
	height: 1.5rem;
	width: 3rem;
	padding: 0;
	overflow: hidden;
}
.breadcrumb a.homeicon::before {
	content: '\F423';
	position: absolute;
	inset: 0;
	display: inline-block;
	width: 3rem;
	height: 1.5rem;
	text-align: center;
	background: #ffffff;
	font-family: var(--icons-font);
	font-size: 1rem;
}

/* HOME CATEGORIES -----------------------*/

.category-box .thumb:hover::before {
	content: "\F4FA";
	font-family: bootstrap-icons !important;
	font-size: 2.5rem;
	font-weight:bold;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: var(--primary-alpha20-color);
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .5s ease;
	opacity: 1;
	visibility: visible;
	transition: all var(--speed);
}

.category-box a{
	transform: rotate(0);
	transition: transform ease .6s;
}

.category-box h4{
	font-size: 1rem;
	font-weight: bold;
	color: #000000;
	padding-top: 1.5rem;
	text-transform: uppercase;
}  



/* FOOTER -------------------------------------*/

/***
.page-top {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 0 3rem 0;
	margin-bottom: 2rem;
    background: var(--primary-color);
	font-weight:normal;
	color: #000000;
	overflow: hidden;
	background: url(/images/footer-bg2.png) center / 72px var(--primary-light-color);
	background-attachment: fixed;
}
.page-top > * {
	position: relative;
	z-index: 1;
}
.page-top h1 {
  font-weight:normal;
  color: #000000;
}

.page-top li a {
	color: #000000;
}

.page-top li + li::before {
	content: '\F285';
	font-family: var(--icons-font);
	color: #000000 !important;
	padding-left: 15px;
	padding-right: 15px;
}

.page-top ul li:last-child a{
	color: var(--primary-color) !important;
}
@media (min-width:992px) {
	.page-top {
		padding: 10rem 0 3rem 0;
		margin-bottom: 4rem;
	}
}
***/
.product-list .product-card {
	transition: all var(--speed);
}
.product-list .product-card:hover {
	box-shadow: 0 0 1rem .5rem var(--lightgrey-color);
}

.product-card .card-header {
	padding: 0;
}
.product-card .product-stickers {
	top: .5rem;
	left: 0;
	right: 0;
	flex-flow: column wrap;
	width: 100%;
	height: 60px;
	align-items: start;
	justify-content: start;
	pointer-events: none;
}
.product-card .product-stickers .badge {
	flex: 0 0 auto;
	margin-bottom: .25rem;
	margin-right: auto;
	border-radius: 0;
	background: #000000;
	text-transform: uppercase;
}

.product-card .product-stickers .badge:nth-child(2) ~ .badge {
	margin-left: auto;
	margin-right: 0;
}
.product-card .product-stickers .badge.badge-new { background-color: #008800; }
.product-card .product-stickers .badge.badge-bestseller { background-color: #990000; }

.product-card .item-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.product-card .item-price .price {
	display: inline-block;
	font-size: 1.5rem;
	color: var(--grey-color);
}
.product-card .item-price .product-old-price {
	color: var(--lightgrey-color);
}
.product-card .item-price .discount-percent {
	display: inline-block;
	padding: 0 .25rem;
	color: #ffffff;
	background-color: var(--primary-color);
	font-size: .875rem;
	font-weight: 700px;
}
.product-card .card-title {
	text-align: left;
	font-size: .875rem;
}
.product-card .product-name {
	color: #000000;
	text-align: left;
}

.product-card .item-availability {
	text-align: left;
}
.product-card .code {
	color: var(--grey-color);
	font-size: .875rem;
}
.product-card strong {
	color: #000000;
}

.product-card .button-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.product-card .btn {
	display: inline-flex;
	align-items: center;
	font-weight: 700;
}
.product-card .button-container .more {
	color: var(--grey-color);
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.product-list .product-item .card-body {
	display: flex;
	flex-flow: column wrap;
}
.product-list .product-item .card-body .card-title {
	margin-bottom: auto;
}
.product-list .product-item .card-body .code {
	margin-top: 1rem;
}
.product-list .product-item .reveal {
	padding: .5rem;
	padding-top: 0;
}

.product-list.list {
	flex-direction: column;
}
.product-list.list.row > * {
	display: flex!important;
	width: 100%;
}
.product-list.list.row > .col > .product-card {
	display: flex!important;
	flex-flow: row nowrap;
	padding: .5rem 0;
	width: 100%;
}
.product-list.list.row > .col > .product-card .card-header .thumb {
	width: 80px;
	min-width: 0;
}
.product-list.list.row > .col > .product-card .card-body {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 .5rem;
	font-size: .75rem;
}
.product-list.list .card-body > * {
	flex: 0 0 30%;
}
.product-list.list .card-body h2 {
	flex: 1 0 100%;
	margin: 0;
	text-align: left;
	font-size: .875rem;
	margin-bottom: .5rem;
}
.product-list.list .reveal {
	display: inline-flex;
	flex-direction: row;
	position: static;
}
.product-list.list .reveal > * {
	margin: 0;
	margin-left: .5rem;
}

@media (min-width: 768px) {
	.product-list.list.row > .col > .product-card .card-body {
		justify-content: end;
	}
	.product-list.list .card-body > * + * {
		flex: 0 1 auto;
		margin-left: 1rem;
	}

	.products-navbar,
	.products-pagination {
		justify-content: space-between;
		align-items: center;
	}
	.products-navbar > *,
	.products-pagination > * {
		flex: initial;
	}
	.pagination {
		margin: 0;
	}
}
@media (min-width: 992px) {
	.product-list.list.row > .col > .product-card .card-body {
		flex-wrap: nowrap;
	}
	.product-list.list .card-body h2 {
		flex: 1 1 auto;
		font-size: 1rem;
	}
	.products-navbar > *,
	.products-pagination > * {
		flex: 0 0 33%;
		display: inline-block;
		width: auto;
	}
	.products-navbar .input-group {
		display: inline-flex;
		width: auto;
	}
	.products-pagination .pagination-info {
		text-align: left!important;
	}
	.products-pagination .pagination-info:last-child {
		text-align: right!important;
	}
}

.page-link {
	background-color: transparent;
	color: var(--grey-color);
}

.page-item.disabled .page-link {
	display: none;
}

.product-list.list .product-card {
	flex-direction: column;
}

@media (min-width:568px){
	.product-list.list .product-card {
		flex-direction: row;
	}
	
	.product-list.list .product-card .thumb {
		min-width: 250px;
	}
	
	.list .card-title{
		text-align:left;
	}
	
	.list .card-body {
		text-align: left;
	}
	
	.list .price{
		text-align: left;
	}
	
	.list .item-availability{
		text-align:left;
	}
}


@-webkit-keyframes marquee{
	0%{
		transform:translateX(0);
	}
	to {
		transform:translateX(calc(-100% - var(--gap)));
	}
}
@keyframes marquee{
	0% {
		transform:translateX(0);
	}
	to {
		transform:translateX(calc(-100% - var(--gap)));
	}
}
@keyframes zoomOutFadeIn {
	from {
		opacity: 0;
		transform: scale(2);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes zoomOutFadeIn {
	from {
		opacity: 0;
		transform: scale(2);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.my-enter {
	animation-name: zoomOutFadeIn;
	animation-duration: var(--speed);
}
.my-leave {
	animation-name: zoomOutFadeIn;
	animation-direction: reverse;
	animation-duration: .2s;
}

/**
 * Attached documents
 */
.attached-docs ul { display: block; margin: 0; padding: 0; list-style: none; }
.attached-docs ul li:before { display: none; }
.attached-docs a { display: block; font-size: 1.2em; }
.attached-docs a[href$='.pdf'],
.attached-docs a.icon-PDF {
	background:transparent url(//static.torus.gr/icons/filetypes/pdf/pdf-32_32.png) center left no-repeat; padding:.8em 0 .8em 48px; }
.attached-docs a[href$='.xls'],
.attached-docs a[href$='.xlsx'],
.attached-docs a[href$='.csv'],
.attached-docs a[href$='.xlw'],
.attached-docs a[href$='.xlt'] {
	background:transparent url(//static.torus.gr/icons/filetypes/xlsx_win/xlsx_win-32_32.png) center left no-repeat; padding:.8em 0 .8em 48px; }
.attached-docs a[href$='.doc'],
.attached-docs a[href$='.docx'],
.attached-docs a[href$='.rtf'],
.attached-docs a[href$='.wps'],
.attached-docs a[href$='.txt'] {
	background:transparent url(//static.torus.gr/icons/filetypes/docx_win/docx_win-32_32.png) center left no-repeat; padding:.8em 0 .8em 48px; }
.attached-docs a[href$='.pps'],
.attached-docs a[href$='.ppt'],
.attached-docs a[href$='.ppsx'],
.attached-docs a[href$='.pptx'] {
	background:transparent url(//static.torus.gr/icons/filetypes/pptx_win/pptx_win-32_32.png) center left no-repeat; padding:.8em 0 .8em 48px; }
.attached-docs a[href$='.zip'] {
	background:transparent url(//static.torus.gr/icons/filetypes/zip/zip-32_32.png) center left no-repeat; padding:.8em 0 .8em 48px; }
.attached-docs a[href$='.7z'],
.attached-docs a[href$='.rar'] {
	background:transparent url(//static.torus.gr/icons/filetypes/rar/rar-32_32.png) center left no-repeat; padding:.8em 0 .8em 48px; }
.attached-docs a[href$='.jpg'],
.attached-docs a[href$='.jpe'],
.attached-docs a[href$='.jpeg'] {
	background:transparent url(//static.torus.gr/icons/filetypes/jpeg/jpeg-32_32.png) center left no-repeat; padding:.8em 0 .8em 48px; }
.attached-docs a[href$='.gif'] {
	background:transparent url(//static.torus.gr/icons/filetypes/gif/gif-32_32.png) center left no-repeat; padding:.8em 0 .8em 48px; }
.attached-docs a[href$='.png'] {
	background:transparent url(//static.torus.gr/icons/filetypes/png/png-32_32.png) center left no-repeat; padding:.8em 0 .8em 48px; }
.attached-docs a[href$='.tif'],
.attached-docs a[href$='.tiff'] {
	background:transparent url(//static.torus.gr/icons/filetypes/tiff/tiff-32_32.png) center left no-repeat; padding:.8em 0 .8em 48px; }
/* mailto and external links
a[href^="mailto:"] {
	background:transparent url(../images/mailto.png) center left no-repeat; padding-left:20px; line-height:15px; }
 */
.attached-docs a, .attached-docs a:hover { text-decoration: none; }
.attached-docs .filetitle { font-weight: bold; }
.attached-docs .filelocation { display: block; font-weight: normal; text-style: italic; font-size: .875rem; clear: both; }

/**
 * Marquee
 */
.marquee {
	z-index: 10;
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 15px;
	border-radius: 15px;
	overflow: hidden;
	background: #777777;
}
@keyframes marquee {
	from { margin-left: 100%; }
	to { margin-left: -850px; }
}
.marquee h3 {
	position: absolute;
	color: #ffffff;
	display: inline-block;
	width: 850px;
	margin: 0;
	line-height: 30px;
	font-size: 22px;
	animation: marquee 20s linear 0s infinite;
}
.marquee h3:hover {
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

/**
 * Cookies box
 */
.cb-cookiesbox {
	position: fixed;
	top: auto; left: 0; right: 0; bottom: 0;
	z-index: 1010;
	display: block;
	padding: 8px;
	margin: 0;
	color: var(--secondary-lighter-color);
	background: var(--secondary-darker-color);
}
.cb-cookiesbox p {
	margin: 0;
	text-align: center;
	line-height: 1em;
}
.cb-cookiesbox .btn {
	margin: 1rem 0;
}
.cb-cookiesbox .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	color: var(--secondary-light-color);
	background: none;
}
.cb-cookiesbox .btn-close::before {
	font-family: 'bootstrap-icons';
	content: '\f659';
}

@media (min-width:992px) {
	.cb-cookiesbox {
		left: 2rem; right: auto; bottom: 2rem;
		width: 470px;
		padding: 1rem 2rem;
	}
	.cb-cookiesbox p {
		padding-right: 4rem;
	}
}

/**
 * owl carousel
 */
.owl-stage {
	display: flex;
	align-items: stretch;
}
.owl-stage .item {
	display: flex;
	flex-flow: column wrap;
	height: 100%;
	background: #ffffff;
	text-align: center;
}
.owl-stage .item > *:last-child {
	margin-top: auto;
}
.owl-carousel .owl-item img {
	width: auto;
}
.owl-brands.owl-carousel .owl-item img {
	width: 100%;
}


/**
 * vbox
 */
.vbox-container img {
	max-height: 100vh;
}

/**
 * Swiper slider
 */
.swiper {
	/*
	color: #ffffff;
	background: (--dark-color);
	*/
}
.swiper-slide {
	height: 67vw;
	background-position: 50% 50%;
}
@media (min-width:768px) {
	.swiper-slide {
		height: 60vw;
	}
}
@media (max-width:991px) and (orientation: landscape) {
	.swiper-slide {
		height: calc(100vh - 42px);
	}
}
@media (min-width:1200px) {
	.swiper-slide {
		height: 33.33vw;
	}
}

/**
 * Signature
 */
.signature {
	display: block;
	width: auto;
	text-align: center;
	font-size: .75rem;
	font-weight: bold;
}
.torus { display: inline-block; }
.torus a { display: inline-block; padding: .5rem 1rem; }

@media (min-width:768px) {
	.signature {
		text-align: right;
		margin-right: -1rem;
	}
}

@media print {
	header .top-bar,
	header .top-bar2,
	#toolbox, #searchbox, #cartsummary, #headmenu,
	.brand-carousel-container,
	.newsletter
	{ display: none; }
}


h1 {
	position: relative;
	color: #000000;
	font-weight: bold;
	letter-spacing: -2px;
}
h1 > span {
	position: relative;
	z-index: 1;
}

hr {
	margin: 2rem 0;
	background: none;
	border-top: var(--line);
	opacity: 1;
}



.leaflet-popup h2 {
	font-size: 1.125rem;
	text-align: center;
}