/*Currency*/
.sgk-test {
	width: 100%;
	padding: 3px;
	text-align: center;
	background: #eee;
	display: flex;
}
.sgk-test marquee {
	text-transform: uppercase;
	font-size: 14px;
	color: red;
	font-weight: 600;
}
.sgk-dropdown {
	position: relative;
	display: inline-block;
}
.sgk-dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
	border-radius: 5px;
	top: 34px;
}
.sgk-dropdown-content a {
	display: block;
	padding: 7px 20px;
	text-decoration: none;
	transition: color .25s;
	color: #343434;
	font-size: 14px;
}
.sgk-dropbtn {
	cursor: pointer;
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: 500;
	padding-bottom: 10px;
	margin-top: 10px;
}
.sgk-dropbtn:hover + .sgk-dropdown-content,
.sgk-dropdown-content:hover {
	display: block !important;
	opacity: 1 !important;
}

/*Cookie*/
.sgk-language-popup,
.sgk-discount-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 9999;
}
.sgk-language-popup__content,
.sgk-discount-popup__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	max-width: 500px;
	text-align: center;
}
.sgk-language-popup__close,
.sgk-discount-popup__close {
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #CB4335;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

a.sku__slide {
	background-size: 50% !important;
}
.simple-content .buttons {
	overflow: hidden;
}
.ui-wysiwyg p {
	margin: 0 0 2rem;
}
.ui-wysiwyg ul:not([class]) {
	margin: 0 0 2rem;
	margin-left: 2rem;
}
.ui-wysiwyg ul:not([class]) > li {
	padding: 0 0 0 2rem;
	margin: 0 0 0rem;
	padding-inline-start: 0 !important;
}
.ui-wysiwyg ul li::marker {
	content: none !important;
}
.ui-ul > li:after, .ui-wysiwyg ul:not([class]) > li:after {
	top: 7px !important;
	left: -20px !important;
}
.sgk-vat {
	display: block;
	margin: 0 0 1.5rem;
	font-size: 12px;
}
.intro__item {
	background: transparent;
}
.sgk-first-sale {
/*	padding: 10px;*/
	margin: 0 auto;
	width: 350px;
	height: 350px;
	border-radius: 5px;
	background-image: url(../../../../../image/catalog/sgk-img/sale_10.png);
	background-size: contain;
}
.sgk-first-saleWrapper {
/*	border: 1px solid #fff;*/
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
}
.sgk-first-sale * {
	text-align: center;
	color: #fff;
	font-weight: 300;
	width: 100%;
}
.sgk-first-sale__title {
	font-size: 24px;
}
.sgk-first-sale__title span {
	text-transform: uppercase;
}
.sgk-first-sale__sale {
	font-size: 80px;
	font-weight: 600;
}
.sgk-first-sale__text {
	margin-top: 60px;
}
.sgk-first-sale__text a {
	text-decoration: none;
	font-size: 18px;
	width: auto;
}
.sgk-discount-popup__content {
	background-color: transparent;
}
.sgk-discount-popup__close {
	width: 25px;
	height: 25px;
	padding: 0;
	border-radius: 50px;
	padding-top: 1px;
	position: absolute;
	top: 0;
	right: 0;
}
.sgk-instagram {
	margin-top: 20px;
}
.sgk-instagram img {
	margin-right: 10px;
}
.fb_dialog .fb_dialog_content iframe {
	bottom: 54px !important;
}
.footer.footer--v5,
.footer.footer--v5 .footer__subsc {
	background: #18171B;
}
.footer.footer--v5 * {
	color: #fff;
}
.footer__bottom {
	border-top: 1px solid rgba(223, 232, 239, 0.1);
}
.footer__subsc-form .ui-subsc .ui-input,
.footer__subsc-form .ui-subsc .ui-textarea, 
.footer__subsc-form .ui-subsc .ui-range__input {
	background: #2B2931;
	border-color: #2B2931;
}
.footer__logo {
	max-width: 135px;
	background: #fff;
	border-radius: 4px;
}
.footer__subsc {
	padding: 0;
}
.footer__support {
	width: auto;
}
.footer__subsc::before,
.footer__bottom:before {
	content: none;
}










/*media*/
@media (min-width: 1200px) {
	#column-left.col-xl-3 #column-left.col-xl-3 {
		max-width: 100%;
	}
}
@media (max-width: 1199px) {
	.sgk-dropbtn {
		display: none;
		opacity: 0;
	}
	.sgk-dropdown-content {
		opacity: 1;
		display: block;
		border-radius: 0;
		box-shadow: none;
		top: -15px;
	}
	.sgk-dropdown-content a {
		display: inline-block;
	}
}

@media (max-width: 768px) {
	.sku__slide {
		height: 520px;
	}
	.sku__slide .zoomWrapper {
		width: 100%;
		height: 100%;
	}
	.sgk-first-sale {
		width: 350px;
	}
}
