﻿/*
 * Aimeos elegance template CSS
 *
 * @license LGPLv3, https://opensource.org/licenses/LGPL-3.0
 * @copyright Aimeos (aimeos.org), 2014-2021
 */


/* roboto-condensed-regular - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-regular.eot');
	src: local('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-regular.eot'),
		url('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-regular.woff2') format('woff2'),
		url('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-regular.woff') format('woff'),
		url('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-regular.ttf') format('truetype'),
		url('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg');
}

/* roboto-condensed-700 - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-700.eot');
	src: local('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-700.eot'),
		url('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-700.eot?#iefix') format('embedded-opentype'),
		url('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-700.woff2') format('woff2'),
		url('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-700.woff') format('woff'),
		url('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-700.ttf') format('truetype'),
		url('./fonts/roboto-condensed-v19-latin/roboto-condensed-v19-latin-700.svg#RobotoCondensed') format('svg');
}

@font-face {
	font-family: 'bootstrap-icons';
	src: url('./fonts/bootstrap-icons.woff2') format('woff2');
}

/* lust*/

@font-face {
    font-family: 'Lust';
    src: url('./fonts/lust/Lust-Regular.eot');
    src: url('./fonts/lust/Lust-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/lust/Lust-Regular.woff2') format('woff2'),
        url('./fonts/lust/Lust-Regular.woff') format('woff'),
        url('./fonts/lust/Lust-Regular.ttf') format('truetype'),
        url('./fonts/lust/Lust-Regular.svg#Lust-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*BasicSans*/
@font-face {
    font-family: 'BasicSans';
    src: url('./fonts/BasicSans/BasicSans-Light.eot');
    src: url('./fonts/BasicSans/BasicSans-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BasicSans/BasicSans-Light.woff2') format('woff2'),
        url('./fonts/BasicSans/BasicSans-Light.woff') format('woff'),
        url('./fonts/BasicSans/BasicSans-Light.ttf') format('truetype'),
        url('./fonts/BasicSans/BasicSans-Light.svg#BasicSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('./fonts/BasicSans/BasicSans-Regular.eot');
    src: url('./fonts/BasicSans/BasicSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BasicSans/BasicSans-Regular.woff2') format('woff2'),
        url('./fonts/BasicSans/BasicSans-Regular.woff') format('woff'),
        url('./fonts/BasicSans/BasicSans-Regular.ttf') format('truetype'),
        url('./fonts/BasicSans/BasicSans-Regular.svg#BasicSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BasicSans';
    src: url('./fonts/BasicSans/BasicSans-Bold.eot');
    src: url('./fonts/BasicSans/BasicSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BasicSans/BasicSans-Bold.woff2') format('woff2'),
        url('./fonts/BasicSans/BasicSans-Bold.woff') format('woff'),
        url('./fonts/BasicSans/BasicSans-Bold.ttf') format('truetype'),
        url('./fonts/BasicSans/BasicSans-Bold.svg#BasicSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* Theme: Black&White */
body {
	--ai-primary: #282828;
	--ai-primary-light: #CCCCCC;
	--ai-primary-alt: #FFFFFF;
	--ai-bg: #FFFFFF;
	--ai-bg-light: #F6F6F6;
	--ai-bg-alt: #FFFFFF;
	--ai-secondary: #555;
	--ai-light: #CCCCCC;
	--ai-danger: #FF3300;
	--ai-warning: #FFA500;
	--ai-success: #006000;
}

body{
	font-family: 'BasicSans',sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: start;
	color: #000;
	color: var(--ai-primary, #000);
	background-color: #FFF;
	background-color: var(--ai-bg-alt, #FFF);
	/*background-image: url(./media/header-bg.jpg);*/
	background-repeat: no-repeat;
	background-size: 100% calc(1rem + 50px);
}

/*Bootstrap Package Typo3 begin*/
body.layout-default{
	background-size: 100% calc(1rem + 34px);
}
p, font {
    font-size: 16px;
    line-height: 26px;
    font-family: "basic-sans" !important;
}
.body-bg-top {
	padding: 0;
}

body .breadcrumb-section {
	display: none;
}
/*Bootstrap Package Typo3 end*/

body > .content,
body .main-section {
	margin-top: calc(1rem + 50px);
}

.section {
	overflow: unset;
}

.aimeos.catalog-home,
.aimeos .catalog-stage-image {
	margin-top: calc(-1rem - 50px);
}

.aimeos .catalog-stage-image {
	height: calc(1rem + 50px);
}

@media screen and (min-width: 992px) {
	body {
		background-size: 100% calc(7rem + 50px);
	}

/*Bootstrap Package Typo3 begin*/
	body.layout-default{
		background-size: 100% calc(7rem + 50px);
	}
/*Bootstrap Package Typo3 end*/

	body > .content,
	body .main-section {
		margin-top: calc(7rem + 50px);
	}

	.aimeos.catalog-home,
	.aimeos .catalog-stage-image {
		margin-top: calc(-7rem - 50px);
	}

	.aimeos .catalog-stage-image {
		height: calc(7rem + 50px);
	}
}

.aimeos.catalog-home .catalog-stage-image {
	margin-top: 0;
	height: auto;
}

.bi {
	display: inline-block;
	direction: ltr;
	font-family: bootstrap-icons;
	font-feature-settings: 'liga';
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: normal;
	line-height: 0;
	margin-top: -2px;
	text-rendering: optimizeLegibility;
	text-transform: none;
	vertical-align: middle;
	white-space: nowrap;
	word-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}

/* ai-cms-grapesjs */

.aimeos .contact-pot {
	display: none;
}


/* ai-client-html */

.aimeos {
	clear: both;
	text-align: start;
}

.aimeos .content-block {
	margin: 4rem 0;
}

.aimeos progress {
	vertical-align: middle;
	width: 100%;
}

.aimeos progress[value] {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	height: 0.25rem;
	background-color: #D0D0D0;
	background-color: var(--ai-light, #D0D0D0);
	color: #A00000;
	color: var(--ai-primary, #A00000);
}

.aimeos progress[value]::-webkit-progress-bar {
	background-color: #D0D0D0;
	background-color: var(--ai-light, #D0D0D0);
}

.aimeos progress::-moz-progress-bar {
	background-color: #A00000;
}

.aimeos progress::-webkit-progress-value {
	background-color: #A00000;
}
.aimeos .btn {
	width: 12rem;
	vertical-align: top;
	border-radius: 0;
	margin: .5rem 0;
	color: #282828;
	color: var(--ai-primary, #282828);
	border: solid 1px #555;
	border-color: var(--ai-secondary, #555);
	background-color: #FFF;
	background-color: var(--ai-bg, #FFF);
	letter-spacing: 1.5px;
}

.aimeos .btn-primary,
.aimeos .btn-primary:visited {
	background-color: #282828;
	background-color: var(--ai-primary, #282828);
	border: solid 1px #282828;
	border-color: var(--ai-primary, #282828);
	color: #fff;
	color: var(--ai-primary-alt, #fff);
	letter-spacing: 1.5px;
}

.aimeos .btn-primary:hover,
.aimeos .btn-primary:active,
.aimeos .btn-primary:focus,
.aimeos .btn-primary:not(:disabled):not(.disabled):active{
	color: #CCC;
	color: var(--ai-primary-light, #CCC);
	background-color: #282828;
	background-color: var(--ai-primary, #282828);
	border: solid 1px #282828;
	border-color: var(--ai-primary, #282828);
}

.aimeos .btn-primary:not(:disabled):not(.disabled).active:focus,
.aimeos .btn-primary:not(:disabled):not(.disabled):active:focus,
.aimeos .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.aimeos .btn-secondary,
.aimeos .btn-secondary:visited {
	background-color: #282828;
	background-color: var(--ai-primary, #282828);
	border: solid 1px #282828;
	border-color: var(--ai-primary, #282828);
	color: #fff;
	color: var(--ai-primary-alt, #fff);
	letter-spacing: 1.5px;
}

.aimeos .btn-secondary:hover,
.aimeos .btn-secondary:active,
.aimeos .btn-secondary:focus,
.aimeos .btn-secondary:not(:disabled):not(.disabled):active {
	color: #CCC;
	color: var(--ai-primary-light, #CCC);
	background-color: #282828;
	background-color: var(--ai-primary, #282828);
	border: solid 1px #282828;
	border-color: var(--ai-primary, #282828);
}

.aimeos .btn-secondary:not(:disabled):not(.disabled):active:focus,
.aimeos .btn-secondary:not(:disabled):not(.disabled).active:focus,
.aimeos .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: none;
}

.aimeos .btn:focus,
.aimeos .form-control:focus {
	outline-style: none;
	box-shadow: none;
}

.aimeos .form-control {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #555;
	border-bottom-color: var(--ai-secondary, #555);
	background-color: #FFF;
	background-color: var(--ai-bg-alt, #FFF);
	color: #555;
	color: var(--ai-secondary, #555);
	vertical-align: top;
	box-shadow: none;
	letter-spacing: 1.5px;
}

.aimeos input.form-control[type='checkbox'] {
	width: auto;
}

.aimeos .form-item label {
	letter-spacing: 1.5px;
	margin: 0.5rem 0;
}

.aimeos .form-item-value {
	border-bottom: 1px solid #555;
	border-bottom-color: var(--ai-secondary, #555);
	padding: 0.75rem 0.5rem;
	margin: 0.25rem 0;
}

.aimeos .input-group .btn {
	width: calc(100% - 4rem);
}

.aimeos .addbasket .input-group {
	text-align: center;
}

.aimeos .addbasket input {
	border: solid 1px #555;
	border-color: var(--ai-secondary, #555);
	text-align: center;
	width: 4rem;
	margin: 0;
}

.aimeos .addbasket button {
	margin: 0;
}

.aimeos .input-lg {
	height: auto;
}

.aimeos table > thead > tr > th,
.aimeos table > tbody > tr > td,
.aimeos table > tfoot > tr > td {
	color: #555;
	color: var(--ai-secondary, #555);
	border: none;
}

.aimeos thead {
	border-bottom: 1px solid #555;
	border-bottom-color: var(--ai-secondary, #555);
}

.aimeos tbody tr {
	border-bottom: 1px solid #D0D0D0;
	border-bottom-color: var(--ai-light, #D0D0D0);
}

.aimeos tbody tr:last-child {
	border-bottom: 1px solid #555;
	border-bottom-color: var(--ai-secondary, #555);
}

.aimeos table .form-control {
	border: none;
}

.aimeos,
.aimeos h1, .aimeos h2,
.aimeos h3, .aimeos h4 {
	font-weight: normal;
	font-size: 100%;
	color: #1f1f1f;
}

.aimeos h1, .aimeos h2 {
	text-transform: uppercase;
}

.aimeos h1 {
	font-size: 125%;
	letter-spacing: 1.5px;
}

.aimeos h2 {
	font-size: 110%;
	letter-spacing: 1.5px;
}

.aimeos a:link:not(.btn),
.aimeos a:visited:not(.btn) {
	color: #282828;
	color: var(--ai-primary, #282828);
	text-decoration: none;
}

.aimeos a:link:not(.btn):hover,
.aimeos a:visited:not(.btn):hover {
	color: #555;
	color: var(--ai-secondary, #555);
	text-decoration: none;
}

.aimeos .checkout-standard-summary-option-terms a:link:not(.btn),
.aimeos .checkout-standard-summary-option-terms a:visited:not(.btn) {
	color: #282828;
	color: var(--ai-primary, #282828);
	text-decoration: underline;
}

.aimeos .checkout-standard-summary-option-terms a:link:not(.btn):hover,
.aimeos .checkout-standard-summary-option-terms a:visited:not(.btn):hover {
	color: #555;
	color: var(--ai-secondary, #555);
	text-decoration: underline;
}


.aimeos input {
	border: solid 1px #D0D0D0;
	border-color: var(--ai-light, #D0D0D0);
	background-color: #FFF;
	background-color: var(--ai-bg, #FFF);
	color: #555;
	color: var(--ai-secondary, #555);
	padding: 0.5rem;
}

.aimeos input:focus {
	border-color: var(--ai-primary, #A00000);
	outline: none;
}

.aimeos input:disabled,
.aimeos select:disabled
.aimeos textarea:disabled {
	border-color: #e9ecef;
	background-color: #e9ecef;
}

.aimeos .minibutton {
	color: #D0D0D0;
	color: var(--ai-light, #D0D0D0);
	font-size: 125%;
	vertical-align: middle;
	min-width: 1rem;
	padding: 0;
	margin: 0;
}

.aimeos .minibutton::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.aimeos .minibutton.delete {
	border: none;
	background: none;
}

.aimeos .minibutton.delete:after {
	font: normal normal normal 14px/1 bootstrap-icons;
	font-size: 100%;
	content: "\f5de";
}

.aimeos .button-group {
	text-align: center;
	padding: 1rem 0;
}

.aimeos .button-group .btn {
	margin: 0.25rem;
}

.aimeos .error-list {
	color: #FF3300;
	color: var(--ai-danger, #FF3300);
	padding: 0.5rem;
	margin-bottom: 2rem;
	list-style: none;
}

.aimeos .error-item,
.aimeos .info-item {
	text-align: center;
	padding: 0.25rem;
}

.aimeos .info-list {
	color: #008000;
	color: var(--ai-info, #008000);
	padding: 0.5rem;
	margin-bottom: 2rem;
	list-style: none;
}

.aimeos .attr-list,
.aimeos .form-list {
	padding: 0;
	margin: 0;
}

.aimeos .attr-list .custom-checkbox,
.aimeos .form-list .custom-checkbox {
	margin: 7px 0;
}

.aimeos li.attr-item,
.aimeos li.form-item {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0.5rem;
}

.aimeos li.attr-item .name:after {
	content: ": ";
}

.aimeos .prototype {
	display: none;
}

.aimeos .lazy-image {
	background-image: url(media/progress.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.aimeos .pagination {
	text-align: center;
	display: block;
	clear: left;
	color: #555;
	color: var(--ai-secondary, #555);
	font-size: 90%;
	margin: 0;
}

.aimeos .sort {
	display: inline-block;
	margin: 0 5%;
}

.aimeos .sort ul {
	list-style: none outside none;
	display: inline;
	padding: 0;
	margin: 0;
}

.aimeos .sort ul li {
	display: inline;
}

.aimeos .sort a,
.aimeos .sort a:link,
.aimeos .sort a:visited {
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	padding: 0.5rem;
	color: #555;
	color: var(--ai-secondary, #555);
}

.aimeos .sort a:hover {
	text-decoration: underline;
}

.aimeos .sort a.active {
	text-decoration: none;
	font-weight: bold;
}

.aimeos .browser {
	display: inline-block;
	white-space: nowrap;
	margin: 0 5%;
}

.aimeos .browser span,
.aimeos .browser a {
	display: inline-block;
	padding: 0 0.5rem;
	color: #555;
	color: var(--ai-secondary, #555);
	text-align: center;
	text-decoration: none;
}

.aimeos .loading {
	background-image: url(media/progress.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.aimeos-spinner {
	background-image: url(media/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	z-index: 10000;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.aimeos-overlay,
.aimeos-overlay-offscreen {
	background-color: rgba(0, 0, 0, .4);
	position: fixed;
	display: none;
	z-index: 1500;
	height: 100%;
	width: 100%;
	bottom:0;
	right:0;
	left: 0;
	top:0;
}

.aimeos-overlay-offscreen {
	z-index: 1020;
}

.aimeos-overlay.show,
.aimeos-overlay-offscreen.show {
	display: block;
}

.aimeos-container {
	position: absolute;
	z-index: 1501;
	opacity: 1;
	border: solid 1px #D0D0D0;
	border-color: var(--ai-light, #D0D0D0);
	background-color: #FFF;
	background-color: var(--ai-bg, #FFF);
	max-width: 65rem;
	width: 98%;
	padding: 1%;
}

.aimeos-container .btn-close {
	display: block;
	cursor: pointer;
	text-align: end;
	margin-left: auto;
}

.aimeos-container .btn-close:after {
	font: normal normal normal 14px/1 bootstrap-icons;
	content: "\f659";
}

.aimeos .price-list {
	font-weight: normal;
	color: #1f1f1f;;
	padding: 0;
	margin: 0;
}

.aimeos .price-item {
	display: none;
}

.aimeos .price-item:first-of-type {
	display: block;
	font-weight: bold;
}

.aimeos .price-item:first-of-type .quantity,
.aimeos .price-item:first-of-type .rebate,
.aimeos .price-item:first-of-type .costs,
.aimeos .price-item:first-of-type .taxrate {
	display: none;
}

.aimeos .price-item .rebatepercent {
	position: absolute;
	display: inline-block;
	background-color: #A00000;
	padding: .1rem 0.25rem;
	color: #FFF;
	z-index: 2;
	right: 0;
	top: 0;
}

[dir="rtl"] .aimeos .price-item .rebatepercent {
	right: unset;
	left: 0;
}

/* slider */

.aimeos input[type=range] {
	-webkit-appearance: none;
	margin: 1.5rem 0 .5rem;
	width: 100%;
	border: none;
}

.aimeos input[type=range]:focus {
	outline: none;
}

.aimeos input[type=range]::-webkit-slider-runnable-track {
	background-color: #D0D0D0;
	background-color: var(--ai-light, #D0D0D0);
	border-radius: 0.1rem;
	border: none;
	cursor: ew-resize;
	margin: 1rem 0;
	height: 0.2rem;
	width: 100%;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background-color: #555;
	background-color: var(--ai-secondary, #555);
}

.aimeos input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background-color: #555;
	background-color: var(--ai-secondary, #555);
	border-radius: 50%;
	cursor: ew-resize;
	height: 1.5rem;
	width: 1.5rem;
	margin-top: -0.7rem;
}

.aimeos input[type=range]::-moz-range-track {
	background-color: #D0D0D0;
	background-color: var(--ai-light, #D0D0D0);
	cursor: pointer;
	height: 0.2rem;
	width: 100%;
	border: none;
}

input[type="range"]::-moz-range-progress {
	background-color: #555;
	background-color: var(--ai-secondary, #555);
}

.aimeos input[type=range]::-moz-range-thumb {
	background-color: #555;
	background-color: var(--ai-secondary, #555);
	border-radius: 50%;
	cursor: pointer;
	height: 1.5rem;
	width: 1.5rem;
}

.aimeos input[type=range]::-ms-track {
	cursor: pointer;
	color: transparent;
	background: transparent;
	border-color: transparent;
	border-width: 0;
	height: 0.2rem;
	width: 100%;
}

.aimeos input[type=range]::-ms-fill-lower {
	background-color: #555;
	background-color: var(--ai-secondary, #555);
	border-radius: 50%;
	border: none;
}

.aimeos input[type=range]::-ms-fill-upper {
	background-color: #D0D0D0;
	background-color: var(--ai-light, #D0D0D0);
	border-radius: 50%;
	border: none;
}

.aimeos input[type=range]::-ms-thumb {
	background-color: #555;
	background-color: var(--ai-secondary, #555);
	border-radius: 50%;
	border: none;
	cursor: pointer;
	height: 1.5rem;
	width: 1.5rem;
}

.aimeos input[type=range]:focus::-ms-fill-lower {
	background-color: #555;
	background-color: var(--ai-secondary, #555);
}

.aimeos input[type=range]:focus::-ms-fill-upper {
	background-color: #D0D0D0;
	background-color: var(--ai-light, #D0D0D0);
}


/* Locale selector */
.locale-select {
	display: inline-block;
}

.locale-select .header {
	display: none;
}

.locale-select ul.select-menu {
	text-transform: uppercase;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.locale-select li.select-dropdown {
	border: 1px solid transparent;
	display: inline-block;
	padding: 0;
}

.locale-select li.select-dropdown > a:before {
	content: "» ";
}

.locale-select ul.select-menu a {
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding: 0.5rem 1rem;
}

.locale-select ul.select-menu .select-current > a,
.locale-select ul.select-menu .select-current > a:link,
.locale-select ul.select-menu .select-current > a:visited {
	color: #FFFFFF;
	color: var(--ai-primary-alt, #FFFFFF);
}

.locale-select ul.select-menu .select-current > a:hover
.locale-select ul.select-menu .select-current > a:link:hover,
.locale-select ul.select-menu .select-current > a:visited:hover {
	color: #CCCCCC;
	color: var(--ai-light, #CCCCCC);
}

.locale-select ul.select-menu a:hover {
	text-decoration: underline;
}

.locale-select ul.select-menu li.select-dropdown:hover > ul,
.locale-select ul.select-menu ul.active {
	border: solid 1px #D0D0D0;
	border-color: var(--ai-light, #D0D0D0);
	visibility: visible;
	opacity: 1;
}

.locale-select ul.select-menu ul {
	list-style: none outside none;
	background-color: #FFF;
	background-color: var(--ai-bg, #FFF);
	position: absolute;
	visibility: hidden;
	z-index: 99999;
	opacity: 0;
	padding: 0rem;
	padding-inline-start: 0.65rem;
}

.locale-select-language,
.locale-select-currency {
	display: inline-block;
	min-width: 3rem;
}


/* Catalog filter */
.catalog-filter {
	text-align: center;
	margin-top: 0;
	position: relative;
}

.catalog-filter h1 {
	display: none;
}

.catalog-filter-tree fieldset > ul {
	padding-inline-start: 0;
	margin: 0.5rem 1rem;
}

.catalog-filter-tree li a.cat-item:link,
.catalog-filter-tree li a.cat-item:visited {
	color: #555;
	color: var(--ai-secondary, #555);
}

.catalog-filter-tree a.cat-item {
	color: #A00000;
	color: var(--ai-primary, #A00000);
}

.catalog-filter-tree li.active > a.cat-item {
	color: #A00000;
	color: var(--ai-primary, #A00000);
	border-bottom: solid 1px #A00000;
	border-bottom-color: var(--ai-primary, #A00000);
}

.catalog-filter-tree .media-list {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0.5rem;
}

.catalog-filter-tree .media-item img {
	height: 1.25rem;
	width: 1.25rem;
}

.catalog-filter-tree .disabled > .cat-item,
.catalog-filter-tree .disabled > .cat-item:link,
.catalog-filter-tree .disabled > .cat-item:visited,
.catalog-filter-supplier .disabled .attr-name,
.catalog-filter-attribute .disabled .attr-name {
	color: #A0A0A0;
}

.catalog-filter-tree .cat-count:before,
.catalog-filter-supplier .attr-count:before,
.catalog-filter-attribute .attr-count:before {
	content: " (";
}

.catalog-filter-tree .cat-count:after,
.catalog-filter-supplier .attr-count:after,
.catalog-filter-attribute .attr-count:after {
	content: ") ";
}

/* Catalog filter search section */
.catalog-filter-search {
	right: 0;
	z-index: 1000;
	position: absolute;
	align-self: center;
}

.catalog-filter-search > h2 {
	display: none;
}

.catalog-filter .search-hint {
	position: absolute;
	border: solid 1px #FF3300;
	border-color: var(--ai-danger, #FF3300);
	padding: 0.5rem;
	color: #FF0000;
	color: var(--ai-danger, #FF3300);
	z-index: 1000;
}

.catalog-filter-search .form-group {
	display: block;
}

.catalog-filter-search .value {
	background-color: #FFF;
	background-color: var(--ai-bg-alt, #FFF);
	min-width: 5rem;
	border: none;
	width: 70%;
	margin: 0;
}

.catalog-filter-search .reset {
	background-color: #FFF;
	background-color: var(--ai-bg, #FFF);
	width: 15% !important;
	border: none;
	margin: 0;
}

.catalog-filter-search .reset .symbol {
	border: 1px solid transparent;
	vertical-align: bottom;
	font-weight: bold;
	color: #FFFFFF;
}

.catalog-filter-search .value[value=''] + .reset .symbol {
	visibility: hidden;
}

.catalog-filter-search .reset .symbol:before {
	content: "⨯";
}

.catalog-filter-search .btn-primary {
	background: none;
	border: none;
	color: #FFFFFF;
	color: var(--ai-primary-alt, #FFFFFF);
	padding: 0.5rem;
}

.catalog-filter-search .btn-primary:hover {
	background: none;
	border: none;
}

.catalog-filter-search .btn-search:after {
	font: normal normal normal 14px/1 bootstrap-icons;
	content: "\f52a";
	text-decoration: none;
	font-size: 130%;
	color: #FFFFFF;
	color: var(--ai-primary-alt, #FFFFFF);
	display: block;
	position: relative;
	text-align: center;
}

/*Booststrap Package Typo3*/

.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-search{
	right: 0;
	z-index: 1000;
	position: relative;
	align-self: center;
	top: 0;
	background-color: #282828;
	background-color: var(--ai-primary, #282828);
	margin-bottom: 1rem;
}

.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-search .btn-primary {
	padding: .5rem 1rem;
}
.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-search .btn-search:after {
	font-size: 120%;
}

@media (min-width:992px) {

	.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-search{
		right: 0;
		z-index: 1000;
		position: absolute;
		background-color: transparent;
		margin-bottom: 0;
	}

}

.catalog-filter-search .ui-helper-hidden-accessible {
	display: none;
}

/* Catalog filter, tree section */
.catalog-filter-tree ul {
	text-align: start;
	list-style: none;
	padding-inline-start: 10%;
}

html.no-js .catalog-filter-tree:hover > ul {
	display: block;
}

.catalog-filter-tree li {
	padding: 0;
}

.catalog-filter-tree > ul > li {
	padding: 0.5rem 0;
}

.catalog-filter-tree a.cat-item {
	border-bottom: solid 1px #D0D0D0;
	border-bottom-color: var(--ai-light, #D0D0D0);
	white-space: nowrap;
	padding: 0.5rem 0;
	display: block;
	color: #555;
	color: var(--ai-secondary, #555);
	letter-spacing: 1.5px;
}

.catalog-filter-tree a.cat-item:hover {
	text-decoration: underline;
	color: #555;
	color: var(--ai-secondary, #555);
}

.catalog-filter-tree .category-selected {
	display: block;
	margin: auto;
}

.catalog-filter-tree .category-selected .selected-intro:after {
	content: ":";
}

.catalog-filter-tree .category-selected .selected-category {
	border: solid 1px #D0D0D0;
	border-color: var(--ai-light, #D0D0D0);
	display: inline-block;
	margin: 0.5rem;
	padding: 0 0.25rem;
}

.catalog-filter-tree .category-selected .selected-category:after {
	content: " ×";
}

/* Catalog filter, attribute and supplier section */

.catalog-filter-attribute .attribute-lists,
.catalog-filter-supplier .supplier-lists,
.catalog-filter-tree .category-lists,
.catalog-filter-price .price-lists {
	text-align: start;
	display: block;
}

html.no-js .catalog-filter-attribute:hover .attribute-lists,
html.no-js .catalog-filter-supplier:hover .supplier-lists,
html.no-js .catalog-filter-tree:hover .category-lists,
html.no-js .catalog-filter-price:hover .price-lists {
	display: block;
}

.catalog-filter-attribute legend {
	border: none;
	cursor: pointer;
	font-size: 100%;
	padding: 0;
	width: auto;
	margin-bottom: .75rem;
	position: relative;
	letter-spacing: 1.5px;
}

.catalog-filter-attribute legend:before {
	content: "▼ ";
	font-size: 80%;
	display: inline-block;
	vertical-align: middle;
	margin-inline-end: .2rem;
}

.catalog-filter-attribute fieldset,
.catalog-filter-supplier fieldset {
	background-color: #FFF;
	background-color: var(--ai-bg, #FFF);
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	text-align: start;
	width: 100%;
	color: #555;
	color: var(--ai-secondary, #555);
	line-height: 1;
}

.catalog-filter-attribute .fieldsets {
	padding: 0.25rem 0;
}

.catalog-filter-attribute fieldset {
	margin: 0;
}

.catalog-filter-attribute fieldset {
	border-left: 1px solid #D0D0D0;
	border-left-color: var(--ai-light, #D0D0D0);
}

.catalog-filter-supplier .attribute-lists .attr-list {
	overflow: auto;
	height: 15rem;
}

.catalog-filter-attribute .attribute-lists .attr-item,
.catalog-filter-supplier .supplier-lists .attr-item {
	display: block;
	padding: 0.25rem 0;
	margin: 0;
}

.catalog-filter-supplier .supplier-lists .attr-item {
	display: block;
}

.catalog-filter-supplier .supplier-lists .attr-item label {
	display: inline-block;
}

.catalog-filter-attribute input.attr-item,
.catalog-filter-supplier input.attr-item {
	border: 1px solid #D0D0D0;
	border-color: var(--ai-light, #D0D0D0);
}

.catalog-filter-attribute input.attr-item[type=checkbox],
.catalog-filter-supplier input.attr-item[type=checkbox] {
	display: none;
}

.catalog-filter-attribute input.attr-item[type=checkbox]:checked + label:before,
.catalog-filter-supplier input.attr-item[type=checkbox]:checked + label:before {
	content: "\2713";
}

.catalog-filter-attribute .attribute-selected {
	clear: both;
}

.catalog-filter-attribute .attribute-selected .selected-intro:after {
	content: ":";
}

.catalog-filter-attribute .attribute-selected .attr-list,
.catalog-filter-attribute .attribute-selected .attr-item {
	display: inline-block;
	min-width: auto;
}

.catalog-filter-attribute .attribute-selected .selected-all,
.catalog-filter-attribute .attribute-selected .attr-name {
	border: solid 1px #D0D0D0;
	display: inline-block;
	margin: 0.5rem;
	padding: 0 0.25rem;
}

.catalog-filter-attribute .attribute-selected .selected-all:after,
.catalog-filter-attribute .attribute-selected .attr-name:after {
	content: " ×";
}

.catalog-filter-attribute .attribute-selected,
.catalog-filter-supplier .supplier-selected {
	display: block;
	/*margin: auto;*/
}

.catalog-filter-attribute label:before,
.catalog-filter-supplier label:before {
	border: solid 1px #555;
	border-color: var(--ai-secondary, #555);
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	content: "";
	width: 1rem;
	height: 1rem;
	margin-inline-end: 0.25rem;
	vertical-align: middle;
}

.catalog-filter-attribute .media-list,
.catalog-filter-supplier .media-list {
	display: inline-block;
}

.catalog-filter-attribute .media-item img,
.catalog-filter-supplier .media-item img {
	border-radius: 50%;
	height: 1rem;
	width: 1rem;
}

.catalog-filter-attribute .attr-name,
.catalog-filter-attribute .attr-count,
.catalog-filter-supplier .attr-name,
.catalog-filter-supplier .attr-count {
	font-weight: normal;
	cursor: pointer;
}

.catalog-filter-attribute .attr-name,
.catalog-filter-supplier .attr-name,
.catalog-filter-attribute .attr-name span,
.catalog-filter-supplier .attr-name span {
	vertical-align: middle;
	letter-spacing: 1.5px;
}


.catalog-filter-attribute .attr-name,
.catalog-filter-supplier label{
	margin-bottom: .5rem;
}

.catalog-filter-attribute .attr-count,
.catalog-filter-supplier .attr-count {
	margin-bottom: .5rem;
	display: inline-block;
	vertical-align: middle;
}

.catalog-filter-price .btn {
	display: block;
	margin: .5rem auto;
	width: 100%;
	max-width: 12rem;
}

.catalog-filter-price fieldset {
	text-align: center;
}

.catalog-filter-price .price-input {
	margin: 0;
}

.catalog-filter-price .price-low {
	margin-bottom: -0.5rem;
	text-align: center;
	float: left;
}

[dir="rtl"] .catalog-filter-price .price-low {
	float: right;
}

.catalog-filter-price .price-high {
	margin-bottom: -0.5rem;
	text-align: center;
	float: right;
}

[dir="rtl"] .catalog-filter-price .price-high {
	float: left;
}

.catalog-filter-attribute > h2,
.catalog-filter-tree > h2,
.catalog-filter-price > h2,
.catalog-filter-supplier > h2 {
	text-align: center;
	font-size: 100%;
	cursor: pointer;
	width: 100%;
	display: block;
	padding: 0.5rem;
	margin: 0;
}


/* Product list, stage section */
.catalog-stage {
	color: #282828;
	color: var(--ai-primary, #282828);
}

.catalog-stage-image {
	position: relative;
	display: block;
	margin: 0;
	overflow: hidden;
}

.home-item .catalog-stage-image {
	height: auto;
}

.catalog-stage-image img {
	width: 100%;
}

.catalog-stage-breadcrumb {
	color: #555;
	color: var(--ai-secondary, #555);
	font-size: 90%;
	padding: 0.5rem;
}

.catalog-stage-breadcrumb .breadcrumb {
	background-color: inherit;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.catalog-stage-breadcrumb ol {
	display: inline;
	list-style: none;
	padding-inline-start: 1rem;
	margin: 0;
}

.catalog-stage-breadcrumb li {
	display: inline;
	white-space: nowrap;
}

.catalog-stage-breadcrumb .title,
.catalog-stage-breadcrumb a {
	text-decoration: none;
	display: inline-block;
	padding: 0.5rem;
}

.catalog-stage-breadcrumb li:after {
	content: ' / ';
}

.catalog-stage-breadcrumb li:last-child:after {
	content: '';
}

.catalog-stage-navigator {
	text-align: end;
	display: block;
	font-size: 90%;
	margin: 0.5rem;
	padding: 0;
}

.catalog-stage-navigator a,
.catalog-stage-navigator a:focus,
.catalog-stage-navigator a:hover {
	text-decoration: none;
	display: inline-block;
	padding: 0 0.5rem;
	margin: 0.5rem 0;
}

.catalog-stage-navigator a {
	border-inline-end: solid 1px #282828;
}

.catalog-stage-navigator a:last-of-type {
	border: none;
}

.catalog-stage-navigator a.prev:before,
.catalog-stage-navigator a.next:after {
	font: normal normal normal 16px/1 bootstrap-icons;
	vertical-align: text-bottom;
	white-space: pre;
}

.catalog-stage-navigator a.prev:before {
	content: '\f129   ';
}

.catalog-stage-navigator a.next:after {
	content: '   \f133';
}

[dir="rtl"] .catalog-stage-navigator a.prev:before {
	content: '\f133   ';
}

[dir="rtl"] .catalog-stage-navigator a.next:after {
	content: '   \f129';
}


/* Catalog home */

/* Prevent flashing of slider images */
.catalog-home .home-item {
	display: none;
	height: 600px;
}
.catalog-home .home-item:first-of-type {
	display: block;
}

.catalog-home .stage-item {
	background-color: #FFF;
	background-color: var(--ai-bg-alt, #FFF);
	position: relative;
	display: block;
	margin: 0;
}

.catalog-home .stage-image {
	object-fit: cover;
	height: 600px;
	padding: 0;
}

.catalog-home .stage-text {
	position: absolute;
	font-size: 200%;
	margin: 0 5%;
	color: #FFFFFF;
	text-align: start;
	top: 33%;
}

.catalog-home .stage-text .btn {
	background-color: transparent;
	border-color: #FFFFFF;
	border-width: 2px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 1rem;
	font-size: 50%;
	width: 12rem;
}

@media (min-width:576px) {
	.catalog-home .stage-text {
		max-width: 66%;
	}
}

@media (min-width:768px) {
	.catalog-home .stage-text {
		max-width: 50%;
		font-size: 225%;
	}
}

@media (min-width:992px) {
	.catalog-home .stage-text {
		max-width: 40%;
	}
}

@media (min-width:1200px) {
	.catalog-home .stage-text {
		max-width: 35%;
		font-size: 250%;
	}
}


/* Suggested products */
.ui-autocomplete {
	overflow-y: auto;
	max-height: 25rem;
	padding: 0;
}

.aimeos.catalog-suggest {
	border-bottom: solid 1px #D0D0D0;
	border-bottom-color: var(--ai-light, #D0D0D0);
}

.aimeos.catalog-suggest:last-child {
	border: none;
}

.aimeos .suggest-item {
	text-decoration: none;
	padding: 0.5% 2.5%;
	display: table;
	width: 100%;
}

.aimeos .suggest-item .item-name {
	display: inline-block;
	width: calc(80% - 0.5rem);
}

.aimeos .suggest-item .item-price {
	display: inline-block;
}

.aimeos .suggest-item .item-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	float: left;
	width: 20%;
	height: 2.5rem;
	margin-inline-end: 0.5rem;
}

[dir="rtl"] .aimeos .suggest-item .item-image {
	float: right;
}


/* Product list */
.catalog-list a:focus {
	outline: none;
}

.aimeos .list-items {
	font-size: 90%;
	padding: 0;
}

.catalog-list .product {
	display: inline-block;
	vertical-align: top;
	margin: 2rem 1%;
}

.catalog-list .product.slick-slide {
	margin: 2rem 0;
}

.catalog-list .product-item {
	vertical-align: top;
	white-space: normal;
	position: relative;
	overflow: hidden;
	text-align: right;
	font-size: 100%;
	width: 240px;
	margin: auto;
}

.catalog-list .product-item a {
	text-decoration: none;
}

.aimeos .product-item .badges {
	position: absolute;
	text-align: start;
	color: #fff;
	z-index: 2;
}

.aimeos .product-item .badge-item {
	letter-spacing: 1.5px;
	padding: .1rem .5rem;
	font-size: 100%;
	display: none;
}

.aimeos .product-item.new .badge-item.new {
	background-color: #282828;
	display: block;
}

.aimeos .product-item.sale .badge-item.sale {
	background-color: #A00000;
	display: inline-block;
	padding: .1rem .5rem;
	font-weight: bold;
}

/* media list */
.catalog-list .media-list {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	overflow: hidden;
	display: block;
	height: 320px;
	width: 240px;
	max-width: 100%;
}

.catalog-list .media-list .media-item {
	position: relative;
	height: 320px;
	width: 240px;
	max-width: 100%;
}

.catalog-list .media-list .media-item img {
    margin: 0px auto;
    position: relative;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    top: inherit;
    left: 0;
    right: 0;
    transform: none;
}

.aimeos .product .supplier {
	margin: 0.5rem 0;
}

/* ratings */
.aimeos .product .rating {
	margin: 1.25rem 0;
	height: 0.8px;
}

.aimeos .product .stars {
	color: #555;
	color: var(--ai-secondary, #555);
	position: relative;
	top: -0.7rem;
}

.catalog-detail-basic .rating {
	text-align: start;
}

.catalog-detail-basic .rating-value,
.catalog-detail-basic .ratings {
	display: none;
}

.catalog-detail-additional .rating-numbers {
	margin-bottom: 1rem;
}

.catalog-detail-additional .rating-num {
	font-size: 125%;
	float: left;
}

[dir="rtl"] .catalog-detail-additional .rating-num {
	float: right;
}

.catalog-detail-additional .rating-total {
	font-size: 125%;
	float: right;
}

[dir="rtl"] .catalog-detail-additional .rating-total {
	float: left;
}

.catalog-detail-additional .rating-stars {
	display: none;
}

.catalog-detail-additional .rating-dist {
	vertical-align: middle;
	clear: both;
}

.catalog-detail-additional .rating-label label {
	margin: 0;
}

.catalog-detail-additional .rating-percent {
	padding-inline-start: 0.5rem;
	width: 100%;
}

.catalog-detail-additional .reviews tr,
.catalog-detail-additional .reviews tr:last-child {
	border-bottom: none;
}

.catalog-detail-additional .review-list .sort {
	text-align: end;
	display: block;
	margin: 0 2.5%;
}

.catalog-detail-additional .review-name {
	font-weight: bold;
	padding: 0.5rem 0;
}

.catalog-detail-additional .review-ctime {
	font-size: 80%;
}

.catalog-detail-additional .review-rating {
	font-weight: bold;
	padding: 0.5rem 0;
}

.catalog-detail-additional .review-comment {
	padding: 1rem 0;
}

.catalog-detail-additional .review-response {
	background: #f8f8f8;
	padding: 1rem;
}

.catalog-detail-additional .review-vendor {
	font-size: 80%;
	margin: -0.5rem;
	margin-bottom: 0.5rem;
}

.catalog-detail-additional .review-item {
	border-bottom: 1px solid #555;
	border-color: var(--ai-secondary, #555);
	margin: 1rem;
	max-height: 15rem;
	overflow: hidden;
	position: relative;
}

.catalog-detail-additional .review-show {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 2rem;
	text-align: center;
	background: linear-gradient(0deg, white 0% 50%, transparent);
}

.catalog-detail-additional .review-list .more {
	display: none;
	margin: auto;
}

.catalog-detail-additional .review-list .more.show {
	display: block;
}


/* text list */
.aimeos .product .text-list {
	display: block;
	color: #555;
	color: var(--ai-secondary, #555);
	letter-spacing: 1.5px;
	line-height: 1.1;
	overflow: hidden;
}

.catalog-detail .product .text-list,
.basket-related .product .text-list {
	margin: 0.5rem 0;
}

.aimeos .product .text-list h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 100%;
	overflow: hidden;
	text-align: right;
	height: 2.25rem;
	margin: 0;
	margin-bottom: .5rem;
	letter-spacing: 1.5px;
}

.aimeos .product .text-list .text-item {
	overflow: hidden;
	height: 2rem;
}

/* product suggest, product bought */

.aimeos .catalog-detail-suggest .supplier,
.aimeos .catalog-detail-bought .supplier{
	   display: none;
}

.aimeos .catalog-detail-suggest .product .rating,
.aimeos .catalog-detail-bought .product .rating{
	   margin: .25rem 0;
}

.aimeos .catalog-detail-suggest .text-list h2,
.aimeos .catalog-detail-bought .text-list h2{
	   height: 2.5rem;
	   text-align: start;
}

.aimeos .catalog-detail-suggest .text-list,
.aimeos .catalog-detail-bought .text-list{
	   text-align: start;
	   padding: 0;
}

.aimeos .catalog-detail-suggest .product .text-item,
.aimeos .catalog-detail-bought .product .text-item{
	   height: 5rem;
	   text-align: start;
	   display: none;
}

.aimeos .catalog-detail-suggest .offer,
.aimeos .catalog-detail-bought .offer{
	   text-align: start;
}


.catalog-list .list-column:last-of-type {
	padding: 0 1rem;
}

/* product offer part */
.catalog-list .offer {
	display: flex;
	flex-wrap: wrap;
	direction: ltr;
}

/* price list */
.catalog-list .price-item:not(:first-of-type) {
	display: none;
}

.aimeos .product .price-list {
	display: inline-block;
	box-sizing: content-box;
	margin-inline-start: auto;
}

.catalog-detail .product .price-list .rebate {
	display: none;
}

/* Stock level */
.aimeos .product .stock-list {
	display: inline-block;
}

.aimeos .product .stockitem {
	display: none;
}

.aimeos .product .stock-actual .stockitem {
	display: inline-block;
}

.aimeos .product .stocklevel {
	display: inline-block;
	border-radius: 0.5rem;
	margin-top: 0.5rem;
	height: 1rem;
	width: 1rem;
}

.aimeos .product .stocktext {
	display: none;
}

.aimeos .product .stock-unlimited .stocklevel,
.aimeos .product .stock-high .stocklevel {
	background-color: #006000;
	background-color: var(--ai-success, #006000);
}

.aimeos .product .stock-low .stocklevel {
	background-color: #E08000;
	background-color: var(--ai-warning, #E08000);
}

.aimeos .product .stock-out .stocklevel {
	background-color: #A00000;
}

/* Product forms */
.catalog-list .product .form-control {
	font-size: 90%;
}


/* List head section */
.catalog-list-head,
.catalog-list-footer {
	padding: 1rem .5rem;
}

.catalog-list-head h1 {
	font-weight: bold;
	padding: 1rem .25rem;
	letter-spacing: 1.5px;
	margin: 0;
	text-align: center;
}

.catalog-list-head .long,
.catalog-list-footer .long {
	padding: 0.5rem 0;
	color: #555;
	color: var(--ai-secondary, #555);
	letter-spacing: 1.5px;
}

.catalog-list .list-search {
	font-weight: bold;
}

.catalog-list .searchstring {
	font-size: 133%;
	color: #555;
	color: var(--ai-secondary, #555);
}

/* Product list, promotion section */
.catalog-list-promo {
	text-align: center;
	margin: 2rem 0;
}

.catalog-list-promo .header {
	text-align: start;
	border: 0 none;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0.5rem;
	color: #555;
	color: var(--ai-secondary, #555);
}

.catalog-list-promo .list-items {
	white-space: nowrap;
	overflow: auto;
	font-size: 90%;
	padding: 0;
}

.catalog-list-promo .product {
	border: none 0;
}

/* Product list, items section */
.catalog-list-items {
	text-align: center;
}

.catalog-list-items .selection,
.catalog-list-items .attribute {
	clear: both;
}

.catalog-list-items .list .product-item {
	border-left: solid 1px #555;
	border-left-color: var(--ai-secondary, #555);
}

.catalog-list-items .list .list-column {
	width: 240px;
}

.catalog-list-items .list .media-list {
	display: block;
}

@media screen and (min-width: 576px) {
	.catalog-list-items .list .product-item {
		display: flex;
		width: 481px;
	}
}


/* Product list type switcher */
.catalog-list-type {
	text-align: end;
}

.catalog-list-type .type-item {
	display: inline-block;
	padding: 0.5rem;
}

.catalog-list-type a.type-item:link,
.catalog-list-type a.type-item:visited {
	color: #555;
	color: var(--ai-secondary, #555);
}

.catalog-list-type .type-grid:after {
	font: normal normal normal 20px/1 bootstrap-icons;
	content: "\f3fc";
}

.catalog-list-type .type-list:after {
	font: normal normal normal 20px/1 bootstrap-icons;
	content: "\f606";
}


/* Product details */

/* Product detail, basic section */
.catalog-detail-basic h1.name {
	text-transform: uppercase;
	font-size: 125%;
	color: #555;
	color: var(--ai-secondary, #555);
	margin: 0;
	padding: 0;
	padding-bottom: 0.5rem;
}

.catalog-detail-basic .supplier,
.catalog-detail-basic .site,
.catalog-detail-basic .code {
	font-size: 80%;
}

.catalog-detail-basic .short {
	display: none;
}

@media (max-width: 480px) {
	.catalog-detail-basic {
		clear: both;
	}
}

/* Product detail, social section / action buttons */
.catalog-detail .catalog-social {
	margin: .5rem 0;
	float: right;

}

.catalog-detail .catalog-social .social-button,
.catalog-detail .catalog-actions .actions-button {
	font: normal normal normal 14px/1 bootstrap-icons;
	font-size: 150%;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	background: none;
	border: none;
	width: 48px;
	height: 48px;
}

.catalog-detail .catalog-actions form {
	display: inline-block;
}

.catalog-detail .catalog-social .social-button-facebook:before,
.catalog-detail .catalog-social .social-button-twitter:before{
	display: inline-block;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.catalog-detail .catalog-social .social-button-facebook:before {
	content: "\f344";
}

.catalog-detail .catalog-social .social-button-whatsapp:before {
	content: "\f618";
}

.catalog-detail .catalog-social .social-button-twitter:before {
	content: "\f5ef";
}

.catalog-detail .catalog-social .social-button.social-button-pinterest {
	background-image: url("./fonts/pinterest.svg");
	background-repeat: no-repeat;
	display: inline-block;
	background-position: center;
	background-size: 24px 24px;
}

/* action buttons */
.catalog-detail .catalog-actions {
	float: left;
	margin: .5rem 0;
}

.catalog-detail .catalog-actions .actions-button-favorite:before {
	content: "\f417";
}

.catalog-detail .catalog-actions .actions-button-pin:before {
	content: "\f4eb";
}

.catalog-detail .catalog-actions .actions-button-watch:before {
	content: "\f341";
}

@media (min-width:576px) {

	.catalog-detail .catalog-actions .actions-button,
	.catalog-detail .catalog-social .social-button {
		width: 48px;
		height: 48px;
	}

	.catalog-detail .catalog-social,
	.catalog-detail .catalog-actions{
		margin: .5rem 0;
	}

}

@media (max-width:768px) {

	.catalog-detail .catalog-actions .actions-button,
	.catalog-detail .catalog-social .social-button {
		width: 36px;
		height: 36px;
	}

}

[dir="rtl"] .catalog-detail .catalog-social{
	float: right;
}

[dir="rtl"] .catalog-detail .catalog-actions{
	float: left;
}

[dir="rtl"] .catalog-detail .catalog-social .social-button,
[dir="rtl"] .catalog-detail .catalog-actions .actions-button{
	text-align: end
}


/* Product detail, basket section */
.catalog-detail-basket {
	margin: 1rem 0;
}

.catalog-detail-basket .price-list {
	display: none;
	color: #555;
	color: var(--ai-secondary, #555);
}

.catalog-list-items .price,
.catalog-detail-basket .price {
	display: none;
}

.catalog-list-items .price-actual,
.catalog-detail-basket .price-actual {
	display: inline-block;
}

.catalog-list-items .price-item:first-of-type,
.catalog-detail-basket .price-item:first-of-type {
	display: block;
	font-size: 100%;
	font-weight: bold;
}

.price-item.default .value {
	font-size: 140%;
	font-weight: 700;
}

.catalog-detail-basket .price-item:first-of-type {
	display: block;
	cursor: pointer;
}

.catalog-detail-basket .price-item:first-of-type:after {
	font: normal normal normal 14px/1 bootstrap-icons;
	content: "\f282";
}

.catalog-detail-basket .price-item.toggle-js:first-of-type:after {
	font: normal normal normal 14px/1 bootstrap-icons;
	content: "\f286";
}

.catalog-detail-basket .price-item:last-of-type:after {
	content: "";
}

.catalog-detail-basket .price-item .quantity,
.catalog-detail-basket .price-item .value,
.catalog-detail-basket .price-item .costs,
.catalog-detail-basket .price-item .rebate,
.catalog-detail-basket .price-item .taxrate {
	vertical-align: baseline;
	display: inline-block;
	margin: 0.25rem 0;
	min-width: 4rem;
}

.catalog-detail-basket .price-item .rebatepercent {
	min-width: auto;
	position: relative;
	vertical-align: middle;
	margin-bottom: .3rem;
	line-height: 1;
}

.catalog-detail-basket .price-item:first-of-type .taxrate {
	display: inline-block;
	padding: 0 1rem;
}

.catalog-detail-basket .price-item:first-of-type .quantity,
.catalog-detail-basket .price-item .rebate,
.catalog-detail-basket .price-item .taxrate {
	display: none;
}

.catalog-detail-basket .price-item .taxrate {
	font-size: 80%;
}

/* add to basket */
.catalog-detail-basket .addbasket {
	margin-top: 1rem;
}

.catalog-detail-basket .addbasket .input-group {
	margin: auto;
}

/* services */
.catalog-detail-basket .service-intro {
	cursor: pointer;
	color: #555;
	color: var(--ai-secondary, #555);
}

.catalog-detail-service .service-list {
	list-style: none;
	color: #3c3c3b;
	padding: 0;
	max-width: 20rem;
	max-height: 12rem;
	overflow-y: auto;
	display: none;
}

.catalog-detail-service .service-name {
	display: inline-block;
	min-width: 8rem;
}

.catalog-detail-service .service-item .price-item {
	display: inline-block;
	text-align: end;
	min-width: 4rem;
}

.catalog-detail-service .service-item .price-item .costs {
	display: block;
}

.catalog-detail-service .service-item .price-item .value,
.catalog-detail-service .service-item .price-item .taxrate {
	display: none;
}

.catalog-detail-service .service-item .service-short {
	display: none;
}

/* product attributes */

.catalog-list-items .list-items:not(.list) .items-selection,
.catalog-list-items .list-items:not(.list) .items-attribute {
	display: none;
}

.catalog-detail-basket .selection,
.catalog-detail-basket .attribute {
	margin: 1.5rem 0;
}

.catalog-list-items .selection,
.catalog-list-items .attribute,
.catalog-detail-basket .selection,
.catalog-detail-basket .attribute {
	color: #555;
	color: var(--ai-secondary, #555);
	width: 100%;
	padding: 0;
}

.catalog-list-items .selection,
.catalog-list-items .attribute,
.catalog-detail-basket .selection,
.catalog-detail-basket .attribute {
	padding: 0;
}

.catalog-list-items .basket {
	width: 100%;
	direction: unset;
}

.catalog-list-items .basket .items-selection {
	margin-top: 1rem;
}

.catalog-list-items .basket .select-attr,
.catalog-detail-basket .select-attr {
	width: 25%;
}

.catalog-list-items .basket .select-stock,
.catalog-detail-basket .select-stock {
	text-align: center;
	width: 10%;
}

.catalog-list-items .basket .select-stock .stockitem,
.catalog-list-items .basket .select-stock .stocklevel,
.catalog-detail-basket .select-stock .stockitem,
.catalog-detail-basket .select-stock .stocklevel {
	display: block;
}

.catalog-list-items .basket .select-stock .stocktext,
.catalog-detail-basket .select-stock .stocktext {
	display: none;
}

.catalog-list-items .basket .select-quantity,
.catalog-detail-basket .select-quantity {
	text-align: center;
	width: 15%;
}

.catalog-list-items .basket .select-item,
.catalog-detail-basket .select-item {
	margin-top: 1rem;
	list-style: none;
}

.catalog-list-items .basket .select-name,
.catalog-detail-baske .select-name {
	min-width: 5rem;
	font-weight: bold;
}

.catalog-list-items .basket .select-hint,
.catalog-detail-basket .select-hint {
	font-size: 80%;
	min-width: 5rem;
}

.catalog-list-items .basket ul.select-list,
.catalog-detail-basket ul.select-list {
	padding: 0;
}

.catalog-list-items .basket li.select-entry,
.catalog-detail-basket li.select-entry {
	list-style: none;
}

.catalog-list-items .basket .input .select-entry,
.catalog-detail-basket .input .select-entry {
	margin: 0.1rem 0;
}

.catalog-list-items .basket .radio li.select-entry,
.catalog-detail-basket .radio li.select-entry {
	display: inline-block;
	margin: 0;
}

.catalog-list-items .basket .radio input.select-option,
.catalog-detail-basket .radio input.select-option {
	display: none;
}

.catalog-list-items .basket .select-label,
.catalog-detail-basket .select-label {
	width: calc(100% - 4rem);
	font-weight: normal;
	margin-bottom: 0;
}

.catalog-list-items .basket .color .select-label,
.catalog-detail-basket .color .select-label {
	border: solid 1px #FFF;
	border-color: var(--ai-bg-alt, #FFF);
	line-height: 0;
}

.catalog-list-items .basket .select-label > span,
.catalog-detail-basket .select-label > span {
	padding: 0 0.25rem;
	min-width: 1.5rem;
}

.catalog-list-items .basket .radio .select-label,
.catalog-detail-basket .radio .select-label {
	border: solid 1px #D0D0D0;
	border-color: var(--ai-light, #D0D0D0);
	padding: 0.525rem;
	text-align: center;
	min-width: 2.5rem;
	width: auto;
}

.catalog-list-items .basket .select-option:checked + .select-label,
.catalog-detail-basket .select-option:checked + .select-label {
	border: solid 1px #555;
	border-color: var(--ai-secondary, #555);
	background-color: #555;
	background-color: var(--ai-secondary, #555);
	color: #FFF;
	color: var(--ai-bg-alt, #FFF);
}

.catalog-list-items .basket .select-option:disabled + .select-label,
.catalog-detail-basket .select-option:disabled + .select-label {
	opacity: 0.25;
}

.catalog-list-items .selection .select-option:disabled + .select-label:after,
.catalog-detail-basket .selection .select-option:disabled + .select-label:after {
	position: absolute;
	content: "";
	width: 2.25rem;
	transform-origin: 0% 0%;
	transform: rotate(135deg);
	border-top: 1px solid #555;
	border-color: var(--ai-secondary, #555);
}

.catalog-list-items .basket .selection input[type=number],
.catalog-detail-basket .selection input[type=number] {
	border-bottom: solid 1px #555;
	border-color: var(--ai-secondary, #555);
	text-align: center;
	padding: 0;
}

.catalog-detail-basket .select-quantity input[type=number] {
	width: 4rem;
	margin: 0 auto;
	border: solid 1px #555;
	border-color: var(--ai-secondary, #555);
}

.catalog-list-items .basket .media-item,
.catalog-detail-basket .media-item {
	display: inline-block;
	line-height: 0;
	padding: 0;
	margin: 0;
}

.catalog-list-items .basket .media-item > img,
.catalog-detail-basket .media-item > img {
	border: none;
	height: 1.3rem;
	width: 1.3rem;
}

.catalog-list-items .basket .media-item + span,
.catalog-detail-basket .media-item + span {
	display: none;
}

.catalog-list-items .basket .error,
.catalog-detail-basket .error {
	color: #FF3300;
	color: var(--ai-danger, #FF3300);
}

.catalog-list-items .basket .error select,
.catalog-detail-basket .error select {
	border: solid 1px #FF3300;
	border-color: var(--ai-danger, #FF3300);
}

.catalog-list-items .addbasket {
	margin-top: 1rem;
}

[dir="rtl"] .catalog-list-items .addbasket {
	direction: rtl;
}

.catalog-list-items .addbasket input[type="number"] {
	width: 3rem;
}

.catalog-list-items .addbasket .btn-primary {
	width: calc(100% - 6rem);
}

.catalog-list-items .addbasket .btn-primary:before {
	font-family: bootstrap-icons;
	content: "\f180";
}

.catalog-list-items .addbasket .btn-pin {
	border: solid 1px #282828;
	border-color: var(--ai-primary, #282828);
	display: block;
	width: 3rem;
	padding: 0.5rem;
}

.catalog-list-items .addbasket .btn-pin:before {
	font-family: bootstrap-icons;
	vertical-align: middle;
	content: "\f4ea";
}

.catalog-list-items .addbasket .btn-pin.active,
.catalog-list-items .addbasket .btn-primary:hover,
.catalog-list-items .addbasket .btn-pin:hover {
	background-color: #FFA500;
	background-color: var(--ai-warning, #FFA500);
	border-color: var(--ai-warning, #FFA500);
	color: #FFFFFF !important;
	color: var(--ai-bg, #FFFFFF) !important;
}


/* Product detail, additional section */
.catalog-detail-additional .block {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.catalog-detail-additional .item {
	margin: 1%;
}

/* Hide attributes and properties from sub-products*/
.catalog-detail-additional .subproduct {
	display: none;
}
.catalog-detail-additional .subproduct-actual {
	display: table-row;
}

/* Product detail, additional attributes/properties section */
.catalog-detail-additional table.attributes,
.catalog-detail-additional table.properties {
	margin: 1%;
	width: 98%;
}

.catalog-detail-additional .attributes td,
.catalog-detail-additional .properties td {
	padding: 1%;
	width: 48%;
}

.catalog-detail-additional .attributes .media-list {
	display: inline-block;
}

.catalog-detail-additional .attributes .media-item {
	display: inline-block;
}

.catalog-detail-additional .attributes img {
	height: 1rem;
}

/* Product detail, additional download section */
.catalog-detail-additional .downloads .media-image {
	height: 3rem;
}


/* Supplier information */
.catalog-detail-supplier .content .supplier-name {
	text-transform: uppercase;
	margin: 1rem 0;
}

.catalog-detail-supplier .content {
	padding: 1%;
}

.catalog-detail-supplier .media-item {
	float: right;
	margin: 1rem;
}

[dir="rtl"] .catalog-detail-supplier .media-item {
	float: left;
}

.catalog-detail-supplier .media-item img {
	max-width: 400px;
	width: 100%;
}


/* Stock level */
.aimeos .catalog-detail-basket .stock-list {
	text-align: center;
	padding: 0.5rem 0;
	width: 100%;
}

.aimeos .catalog-detail-basket .stock-actual .stockitem {
	display: block;
}

.aimeos .catalog-detail-basket .stocklevel {
	display: none;
}

.aimeos .catalog-detail-basket .stocktext {
	display: block;
}

.aimeos .catalog-detail-basket .stock-unlimited,
.aimeos .catalog-detail-basket .stock-high {
	color: #006000;
	color: var(--ai-success, #006000);
}

.aimeos .catalog-detail-basket .stock-low {
	color: #E08000;
	color: var(--ai-warning, #E08000);
}

.aimeos .catalog-detail-basket .stock-out {
	color: #A00000;
}


/* Watched, favorite, suggested products and session items */

.account-watch .minibutton.delete,
.account-favorite .minibutton.delete,
.catalog-session .minibutton.delete {
	position: absolute;
	right: 1%;
	top: 1%;
	z-index: 5;
}

.account-watch .price-list .rebatepercent,
.account-favorite .price-list .rebatepercent,
.catalog-session .price-list .rebatepercent {
	display: none;
}

.account-watch,
.account-favorite,
.basket-related-bought,
.catalog-detail-bought,
.catalog-detail-bundle,
.catalog-detail-suggest,
.catalog-session {
	clear: both;
	padding: 0;
	text-align: center;
	margin: 1rem 0;
}

.account-watch,
.account-favorite,
.catalog-session-pinned,
.catalog-session-seen {
	margin-bottom: 1rem;
	border: 1px solid #efefef;
}

.account-watch .watch-items,
.account-favorite .favorite-items,
.basket-related-bought .list-items,
.catalog-detail-bought .list-items,
.catalog-detail-bundle .list-items,
.catalog-detail-suggest .list-items{
	padding: 0;
}
.catalog-session-seen .seen-items,
.catalog-session-pinned .pinned-items {
	padding: 1.25rem;
	margin-bottom: 0;
	padding-bottom: 0;
}

.account-profile h1.header,
.account-review h1.header,
.account-watch .header,
.account-history .header,
.account-favorite .header,
.account-subscription .header,
.basket-related-bought .header,
.catalog-detail .header {
	border-bottom: solid 1px #555;
	border-bottom-color: var(--ai-secondary, #555);
	text-transform: uppercase;
	text-align: start;
	font-weight: normal;
	padding: 0.5rem 1rem;
	color: #555;
	color: var(--ai-secondary, #555);
}

.catalog-session .header{
	color: #1f1f1f;
	margin-bottom: 0;
	border: 0;
	padding: .5rem .75rem;

}

.account-watch .watch-item,
.account-favorite .favorite-item,
.basket-related-bought .product,
.catalog-detail-bought .product,
.catalog-detail-bundle .product,
.catalog-detail-suggest .product,
.catalog-session-seen .seen-item,
.catalog-session-pinned .pinned-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: right;
	width: 160px;
	margin: 1%;
	padding: 0;
}

.account-watch .watch-item {
	min-width: 160px;
	max-width: 320px;
	width: 100%;
}

.account-watch a.watch-item {
	width: 160px;
	margin: 0;
}

.basket-related-bought .media-list,
.catalog-detail-bought .media-list,
.catalog-detail-bundle .media-list,
.catalog-detail-suggest .media-list,
.catalog-session-seen .media-list {
	background-color: #F6f6F6;
	background-color: var(--ai-bg-alt, #F6f6F6);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	text-align: center;
	overflow: hidden;
	height: 213px;
	width: 160px;
	display: block;
}

.account-watch .media-item,
.account-favorite .media-item,
.basket-related-bought .media-item,
.catalog-detail-bought .media-item,
.catalog-detail-bundle .media-item,
.catalog-detail-suggest .media-item,
.catalog-session-seen .media-item,
.catalog-session-pinned .media-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 213px;
	width: 160px;
}

.account-watch .media-item img,
.account-favorite .media-item img,
.basket-related-bought .media-item img,
.catalog-detail-bought .media-item img,
.catalog-detail-bundle .media-item img,
.catalog-detail-suggest .media-item img,
.catalog-session-seen .media-item img,
.catalog-session-pinned .media-item img {
	position: relative;
	max-width: 100%;
	display: block;
	margin: auto;
	height: auto;
	top: 50%;
	transform: translate(0, -50%);
}

.account-watch .name,
.account-favorite .name,
.basket-related-bought .name,
.catalog-detail-bought .name,
.catalog-detail-bundle .name,
.catalog-detail-suggest .name,
.catalog-session-seen .name,
.catalog-session-pinned .name {
	margin: 0;
	padding: 0;
	height: 1rem;
	font-size: 100%;
	font-weight: normal;
	overflow: hidden;
	text-transform: uppercase;
	max-width: 15rem;
	margin: .75rem auto;
}

.account-watch .modify,
.account-favorite .modify,
.catalog-session-pinned .modify {
	position: absolute;
	display: block;
	padding: .5rem 0.75rem;
	left: 0;
	bottom: 0;
}

.account-watch .modify:before,
.account-favorite .modify:before,
.catalog-session-pinned .modify:before {
	font: normal normal normal 14px/1 bootstrap-icons;
	content: "\f5de";
	font-size: 120%;
	vertical-align: bottom;
}

.account-watch .watch-details {
	display: inline-block;
	text-align: center;
	width: 116px;
	margin-top: 1.5rem;
}

.account-watch .form-list label {
	width: 114px;
}

.account-watch .form-list input {
	width: 114px;
	height: 1rem;
}

.account-watch .form-list select {
	width: 114px;
	font-size: 100%;
}

.account-watch .button-group {
	padding: 0;
}

.account-watch .btn {
	width: 100%;
}

.catalog-session-seen .count:before,
.catalog-session-pinned .count:before {
	content: " (";
}

.catalog-session-seen .count:after,
.catalog-session-pinned .count:after {
	content: ") ";
}

/*suggested, bought Items hover transition*/

.catalog-detail-suggest .media-list .media-item,
.catalog-detail-bought .media-list .media-item{
	position: absolute;
}

.catalog-detail-suggest .media-list div:first-of-type,
.catalog-detail-bought .media-list div:first-of-type{
	opacity: 1;
	transition: opacity .3s linear;
	z-index: 1;
}

.catalog-detail-suggest .media-list:hover div:first-of-type,
.catalog-detail-bought .media-list:hover div:first-of-type{
	opacity: 0;
	transition: opacity .3s linear;
}


/* Basket */

/* Mini basket */
.basket-mini {
	color: #555;
	color: var(--ai-secondary, #555);
}

.basket-mini h1 {
	display: none;
}

.basket-mini > a {
	display: inline-block;
	white-space: nowrap;
	padding: 0.5rem 1rem;
	text-decoration: none;
}

.basket-mini > a:before {
	font: normal normal normal 14px/1 FontAwesome;
	vertical-align: middle;
	text-decoration: none;
	content: "\f07a";
	font-size: 150%;
	color: #555;
	color: var(--ai-secondary, #555);
}

.basket-mini-main {
	display: inline-block;
	color: #555;
	color: var(--ai-secondary, #555);
}

.basket-mini-main .quantity {
	display: block;
}

.basket-mini-main .quantity:before {
	content: " (";
}

.basket-mini-main .quantity:after {
	content: ") ";
}

.basket-mini-main .value {
	display: none;
}

.basket-mini-product {
	display: none;
}

.basket-mini-product .basket-toggle {
	font: normal normal normal 14px/1 FontAwesome;
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	color: #555;
	color: var(--ai-secondary, #555);
	padding: 1rem;
}

.basket-mini-product .basket-toggle.toggle-close:after {
	content: "\f100";
}

.basket-mini-product .basket-toggle.toggle-open:after {
	content: "\f101";
}

.basket-mini-product .basket {
	background-color: #FFF;
	background-color: var(--ai-bg-alt, #FFF);
	border: 1px solid #555;
	border-color: var(--ai-secondary, #555);
	position: absolute;
	display: none;
	opacity: 1.0;
	z-index: 2;
}

.basket-mini-product th,
.basket-mini-product td {
	padding: 1rem;
}

.basket-mini-product th,
.basket-mini-product .basket .quantity {
	text-align: center;
}

.basket-mini-product .basket .name {
	text-align: start;
	width: 50%;
}

.basket-mini-product .basket .price {
	white-space: nowrap;
	text-align: end;
}

.basket-mini-product .basket .action {
	padding-inline-start: 1rem;
	font-weight: bold;
}

.basket-mini-product .basket .delete:after {
	font: normal normal normal 14px/1 bootstrap-icons;
	content: "\f5de";
}

.basket-mini-product tr.total {
	font-weight: bold;
}

.basket-mini-product .delivery .name:before {
	content: "+ ";
}

.basket-mini-product .total .name:before {
	content: "= ";
}

.basket-mini-product .checkout .button {
	text-align: center;
}



/* Standard basket */
.basket-standard-main {
	border: solid 1px #D0D0D0;
	border-color: var(--ai-light, #D0D0D0);
	padding: 1rem;
	margin: 0;
}

.basket-standard-main td.quantity a,
.basket-standard-main td.action a {
	text-decoration: none;
}

.basket-standard-coupon {
	padding: 1rem !important;
	text-align: center;
	margin: 0;
}

.basket-standard-coupon .header,
.basket-standard-coupon .content {
	vertical-align: middle;
	display: inline-block;
	width: 49%;
}

.basket-standard-coupon .header h2 {
	font-size: 1rem;
	margin: 10px 0;
}

.basket-standard-coupon .attr-list {
	display: inline-block;
	font-weight: bold;
	list-style: none;
	margin: 0.5rem;
}

.basket-standard-coupon .attr-item .coupon-code,
.basket-standard-coupon .attr-item .change {
	font-weight: bold;
	font-size: 133%;
	padding: 0.5rem;
}

.basket-standard-coupon .btn-primary,
.basket-standard-coupon .btn-primary:hover {
	background: none;
	border: none;
	color: #A00000;
	color: var(--ai-primary, #A00000);
	font-weight: bold;
	font-size: 125%;
}

.basket-standard-coupon .input-group {
	border-bottom: 1px solid #555;
	border-bottom-color: var(--ai-secondary, #555);
}

.basket-standard-coupon .coupon-new .btn {
	width: 5rem;
}

.basket-standard-coupon .coupon-new .coupon-code {
	width: calc(100% - 5rem);
	border: none;
}

.basket-standard-coupon .minibutton.delete:after {
	display: inline-block;
	font-size: 125%;
}

@media (max-width: 480px) {
	.basket-standard-coupon .header,
	.basket-standard-coupon .content {
		display: block;
		width: 100%;
	}
}

.basket-related h1 {
	display: none;
}


/* Basket bulk order */

.basket-bulk thead>tr>th,
.basket-bulk tbody>tr>td {
	vertical-align: middle;
}

.basket-bulk table th.quantity,
.basket-bulk table th.price {
	text-align: center;
}

.basket-bulk table th.product,
.basket-bulk table td.product {
	width: 50%;
}

.basket-bulk table th.quantity {
	text-align: center;
	width: 15%;
}

.basket-bulk table td.quantity {
	width: 15%;
}

.basket-bulk table td.quantity input {
	text-align: center;
}

.basket-bulk table th.price {
	text-align: center;
	width: 25%;
}

.basket-bulk table td.price {
	text-align: end;
	width: 25%;
}

.basket-bulk table th.buttons,
.basket-bulk table td.buttons {
	vertical-align: middle;
	text-align: center;
	width: 10%;
}

.basket-bulk .minibutton {
	color: #A00000;
	color: var(--ai-primary, #A00000);
	padding: 0 0.5rem;
	line-height: 1;
	width: 2rem;
}


/* Checkout */
.checkout-standard .steps {
	font-weight: bold;
	text-align: center;
	counter-reset: step;
	padding: 0 0 3rem 0;
}

.checkout-standard .steps a {
	text-decoration: none;
}

.checkout-standard .steps .active {
	color: #A00000;
	color: var(--ai-primary, #A00000);
	border-bottom: solid 1px #555;
	border-bottom-color: var(--ai-secondary, #555);
}

.checkout-standard .steps .current {
	color: #FFF;
	color: var(--ai-bg-alt, #FFF);
	background-color: #555;
	background-color: var(--ai-secondary, #555);
	border-bottom: solid 1px #555;
	border-bottom-color: var(--ai-secondary, #555);
}

.checkout-standard .steps .order,
.checkout-standard .steps .process {
	display: none;
}

.checkout-standard .step {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 19%;
	color: #D0D0D0;
	color: var(--ai-light, #D0D0D0);
	border-bottom: solid 1px #555;
	border-bottom-color: var(--ai-secondary, #555);
	vertical-align: baseline;
}

.checkout-standard .step:before {
	content: counter(step) ". ";
	counter-increment: step;
}

.checkout-standard .form-list .mandatory {
	font-weight: bold;
}

.checkout-standard .form-list .mandatory > label:after {
	content: " *";
}

.checkout-standard .item-service .description {
	display: inline-block;
	vertical-align: top;
	min-width: 240px;
	max-width: 480px;
	padding: 0.5rem 0;
	width: 100%;
}

.checkout-standard .item-service .description h2 {
	font-size: 110%;
}

.checkout-standard .item-service .description .short {
	font-weight: bold;
	padding: 0.5rem 0;
}

.checkout-standard .item-service .description .long {
	padding: 0.5rem 0;
}

.checkout-standard .item-service .description h2,
.checkout-standard .item-service .description p {
	margin: 0 1rem;
}

.checkout-standard .item-service .description h2,
.checkout-standard .item-service .icons {
	display: inline-block;
}

.checkout-standard .item-service .icons img {
	max-height: 4rem;
	margin: 0 1rem;
}

.checkout-standard .item-service .option {
	margin: 1rem;
}

.checkout-standard .item-service .price-value {
	float: right;
	margin: 1rem;
	font-size: 100%;
}

[dir="rtl"] .checkout-standard .item-service .price-value {
	float: left;
}

.checkout-standard .button-group {
	display: none;
}

.checkout-standard section:last-child .button-group {
	display: block;
}

/* Checkout address */
.checkout-standard-address h2 {
	padding: 1%;
	letter-spacing: 1.5px;
}

.checkout-standard-address .item-address {
	padding: 1%;
}

.checkout-standard-address .item-address .header {
	border: 1px solid;
	border-color: #F6F6F6;
	border-color: var(--ai-bg-light, #F6F6F6);
	padding: 1rem;
	position: relative;
}

.checkout-standard-address .minibutton.delete {
	position: absolute;
	right: 1%;
	top: 1%;
}

.checkout-standard-address .item-address .modify {
	float: right;
}

[dir="rtl"] .checkout-standard-address .item-address .modify {
	float: left;
}

.checkout-standard-address .item-address .header input {
	display: inline-block;
	vertical-align: middle;
	border: none;
	margin: 0;
	margin-inline-end: 1rem;
}

.checkout-standard-address .item-address .values {
	display: inline-block;
	margin: 0;
	letter-spacing: 1.5px;
}

.checkout-standard .form-list .mandatory,
.checkout-standard .form-list .optional,
.checkout-standard .form-list .hidden,
.checkout-standard .form-list .error,
.checkout-standard .attr-list .mandatory,
.checkout-standard .attr-list .optional,
.checkout-standard .attr-list .hidden,
.checkout-standard .attr-list .error {
	clear: both;
}

.checkout-standard-address .form-list .form-item {
	display: none;
}

.checkout-standard-address .form-list .mandatory,
.checkout-standard-address .form-list .optional {
	display: flex;
}

.checkout-standard-address .form-list .hidden {
	display: none !important;
}

.checkout-standard-address .form-list .mandatory label:after {
	content: "*";
}

.checkout-standard .form-list .error {
	color: #FF3300;
	color: var(--ai-danger, #FF3300);
}

.checkout-standard .form-list .error a {
	color: #FF3300;
	color: var(--ai-danger, #FF3300);
}

.checkout-standard .form-list .error input,
.checkout-standard .form-list .error select {
	border-bottom: solid 1px #FF3300;
	border-bottom-color: var(--ai-danger, #FF3300);
}

.checkout-standard .item-service .icon {
	display: inline-block;
}

.checkout-standard .item-service li.form-item {
	padding-top: 0;
}

.checkout-standard .item-service .form-item-value input {
	display: none;
}

.checkout-standard .item-service .form-item-value label {
	display: block;
}

.checkout-standard .item-service .form-item-value input:checked + label {
	border-left: 2px solid #CCCCCC;
	border-left-color: var(--ai-light, #CCCCCC);
	background-color: #F8F8F8;
	background-color: var(--ai-bg-light, #CCCCCC);
}

/* Checkout delivery/payment */
.checkout-standard-delivery .note,
.checkout-standard-payment .note {
	padding: 0 0 1rem 0;
}

.checkout-standard-delivery h2,
.checkout-standard-payment h2 {
	font-size: 1rem;
}

.checkout-standard-delivery .item,
.checkout-standard-payment .item {
	border: solid 1px #D0D0D0;
	border-color: var(--ai-light, #D0D0D0);
	margin: 1rem 0.5rem;
	text-align: start;
}

.checkout-standard-delivery .item-service .price-value,
.checkout-standard-payment .item-service .price-value {
	margin: 1.25rem;
}

/* Checkout summary */
.checkout-standard-summary h3 {
	display: inline-block;
	font-size: 1rem;
	margin: 0;
}

.checkout-standard-summary a:hover {
	text-decoration: underline;
}

.checkout-standard-summary .note {
	padding: 0 0 1rem 0;
}

.checkout-standard-summary .modify {
	float: right;
}

[dir="rtl"] .checkout-standard-summary .modify {
	float: left;
}


/* Common summary */
.aimeos .common-summary .error,
.aimeos .common-summary-detail .error {
	border-bottom: 1px solid #FF3300;
	border-bottom-color: var(--ai-danger, #FF3300);
}

.aimeos .common-summary .item li {
	vertical-align: top;
	padding: 0;
}

.aimeos .common-summary .content {
	margin: 0.5rem;
	padding: 0.5rem 1rem;
}

.aimeos .common-summary .item .name {
	display: inline-block;
	vertical-align: top;
	color: #555;
	color: var(--ai-secondary, #555);
	width: 198px;
}

.aimeos .common-summary .item .name:after {
	content: ":";
}

.aimeos .common-summary .item .value {
	display: inline-block;
	vertical-align: top;
	width: 198px;
}

.aimeos .common-summary .item h4,
.aimeos .common-summary .item .item-icons {
	vertical-align: middle;
	display: inline-block;
	margin: 0 1rem;
}

.aimeos .common-summary .item .item-icons img {
	max-height: 4rem;
}

.aimeos .common-summary .item .attr-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0.5rem;
}

.aimeos .common-summary .header,
.aimeos .common-summary-detail .header {
	border-bottom: solid 1px #555;
	border-bottom-color: var(--ai-secondary, #555);
	padding: 0.5rem 1rem;
	margin: 0.5rem;
	margin-top: 0;
	width: 100%;
}

.aimeos .common-summary-address h2,
.aimeos .common-summary-service h2,
.aimeos .common-summary-coupon h2 {
	display: none;
}

.aimeos .common-summary-service .item h4 {
	margin: 1rem 0;
	padding: 0;
	color: #555;
	color: var(--ai-secondary, #555);
	font-size: 1rem;
}

.aimeos .common-summary-detail .header {
	border-bottom: none;
}

.aimeos .common-summary-detail .basket {
	padding: 0 1rem;
	margin: 0 0.5rem;
	width: 100%;
}

.aimeos .common-summary-detail table {
	border-collapse: collapse;
	width: 100%;
}

.aimeos .common-summary-detail thead {
	font-weight: bold;
	background-color: #CCCCCC;
	background-color: var(--ai-bg-light, #CCCCCC);
}

.aimeos .common-summary-detail thead tr {
	border-bottom: 1px solid #555;
	border-bottom-color: var(--ai-secondary, #555);
	color: #555;
	color: var(--ai-secondary, #555);
}

.aimeos .common-summary-detail tr.supplier h3 {
	margin-top: 0.5rem;
}

.aimeos .common-summary-detail tr.subtotal {
	color: #555;
	color: var(--ai-secondary, #555);
}

.aimeos .common-summary-detail tr.total {
	border-top: 1px solid #D0D0D0;
	border-top-color: var(--ai-light, #D0D0D0);
	color: #555;
	color: var(--ai-secondary, #555);
	background-color: #CCC;
	background-color: var(--ai-bg-light, #CCC);
}

.aimeos .common-summary-detail th,
.aimeos .common-summary-detail td {
	vertical-align: middle;
	padding: 0.5rem;
}

.aimeos .common-summary-detail .image img.detail {
	max-width: 6rem;
	max-height: 8rem;
	overflow: hidden;
	margin-inline-end: 5%;
}

.aimeos .common-summary-detail .details .product-name {
	margin: 0.5rem;
	display: block;
	letter-spacing: 1.5px;
}

.aimeos .common-summary-detail .code,
.aimeos .common-summary-detail .timeframe {
	margin: 0.5rem;
}

.aimeos .common-summary-detail .code .name:after,
.aimeos .common-summary-detail .timeframe .name:after {
	content: ":";
}

.aimeos .common-summary-detail .code,
.aimeos .common-summary-detail .timeframe {
	margin: 0.5rem;
}

.aimeos .common-summary-detail .attr-list {
	color: #555;
	border-color: var(--ai-secondary, #555);
	margin: 0.5rem;
	vertical-align: top;
}

.aimeos .common-summary-detail .attr-list li.attr-item {
	display: inline;
}

.aimeos .common-summary-detail .attr-list li.attr-item:not(:last-of-type) .value:after {
	content: ",";
}

.aimeos .common-summary-detail .attr-item .name:after {
	content: ":";
}

.aimeos .common-summary-detail tfoot tr.quantity,
.aimeos .common-summary-detail tr.subtotal,
.aimeos .common-summary-detail tr.delivery,
.aimeos .common-summary-detail tr.payment,
.aimeos .common-summary-detail tr.total,
.aimeos .common-summary-detail tr.rebate,
.aimeos .common-summary-detail tr.tax,
.aimeos .common-summary-detail th.unitprice,
.aimeos .common-summary-detail th.price,
.aimeos .common-summary-detail td.unitprice,
.aimeos .common-summary-detail td.price {
	text-align: end;
	white-space: nowrap;
}

.aimeos .common-summary-detail th.price {
	width: 20%;
}

.aimeos .common-summary-detail th.quantity,
.aimeos .common-summary-detail td.quantity {
	white-space: nowrap;
	text-align: center;
	letter-spacing: 1.5px;
}

.aimeos .common-summary-detail td.quantity input {
	display: inline-block;
	text-align: center;
	width: 3rem;
}

.aimeos .common-summary-detail .action .delete:after {
	font: normal normal normal 14px/1 bootstrap-icons;
	font-size: 100%;
	content: "\f5de";
}

.aimeos .common-summary-detail th.action,
.aimeos .common-summary-detail td.action {
	text-align: center;
}

.aimeos .common-summary-detail tr.delivery td:first-child:before,
.aimeos .common-summary-detail tr.payment td:first-child:before {
	content: "+ ";
}

.aimeos .common-summary-detail tfoot {
	vertical-align: bottom;
	font-weight: bold;
}

.aimeos .common-summary-detail tfoot .quantity,
.aimeos .common-summary-detail tfoot .delivery,
.aimeos .common-summary-detail tfoot .payment,
.aimeos .common-summary-detail tr.rebate,
.aimeos .common-summary-detail tr.tax {
	font-weight: normal;
}

.aimeos .common-summary-additional .coupon,
.aimeos .common-summary-additional .comment {
	vertical-align: top;
	height: 8rem;
}

.aimeos .common-summary-additional .customerref-value {
	width: 100%;
}

.aimeos .common-summary-additional textarea {
	border: solid 1px #CCC;
	border-color: var(--ai-light, #CCC);
	background-color: #FFF;
	background-color: var(--ai-bg-alt, #FFF);
	color: #555;
	color: var(--ai-secondary, #555);
	width: 100%;
	height: 4rem;
}

@media (max-width: 480px) {
	.aimeos .common-summary-detail td.quantity .change {
		display: block;
	}

	.aimeos .common-summary-detail .unitprice {
		display: table-column;
		width: 0;
	}
}


/* Checkout summary option terms */
.checkout-standard-summary-option {
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}

.checkout-standard-summary-option h3 {
	margin: 0;
	padding: 0.5rem;
	display: block;
}

.checkout-standard-summary-option p {
	display: inline;
	margin-inline-start: 1rem;
}

.checkout-standard-summary-option .single {
	padding: 0.5rem 0;
}

.checkout-standard-summary-option label,
.checkout-standard-summary-option input {
	display: inline;
}

.checkout-standard-summary-option input[type="checkbox"] {
	margin-inline-start: 0.5rem;
}


/* Checkout order */
.checkout-standard-order {
	padding: 0;
	padding-inline-start: 1rem;
}

.checkout-standard-order .form-list .mandatory {
	font-weight: bold;
	display: list-item;
}

.checkout-standard-process {
	text-align: center;
}

.checkout-standard-process p {
	margin: 1rem 0;
}

.checkout-standard-process .form-list {
	text-align: start;
	max-width: 30rem;
	margin: auto;
}

.checkout-standard-process .button-group {
	display: block;
}

.checkout-standard,
.checkout-confirm {
	min-width: 240px;
	margin: 0 auto;
}

/* Checkout confirm basic part */
.checkout-confirm-basic {
	padding: 2rem 0;
	margin-top: 1.5rem;
}

.checkout-confirm-basic .attr-list {
	padding: 0.5rem 1rem;
	margin: 0.5rem;
}

.checkout-confirm-basic .attr-list .name,
.checkout-confirm-basic .attr-list .value {
	display: inline-block;
	width: 25%;
}

.checkout-confirm-basic h2 {
	border-bottom: solid 1px #555;
	border-bottom-color: var(--ai-secondary, #555);
	padding: 0.5rem 1rem;
	margin: 0.5rem;
	margin-top: 0;
}

/* Account profile */
.account-profile-address h2 {
	margin: 8px 15px;
}

.account-profile-address .row {
	padding: 0 1rem;
}

.account-profile-address .panel {
	box-shadow: none;
	border: 1px solid #D0D0D0;
	border-color: var(--ai-light, #D0D0D0);
	margin: 0.5rem 0;
}

.account-profile-address .panel-heading {
	padding: 15px;
}

.account-profile-address .panel-heading .act-show,
.account-profile-address .panel-heading .act-hide {
	float: right;
}

[dir="rtl"] .account-profile-address .panel-heading .act-show,
[dir="rtl"] .account-profile-address .panel-heading .act-hide {
	float: left;
}

.account-profile-address .panel-heading .act-show:after {
	font: normal normal normal 14px/1 bootstrap-icons;
	content: "\f4cb";
	font-size: 130%;
}

.account-profile-address .panel-heading .act-hide:after {
	font: normal normal normal 14px/1 bootstrap-icons;
	content: "\f62a";
	font-size: 130%;
}

.account-profile li.form-item.mandatory label {
	font-weight: bold;
}

.account-profile li.form-item label {
	font-weight: normal;
	margin: 7px 0;
}

.account-profile .form-list .error {
	color: #FF3300;
	color: var(--ai-danger, #FF3300);
}

.account-profile .form-list .error a {
	color: #FF3300;
	color: var(--ai-danger, #FF3300);
}

.account-profile .form-list .error input,
.account-profile .form-list .error select {
	border: solid 1px #FF3300;
	border-color: var(--ai-danger, #FF3300);
}


/* Account history */
.account-history {
	margin: 0 auto;
}

.account-history-list .history-list {
	list-style: none;
	padding: 0;
}

.account-history-list .history-item {
	border: solid 1px #D0D0D0;
	border-color: var(--ai-light, #D0D0D0);
	padding: 1rem;
	margin: 1rem;
}

.account-history-list .order-basic {
	font-weight: bold;
}

.account-history-list .name:after {
	content: ": ";
}

.account-history-list .action {
	margin-top: 0.5rem;
}

.account-history-list .action .btn {
	border: solid 1px #555;
	border-color: var(--ai-secondary, #555);
	display: block;
	width: 100%;
	max-width: 6rem;
	margin: auto;
}

.account-history-order {
	padding-top: 1rem;
}

.account-history-order a:hover {
	text-decoration: underline;
}

.account-history-order .modify {
	float: right;
	margin: 0 1rem;
}

[dir="rtl"] .account-history-order .modify {
	float: left;
}

.account-history-order h2 {
	margin: 0.5rem 0;
}

.account-history-order h3 {
	display: inline-block;
	font-size: 1rem;
	margin: 0;
}

.account-history-order li.attr-item .name,
.account-history-order li.attr-item .value {
	min-width: 0;
}


/* Account review */
.account-review h2 {
	margin: 8px 15px;
}

.account-review .todo-item {
	padding: 1rem;
}

.account-review h3 {
	padding: 0 1rem;
}

.account-review .col-md-6 {
	padding-top: 1rem;
}

.account-review .todo-image {
	max-width: 100%;
	max-height: 10rem;
}

.account-review .todo-rating label {
	vertical-align: middle;
	height: 1.25rem;
	width: 1.25rem;
}

.account-review .todo-rating input:checked ~ label {
	color: var(--ai-primary, #A00000);
}

.account-review .todo-comment {
	width: 100%;
	height: 8.5rem;
	padding: 0.5rem;
	border: 1px solid #D0D0D0;
	border-color: var(--ai-light, #D0D0D0);
}

.account-review .btn {
	display: block;
	margin: 1rem auto;
}


/* Account subscription */
.account-subscription {
	margin: 0 auto;
}

.account-subscription-list .subscription-list {
	list-style: none;
	padding: 0;
}

.account-subscription-list .subscription-item {
	border: solid 1px #D0D0D0;
	border-color: var(--ai-light, #D0D0D0);
	padding: 1rem;
	margin: 1rem 0;
}

.account-subscription-list .name:after {
	content: ": ";
}

.account-subscription-list .subscription-basic {
	font-weight: bold;
}

.account-subscription-list .action {
	margin-top: 0.5rem;
}

.account-subscription-list .action .btn {
	border: solid 1px #555;
	border-color: var(--ai-secondary, #555);
	display: block;
	width: 100%;
	max-width: 6rem;
	margin: auto;
}

.account-subscription-detail {
	padding-top: 1rem;
}

.account-subscription-detail a:hover {
	text-decoration: underline;
}

.account-subscription-detail .modify {
	float: right;
	margin: 0 1rem;
}

[dir="rtl"] .account-subscription-detail .modify {
	float: left;
}

.account-subscription-detail h2 {
	margin: 0.5rem 0;
}

.account-subscription-detail h3 {
	display: inline-block;
	font-size: 1rem;
	margin: 0;
}


.account-subscription-detail .attr-item .name,
.account-subscription-detail .attr-item .value {
	min-width: 0;
}


/*! jQuery UI - v1.10.0 - 2013-01-17
* https://jqueryui.com
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers */
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
	color: #555;
	display: none;
}

/* Interaction Cues */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-autocomplete li {
	list-style: none;
	padding: 0 5px 2px 5px;
}

.ui-autocomplete li a {
	cursor: pointer;
}

.ui-autocomplete-input {
	margin: 0;
}

.ui-autocomplete-category {
	font-weight: bold;
	padding: .2rem .4rem;
	margin: .8rem 0 .2rem;
	line-height: 1.5;
}

.ui-menu-item:hover {
	background-color: #555;
	background-color: var(--ai-secondary, #555);
	color: #FFF;
	color: var(--ai-bg-alt, #FFF);
}

.ui-menu-item:focus, .ui-state-active {
	background: #555;
	background-color: var(--ai-secondary, #555);
	color: #FFF;
	color: var(--ai-bg-alt, #FFF);
}


/* Component containers */
.ui-widget {
	font-family: 'BasicSans',sans-serif;
	font-size: 1.1rem;
}

.ui-widget-content {
	border: 1px solid #A0A0A0;
	background: #FFF url(media/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	background-color: var(--ai-bg-alt, #FFF);
	color: #222222;
}


/* Datepicker */
.ui-datepicker {
	width: 17rem;
	padding: .2rem .2rem 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2rem 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8rem;
	height: 1.8rem;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-inline-start: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3rem;
	line-height: 1.8rem;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1rem;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9rem;
	border-collapse: collapse;
	margin: 0 0 .4rem;
}
.ui-datepicker th {
	padding: .7rem .3rem;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2rem;
	text-align: end;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7rem 0 0 0;
	padding: 0 .2rem;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5rem .2rem .4rem;
	cursor: pointer;
	padding: .2rem .6rem .3rem .6rem;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4rem;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5rem;
	top: .3rem;
}



/* PhotoSwipe CSS */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: none; }

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

.pswp img {
	max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
	/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
	display: block; }

.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab; }

.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing; }

/*
		Background is added as a separate element.
		As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	background-color: var(--ai-bg-alt, #FFF);
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity; }

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none; }

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none; }

.pswp__container,
.pswp__zoom-wrap {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden; }

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden; }

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0; }

/*
		stretched thumbnail or div placeholder element (see below)
		style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden; }

/*
		div element that matches size of large image
		large image loads on top of it
*/
.pswp__img--placeholder--blank {
	background: #222; }

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0; }

/*
		Error message appears when image is not loaded
		(JS option errorMsg controls markup)
*/
.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #D0D0D0;
	color: var(--ai-light, #D0D0D0);
}

.pswp__error-msg a {
	color: #D0D0D0;
	color: var(--ai-light, #D0D0D0);
	text-decoration: underline;
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none; }
.pswp__button:focus,
.pswp__button:hover {
	opacity: 1; }
.pswp__button:active {
	outline: none;
	opacity: 0.9; }
.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
	opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(media/pswp.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(media/pswp.svg); }
	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none; } }

.pswp__button--close {
	background-position: 0 -44px; }

.pswp__button--share {
	background-position: -44px -44px; }

.pswp__button--fs {
	display: none; }

.pswp--supports-fs .pswp__button--fs {
	display: block; }

.pswp--fs .pswp__button--fs {
	background-position: -44px 0; }

.pswp__button--zoom {
	display: none;
	background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
	display: block; }

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden; }

/*
		Arrow buttons hit area
		(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute; }

.pswp__button--arrow--left {
	left: 0; }

.pswp__button--arrow--right {
	right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute; }

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px; }

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px; }

/*
		2. Share modal/popup and links
*/
.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity; }

.pswp__share-modal--hidden {
	display: none; }

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	background-color: var(--ai-bg-alt, #FFF);
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #555;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #555;
}

.pswp__share-tooltip a:first-child {
	/* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px; }

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	border-bottom-color: var(--ai-bg-alt, #FFF);
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none; }

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
	color: var(--ai-bg-alt, #FFF);
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
	color: var(--ai-bg-alt, #FFF);
}

a.pswp__share--pinterest:hover {
	background: #D0D0D0;
	background-color: var(--ai-light, #D0D0D0);
	color: #CE272D;
}

a.pswp__share--download:hover {
	background: #D0D0D0;
	background-color: var(--ai-light, #D0D0D0);
}

/*
		3. Index indicator ("1 of X" counter)
*/
.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	color: var(--ai-bg-alt, #FFF);
	opacity: 0.75;
	padding: 0 10px; }

/*

		4. Caption
*/
.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #D0D0D0;
	color: var(--ai-light, #D0D0D0);
}

.pswp__caption__center {
	text-align: start;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #D0D0D0;
	color: var(--ai-light, #D0D0D0);
}

.pswp__caption--empty {
	display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
	visibility: hidden; }

/*
		5. Loading indicator (preloader)
		You can play with it here - https://codepen.io/dimsemenov/pen/yyBWoR
*/
.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-inline-start: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr; }

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px; }

.pswp__preloader--active {
	opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn {
	/* We use .gif in browsers that don't support CSS animation */
	background: url(media/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
	opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
	/*
					The idea of animating inner circle is based on Polymer ("material") loading indicator
					 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
	*/
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-color: var(--ai-bg-alt, #FFF);
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0; }

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right; } }

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); } }

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0); }
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg); }
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0); } }

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0); }
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg); }
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0); } }

/*

		6. Additional styles
*/
/* root element of UI */
.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible; }

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
	opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0; }

/*
		pswp__ui--hidden class is added when controls are hidden
		e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	/* Force paint & create composition layer for controls. */
	opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none; }

.pswp__element--disabled {
	display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
	background: none; }

/* Slick slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

[dir="rtl"] .slick-slider .slick-track,
[dir="rtl"] .slick-slider .slick-list {
	direction: rtl;
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 48px;
	height: 48px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
}

.home-gallery .slick-prev,
.home-gallery .slick-next {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: auto;
	left: auto;
	bottom: 1rem;
}

.slick-prev {
	left: 0;
	right: auto;
	bottom: auto;
}

.home-gallery .slick-prev {
	right: 75px;
}

.slick-next {
	right: 0;
	left: auto;
	bottom: auto;
}

.home-gallery .slick-next {
	right: 25px;
}

.slick-prev:before, .slick-next:before {
	font-family: 'bootstrap-icons';
	font-size: 2.3rem;
	line-height: 1;
	opacity: .75;
	color: #282828;
	color: var(--ai-primary, #282828);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.home-gallery .slick-prev:before,
.home-gallery .slick-next:before {
	color: white;
}

.slick-prev:before {
	content: '\f129';
}

.slick-next:before{
	content: '\f133';
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.catalog-detail-image {
	margin-bottom: 2rem;
}

.catalog-detail-image .slick-prev,
.catalog-detail-image .slick-next {
	display: none;
}

.catalog-detail-image .item-thumb {
	opacity: 0.7;
}

.catalog-detail-image .item-thumb.slick-current {
	opacity: 1;
}

.catalog-detail-image .image-single,
.catalog-detail-image .thumbs-horizontal {
	overflow: hidden;
}

.catalog-detail-image .image-single .media-item .item,
.catalog-detail-image .pswp video {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.catalog-detail-image .image-single,
.catalog-detail-image .image-single .media-item,
.catalog-detail-image .image-single img.item {
	height: calc((100vw - 30px) * 1.333);
}

.catalog-detail-image .thumbs-horizontal,
.catalog-detail-image .thumbs-horizontal .slick-slider,
.catalog-detail-image .thumbs-horizontal img.item-thumb {
	height: calc((100vw - 30px) / 4 * 1.333);
}

@media screen and (min-width: 576px) {
	.catalog-detail-image .image-single,
	.catalog-detail-image .image-single .media-item,
	.catalog-detail-image .image-single img.item {
		height: calc((100vw / 2 - 30px) * 1.333);
	}

	.catalog-detail-image .thumbs-horizontal,
	.catalog-detail-image .thumbs-horizontal .slick-slider,
	.catalog-detail-image .thumbs-horizontal img.item-thumb {
		height: calc((100vw / 2 - 30px) / 4 * 1.333);
	}
}

@media screen and (min-width: 1200px) {
	.catalog-detail-image .image-single,
	.catalog-detail-image .image-single .media-item,
	.catalog-detail-image .image-single img.item {
		height: 720px;
	}

	.catalog-detail-image .thumbs-horizontal,
	.catalog-detail-image .thumbs-horizontal .slick-slider,
	.catalog-detail-image .thumbs-horizontal img.item-thumb {
		height: 180px;
	}
}

/*-------------------------------- general -----------------------------------*/

body {
	background-color: var(--ai-bg-alt, #FFF) !important;
}

.content {
	position: relative;
}

.content .imagelist-default img {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.navbar .catalog-filter-tree {
	margin-inline-start: auto;
}

.catalog-filter-tree .category-selected{
	display: none;
}

.navbar-top .catalog-filter  .catalog-filter-price,
.navbar-top .catalog-filter  .catalog-filter-supplier,
.navbar-top .catalog-filter  .catalog-filter-attribute,
.navbar-top .catalog-filter-search .reset{
	display: none;
}

.catalog-filter-tree.col{
	margin-bottom: 0;
}

/*- content-list section -*/

.catalog-stage {
	position: relative;
	width: 100%;
}

img{
	max-width: 100%;
}

.home-item .home-product.catalog-list .product{
	margin: 0;
}

.back-to-top{
	position:fixed;
	bottom:2rem;
	right:1.5rem;
	text-decoration:none;
	color:#eee;
	background-color: #FFA500;
	background-color: var(--ai-warning, #FFA500);
	opacity:.7;
	padding:.25rem;
	z-index:999;
	display: none;
}

.back-to-top:hover{
	background-color: #FFA500;
	background-color: var(--ai-warning, #FFA500);
	color: #000;
	color: var(--ai-primary, #000);
}

.border-bottom {
	border-bottom: 1px solid #555 !important;
}

.navbar .catalog-filter form{
	display: flex;
}

/*---------------------------------- Footer ----------------------------------*/

footer {
    color: #FFFFFF;
    color: var(--ai-primary-alt, #FFFFFF);
    background-color: #282828;
    background-color: var(--ai-primary, #3c3c3b);
    padding: 3rem;
}
footer .bi{
	margin-right: .5rem;
}

[dir="rtl"] footer .bi{
	margin-left: .5rem;
	margin-right: 0;
}

footer h2{
	font-size: 1.5rem;
	letter-spacing: 1.5px;
	margin-bottom: 0;
}

footer p span, footer p a {
	letter-spacing: 1.5px;
	color: #FFFFFF;
	color: var(--ai-primary-alt, #FFFFFF);
}

footer p {
	transition: color .3s;
	margin-bottom: .5rem;
}

footer p a {
	letter-spacing: 1.5px;
	color: #FFFFFF;
	color: var(--ai-primary-alt, #FFFFFF);
}

footer p a:hover {
		color: #CCCCCC;
	color: var(--ai-primary-light, #CCCCCC);
	transition: color .3s;

}

footer p a:hover {
	text-decoration: none;
	transition: color .3s;
}

footer .logo {
	margin-bottom: 1rem;
	display: block;
}

footer .footer-left, footer .footer-center, footer .footer-right{
	text-align: start;
}

.footer-block{
	position: relative;
	margin: 0 auto;
	text-align: start;
	display: inline-block;
	margin-bottom: 3rem;
}

@media (min-width:768px) {

	footer .footer-left, footer .footer-center, footer .footer-right{
	text-align: center;
	}

	.footer-block{
		margin-bottom: 0rem;
	}

}


/*----------------------link-colors Mobile & Desktop--------------------------*/

/*Big Screens*/

.catalog-filter-tree .list-container.level-2 .nochild > a.cat-item:link,
.catalog-filter-tree .list-container.level-2 .nochild > a.cat-item:visited {
	color: #FFFFFF;
	color: var(--ai-primary-alt, #FFFFFF);
}
.catalog-filter-tree .list-container.level-2 .nochild > a.cat-item:link:hover,
.catalog-filter-tree .list-container.level-2 .nochild > a.cat-item:visited:hover {
	color: #CCCCCC;
	color: var(--ai-light, #CCCCCC);
}
.catalog-filter-tree .list-container a.cat-item:link,
.catalog-filter-tree .list-container a.cat-item:visited {
	color: #FFFFFF;
	color: var(--ai-primary-alt, #FFFFFF);
}
.catalog-filter-tree .list-container a.cat-item:link:hover,
.catalog-filter-tree .list-container a.cat-item:visited:hover {
	color: #CCCCCC;
	color: var(--ai-light, #CCCCCC);
}
.catalog-filter-tree .list-container .top-item.nochild a.cat-item:link,
.catalog-filter-tree .list-container .top-item.nochild a.cat-item:visited {
	color: #FFFFFF;
	color: var(--ai-primary-alt, #FFFFFF);
}
.catalog-filter-tree .list-container .top-item.nochild a.cat-item:link:hover,
.catalog-filter-tree .list-container .top-item.nochild a.cat-item:visited:hover {
	color: #CCCCCC;
	color: var(--ai-light, #CCCCCC);
}
.catalog-filter-tree .list-container > .top-item.active > a.cat-item:link,
.catalog-filter-tree .list-container > .top-item.active > a.cat-item:visited {
	color: #CCCCCC;
	color: var(--ai-light, #CCCCCC);
}
.catalog-filter-tree .list-container.level-2 .active > a.cat-item:link,
.catalog-filter-tree .list-container.level-2 .active > a.cat-item:visited {
	color: #FFFFFF;
	color: var(--ai-primary-alt, #FFFFFF);
}

.catalog-filter-tree .megamenu > .submenu .has-submenu > a.cat-item {
	color: #CCCCCC;
	color: var(--ai-light, #CCCCCC);
}

/*Mobile*/

.catalog-filter-tree .list-container > .has-submenu > .submenu > .submenu-header > a:link,
.catalog-filter-tree .list-container > .has-submenu > .submenu > .submenu-header > a:visited {
	color: #555;
	color: var(--ai-secondary, #555);
}

.catalog-filter-tree .list-container.level-2 .nochild a.item-link:link,
.catalog-filter-tree .list-container.level-2 .nochild a.item-link:visited {
	color: #555;
	color: var(--ai-secondary, #555);
}

.catalog-filter-tree .list-container.level-2 .nochild a.item-link:link:hover,
.catalog-filter-tree .list-container.level-2 .nochild a.item-link:visited:hover {
	color: #555;
	color: var(--ai-secondary, #555);
}

.catalog-filter-tree .list-container a.item-link:link,
.catalog-filter-tree .list-container a.item-link:visited {
	color: #282828;
	color: var(--ai-primary, #282828);
}

.catalog-filter-tree .list-container a.item-link:link:hover,
.catalog-filter-tree .list-container a.item-link:visited:hover {
	color: #555;
	color: var(--ai-secondary, #555);
}

.catalog-filter-tree .list-container .top-item.nochild a.item-link:link,
.catalog-filter-tree .list-container .top-item.nochild a.item-link:visited {
	color: #282828;
	color: var(--ai-primary, #282828);
}

.catalog-filter-tree .list-container .top-item.nochild a.item-link:link:hover,
.catalog-filter-tree .list-container .top-item.nochild a.item-link:visited:hover {
	color: #555;
	color: var(--ai-secondary, #555);
}

.catalog-filter-tree .list-container > .top-item.active > .item-links > a.item-link:link,
.catalog-filter-tree .list-container > .top-item.active > .item-links > a.item-link:visited {
	color: #282828;
	color: var(--ai-primary, #282828);
}

.catalog-filter-tree .list-container.level-2 .active > .item-links > a.item-link:link,
.catalog-filter-tree .list-container.level-2 .active > .item-links > a.item-link:visited {
	color: #282828;
	color: var(--ai-primary, #282828);
}



/*-----------------------------------NAVBAR-----------------------------------*/

.navbar {
	transition: all .5s;
	padding: .5rem 1rem;
	color: #282828;
	color: var(--ai-primary, #282828);
	background-color: transparent;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	display: flex;
	/*min-height: 66px;*/
}

.navbar-brand {
	margin: 0;
	margin-inline-end: 1rem;
}



.navbar-collapse{
	position: relative;
	justify-content: flex-end;
}

.navbar-nav {
	padding: 0;
}

.navbar-nav .active>.nav-link {
	color: #FFFFFF !important;
}

.navbar-nav .dropdown-menu {
	text-align: start;
	background-color: #282828;
	background-color: var(--ai-primary, #282828);
	border: solid 1px #FFFFFF;
	left: auto;
	right: 0;
	position: absolute;
}

.navbar-light .navbar-nav .nav-link,
.navbar-default .navbar-nav .nav-link,
.navbar-default-transition .navbar-nav .nav-link,
.navbar-default-transition.navbar-transition .navbar-nav .nav-link {
	color: #FFFFFF;
	color: var(--ai-primary-alt, #FFFFFF);
	padding: .25rem .5rem;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-default .navbar-nav .nav-link:hover,
.navbar-default-transition .navbar-nav .nav-link:hover,
.navbar-default-transition.navbar-transition .navbar-nav .nav-link:hover {
	color: #CCCCCC;
	color: var(--ai-primary-light, #CCCCCC);
}

.navbar-nav .dropdown-menu button {
	background: none;
	border: none;
}

@media (max-width:768px) {

	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-expand-md .navbar-toggler {
		display: none;
	}

}

.navbar-scroll {
	background-color: rgba(18, 22, 26, 0.4);
	transition: none;
	padding: .5rem 1rem;
	background-color: #282828 !important;
	background-color: var(--ai-primary, #282828) !important;
}


.navbar .catalog-filter:first-child {
	margin-inline-start: auto;
	margin-inline-end: 0;
	position: relative;
}

.navbar .catalog-filter:nth-child(2),
.navbar .catalog-filter:nth-child(2) .catalog-filter-search {
	position: relative;
}

.navbar .catalog-filter:nth-child(2) .catalog-filter-search input {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

[dir="rtl"] .navbar .catalog-filter:nth-child(2) .catalog-filter-search input {
	right: unset;
	left: 0;
}

/*Typo3 Bootstrap-package*/


.navbar-toggler-icon::after, .navbar-toggler-icon, .navbar-toggler-icon::before {
	background-color: #fff;
}

.navbar-mainnavigation.navbar-default a:not(.active),
.navbar-mainnavigation.navbar-default-transition a:not(.active),
.navbar-mainnavigation.navbar-default-transition.navbar-transition a:not(.active) {
	color: #FFF !important;
	color: var(--ai-primary-alt, #FFF) !important;
}

.navbar-mainnavigation.navbar-default a:not(.active):hover,
.navbar-mainnavigation.navbar-default-transition a:not(.active):hover,
.navbar-mainnavigation.navbar-default-transition.navbar-transition a:not(.active):hover {
	color: #CCC !important;
	color: var(--ai-primary-light, #CCC) !important;
}

.navbar-mainnavigation {
		background-color: #282828 !important;
	background-color: var(--ai-primary, #282828) !important;
}

.navbar-mainnavigation .navbar-brand{
	height: auto;
}

.navbar-mainnavigation .navbar-brand img{
	transform: translate(0, 0%);
}

.navbar-mainnavigation .navbar-brand-image{
	padding-top: 0;
	padding-bottom: 0;
}


@media (min-width:992px) {

	.navbar {
		padding: 3.5rem 1rem;
	}

	.navbar .catalog-filter:first-child {
		margin-inline-start: auto;
		margin-inline-end: 0;
	}

	.navbar {
		padding: 3rem 1rem;
	}

	.navbar-scroll {
		transition: all 0.5s;
		padding: .5rem 1rem;
	}

	/*Typo3 Bootstrap-package*/

	.navbar-default {
		background-color: transparent !important;
	}

	.navbar-mainnavigation .navbar-brand {
		height: auto;
		padding-top: 0;
		padding-bottom: 0;
		transform: translate(0, 0%);
	}

	.navbar-mainnavigation .navbar-brand img{
		transform: translate(0, 0%);
	}

	.navbar.navbar-mainnavigation{
		padding: 3.5rem 1rem;
		box-shadow: none;
	}

	.navbar-default.navbar-scroll {
		padding: .5rem 1rem;
		background-color: #282828 !important;
		background-color: var(--ai-primary, #282828) !important;
		transition: all 0.5s;
	}

	.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-tree{
		background-color: #282828 !important;
		background-color: var(--ai-primary, #282828) !important;
		margin-bottom: 3rem;
		position: relative;
		z-index: 2;
	}

	.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-search:after{
		display: block;
		content: "";
		clear: both;
	}

	.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-price,
	.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-supplier,
	.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-attribute{
		float: left;

	}

	.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-attribute:after{
		display: block;
		content: "";
		clear: both;
	}

}

.catalog-filter-tree .media-list {
	margin: 0;
}

/*----------------------------- PROFILE Navbar--------------------------------*/

.navbar-nav .nav-item > .nav-link > span {
	display: none;
}

.navbar-nav .login > .nav-link,
.navbar-nav .register > .nav-link,
.navbar-nav .profile > .nav-link {
	padding: 0.5rem;
}

.navbar-nav .login > .nav-link::before,
.navbar-nav .register > .nav-link::before,
.navbar-nav .profile > .nav-link::before {
	font: normal normal normal 14px/1 bootstrap-icons;
	text-decoration: none;
	font-size: 165%;
	color: #555;
	color: var(--ai-primary-alt, #555);
	display: block;
	position: relative;
	text-align: center;
}

.navbar-nav .login > .nav-link::before,
.navbar-nav .profile > .nav-link::before {
	content: "\f4e1";
}

.navbar-nav .register > .nav-link::before {
	content: "\f4dd";
}

.navbar-nav .dropdown-menu {
	color: var(--ai-bg-alt, #FFF);
}

/*-----------------------------BASKET MINI Navbar-----------------------------*/

.basket-mini {
	margin: 0;
	padding: .5rem;
	text-align: center;
	cursor: pointer;
}

.basket-mini > a {
	padding: 0;
	text-decoration: none;
	position: relative;
}

.basket-mini > a::before {
	font: normal normal normal 14px/1 bootstrap-icons;
	content: "\f180";
	font-size: 150%;
	color: #FFF;
	color: var(--ai-primary-alt, #FFF);
	display: block;
	margin-inline-end: .2rem;
	margin-top: .2rem;
}

.navbar-mainnavigation .basket-mini > a::before {
	color: #FFF;
	color: var(--ai-primary-alt, #FFF);
}

.basket-mini-main {
	position: absolute;
	border-radius: 1rem;
	top: -0.25rem;
	background-color: #FFA500;
	background-color: var(--ai-warning, #FFA500);
	right: -0.5rem;
}

.basket-mini-main .quantity{
	color: #FFF !important;
	color: var(--ai-bg-alt, #FFF) !important;
	font-size: 75%;
	padding: 0 0.3rem;
}

.basket-mini-main .quantity::before,
.basket-mini-main .quantity::after {
	display: none;
}

.mini-basket-open body {
	overflow: hidden;
}

/*---------------------------BASKET MINI offscreen----------------------------*/
.dropdown-toggle:after {
	content: none
}

.basket-mini-offscreen.zeynep{
	background-color: #FFF;
	background-color: var(--ai-bg-alt, #FFF);
}

.basket-mini-product {
	display: block;
	line-height: 1;
	padding: 0;
}

.basket-mini-offscreen {
	display: block;
	position: fixed;
	top: 0;
	right: -20rem;
	width: 20rem;
	height: 100%;
	z-index: 1032;
	overflow-y: auto;
	transition: right .25s;
	background-color: #FFF;
	background-color: var(--ai-bg-alt, #FFF);
	border: none;
	padding: 0;
}

.basket-mini-offscreen.opened {
	transform: translateX(0);
	pointer-events: auto;
	right: 0;
}

[dir="rtl"] .basket-mini-offscreen {
	transition: left .25s;
	left: -20rem;
	right: unset;
}

[dir="rtl"] .basket-mini-offscreen.opened {
	right: unset;
	left: 0;
}

.mini-basket-open .more_wrap_background {
	top: 0;
	padding: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.44);
	position: fixed;
	display: block;
	width: 100% !important;
	z-index: 10;
	height: 100% !important;
}

.basket-mini-offscreen .basket-head {
	padding: 0;
	background: #f8f9fa;
	margin: 0;
}

.basket-mini-product th, .basket-mini-product .basket .quantity {
	width: 100%;
}

.basket-mini-product .to-basket {
	margin-top: 2rem;
}

.basket-mini-product .to-basket a {
	color: #FFF !important;
	color: var(--ai-bg-alt, #FFF) !important;
}

.mini-basket-close {
	margin: 0;
	display: inline-block;
	cursor: pointer;
	padding: .5rem .5rem;
	font-size: 125%;
}

.mini-basket-close::before{
	content: "\f659";
	font: normal normal normal 14px/1 bootstrap-icons;
	font-size: 110%;
	color: #555;
	color: var(--ai-secondary, #555);
}

.basket-mini-offscreen h1 {
	background: #f8f9fa;
	margin-bottom: 0;
	padding: .5rem 1rem;
	display: block;
}

.basket-mini-product .basket {
	display: block !important;
	border: none;
	font-size: 80%;
	position: relative;
}

.basket-mini-product .basket .price {
	white-space: nowrap;
	text-align: start;
	letter-spacing: 1.5px;
}

.basket-mini .btn-primary {
	color: #FFF;
	color: var(--ai-bg-alt, #FFF);
	margin: 0 auto;
}

.basket-mini > a > .name{
	display: none;
}

/*------------------------------ SEARCH BAR ----------------------------------*/

.catalog-filter-search .btn-primary:hover {
	color: #282828;
	color: var(--ai-primary, #282828);
}

.catalog-filter-search .input-group {
	margin: 0;
}

.catalog-filter-search .input-group > .form-control {
	font-size: 85%;
	z-index: 1024;
}

.catalog-filter-search .btn-primary {
	width: auto !important;
	padding: .5rem;
}

.catalog-filter-search .input-group input {
	width: 0;
	padding: 0;
	min-width: 0;
	transition: width .3s;
}

.catalog-filter-search .input-group:hover input,
.catalog-filter-search .input-group input:focus {
	padding: .375rem .75rem;
	min-width: available;
	transition: width .3s;
	width: 10rem;
}

@media (min-width:768px) {
	.catalog-filter-search .input-group:hover input,
	.catalog-filter-search .input-group input:focus {
		width: 15rem;
	}
}


/*Typo3 Bootstrap-package*/

.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-search .input-group{
	position: relative;
	display: inline-block;
	text-align: right;
}


.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-search .input-group > .form-control {
	font-size: 85%;
	z-index: 1024;
	top: 50%;
	position: absolute;
	right: .5rem;
	transform: translateY(-50%);
}

.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-search .reset{
	display: none;
}

@media (min-width:992px) {

.bp-page-content.main-section .aimeos.catalog-filter .catalog-filter-search .input-group{
	position: relative;
	display: inline-block;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	align-self: end;
	margin-left: auto;
}


}

/*- Suggests -*/

.ui-widget {
font-family: 'BasicSans',sans-serif;
font-size: 85%;
}

.ui-widget-content{
	z-index: 1030;
	border: none;
	padding: .5rem 0;
}

.aimeos .suggest-item {
	padding: .25rem 1rem;
}

.aimeos.catalog-suggest {
	border-bottom: none;
}

.aimeos a.suggest-item:link:not(.btn),
.aimeos a.suggest-item:visited:not(.btn) {
	color: #282828;
	color: var(--ai-primary, #282828);
	text-decoration: none;
	transition: color .3s;
}

.aimeos a.suggest-item:link:not(.btn):hover,
.aimeos a.suggest-item:visited:not(.btn):hover {
	color: #555555;
	color: var(--ai-secondary, #555);
	text-decoration: none;
	transition: color .3s;
}

.ui-menu-item:focus, .ui-state-active {
	background-color: #FFFFFF;
	background-color: var(--ai-bg-alt, #FFFFFF);
	color: #555;
	color: var(--ai-secondary, #555);
}

.ui-menu-item:hover {
	background-color: #FFFFFF;
	background-color: var(--ai-bg-alt, #FFFFFF);
	color: #CCCCCC;
	color: var(--ai-primary-light, #CCCCCC);
}

.ui-autocomplete li {
	padding: 0;
}

/*---------------------------------- Filter-Tree -----------------------------*/


.catalog-filter-tree .row.item-links{
	margin: 0;
}

.open-menu{
	display: none;
}

@media (max-width:991px) {

	/*- MENU trigger Button -*/

	.open-menu {
		position: relative;
		display: block;
		line-height: 1;
		cursor: pointer;
		padding: 0.5rem;
		z-index: 1;
	}

	.open-menu::before {
		content: "\f479";
		font: normal normal normal 14px/1 bootstrap-icons;
		font-size: 175%;
		color: #FFFFFF;
		color: var(--ai-primary-alt, #FFFFFF);
		vertical-align: bottom;
	}

	.catalog-filter-tree .category-selected {
		display: none;
	}

	/*Bootstrap Package Typo3*/

	.bp-page-content.main-section .open-menu {
		padding: 0.725rem;
		text-align: start;
		z-index: 1025;
		position: absolute;
		left: 0;
	}

	[dir="rtl"] .category-lists {
		transition: right .25s;
		right: -20rem;
		left: unset;
	}

	[dir="rtl"] .category-lists.opened {
		left: unset;
		right: 0;
	}

	/*-------------------------PUSHMENU Mobile------------------------------------*/

	.btn-open {
		border: 0;
		border-radius: 27.5px;
		box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .05);
		display: inline-block;
		font-weight: bold;
		min-width: 150px;
		outline: 0;
		padding-bottom: 15px;
		padding-top: 15px;
		cursor: pointer;
		margin: 0 6px;
	}

	.btn-open:active {
		box-shadow: inset 0 3px 5px 0px rgba(0, 0, 0, .1);
	}

	.zeynep{
		position: fixed;
		top: 0;
		bottom: 0;
		width: 20rem;
		z-index: 1031;
		overflow: hidden;
		overflow-y: auto;
		pointer-events: none;
		background-color: #FFF;
		background-color: var(--ai-bg-alt, #FFF);
		-webkit-overflow-scrolling: touch;
		transition: transform 250ms;
	}

	.zeynep.basket-mini-offscreen {
		right: -20rem;
		left: auto;
	}

	.zeynep.basket-mini-offscreen.opened {
		pointer-events: auto;
		transition: transform 250ms;
		transform: translateX(-20rem);
	}

	.zeynep.category-lists {
		left: -20rem;
		right: auto;
	}

	.zeynep.category-lists.opened {
		pointer-events: auto;
		transition: transform 250ms;
		transform: translateX(20rem);
	}

	.zeynep .submenu {
		position:fixed;
		top: 0;
		bottom: 0;
		left: -20rem;
		width: 20rem;
		z-index: 1032;
		overflow: hidden;
		overflow-y: auto;
		pointer-events: none;
		background-color: #FFF;
		background-color: var(--ai-bg-alt, #FFF);
		-webkit-overflow-scrolling: touch;
		transition: transform 250ms;
	}

	.zeynep.category-lists.opened .submenu.opened {
		pointer-events: auto;
		transition: transform 250ms;
		transform: translateX(20rem);
	}

	.zeynep .cat-img {
		display: none;
	}

	.zeynep h2 {
		text-align: center;
		background: #f8f9fa;
		margin-bottom: 0;
		font-weight: 400;
		font-size: 125%;
		padding: .5rem 1rem;
	}

	.zeynep .menu-close {
		cursor: pointer;
		padding: .5rem;
		text-align: end;
		line-height: 1;
		font-size: 125%;
	}

	.zeynep .menu-close::before {
		content: "\f659";
		font: normal normal normal 14px/1 bootstrap-icons;
		vertical-align: middle;
		text-decoration: none;
		font-size: 110%;
		color: #282828;
		color: var(--ai-primary, #282828);
		position: relative;
		display: inline-block;
		text-align: center;
		line-height: 1;
	}

	.catalog-filter-tree .category-lists .menu-head {
		padding: 0;
		background-color: #F6F6F6;
		background-color: var(--ai-bg-light, #F6F6F6);
		margin: 0;
	}

	/*- LISTS -*/

	.zeynep .list-container {
		margin: 1rem 0;
	}

	.catalog-filter-tree a.cat-item.top-cat-item,
	.catalog-filter-tree .has-submenu a.cat-item {
		display: none;
	}

	.zeynep a {
		color: inherit;
		display: block;
		padding: .25rem 1rem;
		text-decoration: none;
		transition: all 150ms;
		position: relative;
		letter-spacing: 1.5px;
	}

	/*Level-1 nochild*/

	.zeynep .nochild > .item-links > a.item-link {
		width: 100%;
		padding: .25rem 1rem;
	}

	.zeynep .level-2 > .nochild a.item-link {
		width: 100%;
		padding: .25rem 1rem;
	}

	/*Level-1 withchild*/

	.zeynep .data-link {
		text-align: end;
		cursor: pointer;
	}

	.zeynep div.has-submenu > div > a.data-link:before {
		font: normal normal normal 14px/1 bootstrap-icons;
		content: "\f285";
		text-decoration: none;
		font-size: 100%;
		color: #282828;
		color: var(--ai-primary, #282828);
	}

	.zeynep div.has-submenu > div > a.data-link:hover:before {
		color: #CCCCCC;
		color: var(--ai-light, #CCCCCC);
	}

	/*Submenu*/

	.catalog-filter-tree .has-submenu .submenu .col-lg-8,
	.catalog-filter-tree .has-submenu .submenu .col-lg-4 {
		padding: 0;
	}

	.zeynep .submenu-header {
		cursor: pointer;
		background: #f8f9fa;
		margin: 0;
	}

	.zeynep .submenu-header > a span {
		font-size: 120%;
		line-height: 1;
		display: block;
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
		padding-inline-start: .2rem;
		color: #555 !important;
		color: var(--ai-secondary, #555) !important;
	}

	.zeynep .arrow-back {
		position: relative;
		padding: .5rem 0rem .5rem 1rem;
	}

	.zeynep .arrow-back::before {
		content: "\f284";
		font: normal normal normal 14px/1 bootstrap-icons;
		font-size: 125%;
		color: #555;
		color: var(--ai-secondary, #555);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding-bottom: 0.1rem;
	}

	.zeynep .submenu-header > a {
		padding: .5rem 1rem .5rem .5rem;
	}
}

@media (min-width:992px) {
	.trigger-open, .menu-close{
		display: none;
	}
}


/*-------------------Main-MENU MEGAMENU----------------------*/

.catalog-filter-tree.col {
	z-index: 5;
}

@media (min-width:992px) {

	.item-links, .btn-open.first, .submenu-header {
		display: none !important;
	}

	.catalog-filter-tree .category-lists div.level-1 > .top-item > div.submenu > div.list-container > div.cat-item,
	.catalog-filter-tree .category-lists div.level-1 > .top-item > div.submenu > a.cat-item {
		font-size: 85%;
	}

	.catalog-filter-tree .category-lists div.level-1 > .cat-item > div.submenu > div.list-container > div.active .cat-name{
		border: none;
	}

	.catalog-filter-tree .submenu .has-submenu > a.cat-item {
		font-weight: 600;

	}

	.submenu .item-container .list-container{
		min-width: 10rem;
	}

}

/*------------------------Images in media-list--------------------------------*/

.catalog-filter-tree .cat-img-link .media-item img {
	height: auto;
	width: 100%;
	max-width: 12rem
}

@media (min-width:992px) {

	.submenu > .item-container > .list-container > .cat-item {
		margin-inline-start: 1rem;
		margin-inline-end: 1rem;
	}

	.catalog-filter-tree div.media-list.shows-img {
		display: block;
		align-self: center;
		order: 2;
		margin-inline-end: 1rem;
	}

	.catalog-filter-tree div.media-list.shows-img img {
		display: block;
		width: 240px;
		height: auto;
	}

	.submenu > .cat-img {
		margin: .5rem 1rem .5rem 0;
	}
}

/*------------------------------Megamenu--------------------------------------*/

@media (min-width:992px) {

	.megamenu [class*="level-"]:not(.level-1) > .cat-item {
		text-align: start;
		margin: 0 0 .5rem;
	}

	.megamenu [class*="level-"]:not(.level-1) > .cat-item:first-child {
		text-align: start;
	}

	.megamenu [class*="level-"]:not(.level-1) > .cat-item:last-child {
		margin-bottom: .25rem;
	}

	.catalog-filter-tree .megamenu > .submenu > .item-container > .list-container {
		display: flex !important;
	}

	.megamenu > .submenu > .item-container > .list-container > .cat-item {
		flex: 1 0 21%;
		border-left: 1rem solid transparent;
		border-right: 1rem solid transparent;
		margin-inline-start: 0;
		margin-inline-end: 0;
	}

	.catalog-filter .filter-sections:after{
		position: relative;
		display: block;
		content: "";
		clear: both;
	}

	.catalog-filter-tree h2 {
		display: none;
	}

	.catalog-filter-tree a.cat-item {
		border-bottom: none;
		white-space: normal;
		padding: 0;
		font-size: 90%;
		line-height: 1.2;
		display: flex;
		margin: .5rem 0;
	}


	/*-------------------------------Top level------------------------------------*/

	.catalog-filter-tree .top-cat-item.cat-item {
		padding: 1rem 1.75rem;
		margin: 0;
		letter-spacing: 1.5px;
		font-size: 100%;
	}

	/*-----------------------------Items level-1----------------------------------*/

	.catalog-filter-tree .category-lists div.level-1 {
		display: flex;
	}

	.catalog-filter-tree .category-lists div.level-1 > div.withchild > a.cat-item::after {
		content: "\f282";
		font: normal normal normal 14px/1 bootstrap-icons;
		margin-inline-start: .2rem;
		font-size: 80%;
		margin-top: auto;
	}

	.catalog-filter-tree .category-lists div.level-1 > .cat-item > div.submenu > a.cat-item {
		padding: 1rem 1.5rem;
		font-weight: 600;
	}


	/*---------------------------MEGAMENU level-2--------------------------------*/

	@keyframes FadeIn {
		0% {
			opacity: 0;
			height: initial;
		}
		100% {
			opacity: 1;
			height: initial;
		}
	}
	@keyframes FadeOut {
		0% {
			opacity: 1;
			height: initial;
		}
		99% {
			opacity: 0;
			height: initial;
		}
		100% {
			height: 0;
			opacity: 0;
			height: 0;
		}
	}

	.catalog-filter-tree .has-submenu > .submenu {
		position: absolute;
		display: none;
		padding: .5rem 0;
	}

	.catalog-filter-tree .has-submenu > .submenu .list-container > .has-submenu > .submenu {
		position: relative;
		display: block;
		border-top: none;
		padding: 0;
	}

	.catalog-filter-tree .top-item.hover > .submenu {
		display: flex;
		background-color: #282828;
		background-color: var(--ai-primary, #282828);
		margin-top: 0;
		animation: FadeIn .25s ease-in-out;
		min-width: 12rem;
		z-index: 1;
	}

	.catalog-filter-tree .top-item.hover.megamenu > .submenu {
		background-color: #282828;
		background-color: var(--ai-primary, #282828);
	}

	.catalog-filter-tree .megamenu > .submenu .has-submenu > a.cat-item {
		font-weight: 600;
		margin: .5rem 0
	}

}

/*----------------------- Filter Container -----------------------------------*/

.catalog-filter-attribute.col, .catalog-filter-price.col, .catalog-filter-supplier.col{
	background-color: #FFF;
	background-color: var(--ai-bg-alt, #FFF);
	z-index: 1;
}

.catalog-filter-attribute .attribute-lists,
.catalog-filter-supplier .supplier-lists,
.catalog-filter-price .price-lists {
	text-align: start;
	display: none;
/*	background-color: #FFF;
	background-color: var(--ai-bg-alt, #FFF);*/
	padding: 0.75rem 0;
	z-index: 1;
}

.catalog-filter-attribute > h2,
.catalog-filter-tree > h2,
.catalog-filter-price > h2,
.catalog-filter-supplier > h2 {
	padding: .5rem .75rem ;
	text-align: start;
}



/*Bootstrap Package Typo3*/

.bp-page-content.main-section .catalog-filter-attribute.col,
.bp-page-content.main-section .catalog-filter-price.col,
.bp-page-content.main-section .catalog-filter-supplier.col {
	max-width: unset;
	margin-bottom: 1rem;
}

.bp-page-content.main-section .catalog-filter-attribute.col:after,
.bp-page-content.main-section .catalog-filter-price.col:after,
.bp-page-content.main-section .catalog-filter-supplier.col:after {
	content: "";
	border: 1px solid;
	border-color: #CCCCCC;
	border-color: var(--ai-primary-light, #CCCCCC);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}


@media (min-width:768px) {

	.catalog-filter-attribute.col, .catalog-filter-price.col, .catalog-filter-supplier.col{
		background-color: #FFF;
		background-color: var(--ai-bg-alt, #FFF);
	}

	.catalog-filter-attribute .attribute-lists,
	.catalog-filter-supplier .supplier-lists,
	.catalog-filter-price .price-lists {
		text-align: start;
		display: none;
/*		background-color: #FFF;
		background-color: var(--ai-bg-alt, #FFF);*/
		padding: 0.75rem;
	}

}

@media (min-width:992px) {

	.catalog-filter-attribute.col, .catalog-filter-price.col, .catalog-filter-supplier.col{
		margin-bottom: 1rem;
	}

	.catalog-filter-attribute .attribute-lists,
	.catalog-filter-supplier .supplier-lists,
	.catalog-filter-price .price-lists {
		text-align: start;
		display: none;
/*		background-color: #FFF;
		background-color: var(--ai-bg-alt, #FFF);*/
		padding: .75rem 1.25rem;
		z-index: 1;
	}

	.catalog-filter-attribute > h2,
	.catalog-filter-tree > h2,
	.catalog-filter-price > h2,
	.catalog-filter-supplier > h2 {
		font-size: 130%;
		margin-bottom: 0;
		border: 0;
		letter-spacing: 1.5px;
	}

	/*Bootstrap Package Typo3*/

	.bp-page-content.main-section .catalog-filter-attribute.col,
	.bp-page-content.main-section .catalog-filter-price.col,
	.bp-page-content.main-section .catalog-filter-supplier.col {
		max-width: 33.3333333333%;
	}

	.bp-page-content.main-section .catalog-filter-attribute.col:after,
	.bp-page-content.main-section .catalog-filter-price.col:after,
	.bp-page-content.main-section .catalog-filter-supplier.col:after {
		content: "";
		border: 1px solid;
		border-color: #CCCCCC;
		border-color: var(--ai-primary-light, #CCCCCC);
		position: absolute;
		left: .5rem;
		top: 0;
		width: calc(100% - 1rem);
		height: 100%;
		z-index: -1;
	}
}

/*--------------------------- Attribute Filter -------------------------------*/

.catalog-filter-attribute fieldset {
	border-left: none;
}

.catalog-filter-attribute fieldset {
	width: 49%;
	min-width: 8rem;
}

@media screen and (min-width: 992px) {

	.catalog-filter-attribute fieldset {
		width: 100%;
		min-width: 0;
	}

	.catalog-filter-attribute .attribute-lists,
	.catalog-filter-supplier .supplier-lists,
	.catalog-filter-price .price-lists {
		display: block;
	}

/*Bootstrap Package Typo3*/
	.bp-page-content.main-section .catalog-filter-attribute .attribute-lists,
	.bp-page-content.main-section  .catalog-filter-supplier .supplier-lists,
	.bp-page-content.main-section  .catalog-filter-price .price-lists {
		display: none;
	}

}

/*---------------------------- Suppliers Filter ------------------------------*/

.catalog-filter-attribute label::before, .catalog-filter-supplier label::before {
	width: 0.75rem;
	height: 0.75rem;
	margin-inline-end: 0.25rem;
}

/*----------------------------- Price Filter ---------------------------------*/

.catalog-filter-price .price-high, .catalog-filter-price .price-low{
	font-size: 80%;
	width: 3.75rem;
	padding: .5rem;
	margin-bottom: 0;
}

.supplier-detail .image-single img {
	max-height: 20rem;
	max-width: 100%;
}

/*----------------------------- Detail Page ----------------------------------*/

.nav-tabs {
	border-bottom: 1px solid transparent;
	border-bottom-color: #282828;
	border-bottom-color: var(--ai-primary, #282828);
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	transition: all .3s linear;
}

.nav-tabs a:link:not(.btn):hover {
	border: 1px solid transparent;
	color: #282828;
	color: var(--ai-primary, #282828);
	background-color: #F6F6F6;
	background-color: var(--ai-bg-light, #F6F6F6);
	transition: all .3s linear;
}

.nav-tabs a {
	font-size: 120%;
	text-transform: uppercase;
	color: #282828;
	color: var(--ai-primary, #282828);
}

.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link.active:not(.btn) {
	color: #FFFFFF;
	color: var(--ai-primary-alt, #FFFFFF);
	border: 1px solid transparent;
	background-color: #282828;
	background-color: var(--ai-primary, #282828);
}

.nav-review .ratings {
	display: inline-block;
	margin-inline-start: .25rem;
	padding: .25rem .4rem;
	font-weight: bold;
	font-size: 75%;
	line-height: 1;
	white-space: nowrap;
	vertical-align: text-bottom;
	border-radius: .25rem;
	background-color: #FFA500;
	background-color: var(--ai-warning, #FFA500);
	color: #FFFFFF;
	color: var(--ai-primary-alt, #FFFFFF);
}

.tab-content.catalog-detail-additional {
	background-color: #F6F6F6;
	background-color: var(--ai-bg-light, #F6F6F6);
	border: none;
	width: 100%;
}

.tab-content .fade {
	transition: opacity .15s linear;
}

/*--------------------- Catalog Session/List Page  ---------------------------*/
.catalog-list-head {
	max-height: 30rem;
	overflow: hidden;
	padding: 0;
}

aside .catalog-filter {
	margin-bottom: 1rem;
}

aside .catalog-session {
	margin: 0;
	margin-bottom: 1rem;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	aside .catalog-filter-group,
	aside .catalog-session {
		display: flex;
	}

	aside .catalog-filter {
		width: 33.33%;
	}

	aside .catalog-session-pinned,
	aside .catalog-session-seen {
		width: 50%;
	}
}

aside .catalog-filter .catalog-filter-price,
aside .catalog-filter .catalog-filter-supplier,
aside .catalog-filter .catalog-filter-attribute {
	width: 100%;
	max-width: 100%;
	border: 1px solid #efefef;
}

aside .catalog-session-pinned > h2,
aside .catalog-session-seen > h2 {
	font-size: 100%;
	margin-bottom: 0rem;
	text-align: start;
	padding: .5rem .75rem;
	letter-spacing: 1.5px;
}

aside .catalog-session-seen > h2 {
	cursor: pointer;
}

aside:nth-child(1){
	margin-top: 1rem;
}

aside .catalog-session{
	padding-top: 0;
}

aside .catalog-session-seen .seen-items,
aside .catalog-session-pinned .pinned-items {
	display: none;
}

@media screen and (min-width: 992px) {

	aside .catalog-session-seen .seen-items,
	aside .catalog-session-pinned .pinned-items {
		display: block;
	}

	aside .catalog-session-seen .name,
	aside .catalog-session-pinned .name {
		margin: 0 0 .25rem;
		font-size: 80%;
		text-align: start;
	}

	aside .catalog-session-pinned > h2,
	aside .catalog-session-seen > h2 {
		font-size: 130%;
	}

	aside .pinned-item .price-item.default .value,
	aside .seen-item .price-item.default .value {
		vertical-align: middle;
		font-size: 110%;
	}

	/*last seen*/

	aside .catalog-session-seen {
		width: 100%;
	}

	aside .catalog-session-seen .seen-item,
	aside .catalog-session-pinned .pinned-item {
		width: 100%;
	}

	aside .catalog-session-seen .seen-item .media-item,
	aside .catalog-session-pinned .pinned-item .media-item {
		float: left;
		width: 60px;
		height: 80px;
		margin-bottom: .5rem;
		margin-inline-end: 1rem;
		background-position: top left;
	}

	[dir="rtl"] aside .catalog-session-seen .seen-item .media-item,
	[dir="rtl"] aside .catalog-session-pinned .pinned-item .media-item {
		float: right;
	}

	aside .catalog-session-seen .seen-item .price-list,
	aside .catalog-session-pinned .pinned-item .price-list {
		font-weight: normal;
		text-align: start;
		padding: 0;
		margin: 0;
	}

	aside .aimeos .price-item .rebatepercent {
		position: relative;
		font-size: 80%;
	}

	.catalog-session-pinned .name {
		margin-inline-end: 3rem;
	}
}


/* CMS page content */

.content > .container:not(.cms-page),
.content > .container-xl:not(.cms-page),
.content > .container-fluid:not(.cms-page) {
	padding-top: 1rem;
	padding-bottom: 4rem;
}

.aimeos.cms-page .container-xl {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.aimeos.cms-page h1 {
	font-size: 200%;
}

.aimeos.cms-page h2 {
	font-size: 150%;
}

.aimeos.cms-page h3 {
	margin-top: 0.5rem;
	font-size: 125%;
}

.aimeos.cms-page h1,
.aimeos.cms-page h2 {
	position: relative;
	padding-bottom: 0.5rem;
	margin-top: 0.5rem;
	text-align: center;
}

.aimeos.cms-page h1:before,
.aimeos.cms-page h2:not([itemprop]):before,
.aimeos.cms-page h1:after,
.aimeos.cms-page h2:not([itemprop]):after {
	content: "";
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.aimeos.cms-page h1:before,
.aimeos.cms-page h2:not([itemprop]):before {
	border-bottom: #CCCCCC;
	border-bottom: 1px solid var(--ai-primary-light, #CCCCCC);
	width: 12rem;
}

.aimeos.cms-page h1:after,
.aimeos.cms-page h2:not([itemprop]):after {
	border-bottom: #282828;
	border-bottom: 1px solid var(--ai-primary, #282828);
	width: 6rem;
}

.aimeos .background {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
	padding: 2rem 0;
}

.aimeos .background[data-background] {
	font-size: 4vw;
}


/* Bootstrap components */

.aimeos .card {
	border: 1px solid #282828;
	border-color: var(--ai-primary, #282828);
}

.aimeos .card-header {
	background-color: #282828;
	background-color: var(--ai-primary, #282828);
	border-bottom: 1px solid #282828;
	border-color: var(--ai-primary, #282828);
	color: #FFFFFF;
	color: var(--ai-bg, #FFFFFF);
}

.aimeos .card .form-check,
.aimeos .card .form-check-input {
	position: static;
	padding-left: 0;
	margin-left: 0;
}

.aimeos .card .btn {
	margin: 0.5rem 1rem;
}

/*custom css 29-09-2022*/
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
}
}
body > .content, body .main-section {
    margin-top: 0;
}
body > .content section.aimeos > .cms-content:first-child {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
}
body > .content section.aimeos > .cms-content:first-child > img {
    height: 92vh;
    width: 100%;
    object-fit: cover;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    position: absolute;
    right: 0;
    margin: 0px auto;
    z-index: 1;
    text-align: center;
    max-width: 860px;
}

body > .content section.aimeos > .cms-content:first-child > .container-xl h1 {
    font-size: 106px;
    font-family: 'Lust';
    color: #fff;
    font-style: italic;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: 6px;
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h2 {
    font-size: 54px;
    line-height: 65px;
    color: #fff;
    font-weight: 300 !important;
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h2::before, 
body > .content section.aimeos > .cms-content:first-child > .container-xl h2::after, 
body > .content section.aimeos > .cms-content:first-child > .container-xl h1::before, 
body > .content section.aimeos > .cms-content:first-child > .container-xl h1::after {
    display: none;
}

body > .content section.aimeos > .cms-content:first-child > .container-xl a.btn {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: none;
    border: 3px solid #fff;
    line-height: 24px;
    padding: 13px 30px;
    transition: all .5s ease;
    width: max-content;
}

body > .content section.aimeos > .cms-content:first-child > .container-xl a.btn:hover {
    color: #3c3c3b;
    background: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: all .5s ease;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h1 span {
    line-height: 1;
    display: inline-block;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h1 {
    font-size: 100px;
    font-family: 'Lust';
    color: #fff;
    font-style: italic;
    margin: 0;
    padding: 0;
    line-height: 100px;
}
.navbar nav .cat-item a.cat-item {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding-left: 10px;
    padding-right: 10px;
}
nav.navbar div#navbarNav section.catalog-filter {
    margin: 0px auto !important;
    display: flex;
    align-items: center;
}
nav.navbar div#navbarNav section.catalog-filter:before {
    content: '';
    width: 30px;
    height: 2px;
    background: white;
    position: absolute;
    left: -30px;
}
nav.navbar div#navbarNav section.catalog-filter:after {
    content: '';
    width: 30px;
    height: 2px;
    background: white;
    position: absolute;
    right: -30px;
}
body > .content section.aimeos > .cms-content:nth-child(2) > .container-xl,
section.top-banner .mult-link {
    background: #3c3c3b;
    max-width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px;
}
body > .content section.aimeos > .cms-content:nth-child(2) > .container-xl .col h2,
section.top-banner .mult-link h2 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    font-family: "basic-sans" !important;
    padding: 0;
    line-height: 1;
}
section.top-banner .mult-link .tab-multi-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}
body > .content section.aimeos > .cms-content:nth-child(2) > .container-xl > .row > .col {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 50px;
}
.aimeos.cms-page h1:before, .aimeos.cms-page h2:not([itemprop]):before, .aimeos.cms-page h1:after, .aimeos.cms-page h2:not([itemprop]):after {
	display: none;
}
body > .content section.aimeos > .cms-content:nth-child(2) > .row,
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child {
    padding: 7em 15px;
    max-width: 100%;
    margin: 0;
    position: relative;
    background: #F0ECE9;
}

body > .content section.aimeos > .cms-content:nth-child(2) > .row > .col:first-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col:first-child,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:first-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:first-child {
    position: absolute;
    max-width: max-content;
}

body > .content section.aimeos > .cms-content:nth-child(2) > .row > .col:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col:last-child,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:last-child {
    position: absolute;
    max-width: max-content;
}
body > .content section.aimeos > .cms-content:nth-child(2) > .row > .col:nth-child(2),
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col:nth-child(2),
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:nth-child(2),
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:nth-child(2) {
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
}

body > .content section.aimeos > .cms-content:nth-child(2) > .row > .col:nth-child(2) .slick-track,
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col:nth-child(2) .slick-track,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:nth-child(2) .slick-track {
    margin: 0px auto;
}
body > .content section.aimeos > .cms-content:nth-child(2) > .row > .col:first-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col:first-child,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:first-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:first-child {
    position: absolute;
    max-width: max-content;
    transform: rotate(-90deg);
    left: -5.3em;   
    top: calc(50% - 15px);
    z-index: 1;
    padding: 0px 20px;
    background: #F0ECE9;
    height: 30px;
}
body > .content section.aimeos > .cms-content:nth-child(2) > .row > .col:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col:last-child,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:last-child {
    position: absolute;
    max-width: max-content;
    transform: rotate(90deg);
    right:  -5.3em; 
    top: calc(50% - 15px);
    z-index: 1;
    padding: 0px 20px;
    background: #F0ECE9;
    height: 30px;
}
body > .content section.aimeos > .cms-content:nth-child(2) > .row > .col > h1,
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col > h1,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col > h1,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col > h1 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: 'Lust';
    font-style: italic;
    color: #3c3c3b !important;
}

body > .content section.aimeos > .cms-content:nth-child(2) > .row:before,
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row:before,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row:before,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    left: 3.3em;
}

body > .content section.aimeos > .cms-content:nth-child(2) > .row:after,
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row:after,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row:after,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row:after {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    right: 3.3em;
}
body > .content section.aimeos > .cms-content:nth-child(2) > .row > .col > a.btn,
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col > a.btn,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col > a.btn,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col > a.btn,
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2) a.btn,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) a.btn,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) a.btn,
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child a.btn,
section.quiz .col-sm-5 > a.quiz-btn,
section.quiz-1 .col-sm-8 .quiz-start .tab-content div#button_next_prev button,
section.quiz-1 .col-sm-8 .quiz-start .tab-content div#nav-contact .container > div.mt-3 > div > a {
    font-size: 20px;
    font-weight: bold;
    color: #3c3c3b;
    background: none;
    border: 3px solid #3c3c3b;
    line-height: 24px;
    padding: 13px 30px;
    transition: all .5s ease;
    width: max-content;
    text-transform: uppercase;
}
body > .content section.aimeos > .cms-content:nth-child(2) > .row > .col > a.btn:hover,
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col > a.btn:hover,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col > a.btn:hover,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col > a.btn:hover,
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2) a.btn:hover,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) a.btn:hover,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) a.btn:hover,
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child a.btn:hover,
section.quiz-1 .col-sm-8 .quiz-start .tab-content div#button_next_prev button:hover,
section.quiz .col-sm-5 > a.quiz-btn:hover,
section.quiz-1 .col-sm-8 .quiz-start .tab-content div#nav-contact .container > div.mt-3 > div > a:hover {
    color: #FFF;
    background: #3c3c3b;
    border-left: 1px solid #3c3c3b;
    border-right: 1px solid #3c3c3b;
    transition: all .5s ease;
}

.catalog-list .product-item {
    width: 100%;
    padding: 0 15px;
}

.catalog-list .product-item .list-column * {
    text-align: center !important;
    justify-content: center;
}
.aimeos .product .price-list {
    width: 100%;
}
.aimeos .product .text-list h2,
.price-item.default .value {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #3c3c3b;
    line-height: 24px;
    margin-bottom: 10px;
}


body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl,
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    position: absolute;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl > .row > .col {
    text-align: center;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl .col > img,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl .col > img,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl .col > img {
    width: auto;
    height: 43px;
    margin-bottom: 40px;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl > .row > .col {
    text-align: center;
    padding: 30px;
    background: #3c3c3b;
    color: #fff;
    margin: 0 15px;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    top: calc(85% - 230px);
    z-index: 1;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    top: calc(85% - 230px);
    z-index: 1;
}
body > .content section.aimeos > .cms-content:nth-child(3),
body > .content section.aimeos > .cms-content:nth-child(5),
body.homepage > .content section.aimeos > .cms-content:nth-child(6),
body > .content section.aimeos > .cms-content:nth-child(6) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 230px;
    background: #F0ECE9;
}
body > .content section.aimeos > .cms-content:nth-child(5),
body.homepage > .content section.aimeos > .cms-content:nth-child(6) {
    padding-bottom: 260px;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col h1,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col h1,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col h1,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col h1,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl > .row > .col h1,
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl > .row > .col h1 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 1;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col p, 
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col p, 
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col p,
body > .content section.aimeos > .cms-content:nth-child(5), 
body.homepage > .content section.aimeos > .cms-content:nth-child(6) {
    font-size: 16px !important;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    font-family: "basic-sans" !important;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2),
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    max-width: 60%;
    left: 0;
    text-align: center;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2),
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    max-width: 600px;
    right: 3em;
    text-align: center;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) > *:not(.row),
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) > *:not(.row) {
    max-width: 80%;
    margin: 0px auto;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) a.btn,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) a.btn {
    margin-top: 20px;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) h1,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) h1 {
    margin-bottom: 20px !important;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2) h1,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) h1,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) h1,
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child > h1 {
    font-size: 60px;
    font-family: 'Lust';
    color: #3c3c3b;
    padding: 0;
    line-height: 1;
    max-width: 500px;
    margin: 0px auto;
    letter-spacing: 6px;
}

body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2) span {
    font-size: 40px;
    font-weight: 400 !important;
    font-family: "basic-sans" !important;
    line-height: 50px;
}

body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) p,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) p {
    font-size: 20px !important;
    line-height: 26px;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row {
    padding-bottom: 230px;
}

body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row {
    padding-bottom: 14em;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl {
    max-width: 1140px;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col > div:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col > div:last-child {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col {
    padding: 50px 30px;
    position: relative;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col:before,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 35px;
    height: 3px;
    background: #fff;
    top: 35px;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col:after,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 35px;
    height: 3px;
    background: #fff;
    bottom: 35px;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col h1,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col h1 {
    font-size: 25px;
}

body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child {
    text-align: center;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child h1,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child h1 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 1;
}

body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child p:after,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child p:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #3c3c3b;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -23px;
    border-radius: 3px;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child p,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child p {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 40px;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child a.btn,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child a.btn {
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    width: auto;
    border: none;
    background: none;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) > .row > .col > img,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) > .row > .col > img {
    width: 100%;
    height: auto;
    margin: 0;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) > .row > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) > .row > .col {
    padding: 0;
    margin: 10px;
    background: none;
}

body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) .row,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) .row {
    margin-top: 3em;
}
/*30-09-2022*/
body > .content section.aimeos > .cms-content:nth-child(6) {
    flex-wrap: wrap;
    padding-bottom: 0;
}
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    bottom: 8em;
}

body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 7em !important;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col {
    background: none;
}

section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:nth-child(2) {
    max-width: 1023px !important;
}

body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:before, 
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:after,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:before, 
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:after {
	display: none !important;
}

body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2),
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-child(2) {
    margin-top: -14em !important;
}

body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child > h1 {
    color: #fff;
}

body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child a.btn {
    border-color: #fff;
    color: #fff;
}
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child a.btn:hover {
    border-color: #fff;
    color: #3c3c3b;
    background: #fff;
}

body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:first-child {
    position: relative;
}
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:first-child:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    left: 0em;
}
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:first-child:after {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    right: 0em;
}
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:first-child img {
    padding-left: 5.6em;
    padding-right: 5.6em;
    width: 100%;
    height: auto;
}

footer .footer-block h2 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
footer .footer-block a {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}

/*single page*/
section.aimeos.catalog-stage {
    display: none;
}
.all-products > .container-xl {
    max-width: 100%;
    padding: 0;
}
.all-products {
    background: #F0ECE9;
    padding-top: 130px;
}
.all-products > .container-xl article.product .mult-link {
    width: 100%;
    background: #3c3c3b;
    color: #fff;
}
.all-products > .container-xl article.product .mult-link .multi-link.description {
    display: flex;
    justify-content: space-between;
    text-align: center;
    height: 71px;
    align-items: center;
}
.all-products > .container-xl article.product .mult-link .multi-link.description .col-md-4 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    font-family: "basic-sans" !important;
    padding: 0;
    line-height: 1;
}
.all-products > .container-xl article.product .steps {
    width: 100%;
    background: #F0ECE9;
}
.all-products > .container-xl article.product .tab-steps-content.single-product .content {
    max-width: 1320px !important;
    margin: 0px auto;
    position: relative;
}
.all-products > .container-xl article.product .tab-steps-content.single-product .content ul {
    padding: 0 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.all-products > .container-xl article.product .tab-steps-content.single-product .content ul img {
    width: calc(33.33% - 15px);
    height: auto;
}
.all-products > .container-xl article.product .tab-steps-content.single-product .content > h1 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: 'Lust';
    font-style: italic;
    color: #3c3c3b !important;
    position: absolute;
    top: 0;
}

.all-products > .container-xl article.product .tab-steps-content.single-product .content > h1,
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product > h1,
.review-sec > .container-xl > h1,
.instagran-sec > .container-xl > h1 {
    position: absolute;
    max-width: max-content;
    transform: rotate(-90deg);
    left: -3em;
    top: calc(50% - 15px);
    z-index: 1;
    padding: 0px 20px;
    background: #F0ECE9;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    font-family: 'Lust';
    font-style: italic;
    color: #3c3c3b !important;
}
.all-products > .container-xl article.product .tab-steps-content.single-product .content > h1:last-child,
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product > h1:last-child,
.review-sec > .container-xl > h1:last-child,
.instagran-sec > .container-xl > h1:last-child {
    transform: rotate(90deg);
    right: -3em;
    left: inherit;
}
.all-products > .container-xl article.product .tab-steps-content.single-product .content:before,
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product:before,
.review-sec .catalog-detail-additional:before,
section.aimeos.catalog-list .catalog-list-items:before,
.instagran-sec .container-xl:before,
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    left: 0;
}

.all-products > .container-xl article.product .tab-steps-content.single-product .content:after,
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product:after,
.review-sec .catalog-detail-additional:after,
section.aimeos.catalog-list .catalog-list-items:after,
.instagran-sec .container-xl:after,
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child:after {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    right: 0;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product {
    position: relative;
}
.all-products article.product .container-xl .col-sm-6 h1.name {
    font-size: 62px;
    font-family: 'Lust';
    color: #000;
    font-style: italic;
    line-height: 1;
    padding: 0;
}
.all-products article.product .container-xl .col-sm-6 p.code {
    font-size: 33px;
    text-transform: uppercase;
    line-height: 1;
}
.all-products article.product .price-item.default .value {
    font-size: 33px;
    text-transform: uppercase;
    line-height: 1;
}
.catalog-detail-basket .catalog-detail-additional nav a {
    font-size: 20px !important;
    font-weight: 200 !important;
    line-height: 25px;
    background: none !important;
}
.catalog-detail-basket .catalog-detail-additional nav {
    border-bottom: 2px solid #a5a5a5;
}
.catalog-detail-basket .catalog-detail-additional nav a.active {
    font-weight: 600 !important;
    color: #3c3c3b !important;
    background: none !important;
    border-bottom: 3px solid #000 !important;
}
.catalog-detail-basket .catalog-detail-additional {
    margin: 1rem 0;
    font-family: "basic-sans" !important;
}
.catalog-detail-image .thumbs-horizontal, .catalog-detail-image .thumbs-horizontal .slick-slider, .catalog-detail-image .thumbs-horizontal img.item-thumb {
    display: none;
}
.catalog-detail-image .image-single img {
    max-width: 80% !important;
    height: auto !important;
    /*transform: none !important;*/
}
.catalog-detail-basket-attribute ul.selection li label {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #3c3c3b;
}
.catalog-detail-basket-attribute ul.selection li select,
.catalog-detail-basket-attribute ul.selection li input.form-control {
    border: 2px solid #3c3c3b;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.catalog-detail .catalog-social, .catalog-detail .catalog-actions {
    display: none;
}
.catalog-detail-basket .addbasket .input-group input.form-control, .catalog-detail-basket .addbasket .input-group button.btn {
    width: calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #3c3c3b;
}
.all-products article.product > .container-xl:first-child > .row {
    align-items: center;
    padding-bottom: 3em;
}
.all-products article.product > .container-xl > .row .catalog-detail-image {
    margin-bottom: 0;
}
.review-sec > .container-xl {
    margin: 0px auto;
    position: relative;
    padding: 8em 8em;
}
.how-to-use .how-to-use-img ul img {
    width: 100%;
    height: auto;
}
.how-to-use .how-to-use-img ul {
    padding: 0;
}

.how-to-use .tab-use-content {
    display: flex;
    flex-wrap: wrap;
}

.how-to-use .tab-use-content .uses {
    width: calc(33.33% - 30px);
    text-align: center;
    padding: 30px;
    background: #3c3c3b;
    color: #fff;
    margin: 0 15px;
}

.how-to-use .tab-use-content .uses p strong,
.all-products article.product .section-4 .tab-sec-content .section-4 p strong {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 1;
}

.all-products article.product .section-4 .tab-sec-content .section-4 {
    text-align: center;
    padding: 5em;
}
.all-products article.product .section-4 .tab-sec-content .section-4 p strong {
    font-size: 50px;
    letter-spacing: 10px;
    color: #3c3c3b;
}
.how-to-use {
    position: relative;
    padding-bottom: 11em !important;
    background: #fff;
}
/*.how-to-use .tab-use-content {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}*/
.how-to-use .tab-use-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10em;
    margin-bottom: -10em;
}
.section-4 {
    background: #fff;
}

.all-products > .container-xl article.product .mult-link .multi-link.description .row {
    width: 100%;
}
.all-products > .container-xl article.product .mult-link .multi-link.description .row .col-md-12 {
    display: flex;
}

.all-products > .container-xl article.product .steps .tab-steps-content.collection-product {
    position: relative;
    padding: 5em 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content {
    width: calc(33.33% - 15px);
    height: auto;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content > ul.block.downloads {
    margin: 0;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content ul {
    padding: 0;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content ul img {
    width: 100%;
    height: auto;
}
/*.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content ul img:last-child {
    position: absolute;
    width: auto;
    height: 187px;
    bottom: 0;
    left: 0;
    z-index: 1;
}*/
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps > p:first-child {
    display: none !important;
}

.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps {
    background: #fff;
    text-align: center;
    padding: 20px;
    position: relative;
    padding-left: 5rem;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps p:first-child {
    position: absolute;
    font-size: 56px;
    font-family: 'Lust';
    color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    background: #c8aca1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -37px;
    left: 30px;
    z-index: 2;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps p {
    margin: 0;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content ul img:first-child {
    border-radius: 11em 11em 0 0;
}

.all-products > .container-xl article.product .steps .tab-steps-content.collection-product > h1 {
    left: -2.5em;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product > h1:last-child {
    right: -2.5em;
}

.all-products > .container-xl article.product .steps .tab-steps-content.single-product > .content {
    padding: 5em 0;
}
/*.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps .pro-num p {
    position: static;
}*/
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps .pro-num {
    position: absolute;
    top: -10px;
    left: -15px;
    width: 5rem;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content {
    width: calc(33.33% - 30px);
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps p strong {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600 !important;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps .pro-num img {
    width: 100%;
    height: auto;
}
.review-sec > .container-xl .reviews .row .col-md-4, .review-sec > .container-xl .reviews .row .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.review-sec > .container-xl .reviews .row .col-md-8.review-list .sort, .review-sec > .container-xl .reviews .row .col-md-8.review-list .review-items .review-item {
    margin: 0;
}
.review-sec > .container-xl .reviews .row .col-md-8.review-list .review-items .review-item .review-name {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    order: 3;
    color: #000;
    padding-top: 0;
}
.review-sec > .container-xl .reviews .row .col-md-8.review-list .review-items .review-item .review-name:before {
    content: "-";
}
.review-sec > .container-xl .reviews .row .col-md-8.review-list .review-items .review-item .review-ctime {
    font-size: 14px;
    line-height: 1;
}
.review-sec > .container-xl .reviews .row .col-md-8.review-list .review-items .review-item .review-rating {
    order: 1;
    font-size: 25px;
    letter-spacing: 6px;
    line-height: 1;
    padding: 0;
}
.review-sec > .container-xl .reviews .row .col-md-8.review-list .review-items .review-item .review-comment {
    order: 2;
    font-size: 20px;
    font-weight: 100 !important;
    font-family: 'BasicSans' !important;
    line-height: 30px;
    color: #000 !important;
}
.review-sec > .container-xl .reviews .row .col-md-8.review-list .review-items .review-item {
    border: none;
    margin-bottom: 2em;
}
.review-sec > .container-xl .reviews .row .col-md-4.rating-list,
.review-sec > .container-xl nav#nav-tab,
.review-sec > .container-xl .reviews .row .col-md-8.review-list .sort {
    display: none;
}
.all-products article.product .section-4 .tab-sec-content .section-4 p:last-child {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-top: 3em;
}
.all-products article.product .section-4 .tab-sec-content .section-4 p:last-child:before {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    background: #3c3c3b;
    top: 1.5em;
    border-radius: 3px;
}
.how-to-use .tab-use-content .uses p:first-child {
    display: inline-block;
    position: relative;
    font-size: 40px;
    font-family: 'Lust';
}
.how-to-use .tab-use-content .uses p:first-child:before {
    content: '';
    width: 35px;
    height: 3px;
    background: #fff;
    right: calc(100% + 20px);
    position: absolute;
    top: calc(50% - 1px);
}
.how-to-use .tab-use-content .uses p:first-child:after {
    content: '';
    width: 35px;
    height: 3px;
    background: #fff;
    left: calc(100% + 20px);
    position: absolute;
    top: calc(50% - 1px);
}
.review-sec > .container-xl > h1 {
    left: -3.4em;
}
.review-sec > .container-xl > h1:last-child {
    right: -3.4em;
}
/*catalog page*/
.container-fluid > .row > .col-lg-12 {
    padding: 0;
}
section.top-banner .banner-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
section.top-banner .banner-img > .banner-content {
    position: absolute;
    right: 14em;
    top: 45%;
}

section.top-banner .banner-img > .banner-content h1 {
    font-size: 90px;
    font-family: 'Lust';
    color: #fff;
    font-style: italic;
    margin: 0;
    padding: 0;
    line-height: 90px;
}
section.top-banner .banner-img > .banner-content h2 {
    font-size: 54px;
    line-height: 65px;
    color: #fff;
    font-weight: 300 !important;
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

section.aimeos.catalog-list .catalog-list-type,
section.aimeos.catalog-list nav.pagination {
    display: none;
}
.catalog-list .product-item .list-column a.media-list {
    margin: 0px auto;
}
section.aimeos.catalog-list .catalog-list-items {
    max-width: 1320px;
    margin: 0px auto;
    padding: 5em 15px;
    position: relative;
}
section.aimeos.catalog-list .catalog-list-items .list-items {
    display: flex;
    flex-wrap: wrap;
}
section.aimeos.catalog-list .catalog-list-items .list-items > .product {
    width: calc(33.33% - 30px);
    margin: 15px;
}

/*01-10-2022*/
.catalog-detail-basket-attribute ul.selection li.select-item.select {
    display: none;
}

.catalog-detail-basket-attribute ul.selection li.select-item.select {
    display: none;
}
.catalog-detail-basket-attribute ul.selection li.select-item.interval.select {
    display: block !important;
    max-width: max-content;
}
.aimeos .catalog-detail-basket .stock-list span.stocktext {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.review-sec {
    background: #F0ECE9;
}
.instagran-sec > .container-xl {
    position: relative;
    padding: 8em 0;
}
.instagran-sec > .container-xl > h1 {
    left: -3.9em;
}
.instagran-sec > .container-xl > h1:last-child {
    right: -3.9em;
}

section.quiz .col-sm-7, section.quiz .col-sm-5 {
    flex: 0 0 auto;
    width: 50%;
    text-align: center;
}
section.quiz {
    padding: 0 !important;
    /*margin-top: -7em;*/
    background: #e4dad4;
    padding-top: 30px !important;
}

section.quiz .col-sm-7 > img {
    margin: 0;
    max-width: 100%;
    height: auto;
    border-radius: 0 !important;
}
section.quiz > .container > .row {
    align-items: center;
}
section.quiz .col-sm-5 > .quiz-heading {
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
section.quiz .col-sm-5 > .quiz-heading h3 {
    font-size: 35px !important;
    font-weight: 400 !important;
    font-family: "basic-sans" !important;
    -webkit-text-stroke: 0px;
    color: #3c3c3b;
    letter-spacing: 4px;
    max-width: 400px;
    margin: 0px auto;
    line-height: 1;
    margin-bottom: 30px;
}

section.quiz .col-sm-5 > a.quiz-btn {
    background: none !important;
    border-radius: 0 !important;
    color: #3c3c3b !important;
    margin-top: 30px !important;
    display: inline-block;
}
section.quiz .col-sm-5 > a.quiz-btn:hover {
    background: #3c3c3b !important;
    color: #ffffff !important;
}
section.quiz .col-sm-5 > p.ps-5.ms-4 {
    margin-left: 0 !important;
    text-align: left;
    font-size: 25px;
    line-height: 30px;
}
a.navbar-brand img {
    height: 60px;
    width: auto !important;
}
section.quiz .col-sm-5 > .quiz-heading h2.products-h1 {
    font-size: 100px;
    font-family: 'Lust';
    color: #3c3c3b;
    -webkit-text-stroke: 0px;
    margin: 0;
}
section.quiz-1 {
    padding: 0 !important;
    /*margin-top: -7em;*/
    background: #f0ece9;
    padding-top: 10em !important;
}
section.quiz-1 .col-sm-8 .quiz-start nav .nav.nav-tabs {
    border-bottom: 1px solid #3c3c3b !important;
    padding-bottom: 0 !important;
}
section.quiz-1 .col-sm-8 .quiz-start nav .nav.nav-tabs a {
    background: none !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    font-weight: 200 !important;
    line-height: 25px;
    background: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
section.quiz-1 .col-sm-8 .quiz-start form#regForm nav .nav.nav-tabs a.active {
    font-weight: 600 !important;
    color: #3c3c3b !important;
    background: none !important;
    border-bottom: 3px solid #000 !important;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content {
    padding: 30px 0;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab .holder input {
    border-radius: 0 !important;
    box-shadow: 0px 3px 6px #0006;
    /*height: 370px;*/
    cursor: pointer;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab .holder label p {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    font-family: "basic-sans" !important;
    margin: 0;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab:nth-child(3) .holder label p {
    text-transform: capitalize;
    letter-spacing: normal;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab .holder label {
    cursor: pointer;
}
section.quiz-1 .col-sm-4.col-12 img {
    border-radius: 12em 12em 0 0 !important;
    overflow: hidden;
}
section.quiz-1 .quiz-start {
    padding-left: 3em;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content div#button_next_prev button {
    border-radius: 0;
    margin-top: 30px;
}
/* ---------- */
.instagran-sec div#instafeed {
    padding: 0 8em;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.instagran-sec div#instafeed a {
    height: auto;
    overflow: hidden !important;
    display: block;
    padding-bottom: 100%;
    position: relative;
}
.instagran-sec div#instafeed a figure {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
}
.instagran-sec div#instafeed .instafeed-item-wrap {
    width: 25%;
  float:left;
}
.instagran-sec div#instafeed h3.full-width {
    margin-bottom: 30px;
    padding-left: 10px;

}
.instagran-sec h2.instagram-head {
    font-size: 55px;
    font-family: 'BasicSans';
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    letter-spacing: 5px;
    margin-bottom: 0.9em;
}
.instagran-sec {
    background: #f0ece9;
}
p:empty {
    display: none;
}

/*footer*/
footer .footer-block {
    display: block;
}
footer .col-md-4 .col-sm-6.footer-left {
    margin-bottom: 2em;
}
footer .col-sm-4.footer-left .footer-block {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}
footer > .container > .row > .col-sm-4.footer-left {
    border-right: 2px solid #fff;
    padding-right: 3em !important;
}
footer > .container > .row > .col-md-4.footer-right {
    padding-left: 4em;
}
footer > .container > .row > .col-md-4.footer-right .footer-block a.logo, footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters h1 {
    text-align: center;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters h1 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
}
footer > .container > .row > .col-md-4.footer-right .footer-block a.logo img {
    height: 50px;
    width: auto !important;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters-2 h1 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters-2 {
    margin-top: 20px;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters input,
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters-2 input {
    height: 40px;
    border: none;
    outline: none;
    background: #000;
    width: calc(100% - 40px);
    padding: 5px 10px;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters,
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters-2 {
    display: flex;
    flex-wrap: wrap;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters form, 
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters-2 form {
    width: 100%;
    display: flex;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters button.newsletter-btn, 
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters-2 button.newsletter-btn {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 400;
    font-family: "basic-sans" !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
footer .copywright {
    height: 70px;
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .copywright .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer {
    padding: 0;
}
footer > .container {
    padding: 3em 15px 3em 15px;
}
footer .copywright .container .leftsection {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
footer .copywright .container .righsection img {
    width: auto;
    height: 24px;
}
a.back-to-top {
    background: #000 !important;
    border: 3px solid #000;
    width: 40px;
    height: 40px;
    text-decoration: none;
    bottom: 5rem;
}
a.back-to-top .top-icon i {
    font-size: 30px;
}
a.back-to-top .top-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
a.back-to-top .top-icon i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
}
/* ---------- */

.slick-prev:before {
    content: '\f284';
        font-weight: 900;
    color: #000;
    font-size: 30px;
}
.slick-prev {
    left: -30px;
}
.slick-next:before {
    content: '\f285';
    font-weight: 900;
    color: #000;
    font-size: 30px;
}
.slick-next {
    right: -30px;
    left: auto;
    bottom: auto;
}
.instagran-sec div#instafeed button.slick-prev {
    left: 4rem !important;
}
.instagran-sec div#instafeed button.slick-next {
    right: 4rem !important;
}
a{
	text-decoration: none !important;
}
footer,footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    font-family: 'BasicSans',sans-serif !important;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab:nth-child(3) .col-sm-3,
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab:nth-child(4) .col-sm-3 {
    margin-bottom: 15px;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab:nth-child(3) .col-sm-3 .holder label.form-check-label,
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab:nth-child(4) .col-sm-3 .holder label.form-check-label {
    max-width: 100px;
    width: 90%;
    font-weight: 600;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab:nth-child(3) .col-sm-3 .holder label.form-check-label img {
    max-width: 100px;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list {
    display: flex;
    flex-wrap: wrap;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .catalog-list-items, section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list {
    width: 100%;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list > .product {
    width: 25%;
    padding: 10px;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list > .product .product-item {
    width: 100%;
    display: block;
    border: none;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list > .product .product-item .list-column {
    width: 100%;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list > .product .product-item a.text-list h2,
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list > .product .product-item .offer .articleitem {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #3c3c3b;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: 'BasicSans',sans-serif !important;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content div#nav-contact .container {
    padding: 0;
    margin: 0;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content div#nav-contact .container > div.mt-3 > div > a:hover {
    background: #3c3c3b !important;
    color: #fff !important;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content div#nav-contact .container > div.mt-3 > div > a {
    background: none !important;
    border-radius: 0 !important;
    color: #3c3c3b !important;
}
/*03-10-2022*/
.container-fluid {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
section.aimeos.catalog-list .catalog-list-items h1.collection-left,
section.aimeos.catalog-list .catalog-list-items h1.product-left,
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child h1:first-child,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child h1:first-child,
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child > h1:first-child,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > h1:first-child {
    position: absolute;
    max-width: max-content;
    transform: rotate(-90deg);
    left: -4.7em;
    top: 11em;
    z-index: 1;
    padding: 0px 20px;
    background: #F0ECE9;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    font-family: 'Lust';
    font-style: italic;
    color: #3c3c3b !important;
}

section.aimeos.catalog-list .catalog-list-items h1.collection-right,
section.aimeos.catalog-list .catalog-list-items h1.product-right,
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child h1:last-child,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child h1:last-child,
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child > h1:last-child,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > h1:last-child {
    position: absolute;
    max-width: max-content;
    transform: rotate(-90deg);
    right: -4.9em;
    top: 11em;
    z-index: 1;
    padding: 0px 20px;
    background: #F0ECE9;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    font-family: 'Lust';
    font-style: italic;
    color: #3c3c3b !important;
}
section.aimeos.catalog-list {
    background: #F0ECE9;
}
section.aimeos.catalog-list .catalog-list-items h1.product-left {
    top: inherit;
    bottom: 36em;
    left: -3.7em;
}
section.aimeos.catalog-list .catalog-list-items h1.product-right {
    top: inherit;
    bottom: 36em;
    right: -3.9em;
}
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child h1:last-child {
    right: -4.7em;
}
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) {
    padding-bottom: 0 !important;
}

/*about us*/
body.about-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2),
body > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2) {
    background: none !important;
    max-width: 1320px !important;
    height: auto !important;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child {
    position: relative;
    max-width: 1320px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2),
body > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2),
body.faq .content > section > .cms-content:nth-child(2) > .container-xl:nth-child(2) {
    background: none !important;
    max-width: 1140px !important;
    height: auto !important;
    text-align: center;
    padding-top: 8em !important;
    padding-bottom: 5em !important;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2) > div:last-child,
body > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2) > div:last-child {
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    width: auto;
    border: none;
    text-transform: uppercase;
    color: #3c3c3b;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2) > div > div,
body > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2) > div > div {
    margin-bottom: 30px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3):before,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10em;
    background: #fff;
    top: 0;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child .col h1,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child .col h1 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 1;
    font-family: 'BasicSans';
}
body.about-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2) > h1,
body > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2) > h1 {
    font-family: 'BasicSans';
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 1;
    color: #3c3c3b;
    text-transform: uppercase;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child .col p span,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child .col p span {
    font-size: 16px;
    line-height: 26px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child .col p,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child .col p {
    margin-top: 20px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child .col > div:last-child,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child .col > div:last-child {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 1;
    font-family: 'BasicSans';
    margin-top: 30px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3),
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) {
    flex-wrap: wrap;
    padding-bottom: 3em;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child {
    position: relative;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .col,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .col {
    background: none;
    color: #3c3c3b;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .col img,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .col img {
    width: 175px;
    height: 175px;
    margin-bottom: 5px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .col h5,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .col h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .col,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .col {
    background: none;
    color: #3c3c3b;
    padding-top: 15px;
    padding-bottom: 15px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-last-child(2) {
    position: absolute;
    margin-top: 0 !important;
}
/*body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child {
    margin-top: -14em !important;
}*/
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child {
    margin-top: -10em !important;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-last-child(2),
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    position: absolute;
    margin-top: 0 !important;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 10em;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) h1,
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h1 {
    max-width: 300px;
    font-size: 60px;
    font-family: 'Lust';
    color: #3c3c3b;
    padding: 0;
    line-height: 1;
    letter-spacing: 6px;
    text-align: left;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl {
    max-width: 1320px !important;
    position: static;
}
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl:first-child {
    max-width: 1140px !important;
    margin: 0px auto;
}
body.about-us > .content section.aimeos > .cms-content:last-child {
    flex-wrap: wrap;
    background: #fff;
}
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl h1 {
    font-size: 46px !important;
    font-family: 'BasicSans',sans-serif !important;
    font-weight: 600;
    max-width: 100% !important;
}
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl:first-child > div:last-child {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-top: 3em;
}
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl:last-child > div p {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 35px;
    margin: 0;
}
body.about-us > .content section.aimeos > .cms-content:last-child {
    padding-bottom: 0;
}
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl:last-child {
    position: absolute;
    bottom: -7em;
    top: initial;
}
body.about-us > .content section.aimeos > .cms-content:last-child {
    flex-wrap: wrap;
    background: #fff;
    padding-bottom: 160px;
}
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl:last-child > div {
    padding: 3em;
    background: #3c3c3b;
    color: #fff;
    text-align: center;
    max-width: 1140px;
    margin: 0px auto;
}

/*CONTACT US*/
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) {
    background: #F0ECE9;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child {
    height: auto !important;
    background: none !important;
    color: #3c3c3b !important;
    max-width: 1320px !important;
    position: relative;
    padding-top: 6em !important;
    padding-bottom: 6em !important;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child > h1:first-child, body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child > h1:last-child {
    top: calc(50% - 15px);
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > form.contact-form {
    max-width: 1140px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .row,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > form.contact-form > .row {
    width: 50%;
    margin: 0;
    margin-bottom: 20px;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .row label.col-sm-4, body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .row .col-sm-8,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child form.contact-form > .row label.col-sm-4, body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child form.contact-form > .row .col-sm-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .row input.form-control,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child form.contact-form > .row input.form-control,
section.aimeos.checkout-standard form .form-horizontal input,
section.aimeos.checkout-standard form .form-horizontal select,
section.aimeos.basket-standard .input-group input.form-control,
section.aimeos.basket-related  input.form-control, 
section.aimeos.basket-bulk  input.form-control {
    border: 2px solid #3c3c3b;
    height: 41px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #3c3c3b !important;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .row label.col-sm-4,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child form.contact-form > .row label.col-sm-4 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .row.contact-message,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child form.contact-form > .row.contact-message {
    width: 100%;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .row.contact-message textarea,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child form.contact-form > .row.contact-message textarea,
section.aimeos.checkout-standard form .form-horizontal textarea {
    border: 2px solid #3c3c3b;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .form-group.contact-button,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child form.contact-form > .form-group.contact-button {
    width: 100%;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .form-group.contact-button button.btn,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child form.contact-form > .form-group.contact-button button.btn {
    font-size: 20px;
    font-weight: bold;
    color: #3c3c3b;
    background: none;
    border: 3px solid #3c3c3b;
    line-height: 24px;
    padding: 13px 30px;
    transition: all .5s ease;
    width: max-content;
    text-transform: uppercase;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .form-group.contact-button button.btn:hover,
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .form-group.contact-button button.btn:hover,
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .form-group.contact-button button.btn:hover, 
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child form.contact-form > .form-group.contact-button button.btn:hover {
    color: #FFF;
    background: #3c3c3b;
    border-left: 1px solid #3c3c3b;
    border-right: 1px solid #3c3c3b;
    transition: all .5s ease;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child:before,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    left: 0;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child:after,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child:after {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    right: 0;
}
body.contact-us > .content section.aimeos > .cms-content:last-child > .container-xl > .row > .col h1 {
    text-align: left;
}
body.contact-us > .content section.aimeos > .cms-content:last-child > .container-xl > .row > .col .container-xl .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
body.contact-us > .content section.aimeos > .cms-content:last-child > .container-xl > .row > .col .container-xl .col img {
    margin: 0;
    height: auto;
    width: 14px;
    margin-right: 10px;
}
body.contact-us > .content section.aimeos > .cms-content:last-child > .container-xl > .row > .col .container-xl {
    padding: 0;
}
body.contact-us > .content section.aimeos > .cms-content:last-child > .container-xl > .row > .col h1:before {
    content: '';
    width: 30px;
    height: 3px;
    background: #fff;
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 0;
    margin: 0;
    border-radius: 3px;
}
body.contact-us > .content section.aimeos > .cms-content:last-child > .container-xl:last-child > .row > .col {
    margin: 0 !important;
}
body.contact-us > .content section.aimeos > .cms-content:last-child > .container-xl:last-child {
    max-width: 1140px !important;
}
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > form.contact-form > .row:nth-last-child(9), 
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > form.contact-form > .row:nth-last-child(8),
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > form.contact-form > .row:nth-last-child(5) {
    width: 100%;
}
body.karisma-salon section.aimeos.cms-page > .cms-content:nth-child(2) .container-xl p {
    text-transform: none !important;
}
.checkout-standard .form-list .error input, .checkout-standard .form-list .error select{
	    border: solid 2px #FF3300 !important;
    border-bottom-color: var(--ai-danger, #FF3300) !important;
}
section.aimeos.checkout-standard form .form-horizontal .form-list .row .col-md-5, section.aimeos.checkout-standard form .form-horizontal .form-list .row .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-billing, section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-delivery {
    max-width: 50%;
    flex-basis: inherit;
}
section.aimeos.checkout-standard form .form-horizontal .form-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2em;
}
section.aimeos.checkout-standard form .form-horizontal .form-list .row {
    width: calc(50% + 15px);
    display: inline-flex;
}
body.shop .content {
    background: #F0ECE9;
}
section.aimeos.checkout-standard section.checkout-standard-address h1, 
section.aimeos.checkout-standard section.checkout-standard-address p {
    padding: 0 15px;
}
section.aimeos.checkout-standard section.checkout-standard-address .form-horizontal .header {
    max-width: 49%;
    background: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    border: 2px solid #3c3c3b;
}
section.aimeos.checkout-standard section.checkout-standard-address h1,
.checkout-standard-address h2,
section.aimeos.checkout-standard h1,
.checkout-standard .item-service .description .short,
.checkout-standard .item-service .description h2,
section.aimeos.basket-standard h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}
section.aimeos.checkout-standard nav ol.steps li.step {
    font-size: 20px !important;
    font-weight: 200 !important;
    line-height: 25px;
    background: none !important;
    text-transform: uppercase;
    color: #272727;
    width: 20%;
}
section.aimeos.checkout-standard nav ol.steps {
    display: flex;
    justify-content: space-between;
}
section.aimeos.checkout-standard nav ol.steps li.step.current {
    font-weight: 600 !important;
    color: #3c3c3b !important;
    background: none !important;
    border-bottom: 3px solid #000 !important;
}

section.aimeos.checkout-standard form .form-horizontal .form-list .row label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 1;
}
section.aimeos.checkout-standard form .form-horizontal .form-list .row.salutation, 
section.aimeos.checkout-standard form .form-horizontal .form-list .row.countryid, 
section.aimeos.checkout-standard form .form-horizontal .form-list .row.languageid {
    width: calc(100% + 30px);
}
section.checkout-standard-delivery li.row.form-item .form-item-value > label {
    border: none;
    background: none;
    line-height: 1.7;
}
section.checkout-standard-delivery li.row.form-item .form-item-value {
    border: none;
}
.checkout-standard-delivery .item, .checkout-standard-payment .item,
section.checkout-standard-summary > .row > .item {
    padding: 15px 0;
}
.checkout-standard-delivery .item, .checkout-standard-payment .item,
section.checkout-standard-summary > .row > .item {
    padding: 15px 0;
    border: 2px solid #3c3c3b;
    background: #fff;
}
section.checkout-standard-summary > .row {
    margin: 0;
    justify-content: space-between;
}
section.checkout-standard-summary > .row > .item {
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-bottom: 30px;
    height: auto;
}
section.checkout-standard-summary > .row > .item .header, .checkout-standard-summary h3,
.aimeos .common-summary-detail .details .product-name {
    margin: 0;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 4px;
}
section.checkout-standard-summary > .row > .item .content {
    background: none;
    font-size: 18px;
}
.basket.table-responsive th {
    text-transform: uppercase;
}
.basket.table-responsive {
    padding: 0 !important;
    border: 2px solid #3c3c3b;
    background: #fff;
}
section.aimeos.basket-standard .input-group button.btn,
section.aimeos.basket-related .input-group button.btn, 
section.aimeos.basket-bulk .input-group button.btn {
    border: 2px solid #3c3c3b;
    height: 41px;
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 1;
}

/*CONTACT US*/
/*04-10-2022*/
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child h1:first-child {
    left: -3.7em;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child h1:last-child {
    right: -4em;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child {
    padding-bottom: 3em;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) {
    padding-bottom: 0 !important;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child > h1 {
    left: -5em !important;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child > h1:last-child {
    right: -5.2em !important;
    left: inherit !important;
}
body > .content section.aimeos > .cms-content:nth-child(2) {
    background: #fff;
}
.cms-content.section225 > .container-xl:last-child > .row > .col {
    max-width: 33.33%;
    word-break: break-all;
}
/*term and condition*/

body.privacy-policy .cms-content:first-child > .container-xl:last-child,
body.return-policy .cms-content:first-child > .container-xl:last-child,
body.term-condition .cms-content:first-child > .container-xl:last-child {
    position: static !important;
    max-width: 100% !important;
    background: #3c3c3b;
    max-width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px;
}
body.privacy-policy .cms-content:first-child,
body.return-policy .cms-content:first-child,
body.term-condition .cms-content:first-child {
    flex-wrap: wrap;
}
body.privacy-policy .cms-content:first-child > .container-xl:last-child .col h2,
body.return-policy .cms-content:first-child > .container-xl:last-child .col h2,
body.term-condition .cms-content:first-child > .container-xl:last-child .col h2 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    font-family: "basic-sans" !important;
    padding: 0;
    line-height: 1;
}
body.privacy-policy .cms-content:first-child > .container-xl:last-child > .row > .col,
body.return-policy .cms-content:first-child > .container-xl:last-child > .row > .col,
body.term-condition .cms-content:first-child > .container-xl:last-child > .row > .col {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 50px;
}
body.privacy-policy  .cms-content:nth-child(2) > .container-xl,
body.return-policy .cms-content:nth-child(2) > .container-xl,
body.term-condition .cms-content:nth-child(2) > .container-xl {
    background: #f0ece9 !important;
    height: auto !important;
    max-width: 1320px !important;
    background: none !important;
    padding-top: 5em !important;
    padding-bottom: 5em !important;
    position: relative;
}
body.privacy-policy  .cms-content:nth-child(2),
body.return-policy  .cms-content:nth-child(2),
body.term-condition .cms-content:nth-child(2) {
    background: #f0ece9;
    color: #000;
}
body.privacy-policy .cms-content:nth-child(2) > .container-xl h1, 
body.return-policy .cms-content:nth-child(2) > .container-xl h1, 
body.term-condition .cms-content:nth-child(2) > .container-xl h1 {
    font-size: 23px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0;
    color: #000;
}
body.privacy-policy  .cms-content:nth-child(2) > .container-xl h5,
body.return-policy .cms-content:nth-child(2) > .container-xl h5,
body.term-condition .cms-content:nth-child(2) > .container-xl h5 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
}
body.privacy-policy  .cms-content:nth-child(2) > .container-xl p,
body.return-policy .cms-content:nth-child(2) > .container-xl p,
body.term-condition .cms-content:nth-child(2) > .container-xl p {
    color: #000;
    font-weight: 400;
    font-family: "basic-sans" !important;
    line-height: 30px;
}
body.privacy-policy  .cms-content:nth-child(2) > .container-xl:before,
body.return-policy .cms-content:nth-child(2) > .container-xl:before,
body.term-condition .cms-content:nth-child(2) > .container-xl:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    left: 0;
}
body.privacy-policy  .cms-content:nth-child(2) > .container-xl:after,
body.return-policy .cms-content:nth-child(2) > .container-xl:after,
body.term-condition .cms-content:nth-child(2) > .container-xl:after {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    right: 0;
}
.all-products > .container-xl article.product .tab-steps-content.single-product .content > h1 {
    left: -3.4em;
}
.all-products > .container-xl article.product .tab-steps-content.single-product .content > h1:last-child {
    right: -3.4em;
}

section.aimeos.checkout-standard,
section.aimeos.basket-standard {
    padding-top: 10rem;
}

/*FAQ*/
body.faq .cms-content:nth-child(2) > .container-xl:last-child {
    background: none !important;
    max-width: 1140px !important;
    height: auto !important;
    text-align: center;
    padding-top: 5em !important;
    padding-bottom: 5em !important;
}
body.faq .cms-content:nth-child(2) > .container-xl:last-child > h1 {
    font-family: 'BasicSans';
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 1;
    color: #3c3c3b;
    text-transform: uppercase;
}
body.faq .cms-content:nth-child(2) > .container-xl:last-child p {
    color: #000;
    font-size: 16px;
    font-family: "basic-sans" !important;
    text-align: center;
}
body.faq .cms-content:nth-child(3) > .container-xl {
    position: static !important;
    padding-top: 5em !important;
    max-width: 1320px !important;
    padding-bottom: 5em !important;
}
body.faq .cms-content:nth-child(3) {
    flex-wrap: wrap;
    padding-bottom: 0 !important;
}
body.faq .cms-content:nth-child(3) .accordion-container a.accordion {
    height: 43px;
    border: 2px solid #3c3c3b;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 50px 5px 20px;
    display: flex;
    align-items: center;
    position: relative;
}
body.faq .cms-content:nth-child(3) .accordion-container a.accordion:after {
    content: "\f282";
    font: normal normal normal 14px/1 bootstrap-icons;
    text-decoration: none;
    font-size: 150%;
    color: #3c3c3b;
    display: block;
    text-align: center;
    position: absolute;
    right: 12px;
    font-weight: 700;
}
body.faq .cms-content:nth-child(3) .accordion-container.accordion-active a.accordion::after {
    content: "\f286";
}
body.faq .cms-content:nth-child(3) .accordion-container .accordion-content {
    width: calc(100% - 5em);
    margin: 0px auto;
    padding: 10px;
    font-weight: 400;
    text-align: left;
    font-family: "basic-sans" !important;
}
body.faq .cms-content:nth-child(3) .accordion-container {
    margin-bottom: 15px;
}
body.faq .cms-content:nth-child(3) >  h1 {
    position: absolute;
    max-width: max-content;
    transform: rotate(-90deg);
    left: -1.7em;
    top: calc(50% - 15px);
    z-index: 1;
    padding: 0px 20px;
    background: #F0ECE9;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    font-family: 'Lust';
    font-style: italic;
    color: #3c3c3b !important;
}
body.faq .cms-content:nth-child(3) >  h1:nth-child(3) {
    transform: rotate(90deg);
    right:  -1.7em;
    left: inherit;
}
body.faq .cms-content:nth-child(3):before {
    content: '';
    width: 3px;
    height: 100% !important;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    left: 0;
}
body.faq .cms-content:nth-child(3):after {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    right: 0;
}
body.faq .cms-content:nth-child(3) > div {
    width: 100%;
    max-width: 100%;
    position: static !important;
    padding-top: 5em !important;
    padding-bottom: 5em !important;
}
body.faq .cms-content:nth-child(3) > div > .accordion-container.container {
    max-width: 1240px;
}

/*05-10-2022*/
.all-products article.product > .container-xl > .row .catalog-detail-image .slick-list > .slick-track > .media-item {
    position: relative;
}
.all-products article.product > .container-xl > .row .catalog-detail-image .slick-list > .slick-track > .media-item:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 95%;
    background: white;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 300px 300px 0 0;
}
.all-products > .container-xl article.product .tab-steps-content.single-product .content ul > img:nth-child(2) {
    top: 3em;
    position: relative;
}

.catalog-detail-service > span {
    font-family: "basic-sans" !important;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col:first-child {
    padding: 15px;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col:first-child iframe {
    width: 100%;
    height: 100%;
}
body.contact-us .cms-content:nth-child(3) {
    padding-bottom: 0 !important;
}
body.contact-us .instagran-sec > .container-xl {
    padding-top: 13em;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child {
    top: calc(100% + -8em);
    z-index: 1;
}
.catalog-detail-service .service-list li.service-item:last-child {
    border-bottom: 1px solid #a5a5a5;
}
.catalog-detail-service .service-list li.service-item {
    border: 1px solid #a5a5a5;
    padding: 0 5px;
    border-bottom: none;
}
.cms-content.section226,
body.homepage section.aimeos.cms-page > .cms-content:nth-child(5) {
    overflow: hidden;
}
.cms-content.section226 > .container-xl:first-child:before,
body.homepage section.aimeos.cms-page > .cms-content:nth-child(5) > .container-xl:first-child:before {
    content: '';
    position: absolute;
    left: -2000px;
    width: 2000px;
    height: 100%;
    background: #f0ece9;
    top: 0;
    bottom: 0;
}
.cms-content.section226 > .container-xl:first-child:after,
body.homepage section.aimeos.cms-page > .cms-content:nth-child(5) > .container-xl:first-child:after {
    content: '';
    position: absolute;
    right: -2000px;
    width: 2000px;
    height: 100%;
    background: #f0ece9;
    top: 0;
    bottom: 0;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child {
    margin: 0px auto !important;
}
/*05-10-2022*/
/*06-10-2022*/
.how-to-use .tab-use-content .uses p:first-child {
    width: 100%;
}
/*.how-to-use .tab-use-content .uses p:first-child:before {
    right: calc(95% + 0px);
}
.how-to-use .tab-use-content .uses p:first-child:after {
    left: calc(94% + 0px);
}*/
body > section.aimeos.locale-select {
    display: none;
}
li.nav-item {
    padding: 0 !important;
}
.navbar .catalog-filter form {
    margin-bottom: 0;
}
li.nav-item a.nav-link.dropdown-toggle {
    text-align: center;
}
li.nav-item.login.profile.dropdown > ul.dropdown-menu {
    right: 100% !important;
    top: 100% !important;
    width: auto !important;
    text-align: left !important;
    border: none;
    padding: 10px;
}
li.nav-item.login.profile.dropdown > ul.dropdown-menu li form {
    margin: 0;
}
li.nav-item.login.profile.dropdown > ul.dropdown-menu li a.nav-link, li.nav-item.login.profile.dropdown > ul.dropdown-menu li form button {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase !important;
    letter-spacing: 4px;
}
li.nav-item.login.profile.dropdown > ul.dropdown-menu::before {
    right: 16px;
}
li.nav-item a.nav-link.dropdown-toggle::after {
    margin: 0;
}
/*06-10-2022*/
/*07-10-2022*/
body > .content section.aimeos > .cms-content:first-child > .container-xl:last-child a.link-block.space img {
    height: 26px;
    width: auto;
    margin-right: 30px;
}
body > .content section.aimeos > .cms-content.section221 > .container-xl:last-child,
body > .content section.aimeos > .cms-content.section426 > .container-xl:last-child {
    bottom: 0;
    max-width: 1320px;
    right: 0;
    left: 0;
    margin: 0px auto;
    text-align: left;
        top: inherit;
}
body.shop section.top-banner .banner-img > .banner-content h2 {
    max-width: 380px;
}
body.contact-us section.aimeos.cms-page > .cms-content:last-child > .container-xl:last-child {
    max-width: 1040px !important;
    margin-left: 20px;
    margin-right: 20px;
}
body.faq .content {
    background: #f0ece9;
}
body.faq .content > section > .cms-content:nth-child(2) {
    background: #fff !important;
}
body.faq .content > section > .cms-content:last-child {
    max-width: 1320px;
    width: 100%;
    padding: 0 15px;
    margin: 0px auto;
}
body.karisma-salon .cms-content:nth-child(2) > .container-xl:last-child > h1 {
    margin-bottom: 1.5em;
    position: relative;
}
body.karisma-salon .cms-content:nth-child(2) > .container-xl:last-child > h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    background: #3c3c3b;
    border: none;
    bottom: -0.7em;
    border-radius: 4px;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .row {
    text-align: left;
}
body.term-condition > .content section.aimeos > .cms-content:first-child > .container-xl h1 {
    font-size: 70px;
    line-height: 80px;
}
/*07-10-2022*/
/*17-10-2022*/
section.aimeos.checkout-standard nav ol.steps {
    justify-content: center;
}
section.checkout-standard-delivery h1, section.checkout-standard-delivery p.note,
section.checkout-standard-payment h1, section.checkout-standard-payment p.note,
section.checkout-standard-summary.common-summary h1, section.checkout-standard-summary.common-summary p.note {
    padding: 0 11px;
}
.checkout-standard-summary-option.row .checkout-standard-summary-option-account.col-sm-12, 
.checkout-standard-summary-option.row .checkout-standard-summary-option-terms.col-sm-12 {
    padding: 0;
}
section.checkout-standard-summary.common-summary .button-group {
    display: flex;
    justify-content: flex-end;
    padding: 15px 4px;
}
section.checkout-standard-summary.common-summary .button-group a.btn, 
section.checkout-standard-summary.common-summary .button-group button.btn {
    border: 2px solid #282828;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}
section.checkout-standard-summary.common-summary .common-summary-detail.row .header h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}
section.checkout-standard-summary.common-summary .common-summary-detail.row .header a.modify {
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border: 2px solid #282828;
    padding: 2px 15px;
}

section.checkout-standard-summary.common-summary .common-summary-address.row,
section.checkout-standard-summary.common-summary .common-summary-service.row, 
section.checkout-standard-summary.common-summary .common-summary-additional.row {
    padding: 0 8px;
}
/*section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-delivery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-delivery h2 {
    display: block;
    width: 100%;
}
section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-delivery .item-address.item-like, 
section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-delivery .item-address.item-new {
    width: 50%;
}
section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-delivery .item-address.item-like .header, 
section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-delivery .item-address.item-new .header {
    max-width: 100%;
}*/

section.checkout-standard-summary.common-summary .common-summary-detail.row .header {
    padding-left: 0;
    padding-right: 0;
}
.checkout-standard-delivery .item-service .price-value, .checkout-standard-payment .item-service .price-value {
    font-weight: 600;
    letter-spacing: 3px;
}
section.checkout-standard-summary > .row > .item .content {
    font-weight: 400;
    font-family: "basic-sans" !important;
}
.basket.table-responsive tr td {
    font-weight: 400;
    font-family: "basic-sans" !important;
}
.aimeos .common-summary-detail .basket.table-responsive tr.subtotal td.price, 
.aimeos .common-summary-detail .basket.table-responsive tr.delivery td.price, 
.aimeos .common-summary-detail .basket.table-responsive tr.total td {
    font-weight: 600;
}
section.aimeos.checkout-standard form .checkout-standard-process {
    text-align: left;
}
section.aimeos.checkout-standard form .checkout-standard-process label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}
section.aimeos.checkout-standard form .checkout-standard-process .form-list .row.form-item .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
section.aimeos.checkout-standard form .checkout-standard-process .form-list {
    max-width: 768px;
    display: flex;
    justify-content: center;
    margin-top: 2em;
}
section.aimeos.checkout-standard form .checkout-standard-process .form-list .row.form-item {
    margin: 0;
}
section.aimeos.checkout-standard form .checkout-standard-process h2, section.aimeos.checkout-standard form .checkout-standard-process p {
    max-width: 768px;
    margin: 0px auto;
    padding: 0 15px;
}
section.aimeos.checkout-standard form .checkout-standard-process .button-group .btn {
    width: max-content;
    font-weight: 600 !important;
    text-transform: uppercase;
    border: 2px solid #282828;
}
section.aimeos.checkout-standard form .checkout-standard-process .button-group {
    max-width: 768px;
    margin: 0px auto;
}
section.aimeos.checkout-standard form .checkout-standard-process h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}
.input-group.coupon-new {
    border-bottom: none !important;
}
section.aimeos.basket-bulk h1,
section.aimeos.basket-standard .basket-standard-coupon .header h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}
.aimeos-container.aimeos section.aimeos.basket-standard {
    padding-top: 0;
}
.aimeos .common-summary-detail td.quantity input {
    width: 5em;
}
.aimeos-container.aimeos {
    max-height: calc(100vh - 5em);
    overflow: auto;
    top: 2.5em !important;
    position: fixed;
}
/* width */
.aimeos-container.aimeos::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.aimeos-container.aimeos::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
.aimeos-container.aimeos::-webkit-scrollbar-thumb {
  background: #282828; 
  border-radius: 5px;
}

/* Handle on hover */
.aimeos-container.aimeos::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.aimeos .common-summary-detail .action .delete:after,
.basket .delete:after {
    color: red;
}
/*17-10-2022*/
/*NEW PAGES*/

/*19-10-2022*/
section.blog-content,
section.community-content,
section.help-content {
    padding-top: 5em;
    padding-bottom: 5em;
}
section.blog-content h1,
section.community-content h1,
section.help-content h1 {
    font-family: 'BasicSans';
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 1;
    color: #3c3c3b;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
}
section.blog-content p,
section.community-content p,
section.help-content p {
    font-size: 16px;
    line-height: 26px;
    font-family: "basic-sans" !important;
    text-align: center;
}
section.blog-section .container-xl .row .col-md-12 .content-box, 
section.community-section .container-xl .row .col-md-12 .content-box, 
section.blog-banner .container-fluid .row .col-md-12 .content-box {
    position: absolute;
    bottom: 0;
    padding: 50px 50px;
    color: #fff;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    margin: 0px auto;
}
section.blog-section .container-xl .row .col-md-12,
section.community-section .container-xl .row .col-md-12 {
    margin: 30px 0px;
}
section.blog-section .container-xl .row .col-md-12 .img-box {
    height: 580px;
    overflow: hidden;
    display: block;
    background: #000;
}
section.blog-section .container-xl .row .col-md-12 .img-box img,
section.blog-banner .container-fluid .row .col-md-12 .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.blog-section .container-xl .row .col-md-12 .content-box ul,
section.blog-banner .container-fluid .row .col-md-12 .content-box ul {
    padding: 0;
    margin: 0;
}
section.blog-section .container-xl .row .col-md-12 .content-box ul li a, 
section.blog-banner .container-fluid .row .col-md-12 .content-box ul li a {
    color: #fff;
    text-decoration: none;
    background: #3c3c3b;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-bottom: 10px;
    display: inline-block;
}
section.blog-section .container-xl .row .col-md-12 .content-box ul li, section.blog-banner .container-fluid .row .col-md-12 .content-box ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
section.blog-section .container-fluid,
section.careers-section .container-fluid {
    background: #3c3c3b;
    max-width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px;
}
section.blog-section .container-fluid .row,
section.careers-section .container-fluid .row {
    justify-content: center;
    align-items: center;
    height: 100%;
}section.blog-section .container-fluid .row ul.nav-tabs li.nav-item,
section.careers-section .container-fluid .row ul.nav-tabs li.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.blog-section .container-fluid .row ul.nav-tabs li.nav-item a,
section.careers-section .container-fluid .row ul.nav-tabs li.nav-item a {
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    font-family: "basic-sans" !important;
    padding: 0;
    line-height: 1;
    background: none;
    border: none;
    text-decoration: none !important;
    padding: 10px 20px;
}
section.blog-section .container-fluid ul.nav-tabs,
section.careers-section .container-fluid ul.nav-tabs {
    border: none;
}
section.blog-section .container-xl:before,
section.blog-deccription .container-xl:before,
section.community-section .containe-xl:before,
section.careers-section .container-xl:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    left: 0;
}
section.blog-section .container-xl > .row h1.left-heading, 
section.community-section .container-xl > .row h1.left-heading {
    position: absolute;
    max-width: max-content;
    transform: rotate(-90deg);
    left: -2.4em;
    z-index: 1;
    padding: 0px 20px;
    background: #F0ECE9;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    font-family: 'Lust';
    font-style: italic;
    color: #3c3c3b !important;
    text-transform: uppercase;
    top: calc(50% - 15px);
}
section.blog-section .container-xl:after,
section.blog-deccription .container-xl:after,
section.community-section .container-xl:after,
section.careers-section .container-xl:after {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    right: 0;
}
section.blog-section .container-xl > .row h1.right-heading, section.community-section .container-xl > .row h1.right-heading {
    position: absolute;
    max-width: max-content;
    transform: rotate(-90deg);
    right: -2.5em;
    z-index: 1;
    padding: 0px 20px;
    background: #F0ECE9;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    font-family: 'Lust';
    font-style: italic;
    color: #3c3c3b !important;
    text-transform: uppercase;
    top: calc(50% - 15px);
}
section.blog-section .container-xl, section.blog-deccription .container-xl, section.community-section .container-xl, section.careers-section .container-xl {
    position: relative;
    z-index: 1;
}

section.blog-section .col.main-button,
section.careers-section .col.main-button {
    display: flex;
    justify-content: center;
}
section.blog-section .col.main-button a,
section.careers-section .col.main-button a,
section.blog-section .col.main-button span,
section.careers-section .col.main-button span {
    font-size: 20px;
    font-weight: bold;
    color: #3c3c3b;
    background: none;
    border: 3px solid #3c3c3b;
    line-height: 24px;
    padding: 13px 30px;
    transition: all .5s ease;
    width: max-content;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .5s ease;
}
section.blog-section .col.main-button a:hover,
section.careers-section .col.main-button a:hover,
section.blog-section .col.main-button span:hover,
section.careers-section .col.main-button span:hover {
    color: #FFF;
    background: #3c3c3b;
    border-left: 1px solid #3c3c3b;
    border-right: 1px solid #3c3c3b;
    transition: all .5s ease;
}
section.blog-deccription .container-xl {
    padding-top: 5em;
    padding-bottom: 5em;
}
section.blog-deccription .container-xl .col-md-12 img {
    margin: 3em 0;
}

section.careers-section .container-xl .col-md-6 .inner {
    padding: 30px;
    border: 2px solid #3c3c3b;
    margin: 10px 0px;
}
section.careers-section .container-xl > .row > .col-md-12 {
    margin: 2em 0 4em 0;
}
section.community-section .col-md-4:not(.images-box .col-md-4),
section.community-section2 .container-fluid .row .col-md-4:not(.images-box .col-md-4),
section.help-section2 .col-md-4 {
    text-align: center;
    padding: 30px;
    background: #3c3c3b;
    color: #fff;
    margin: 0 15px;
    padding: 50px 30px;
    position: relative;
    -ms-flex: 0 0 calc(33.333333% - 30px);
    flex: 0 0 calc(33.333333% - 30px);
    max-width: calc(33.333333% - 30px);
}
section.community-section .col-md-4 h1,
section.community-section2 .container-fluid .col-md-4 h1 {
    color: #fff;
    font-size: 20px;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 1;
}
section.community-section {
    background: #F0ECE9;
    position: relative;
}
section.community-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    background: white;
    z-index: 1;
}
section.community-section2 {
    background: rgb(209,193,180);
    background: linear-gradient(0deg, rgba(209,193,180,1) 0%, rgba(230,222,215,1) 60%, rgba(232,225,219,1) 100%);
}
section.community-section2 .container-fluid {
    padding: 0;
}
section.community-section2 .col-md-12 {
    max-width: 1024px;
    margin: 0px auto;
    text-align: center;
    padding: 2em 0;
}
section.community-section .row.images-box {
    padding: 4em 0 6em 0;
}
section.community-section .row.images-box > .col-md-4:nth-child(2) {
    position: relative;
    top: 2em;
}
section.community-section2 .container-fluid {
    overflow: hidden;
}
section.community-section2 .container-fluid .row:not(.row.images-box) {
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 3em;
    z-index: 1;
    position: relative;
}

section.community-section2 {
    position: relative;
}
section.community-section2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    background: white;
    bottom: 0;
    z-index: 0;
}

section.blog-section, section.blog-deccription {
    background: #F0ECE9;
}

section.blog-section .container-xl .row .col-md-12 .content-box > *, 
section.community-section .container-xl .row .col-md-12 .content-box > *, 
section.blog-banner .container-fluid .row .col-md-12 .content-box > * {
    width: 70%;
}
section.blog-section .container-xl .row .col-md-12 .content-box .col.main-button {
    position: absolute;
    right: 35px;
    width: max-content;
    bottom: 50px;
}


section.blog-multi-link .container-xl {
    background: #3c3c3b;
    max-width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px;
}
section.blog-multi-link .col {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 50px;
}
section.blog-multi-link .col h2 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    font-family: "basic-sans" !important;
    padding: 0;
    line-height: 1;
    text-align: center;
}

section.blog-banner {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
}
section.blog-banner img {
    height: 92vh;
    width: 100%;
    object-fit: cover;
}
section.blog-banner .container-xl {
    position: absolute;
    right: 0;
    margin: 0px auto;
    z-index: 1;
    text-align: center;
    max-width: 750px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
section.blog-banner .container-xl h1 {
    font-size: 100px;
    font-family: 'Lust';
    color: #fff;
    /*font-style: italic;*/
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: 15px;
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    text-transform: uppercase;
}
section.blog-banner .container-xl h2 {
    font-size: 54px;
    line-height: 65px;
    color: #fff;
    font-weight: 300 !important;
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
        font-family: 'BasicSans',sans-serif !important;
}
.navbar {
    position: fixed !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
section.blog-section .container-xl div.blog_data .col-md-12 {
    position: relative;
}
section.blog-section .container-fluid ul.nav.nav-tabs {
    padding: 0 5em;
    justify-content: center;
}
section.blog-section .container-fluid ul.nav.nav-tabs li.nav-item a {
    color: #fff !important;
}
section.blog-section .container-fluid ul.nav.nav-tabs li.nav-item a.active {
    text-align: center !important;
    position: relative;
}
section.blog-section .container-fluid ul.nav.nav-tabs li.nav-item a.active:after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
}
section.blog-content {
    height: auto !important;
}
section.blog-section .container-xl .row .col-md-12 .content-box .col.main-button a {
    border: 3px solid #fff;
    color: #fff;
    transition: all .5s ease;
}
section.blog-section .container-xl .row .col-md-12 .content-box .col.main-button a:hover {
    color: #3c3c3b;
    background: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: all .5s ease;
}
section.blog-section .container-xl .row .col-md-12 .content-box h1, 
section.community-section .container-xl .row .col-md-12 .content-box h1, 
section.blog-banner .container-fluid .row .col-md-12 .content-box h1 {
    font-size: 50px;
    font-family: 'Lust';
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 50px;
}
section.blog-section .container-xl .row .col-md-12 .content-box p, section.community-section .container-xl .row .col-md-12 .content-box p, section.blog-banner .container-fluid .row .col-md-12 .content-box p, 
section.blog-section .container-xl .row .col-md-12 .content-box p span, section.community-section .container-xl .row .col-md-12 .content-box p span, section.blog-banner .container-fluid .row .col-md-12 .content-box p span {
    font-weight: 200 !important;
    font-family: 'BasicSans' !important;
}
section.blog-content .container-xl {
    padding: 0 5em;
}
section.blog-content h1:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 60px;
    background: #3c3c3b;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px auto;
}
section.blog-content h1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
section.blog-section .container-xl {
    padding-top: 2em;
    padding-bottom: 2em;
}

section.blog-banner .container-fluid > * {
    min-height: 100vh;
}
section.blog-banner .container-fluid .img-box {
    background: #3c3c3b;
}
.row.employeedetailsection form .card .card-body .buttonss.row .col-md-6 a#addnewreport,
.row.employeedetailsection .card-body > form#createForm > .row > .col-md-12 > .row > .col-md-5 > .card > .card-body .vacationctsection .datacontact a#addnewreport, 
.row.employeedetailsection .card-body > form#createForm > .row > .col-md-12 > .row > .col-md-5 > .card > .card-body .vacationctsection .datacontact a#addnewreport {
    /* font-size: 13px !important; */
    padding: 5px 5px;
}
section.blog-section > .container-xl > .row > .col.main-button > span {
    border: 2px solid #3c3c3b !important;
}
.carrearpage section.blog-section .container-xl h1.left-heading {
    left: -3em;
}
.carrearpage section.blog-section .container-xl h1.right-heading {
    right: -3em;
}
.carrearpage section.blog-section .container-xl .blog_data form.search input {
    color: #3c3c3b !important;
    background-color: #ffffff;
    border-radius: 0;
    border: 2px solid #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    height: 41px;
    width: 100%;
    margin: 0 15px;
    font-family: "basic-sans" !important;
    padding: 5px 15px;
}
.carrearpage section.blog-section .container-xl .blog_data form.search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 3em;
}
.carrearpage section.blog-section .container-xl .blog_data form.search input[type=submit] {
    max-width: 230px;
}
.carrearpage section.blog-section .container-xl .blog_data form.search input:nth-child(2) {
    max-width: 35%;
}
.carrearpage section.blog-section .container-xl .blog_data {
    display: flex;
    flex-wrap: wrap;
}
.carrearpage section.blog-section .container-xl .blog_data .col-md-6 .content-box {
    color: #3c3c3b !important;
    background-color: #ffffff;
    border-radius: 0;
    border: 2px solid #000;
    margin: 10px 15px;
    padding: 30px 50px;
}
.carrearpage section.blog-section .container-xl .blog_data .col-md-6 .content-box h1 {
    font-size: 45px;
    font-family: 'Lust';
    line-height: 1;
}
.carrearpage section.blog-section .container-xl .blog_data .col-md-6 .content-box h5 {
    font-size: 16px;
    line-height: 1;
    font-family: "basic-sans" !important;
}
section.blog-section .container-xl .row .col-md-12 .content-box > p, 
section.community-section .container-xl .row .col-md-12 .content-box > p, 
section.blog-banner .container-fluid .row .col-md-12 .content-box > p {
    margin-bottom: 0;
}
section.blog-section .container-xl .row .col-md-12 .content-box .locevedata p, 
section.community-section .container-xl .row .col-md-12 .content-box .locevedata p, 
section.blog-banner .container-fluid .row .col-md-12 .content-box .locevedata p {
    margin-bottom: 5px;
}
.eventsection section.blog-section .container-xl > .row h1.right-heading {
    right: -2.8em;
}
.eventsection section.blog-section .container-xl > .row h1.left-heading {
    left: -2.8em;
}
section.blog-section > .container-xl > .row > div > .col.main-button > span {
    border-color: #3c3c3b !important;
}
/*19-10-2022*/
/*21-10-2022*/
section.blog-section > .container-xl > .row > div > .col.main-button, section.careers-section > .container-xl > .row > div > .col.main-button {
    display: inline-flex;
    width: 100%;
    margin: 1.5em 0;
}
body.help-center section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2) {
    padding-bottom: 0 !important;
}
body.help-center section.aimeos.cms-page > .cms-content:nth-child(2) > div > .container-xl {
    max-width: 960px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 5em;
}
body.help-center section.aimeos.cms-page > .cms-content:nth-child(2) > div > .container-xl p {
    font-size: 16px;
    line-height: 26px;
    font-family: "basic-sans" !important;
}
body.help-center section.aimeos.cms-page > .cms-content:nth-child(3):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4em;
    background: white;
    top: 0;
}
body.help-center section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row > .col > h1:before {
    content: '' !important;
    width: 50px;
    height: 3px;
    background: white;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    display: block;
    margin: 0px auto;
}
body.help-center section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row > .col > h1:first-child:before {
	display: none;
}
body.help-center section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row > .col > button {
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #3c3c3b;
    padding: 5px 20px;
}
body.help-center section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row > .col > button {
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #3c3c3b;
    padding: 3px 18px;
    border: 2px solid #fff;
    transition: all .5s ease;
}
.carrearpage section.blog-section .container-xl .blog_data form.search input[type=submit]{
    transition: all .5s ease;
}
body.help-center section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row > .col > button:hover,
.carrearpage section.blog-section .container-xl .blog_data form.search input[type=submit]:hover {
    background: #3c3c3b !important;
    color: #fff !important;
}
.carrearpage > section.blog-section > .container-xl > .row .col.main-button {
    margin: 2em 0;
    display: inline-flex;
    width: 100%;
}
.carrearpage section.blog-section .container-xl .blog_data form.search button#save-form {
    display: none;
}
.carrearpage section.blog-section .container-xl .blog_data .col-md-6 .content-box h5 img {
    width: 15px;
    height: auto;
    margin-right: 5px;
}
.section.quiz-1 > .container > .row {
    align-items: center;
}

section.modifycarrearapply .quiz-start form nav .nav.nav-tabs {
    border-bottom: 1px solid #3c3c3b !important;
    padding-bottom: 0 !important;
}
section.modifycarrearapply .quiz-start form#regForm  nav .nav.nav-tabs a {
    background: none !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    font-weight: 200 !important;
    line-height: 25px;
    background: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.modifycarrearapply .quiz-start form#regForm  nav .nav.nav-tabs a.active {
    font-weight: 600 !important;
    color: #3c3c3b !important;
    background: none !important;
    border-bottom: 3px solid #000 !important;
}
section.modifycarrearapply .quiz-start {
    padding: 0;
}
section.quiz-1.py-5.modifycarrearapply {
    padding-top: 11em !important;
}
section.modifycarrearapply .quiz-start form .tab-content input, section.modifycarrearapply .quiz-start form .tab-content select, section.modifycarrearapply .quiz-start form .tab-content textarea {
    border: 2px solid #3c3c3b;
    height: 41px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #3c3c3b !important;
    background-color: #ffffff;
    padding: 0.5rem;
    border-radius: 0;
        font-size: 16px;
}
section.modifycarrearapply .quiz-start form .tab-content textarea {
    height: auto;
}
section.modifycarrearapply .quiz-start form .tab-content label {
    font-size: 15px;
    font-weight: 500;
    font-family: "basic-sans" !important;
}
section.modifycarrearapply .quiz-start form .tab-content h3 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 1;
    font-family: "basic-sans" !important;
    margin: 0;
}
section.modifycarrearapply .quiz-start form > .row .col-sm-4 img {
    max-width: 100%;
    height: auto;
}
section.modifycarrearapply .quiz-start form > .row {
    align-items: center;
}
section.modifycarrearapply .quiz-start form div#button_next_prev button, section.modifycarrearapply .quiz-start form .tab-content div#button_next_prev� a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #3c3c3b;
    border: 3px solid #3c3c3b;
    line-height: 24px;
    padding: 10px 30px;
    transition: all .5s ease;
    width: max-content;
    text-transform: uppercase;
    border-radius: 0;
}
section.modifycarrearapply .quiz-start form > .row .form-group {
    margin-bottom: 20px;
}
section.modifycarrearapply .quiz-start form .tab-content .tab-pane > .tab {
    max-width: 90%;
}
section.modifycarrearapply .quiz-start form .tab-content {
    padding: 20px 0px;
}
section.modifycarrearapply .quiz-start form {
    margin-bottom: 0;
}

section.modifycarrearapply .quiz-start form .tab-content input[type="file"] {
/* Style the color of the message that says 'No file chosen' */
  color: #3c3c3b;
      position: relative;
}
section.modifycarrearapply .quiz-start form .tab-content input[type="file"]::-webkit-file-upload-button {
    background: #fff;
    border: 2px solid #3c3c3b;
    border-radius: 0;
    color: #3c3c3b;
    cursor: pointer;
    font-size: 12px;
    outline: none;
    padding: 5px 25px;
    text-transform: uppercase;
    transition: all 1s ease;
    top: 11px;
    position: absolute;
    left: calc(100% - 113px);
}

section.modifycarrearapply .quiz-start form .tab-content input[type="file"]::-webkit-file-upload-button:hover {
  border: 2px solid #3c3c3b;
  color: #3c3c3b;
}
section.modifycarrearapply .quiz-start form .tab-content #nav-contact, section.modifycarrearapply .quiz-start form .tab-content > .tab-pane:last-child {
    text-align: center;
}
section.modifycarrearapply .quiz-start form .tab-content .tab-pane img {
    width: 200px !important;
    height: auto;
}
section.modifycarrearapply .quiz-start form .tab-content #nav-contact p, section.modifycarrearapply .quiz-start form .tab-content > .tab-pane:last-child p {
    font-weight: 200 !important;
    font-family: "basic-sans" !important;
}
/*21-10-2022*/
/*26-10-2022*/

.carrearpage section.blog-section .container-xl .blog_data .col-md-6 .content-box {
    cursor: pointer;
}
.datarowpopupcarrer.modal .modal-content.popupcontentdata {
    border-radius: 0;
    border: 2px solid #3c3c3b;
}
.datarowpopupcarrer.modal .modal-content.popupcontentdata .modal-body .content-box h5 {
    font-size: 16px;
    line-height: 1;
    font-family: "basic-sans" !important;
}
.datarowpopupcarrer.modal .modal-content.popupcontentdata .modal-body .content-box h5:first-child {
    font-weight: 600;
    margin-bottom: 10px;
}
.datarowpopupcarrer.modal .modal-content.popupcontentdata .modal-body .content-box h1 {
    font-size: 45px;
    font-family: 'Lust';
    line-height: 1;
    margin: 15px 0;
    color: #3c3c3b;
}
.datarowpopupcarrer.modal .modal-content.popupcontentdata .modal-body .content-box h5 img {
    width: 15px;
    height: auto;
    margin-right: 5px;
}
.datarowpopupcarrer.modal .modal-content.popupcontentdata .modal-header button.close {
    position: absolute;
    right: 15px;
    top: 10px;
    background: none;
    color: #3c3c3b;
    font-size: 30px;
    padding: 0;
    line-height: 1;
    z-index: 1;
}
.datarowpopupcarrer.modal .modal-content.popupcontentdata .modal-header {
    padding: 0;
    border-bottom: none !important;
}
.datarowpopupcarrer.modal .modal-content.popupcontentdata .modal-body .content-box > a > button {
    background: #3C3C3B !important;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 4px;
    width: 200px;
    max-width: 100%;
    margin: 15px 0;
    transition: all 0.5s ease;
    border: 2px solid #3C3C3B !important;
}
.datarowpopupcarrer.modal .modal-content.popupcontentdata .modal-body .content-box > a > button:hover {
    background: #fff !important;
    color: #3C3C3B !important;
    border: 2px solid #3C3C3B !important;
}
/*26-10-2022*/
/*28-10-2022*/
/*CHECKOUT*/
body.shop section.aimeos.basket-bulk {
    display: none;
}
section.aimeos.basket-standard form .common-summary-detail .header {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}
section.aimeos.basket-standard h1 {
    padding: 0 15px;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive {
    margin: 0;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive {
    border: none;
    background: none;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive thead, 
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive thead tr,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive thead, 
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive thead tr {
    border: none !important;
    background: none;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive tbody td.details p.code,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive tbody td.details p.code {
    margin: 0;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive tbody td.quantity input,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive tbody td.quantity input {
    border: 2px solid #3c3c3b;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 6em;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive tbody td.quantity a.minibutton:first-child,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive tbody td.quantity a.minibutton:first-child {
    position: relative;
    left: 28px;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive tbody td.quantity a.minibutton:last-child,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive tbody td.quantity a.minibutton:last-child {
    position: relative;
    right: 23px;
    top: -2px;
}
section.aimeos.basket-standard form .button-group, 
section.aimeos.checkout-standard form section.checkout-standard-address .button-group, 
body.shop section.aimeos.checkout-standard form .button-group {
    text-align: right;
    padding-top: 3em;
}
section.aimeos.basket-standard form .basket-standard-coupon {
    padding: 2em 0 !important;
    display: flex;
    justify-content: space-between;
}
section.aimeos.basket-standard form .basket-standard-coupon .header, section.aimeos.basket-standard form .basket-standard-coupon .content {
    width: max-content;
}
section.aimeos.basket-standard form .button-group .btn,
section.aimeos.checkout-standard form section.checkout-standard-address .button-group .btn,
body.shop section.aimeos.checkout-standard form .button-group .btn {
    font-size: 20px;
    font-weight: bold;
    border: 3px solid #3c3c3b;
    line-height: 24px;
    padding: 10px 30px;
    transition: all .5s ease;
    width: max-content;
    text-transform: uppercase;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive tfoot tr.total,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive tfoot tr.total {
    background: none;
    border-color: #555;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive {
    text-transform: uppercase;
    letter-spacing: 3px;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive, 
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive tr, 
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive td,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive, 
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive tr, 
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive td {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}
.aimeos .common-summary-detail .action .delete:after, .basket .delete:after {
    color: #3c3c3b;
    content: "\f62a";
    font-weight: bold;
    font-size: 23px;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive tr.product,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive tr.product {
    border: none;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive tr.product:last-child,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive tr.product:last-child {
    border-bottom: 1px solid #555;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive tr.product td.image img.detail,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive tr.product td.image img.detail {
    max-width: 4rem;
    max-height: 6rem;
    filter: drop-shadow(0px 0px 10px #786f62);
}
section.aimeos.checkout-standard form section.checkout-standard-address .form-list .row.form-item {
    width: calc(50% + 20px);
}
section.aimeos.checkout-standard section.checkout-standard-address .form-horizontal .header {
    padding: 5px 10px;
}
section.aimeos.checkout-standard form section.checkout-standard-address .form-list .row.form-item label {
    display: none;
}
section.aimeos.checkout-standard form section.checkout-standard-address .form-list .row.form-item input, 
section.aimeos.checkout-standard form section.checkout-standard-address .form-list .row.form-item select, 
section.aimeos.checkout-standard form section.checkout-standard-address .form-list .row.form-item textarea {
    text-transform: uppercase;
    font-size: 15px;
}
section.aimeos.checkout-standard form section.checkout-standard-address .form-list .row.form-item.store label {
    display: block !important;
}
section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-billing .header, 
section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-delivery .header {
    max-width: 100%;
}
body.shop section.aimeos.checkout-standard form section.checkout-standard-address .form-horizontal.row {
    margin-right: -5px;
    margin-left: -5px;
}
section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-billing .form-list, section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-delivery .form-list {
    padding-top: 1em;
}
section.aimeos.checkout-standard form section.checkout-standard-address .form-list .row.form-item.store .col-md-7, section.aimeos.checkout-standard form section.checkout-standard-address .form-list .row.form-item.store .col-md-5 {
    max-width: max-content;
    display: inline-flex !important;
    align-items: center;
}
section.aimeos.checkout-standard form section.checkout-standard-address .form-list .row.form-item.store {
    flex-direction: row-reverse;
    justify-content: flex-end;
    display: none;
}
section.aimeos.checkout-standard form section.checkout-standard-address .form-list .row.form-item.store .col-md-7 {
    padding-right: 0;
}
body.shop section.aimeos.basket-standard a.btn.btn-back {
    background: none;
    border: none;
    width: fit-content;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    margin-bottom: 3em;
    display: flex;
    align-items: center;
}
body.shop section.aimeos.basket-standard a.btn.btn-back:before {
    font: normal normal normal 14px/1 bootstrap-icons;
    color: #3c3c3b;
    content: "\f12f";
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
}
section.aimeos.basket-standard form .basket-standard-coupon .content .coupon-new button.btn {
    background: #3c3c3b;
    color: #fff;
    border: none !important;
    display: flex !important;
    line-height: 1;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
}
section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-billing .form-list .row.form-item.form-group.email.mandatory, 
section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-delivery .form-list .row.form-item.form-group.email.mandatory {
    width: calc(100% + 30px);
}
body.shop section.aimeos.checkout-standard form section.checkout-standard-delivery, 
body.shop section.aimeos.checkout-standard form section.checkout-standard-payment {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
body.shop section.aimeos.checkout-standard form section.checkout-standard-delivery label.description {
    display: flex;
    align-items: center;
}

body.shop section.aimeos.checkout-standard form section.checkout-standard-delivery .item.item-service .col-sm-6, 
body.shop section.aimeos.checkout-standard form section.checkout-standard-payment .item.item-service .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
body.shop section.aimeos.checkout-standard form section.checkout-standard-delivery .item.item-service .col-sm-6 label.description,
body.shop section.aimeos.checkout-standard form section.checkout-standard-payment .item.item-service .col-sm-6 label.description {
    margin-bottom: 0;
}
body.shop section.aimeos.checkout-standard form section.checkout-standard-delivery .item.item-service .col-sm-6 label.description > *, body.shop section.aimeos.checkout-standard form section.checkout-standard-payment .item.item-service .col-sm-6 label.description > * {
    margin-top: 0;
    margin-bottom: 0;
}
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-address.row, 
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-service.row,
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-additional.row {
    display: none;
}
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .checkout-standard-summary-option.row .checkout-standard-summary-option-account.col-sm-12 {
    display: none;
}
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive tfoot tr.subtotal td:not(tr.subtotal td.price), 
section.aimeos.basket-standard form .common-summary-detail .basket.table-responsive tfoot tr.delivery td:not(tr.delivery td.price),
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive tfoot tr.subtotal td:not(tr.subtotal td.price), 
body.shop section.aimeos.checkout-standard form section.checkout-standard-summary.common-summary .common-summary-detail.row .basket.table-responsive tfoot tr.delivery td:not(tr.delivery td.price) {
    text-align: left;
}
section.aimeos.checkout-standard form .checkout-standard-process .form-list .form-item-value {
    border: 2px solid #3c3c3b;
}
/*CHECKOUT*/
nav.navbar div#navbarNav section.catalog-filter:nth-last-child(2)::before,
nav.navbar div#navbarNav section.catalog-filter:nth-last-child(2)::after,
nav.navbar div#navbarNav section.catalog-filter:last-child::before,
nav.navbar div#navbarNav section.catalog-filter:last-child::after {
	display: none;
}
nav.navbar div#navbarNav section.catalog-filter:nth-last-child(2),
nav.navbar div#navbarNav section.catalog-filter:last-child {
    margin: 0px 0px !important;
}
nav.navbar div#navbarNav section.catalog-filter:nth-last-child(2) section.catalog-filter-search,
nav.navbar div#navbarNav section.catalog-filter:last-child section.catalog-filter-search {
    position: relative;
}
nav.navbar div#navbarNav section.catalog-filter:nth-last-child(2) section.catalog-filter-search .input-group input.form-control,
nav.navbar div#navbarNav section.catalog-filter:last-child section.catalog-filter-search .input-group input.form-control {
    position: absolute;
    right: 37px;
    top: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3c3c3b;
}
.catalog-filter-search .btn-primary:active,
.catalog-filter-search .btn-primary:focus {
    background: none !important;
    border: none !important;
}
@media (min-width: 768px){
.catalog-filter-search .input-group:hover input, .catalog-filter-search .input-group input:focus {
    border: 2px solid #3b3b3b;
}
}
/*28-10-2022*/
/*29-10-2022*/

.how-to-use .tab-use-content > .uses p:first-child,
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child .col h1.gjs-selected {
    display: inline-block;
    width: max-content;
}
body.about-us section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl:first-child > .row > .col,
body.karisma-salon section.aimeos.cms-page .cms-content:nth-child(3) > .container-xl:first-child > .row > .col {
    padding: 4em 30px;
}
body.about-us section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl:first-child > .row > .col:before,
body.karisma-salon section.aimeos.cms-page .cms-content:nth-child(3) > .container-xl:first-child > .row > .col:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 35px;
    height: 3px;
    background: #fff;
    top: 35px;
}
body.about-us section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl:first-child > .row > .col:after,
body.karisma-salon section.aimeos.cms-page .cms-content:nth-child(3) > .container-xl:first-child > .row > .col:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 35px;
    height: 3px;
    background: #fff;
    bottom: 35px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child .col:before,
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child .col:after{
	display: none;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child .col h1.gjs-selected:before {
    content: '';
    width: 35px;
    height: 3px;
    background: #fff;
    right: calc(100% + 20px);
    position: absolute;
    top: calc(50% - 1px);
    display: inline-block;
    left: inherit;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child .col h1.gjs-selected:after {
    content: '';
    width: 35px;
    height: 3px;
    background: #fff;
    left: calc(100% + 20px);
    position: absolute;
    top: calc(50% - 1px);
    display: inline-block;
    right: inherit;
}
.carrearpage section.blog-section .container-xl .blog_data form.search input#searchbutton {
    max-width: 250px;
}
.carrearpage section.blog-section .container-xl .blog_data form.search input#searchbutton:hover {
    background: #3c3c3b;
    color: #fff !important;
}
.locale-select-language ul.select-menu li.select-item.active a, .locale-select-currency ul.select-menu li.select-item.active a,
.locale-select-language ul.select-menu li.select-item a:hover, .locale-select-currency ul.select-menu li.select-item a:hover,
.locale-select-language ul.select-menu li.select-item a:active, .locale-select-currency ul.select-menu li.select-item a:active {
	transition: all .5s ease;
    font-weight: 600;
    text-decoration: underline !important;
}
.locale-select-language ul.select-menu li.select-dropdown a > img.nav-icon.langicon {
    width: 28px;
    height: auto;
}
.locale-select-currency ul.select-menu li.select-dropdown a > img.nav-icon.currencyicon {
    width: 25px;
    height: auto;
}
.locale-select-language ul.select-menu li.select-dropdown > a::before, 
.locale-select-currency ul.select-menu li.select-dropdown > a::before{
	display: none;
}
.locale-select-language, .locale-select-currency {
    min-width: auto;
}
.locale-select .locale-select-language ul.select-menu a, 
.locale-select .locale-select-currency ul.select-menu a {
    padding: 0.5rem 0.5rem;
}
.basket-mini > a::before {
    content: "\f243" !important;
}
.locale-select ul.select-menu ul {
    padding: 0px 5px;
    border: 2px solid #3c3c3b !important;
    background: #3c3c3b;
    border-radius: 4px;
    color: #fff !important;
}
.locale-select ul.select-menu li.select-dropdown:hover > ul:before, .locale-select ul.select-menu ul.active:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 12px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #3c3c3b;
}
.locale-select ul.select-menu ul li.select-item a {
    font-size: 14px;
    letter-spacing: 3px;
    color: #fff !important;
    text-align: left;
    text-transform: uppercase !important;
    letter-spacing: 4px;
    font-family: 'BasicSans',sans-serif;
}
.basket-mini-main {
    background: #3c3c3b;
}
.basket .delete:after {
    color: #3c3c3b;
    content: "\f62a" !important;
    font-weight: bold !important;
    font-size: 23px !important;
}
.basket-mini-product .basket .name {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.basket-mini-product .to-basket a.btn {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
}
.basket-mini-product th, .basket-mini-product td {
    padding: 20px 5px !important;
}
body.faq .content > section > .cms-content:nth-child(2) > .container-xl:last-child p {
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
}
body.faq .content > section > .cms-content:nth-child(2) > .container-xl:last-child > h1 {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
}
body.faq .content > section > .cms-content:nth-child(2) > .container-xl:last-child > h1:after {
    content: '';
    position: absolute;
    display: inline-block;
    background: #707070 !important;
    width: 60px;
    height: 4px;
    border-radius: 4px;
    border: none;
}
section.aimeos.catalog-list {
    position: relative;
}
section.aimeos.catalog-list .list-search {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 1em;
    margin: 0px auto;
    max-width: calc(100% - 30px);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 1;
    z-index: 1;
    padding: 0 15px;
}
.checkout-standard .item-service .description {
    max-width: 100% !important;
    display: flex;
    align-items: center;
}
/*29-10-2022*/
/*01-11-2022*/
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child a.btn:before,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child a.btn:before {
    content: '';
    width: 50px;
    height: 4px;
    background: #707070;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 4px;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child a.btn,
body.home-copy > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child a.btn {
    position: relative;
    padding-top: 2em;
    margin-top: 2em;
}
.cms-content.section225 > .container-xl:last-child .col > h1:nth-child(2) {
    position: relative;
}
.cms-content.section225 > .container-xl:last-child .col > h1:nth-child(2):before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    background: #fff;
    top: -15px;
    border-radius: 4px;
}
body.about-us section.aimeos.cms-page .cms-content:nth-child(2) > .container-xl:nth-child(2) > div:last-child,
body.about-us > .content section.aimeos > .cms-content:last-child  > .container-xl > div:last-child span {
    position: relative;
    padding-top: 1.5em;
}
body.about-us section.aimeos.cms-page .cms-content:nth-child(2) > .container-xl:nth-child(2) > div:last-child:before,
body.about-us > .content section.aimeos > .cms-content:last-child  > .container-xl > div:last-child span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 4px;
    background: #707070;
    margin: 0px auto;
    top: 0;
    border-radius: 4px;
}
body.shop.repair-collection .all-products {
    background: #DBD0C2;
}
body.shop.purple-collection .all-products {
    background: #BEBBC4;
}
body.shop.men-collection .all-products {
    background: #616161;
}

body.shop.men-collection .all-products article.product .container-xl .col-sm-6 h1.name,
body.shop.men-collection .aimeos .product .text-list h2, 
body.shop.men-collection .price-item.default .value, 
body.shop.men-collection .catalog-detail-basket .service-intro {
	color: #fff;
}
body.shop.men-collection .all-products article.product > .container-xl:first-child > .row > .col-sm-6:nth-child(2) *:not(.addbasket *) {
    color: #fff;
}
body.shop.men-collection .catalog-detail-basket .catalog-detail-additional nav a.active {
    color: #fff !important;
    border-bottom: 3px solid #fff !important;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2),
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    max-width: 1100px !important;
    top: 12em;
}

/*01-11-2022*/
/*02-11-2022*/
body.shop.subscription .all-products section.aimeos.catalog-detail .how-to-use .tab-use-content .uses p:first-child {
    max-width: max-content;
    display: inline-block;
    width: auto;
    padding: 0 30px;
}
body.shop.subscription .all-products section.aimeos.catalog-detail .how-to-use .tab-use-content .uses p:first-child::before {
    right: calc(100% + -20px);
}
body.shop.subscription .all-products section.aimeos.catalog-detail .how-to-use .tab-use-content .uses p:first-child::after {
    left: calc(100% + -20px);
}
.how-to-use .tab-use-content .uses > img.media-image {
    width: auto;
    height: 43px;
    margin-bottom: 40px;
}
.how-to-use .tab-use-content .uses > p:nth-child(2) {
    position: relative;
}
.how-to-use .tab-use-content .uses > p:nth-child(2):before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    background: #fff;
    top: -22px;
    border-radius: 4px;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h1 {
    margin-left: 6%;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2), body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    top: 8em;
}
body.shop.subscription .catalog-detail-basket > .catalog-detail-service, body.shop.subscription .catalog-detail-basket form .stock-list, body.shop.subscription .catalog-detail-basket form .addbasket input.form-control.input-lg {
    display: none;
}
/*02-11-2022*/
/*03-11-2022*/
section.quiz-1 > .container > .row {
    align-items: flex-start !important;
}
@media (min-width: 992px) {
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab .holder input {
    max-height: 150px;
}
}
.review-sec .review-images ul.block.downloads img {
    height: auto;
    max-width: calc(33.33% - 30px);
    margin: 15px;
}
.review-sec > .container-xl {
    padding-top: 0;
    padding-bottom: 0;
}
.review-sec .review-images {
    margin: 0 -4em;
    position: relative;
    margin-bottom: 4em;
}
.review-sec .review-images ul.block.downloads {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
}
.review-sec .review-images:before {
    content: '';
    position: absolute;
    width: 10000px;
    height: 50%;
    background: white;
    left: calc(50% - 5000px);
    top: 0;
    right: 0;
    margin: 0px auto;
    z-index: 1;
}
.review-sec {
    overflow: hidden;
}
.catalog-detail-additional .review-show,
body.shop.repair-collection .how-to-use .tab-use-content .uses > p:nth-child(2):before,
body.purple-collection .how-to-use .tab-use-content .uses > p:nth-child(2):before,
body.men-collection .how-to-use .tab-use-content .uses > p:nth-child(2):before {
    display: none !important;
}
.review-sec > .container-xl .reviews .row .col-md-8.review-list .review-items .review-item {
    max-height: fit-content !important;
}
section.blog-deccription > .container-xl img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
section.blog-deccription .container-xl .col-md-12 img {
    margin: 2em 0;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content div[aria-labelledby="nav-home-tab"] .holder input {
    max-height: inherit;
}
body > .content section.aimeos > .cms-content.section225:nth-child(3) > .container-xl > .row > .col:first-child {
    padding: 30px;
}
.review-sec > .container-xl > h1{
	z-index: 2;
}

/*profile*/
body.profile {
    background: #f0ece9 !important;
    padding-top: 130px;
}
body.profile h1.header {
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    border-bottom: none;
    padding: 0.5rem 2rem;
    font-size: 22px;
}
body.profile .account-profile-address h2.header,
section.aimeos.account-review .account-review-todo form .todo-item h3.todo-name {
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
    letter-spacing: 3px;
}
body.profile .account-profile-address .panel {
    border: 2px solid #3c3c3b;
    border-color: #3c3c3b;
}
body.profile .account-profile-address {
    border: none;
    padding-bottom: 20px;
}
body.profile .aimeos .account-profile-address .form-control,
section.aimeos.account-review .account-review-todo form .todo-item textarea {
    line-height: 1.5;
    padding: 0.5rem;
    border: 2px solid #3c3c3b;
    height: 41px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #3c3c3b !important;
    text-transform: uppercase;
}
section.aimeos.account-review .account-review-todo form .todo-item textarea {
    height: auto;
}
body.profile .account-profile-address .form-list .form-group label,
section.aimeos.account-review .account-review-todo form .todo-item h4 {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
}
section.aimeos.account-review .account-review-todo form .todo-item h3.todo-name {
    text-transform: uppercase;
}
.account-history-list .history-list {
    list-style: none;
    padding: 0 15px;
}
body.profile .account-profile-address .form-list .form-group .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
body.profile .account-profile-address .form-list .form-group {
    width: calc(50% - 0px);
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
body.profile .account-profile-address .panel .panel-heading {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
body.profile .account-profile-address .button-group button.btn,
.account-history-list .action .btn,
section.aimeos.account-review .account-review-todo  button.btn,
.account-history-list .history-item .account-history-order .button-group a.btn, 
.account-history-list .history-item .account-history-order .button-group button.btn {
    font-size: 20px;
    font-weight: bold;
    color: #3c3c3b;
    background: none;
    border: 3px solid #3c3c3b;
    line-height: 24px;
    padding: 13px 30px;
    transition: all .5s ease;
    width: max-content;
    text-transform: uppercase;
}
body.profile .account-profile-address .button-group button.btn:hover,
.account-history-list .action .btn:hover,
section.aimeos.account-review .account-review-todo  button.btn:hover,
.account-history-list .history-item .account-history-order .button-group a.btn:hover, 
.account-history-list .history-item .account-history-order .button-group button.btn:hover {
    background: #3c3c3b;
    border-left: 1px solid #3c3c3b;
    border-right: 1px solid #3c3c3b;
    transition: all .5s ease;
    color: #fff !important;
}
body.profile .aimeos .account-profile-address .form-list {
    display: flex;
    flex-wrap: wrap;
}
.account-history-list .history-item {
    border: solid 2px #3c3c3b !important;
    font-family: 'basic-sans' !important;
}
.account-history-list .action .btn {
    max-width: max-content;
    padding: 10px 20px;
}
section.aimeos.account-review .account-review-todo form {
    padding: 30px;
}
section.aimeos.account-review .account-review-todo form .todo-item {
    border: solid 2px #3c3c3b !important;
    font-family: 'basic-sans' !important;
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
body.profile {
    background: #f0ece9 !important;
    padding-top: 70px;
}
}
@media (max-width: 767.98px) {
.account-history-list .action .btn {
    max-width: max-content;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 14px;
}
.aimeos .common-summary-detail .basket {
    overflow: auto !important;
}
body.profile .account-profile-address .form-list .form-group {
    width: calc(100% - 0px);
}
}
@media (max-width: 575.98px) {
.account-profile-address .panel-heading .act-show, .account-profile-address .panel-heading .act-hide {
    float: none !important;
    width: 100% !important;
    display: block !important;
    text-align: right !important;
}
}
.review-sec > .container-xl.no-review .review-images {
    margin-bottom: 0;
}
.review-sec > .container-xl.no-review:before,
.review-sec > .container-xl.no-review:after {
    display: block !important;
    top: 5em;
}
.review-sec > .no-review > h1, body.shop.subscription .how-to-use .tab-use-content .uses > p:nth-child(2):before {
	display: none !important; 
}
body.shop.subscription .catalog-detail-basket .addbasket .input-group button.btn:not(button.mdrte) {
    display: none;
}
/*03-11-2022*/

/*09-11-2022*/
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(3),
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-child(3),
body.shop article.product .section-4 .tab-sec-content.container-xl {
    max-width: 900px !important;
}
footer > .container > .row > .col-md-4.footer-right .footer-block {
    text-align: center;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters {
    justify-content: center;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters p {
    font-size: 11px;
    font-weight: 200 !important;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .social {
    display: flex;
    justify-content: center;
    padding: 20px;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .social p a img {
    height: 25px;
    margin: 0 20px;
}
footer > .container > .row > .col-md-4.footer-right {
    border-left: 3px solid #fff;
}
footer .footer-block p {
    margin-bottom: 2px;
}
body > .content section.aimeos > .cms-content.section228:nth-child(6) > .container-xl:first-child {
    max-width: 1250px !important;
}
.all-products article.product .container-xl .col-sm-6 h1.name span.navbar-label {
    display: block;
}
.all-products article.product .container-xl .col-sm-6 h1.name i span.navbar-label {
    font-family: 'BasicSans';
    font-style: normal;
    font-size: 39px;
    letter-spacing: 6px;
    line-height: 1;
    color: #3c3c3b;
}
.catalog-detail-basket .addbasket .input-group button.btn:last-child {
    background: #fff;
    color: #1b1b1b;
}
.catalog-detail-additional .block .proud-to-be-desc {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'BasicSans';
}
.catalog-detail-additional .block.block.description {
    padding-left: 2em;
    padding-right: 2em;
}
.catalog-detail-additional .block .proud-to-be-desc img {
    width: 35px;
    height: auto;
    margin-right: 15px;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps p:first-child {
    font-family: 'Lust' !important;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps p.f-14,
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps p {
    line-height: 20px;
font-weight: 200 !important;
    font-family: 'BasicSans' !important;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps {
    min-height: 206px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 4rem;
}
.how-to-use .tab-use-content .uses > p:nth-child(2) {
    font-weight: 200 !important;
    font-family: 'BasicSans' !important;
}
.how-to-use .tab-use-content .uses p strong {
    font-family: 'Lust';
}
body.shop section.top-banner .banner-img > .banner-content h2 {
    max-width: 381px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'BasicSans';
    font-style: normal;
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 1;
}

.aimeos .product .stocklevel {
    display: none;
}
.catalog-detail-basket-attribute ul.selection li.select-item.interval.select label {
    margin: 0;
    margin-right: 10px;
    letter-spacing: 4px;
}
.catalog-detail-basket-attribute ul.selection li.select-item.interval.select {
    display: flex !important;
    align-items: center;
    width: 100%;
}
article.product.subscriptionhide .addbasket .input-group {
    justify-content: center;
}
article.product.subscriptionhide .addbasket .input-group button.btn.mdrte {
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
}
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(2) > .container-xl p {
    font-weight: 400;
}
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(2) > .container-xl h1 {
    max-width: 668px;
    margin-left: auto;
    margin-right: auto;
}

body.shop.subscription .catalog-detail-basket .addbasket .input-group input.form-control.input-lg {
    display: none;
}
/*09-11-2022*/
/*10-11-2022*/
body > .content section.aimeos > .cms-content:first-child > .container-xl h2 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'BasicSans';
    font-style: normal;
    font-size: 40px;
    letter-spacing: 6px;
    line-height: 1;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col div p,
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col p {
    font-weight: 200 !important;
    font-family: 'BasicSans' !important;
}

body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl > .row > .col {
    /*word-break: break-word;*/
}
.how-to-use .how-to-use-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.how-to-use .how-to-use-img .how-to-use-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: calc(43% - 70px);
    width: 65%;
}
.how-to-use .how-to-use-img .how-to-use-text .how-to-use.description {
    padding: 0 !important;
    background: transparent;
}
.how-to-use .how-to-use-img .how-to-use-text .how-to-use.description {
    padding: 0 !important;
    background: transparent;
    font-family: 'BasicSans';
    font-style: normal;
    font-size: 50px;
    letter-spacing: 6px;
    line-height: 1;
        text-transform: uppercase;
}
.how-to-use .how-to-use-img .how-to-use-text .how-to-use.description strong {
    font-size: 90px;
    font-family: 'Lust';
    color: #3c3c3b;
    padding: 0;
    line-height: 1;
    letter-spacing: 6px;
    text-align: left;
    display: block;
    font-style: italic;
    left: -30px;
    position: relative;
}
.how-to-use .tab-use-content .uses {
    z-index: 0;
}
.catalog-list .product-item .rating {
    display: none;
}
.catalog-detail-basic .rating span.star {
    display: block;
}
.catalog-detail-basic .rating {
    display: flex;
    align-items: center;
    height: auto !important;
    margin: 10px 0 !important;
}
.catalog-detail-basic .rating span.stars {
    top: 0;
    font-size: 20px;
    line-height: 1;
    color: #000;
}
.catalog-detail-basic .rating span.ratings {
    display: block;
    letter-spacing: 4px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
}
.all-products article.product .price-item.default .value {
    color: #000;
}
.all-products article.product .section-4 .tab-sec-content .section-4 p strong {
    font-size: 35px !important;
    line-height: 1 !important;
    margin-bottom: 30px !important;
    display: block;
}
.all-products article.product .section-4 .tab-sec-content .section-4 p:first-child strong {
    font-size: 27px !important;
    line-height: 1 !important;
    margin-bottom: 0px !important;
}
.section-4 > .tab-sec-content.container-xl .section-4 p:first-child {
    margin-bottom: 0;
}
.catalog-detail-additional .block.block.description strong:before {
    content: "\f26e";
    font: normal normal normal 22px/1 bootstrap-icons;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: -27px;
}
.catalog-detail-additional #ingredients .block.block.description strong:before {
	display: none !important;
}
.catalog-detail-additional #ingredients .block.block.description strong {
	position: static !important;
}
.catalog-detail-additional .block.block.description strong {
    position: relative;
}
.catalog-detail-additional #ingredients .block.block.description strong {
	position: static !important;
}
div#ingredients .block.description {
    padding-left: 0;
    padding-right: 0;
}
.catalog-detail-basket .catalog-detail-additional nav a {
    letter-spacing: 5px;
    font-family: 'BasicSans';
}
body.shop.men-collection .catalog-detail-additional .block .proud-to-be-desc img.media-image {
    filter: invert(1);
}
body.shop.men-collection .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description, 
body.shop.men-collection .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description strong {
    color: #fff;
}
body.shop.subscription .all-products article.product .section-4 .tab-sec-content .section-4 {
    padding: 5em 0em;
}
.how-to-use .tab-use-content.container-xl .uses p strong {
    letter-spacing: 5px;
    font-family: 'Lust';
    font-size: 30px;
    line-height: 1;
}
.how-to-use .tab-use-content.container-xl .uses p {
    font-weight: 200 !important;
    font-family: 'BasicSans' !important;
}
.how-to-use {
    position: relative;
    padding-bottom: 10em !important;
    background: #F0ECE9;
}
section.aimeos .services .tab-service-content.container-xl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding: 4em 4em;
}
section.aimeos .services .tab-service-content.container-xl .service {
    width: calc(33.33% - 30px);
    margin: 15px 15px 3em 15px;
    text-align: center;
}
section.aimeos .services .tab-service-content.container-xl .service img {
    width: 232px;
    height: 232px;
    margin-bottom: 30px;
}
section.aimeos .services .tab-service-content.container-xl .service p {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 4px;
    font-family: 'basic-sans' !important;
    font-weight: 500;
    font-size: 14px;
}
section.aimeos .services .tab-service-content.container-xl .service p strong {
    font-size: 20px;
    font-weight: bolder;
    letter-spacing: 4px;
    font-family: 'BasicSans' !important;
    margin-bottom: 10px;
    display: block;
}

section.aimeos .services .tab-service-content.container-xl:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    left: 0;
}
section.aimeos .services .tab-service-content.container-xl:after {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    right: 0;
}

section.aimeos .services > .tab-service-content.container-xl > h1 {
    position: absolute;
    max-width: max-content;
    transform: rotate(-90deg);
    left: -3.4em;
    top: calc(50% - 15px);
    z-index: 1;
    padding: 0px 20px;
    background: #e2d9d0;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    font-family: 'Lust';
    font-style: italic;
    color: #3c3c3b !important;
}

section.aimeos .services > .tab-service-content.container-xl > h1:last-child {
    transform: rotate(90deg);
    right: -3.5em;
    left: inherit;
}
body.about-us section.aimeos.cms-page .cms-content:nth-child(3) > .container-xl:first-child > .row > .col div p span {
    font-weight: 200 !important;
    font-family: 'BasicSans' !important;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child > .row > .col p, 
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child > .row > .col p sapn {
    font-weight: 200 !important;
    font-family: 'BasicSans' !important;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child > .row > .col h2 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 1;
    font-family: 'BasicSans';
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child .col h1{
    font-size: 19px;
}
body.shop.subscription .all-products article.product > .container-xl > .row .catalog-detail-image .slick-list > .slick-track > .media-item:before {
display: none;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .col h6, body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .col h6 span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    font-family: 'BasicSans' !important;
    line-height: 1;
}
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl:first-child > h1 {
    font-size: 30px !important;
    max-width: 550px !important;
}
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl:last-child > div p {
    margin: 0 auto;
    max-width: 768px;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2) {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
    max-width: 992px !important;
}

body.our-salons section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2) > h2 {
    font-family: 'BasicSans';
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 1;
    color: #3c3c3b;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2) div > span {
    font-size: 16px;
    line-height: 26px;
    font-family: "basic-sans" !important;
    text-transform: none;
    font-weight: 400;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2) > h1 {
    margin-bottom: 40px;
    position: relative;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2) > h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 4px;
    background: #707070;
    border: none;
    bottom: -15px;
    border-radius: 5px;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2) span, 
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2) p span {
    font-size: 16px;
    line-height: 26px;
    font-family: "basic-sans" !important;
    font-weight: 400;
    text-transform: none;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) {
    padding: 0 0 6em 0;
    background: none;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col {
    background: none;
    color: #000;
    text-align: left;
    padding: 0 !important;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col iframe {
    width: 100%;
    height: 100%;
}
section.salon-section.our-salon .container-xl .col-md-4.salons {
    max-width: 40%;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons .salon {
    border: 2px solid #3c3c3b;
    margin-bottom: 15px;
    padding: 15px !important;
    text-transform: uppercase;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons .salon:last-child {
    margin-bottom: 0;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row > .col > div > span {
    font-size: 18px;
    font-weight: 600;
    color: #1b1b1b;
    letter-spacing: 4px;
    line-height: 1;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons .salon h5 {
    font-size: 18px;
    color: #000;
    letter-spacing: 4px;
    font-weight: 800;
    font-family: 'BasicSans' !important;
    line-height: 24px;
    width: 49%;
    display: inline-block;
    margin-bottom: 15px;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons .salon a {
    font-size: 18px;
    color: #000;
    letter-spacing: 4px;
    font-weight: 800;
    font-family: 'BasicSans' !important;
    line-height: 24px;
    min-width: 50%;
    display: inline-block;
    text-align: right;
    text-decoration: underline !important;
    cursor: progress;
    margin-bottom: 15px;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col > .col > div a {
    color: #000 !important;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons .salon p {
    font-size: 18px;
    color: #000;
    letter-spacing: 4px;
    font-weight: 400;
    line-height: 1;
    font-family: "basic-sans" !important;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col > .col > div:last-child {
    font-size: 14px;
    color: #1b1b1b;
    margin-top: 10px;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col > .col > div:last-child:before {
    content: "\f26e";
    font: normal normal normal 22px/1 bootstrap-icons;
    font-weight: bold;
    color: #377E4D;
    position: relative;
    top: 5px;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col > .col > div:nth-last-child(2) {
    margin-top: 15px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1;
    font-family: "basic-sans" !important;
}
body.karisma-salon section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl:first-child > .row > .col p, 
body.karisma-salon section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl:first-child > .row > .col span {
    font-size: 16px;
    line-height: 26px;
    font-family: 'BasicSans' !important;
    font-weight: 200 !important;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons .salon p.address {
    margin-bottom: 5px;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons .salon p.phn, section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons .salon p.close-time {
    width: max-content;
    display: inline;
    text-transform: none;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons .salon p.icon-time {
    font-size: 14px;
    color: #1b1b1b;
    margin-top: 10px;
    text-transform: none;
    letter-spacing: 2px;
    margin-bottom: 0;
}
section.salon-section.our-salon .container-xl .col-md-4.salons {
    flex: 0 0 auto;
    width: 40%;
    padding-top: 70px;
}
section.salon-section.our-salon .container-xl .col-md-8.map {
    flex: 0 0 auto;
    width: 60%;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .search form input.search {
    width: 100%;
    border: 2px solid #3c3c3b;
    padding: 10px 15px !important;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 1;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .search form button.btn {
    border: 2px solid #3c3c3b;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    min-width: 45px;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .search form button.btn:before {
    content: "\f52a";
    font: normal normal normal 18px/1 bootstrap-icons;
    font-weight: bold;
    color: #3c3c3b;
    position: relative;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .search form {
    display: flex;
}
section.salon-section.our-salon .container-xl .col-md-8.map iframe {
    width: 100%;
    height: 100%;
}
section.salon-section.our-salon {
    padding-bottom: 5em;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons {
    overflow: auto;
    max-height: 582px;
    padding-right: 2px;
}

/* width */
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons::-webkit-scrollbar {
  width: 4px;
}

/* Track */
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px grey; 
  border-radius: 4px;
}
 
/* Handle */
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons::-webkit-scrollbar-thumb {
  background: #282828; 
  border-radius: 4px;
}

/* Handle on hover */
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons::-webkit-scrollbar-thumb:hover {
  background: #000; 
}

body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h1,
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) h1 {
    font-size: 90px;
    font-family: 'Lust';
    color: #3c3c3b;
    padding: 0;
    line-height: 1;
    letter-spacing: 6px;
    text-align: left;
    display: block;
    font-style: italic;
    left: auto;
    position: relative;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h2,
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) h2 {
    text-align: left;
    margin-left: 6%;
    padding: 0 !important;
    background: transparent;
    font-family: 'BasicSans';
    font-style: normal;
    font-size: 50px;
    letter-spacing: 6px;
    line-height: 1;
    text-transform: uppercase;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) h1 {
    margin-left: 6%;
    max-width: max-content;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    top: 9em;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child > .row > .col > h1 {
    display: inline-block;
    font-family: 'Lust';
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child > .row > .col > h1:before {
    content: '';
    width: 35px;
    height: 3px;
    background: #fff;
    right: calc(100% + 20px);
    position: absolute;
    top: calc(50% - 1px);
    display: inline-block;
    left: inherit;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child > .row > .col > h1:after {
    content: '';
    width: 35px;
    height: 3px;
    background: #fff;
    left: calc(100% + 20px);
    position: absolute;
    top: calc(50% - 1px);
    display: inline-block;
    right: inherit;
}
.how-to-use .tab-use-content .uses > p:nth-child(2):before{
	display: none;
}


.how-to-use .tab-use-content .uses > p:nth-child(2) > strong {
    font-family: 'BasicSans' !important;
    font-size: 20px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description {
    text-align: center;
    max-width: max-content;
}
@media (max-width: 1280.98px) {
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2),
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    max-width: 1000px !important;
    top: 10em;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2), 
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    top: 5em;
}
}
@media (max-width: 767.98px) {
li.nav-item.login.profile.dropdown > ul.dropdown-menu {
    position: absolute;
}
li.nav-item.login.profile.dropdown > ul.dropdown-menu::before{
	display: none;
}

}


/*10-11-2022*/
/*11-11-2022*/
body.shop.subscription article.product .catalog-detail-basket {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 45px;
}
body.shop.subscription article.product .catalog-detail-basket > .dgjf {
    order: 4;
    width: 100%;
}
body.shop.subscription article.product .catalog-detail-basket > form {
    order: 3;
    width: 100%;
}
body.shop.subscription article.product .catalog-detail-basket > form > .addbasket {
    position: absolute;
    width: 100%;
    bottom: 0;
}
body.shop.subscription article.product .catalog-detail-basket > form > .catalog-detail-basket-attribute > ul.selection {
    margin: 0;
}
body.shop .all-products {
    background: #E2d9d0;
    /* background: #DBD0C2; */
}
body.sustainability > .content section.aimeos > .cms-content:first-child > .container-xl h1 {
    font-style: normal;
}
body.sustainability > .content section.aimeos > .cms-content:first-child > .container-xl h5 {
    font-size: 73px;
    font-family: 'Lust';
    color: #fff;
    padding: 0;
    line-height: 1;
    margin: 0 !important;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2) > div span, 
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2) > div p {
    font-weight: 400 !important;
    text-transform: none;
    line-height: 24px;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2) {
    max-width: 960px !important;
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) {
    height: auto !important;
    background: none;
    max-width: 1380px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) > .row > .col {
    height: auto !important;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) > .row > .col {
    height: auto !important;
    text-align: center;
    background: #3c3c3b;
    color: #fff;
    margin: 0 15px;
    padding: 3em 40px;
    flex-wrap: wrap;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2) > h1 {
    margin-bottom: 60px;
    position: relative;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2) > h1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 4px;
    background: #707070;
    margin: 0px auto;
    bottom: -25px;
    border-radius: 4px;
    display: block;
    border: 0;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) > .row > .col > img {
    width: auto;
    height: 43px;
    margin-bottom: 40px;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) > .row > .col > h1 {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    text-align: center;
    position: relative;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) > .row > .col > h1:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 35px;
    height: 3px;
    background: #fff;
    margin: 0px auto;
    top: -25px;
    border-radius: 4px;
    display: block;
    border: 0;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) > .row > .col p, 
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) > .row > .col span,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col > div p:not(h2 span),
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col > div p:not(h2 span),
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col > div span:not(h2 span),
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col > div span:not(h2 span),
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col > div p:not(h2 span),
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl > .row > .col > div p:not(h2 span),
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col > div span:not(h2 span),
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl > .row > .col > div span:not(h2 span) {
    font-weight: 200 !important;
    font-family: 'BasicSans' !important;
    margin-bottom: 0 !important;
}
body.sustainability > .content section.aimeos > .cms-content:nth-child(2) {
    position: relative;
}
body.sustainability > .content section.aimeos > .cms-content:nth-child(2):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    background: #f0ece9;
    bottom: 0;
    z-index: 0;
}
body.privacy-policy .cms-content:nth-child(2) > .container-xl span, body.return-policy .cms-content:nth-child(2) > .container-xl span, body.term-condition .cms-content:nth-child(2) > .container-xl span {
    color: #000;
    font-weight: 600;
    font-family: "basic-sans" !important;
    line-height: 30px;
}
body.privacy-policy .cms-content:nth-child(2) > .container-xl, body.return-policy .cms-content:nth-child(2) > .container-xl, body.term-condition .cms-content:nth-child(2) > .container-xl {
    color: #000 !important;
    font-weight: 600;
}
body.privacy-policy .cms-content:nth-child(2) > .container-xl h6, body.return-policy .cms-content:nth-child(2) > .container-xl h6, body.term-condition .cms-content:nth-child(2) > .container-xl h6 {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin-top: 30px;
}
body.privacy-policy .cms-content:nth-child(2) > .container-xl > div, body.return-policy .cms-content:nth-child(2) > .container-xl > div, body.term-condition .cms-content:nth-child(2) > .container-xl > div {
    display: block;
}
body.privacy-policy .cms-content:nth-child(2) > .container-xl > div > p, 
body.return-policy .cms-content:nth-child(2) > .container-xl > div > p, 
body.term-condition .cms-content:nth-child(2) > .container-xl > div > p, 
body.privacy-policy .cms-content:nth-child(2) > .container-xl > div > span, 
body.return-policy .cms-content:nth-child(2) > .container-xl > div > span,
body.term-condition .cms-content:nth-child(2) > .container-xl > div > span {
    margin-bottom: 0;
    display: inline;
}
body.privacy-policy .cms-content:nth-child(2) > .container-xl > div:empty {
    display: none;
}
body.privacy-policy .cms-content:nth-child(2) > .container-xl > div > div > p, 
body.return-policy .cms-content:nth-child(2) > .container-xl > div > div > p, 
body.term-condition .cms-content:nth-child(2) > .container-xl > div > div > p {
	    margin-bottom: 0;
}
body.privacy-policy .cms-content:nth-child(2) > .container-xl h5, body.return-policy .cms-content:nth-child(2) > .container-xl h5, body.term-condition .cms-content:nth-child(2) > .container-xl h5 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
}



/*NEW-HOMEPAGE*/

body.homepage section.aimeos.cms-page > .cms-content:nth-child(4) {
    background: #F0ECE9;
}
body.homepage section.aimeos.cms-page > .cms-content:nth-child(4) > .container-xl > .row::before,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row:before {
    left: 0;
}
body.homepage section.aimeos.cms-page > .cms-content:nth-child(4) > .container-xl > .row > .col:first-child {
    left: -10em;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:first-child {
    left: -8em;
}
body.homepage section.aimeos.cms-page > .cms-content:nth-child(4) > .container-xl > .row::after,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row:after {
    right: 0;
}
body.homepage section.aimeos.cms-page > .cms-content:nth-child(4) > .container-xl > .row > .col:last-child {
    right: -10em;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:last-child {
    right: -8em;
}
body.homepage section.aimeos.cms-page > .cms-content:nth-child(4) > .container-xl > .row > .col > h1,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col > h1 {
    letter-spacing: 1.5px;
}
body.homepage section.aimeos.cms-page > .cms-content:nth-child(4) > .container-xl > .row > .col:nth-child(2) {
    max-width: 100% !important;
    margin: 0px auto;
    text-align: center;
}
body.homepage section.aimeos.cms-page > .cms-content:nth-child(5) {
    flex-wrap: wrap;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent;
}
body.homepage section.aimeos.cms-page > .cms-content:nth-child(4) > .container-xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body.homepage section.aimeos.cms-page > .cms-content:nth-child(4) > .container-xl > .row {
    padding-bottom: 0 !important;
}
body.homepage section.aimeos.cms-page > .cms-content:nth-child(5) >.container-xl {
    padding-top: 0 !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:nth-child(2) .slick-slider > .slick-list {
    max-width: 95%;
    margin: 0px auto;
}
body.homepage section.aimeos.cms-page > .cms-content:nth-child(5) >.container-xl:nth-child(2),
body.homepage section.aimeos.cms-page > .cms-content:nth-child(5) >.container-xl:nth-child(3) {
    position: static !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col, 
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl > .row > .col {
    padding: 60px 30px;
    background: #3c3c3b;
    color: #fff;
    margin: 0 15px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col h1 {
    font-family: 'BasicSans',sans-serif;
}
body.homepage section.aimeos.cms-page > .cms-content:nth-child(5) >.container-xl:nth-child(2) > .row {
    margin-top: 0 !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-child(2) {
    margin-top: -11em !important;
}
body.homepage section.aimeos.cms-page > .cms-content:nth-child(5) >.container-xl:nth-child(3) {
    padding-top: 2rem !important;
    padding-bottom: 3rem !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    max-width: 1320px;
    left: 0;
    right: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    bottom: auto;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl > .row > .col {
    padding: 30px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) {
    background: #fff;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(7) > .container-xl:first-child {
    max-width: 1250px !important;
    position: relative;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(7) > .container-xl:first-child:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    left: 0em;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(7) > .container-xl:first-child:after {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    right: 0em;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(7) > .container-xl:first-child img {
    padding-left: 5.6em;
    padding-right: 5.6em;
    width: 100%;
    height: auto;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) {
    padding-bottom: 220px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    top: calc(85% - 190px);
}
body.homepage section.aimeos.cms-page > .cms-content:first-child > .container-xl:last-child {
    bottom: 0;
    max-width: 1320px;
    right: 0;
    left: 0;
    margin: 0px auto;
    text-align: left;
    top: inherit;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > .col h1,
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > .col h1 {
    font-size: 60px;
    font-family: 'Lust';
    color: #3c3c3b;
    padding: 0;
    line-height: 1;
    max-width: 500px;
    margin: 0px auto;
    letter-spacing: 4px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > .col h2,
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > .col h2 {
    font-size: 40px;
    font-family: 'Lust';
    color: #3c3c3b;
    padding: 0;
    line-height: 1;
    max-width: 500px;
    margin: 0px auto;
    letter-spacing: 4px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > .col p,
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > .col p {
    max-width: 380px;
    text-align: center;
    margin: 15px auto 30px auto;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > .col a,
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > .col a {
    font-size: 20px;
    font-weight: bold;
    color: #3c3c3b;
    background: none;
    border: 3px solid #3c3c3b;
    line-height: 24px;
    padding: 13px 30px;
    transition: all .5s ease;
    width: max-content;
    text-transform: uppercase;
    display: block;
    margin: 0px auto;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > .col a:hover,
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > .col a:hover {
    color: #FFF;
    background: #3c3c3b;
    border-left: 1px solid #3c3c3b;
    border-right: 1px solid #3c3c3b;
    transition: all .5s ease;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > .col {
    text-align: center;
    max-width: 500px;
}

body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > *,
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > * {
    text-align: center;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8),
body.homepage > .content section.aimeos > .cms-content:nth-child(9) {
    position: relative;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2),
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) {
    position: absolute;
    top: calc(33% - 170px);
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) {
    justify-content: flex-start;
    top: calc(25.5% - 170px);
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(4) {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
/*---*/

body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3) > .row >.col,
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3) > .row >.col {
    text-align: center;
    padding: 30px;
    background: #3c3c3b;
    color: #fff;
    margin: 0 15px;
    word-break: break-word;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3) > .row >.col h1,
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3) > .row >.col h1 {
    color: #fff;
    font-family: 'Lust';
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    text-align: center;
        display: inline-block;
    width: max-content;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3) > .row >.col h1:before,
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3) > .row >.col h1:before {
    content: '';
    width: 35px;
    height: 3px;
    background: #fff;
    right: calc(100% + 20px);
    position: absolute;
    top: calc(50% - 1px);
    display: block;
    border: none;
    left: inherit;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3) > .row >.col h1:after,
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3) > .row >.col h1:after {
    content: '';
    width: 35px;
    height: 3px;
    background: #fff;
    left: calc(100% + 20px);
    position: absolute;
    top: calc(50% - 1px);
    display: block;
    border: none;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3) > .row >.col h2,
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3) > .row >.col h2 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    text-align: center;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3) > .row >.col p,
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3) > .row >.col p {
    font-weight: 200 !important;
    font-family: 'BasicSans' !important;
    margin-bottom: 0 !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3),
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3) {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -9em;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:first-child > h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:first-child p {
    text-align: center;
    max-width: 850px;
    margin: 40px auto;
    position: relative;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:first-child > a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #3c3c3b;
    border: 3px solid #3c3c3b;
    line-height: 24px;
    padding: 10px 20px;
    transition: all .5s ease;
    width: max-content;
    text-transform: uppercase;
    display: block;
    margin: 80px auto 0px auto;
    letter-spacing: 3px;
}

body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:first-child p:after {
    content: '';
    width: 64px;
    height: 4px;
    border-radius: 4px;
    background: #707070;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:nth-child(2) span {
    display: block;
    width: 95%;
    text-align: center;
    padding: 2em 11em;
    font-size: 25px;
    letter-spacing: 4px;
    margin: 0px auto;
    background: #3c3c3b;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    font-family: 'basic-sans';
}
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:nth-child(2) {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
/*11-11-2022*/
/*12-11-2022*/
body.homepage .instagran-sec > .container-xl {
    padding: 12em 0 8em 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:nth-child(2) {
    margin-bottom: -5em;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters input, footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters-2 input {
    color: #fff;
}
body.about-us section.aimeos.cms-page > .cms-content:first-child .container-xl h1 {
    font-style: normal;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    max-width: 620px;
    right: 4%;
    top: 40%;
    padding-left: 0;
    padding-right: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(4) h1 {
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 1;
    margin: 0 0 40px 0;
    padding: 0;
    position: relative;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(4) h2 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(4) h1:after {
    content: '';
    width: 64px;
    height: 4px;
    border-radius: 4px;
    background: #707070;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
    display: block;
    border: none;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(4) a p {
    margin: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(4) a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #3c3c3b;
    border: 3px solid #3c3c3b;
    line-height: 24px;
    padding: 10px 20px;
    transition: all .5s ease;
    width: max-content;
    text-transform: uppercase;
    display: block;
    margin: 80px auto 0px auto;
    letter-spacing: 3px;
    cursor: pointer;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(4) div > p {
    text-align: center;
    font-size: 10px;
    margin: 0;
    line-height: 40px;
}
/*12-11-2022*/
body.shop section.top-banner .banner-img > .banner-content > h1 {
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 6px;
    text-align: center;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2) h2 {
    font-size: 40px;
    font-family: 'Lust';
    color: #3c3c3b;
    padding: 0;
    line-height: 1;
    max-width: 500px;
    margin: 0px auto;
    letter-spacing: 6px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6),
body.homepage > .content section.aimeos > .cms-content:nth-child(7) {
    background: #f0ece9;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(7) > .container-xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
/*body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3) > .row >.col:nth-child(2) {
    top: -15px;
}*/
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    width: 100%;
    right: 0;
    left: 0;
    margin: 0px auto;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) > .col {
    max-width: 530px;
    text-align: center;
    margin-right: 0;
    padding: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) > .col > .row > .col img {
    width: 100%;
    height: auto;
    margin: 0;
}
/*new header*/
nav.cart-header {
    text-align: center;
    background: #e4dad4;
    position: relative;
}
body.shop.checkoutsection nav.cart-header {
    background: #f0ece9;
}
section.quiz-1 {
    background: #e4dad4;
}
nav.cart-header a img {
    height: 120px;
}
nav.cart-header a.navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
nav.cart-header:before {
    content: '';
    position: absolute;
    width: calc(50% - 130px);
    height: 2px;
    background: #3c3c3b;
    top: calc(50% - 1px);
    left: 2%;
}
nav.cart-header:after {
    content: '';
    position: absolute;
    width: calc(50% - 130px);
    height: 2px;
    background: #3c3c3b;
    top: calc(50% - 1px);
    right: 2%;
}
section.aimeos.checkout-standard, section.aimeos.basket-standard {
    padding-top: 2rem;
}
footer.cart-footer > .footer-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1.5em 15px;
}
footer.cart-footer > .footer-block .leftsection {
    position: absolute;
    right: 0;
    font-size: 14px;
    font-family: 'BasicSans';
}
footer.cart-footer > .footer-block a.logo {
    margin: 0;
}
body.shop.checkoutsection > button.btn, body.shop.checkoutsection > ul.navbar-nav {
    display: none;
}
section.aimeos.checkout-standard nav ol.steps li.step {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 4px;
    width: max-content;
    color: #000000;
    font-family: 'basic-sans' !important;
    border-bottom: none;
}
section.aimeos.checkout-standard nav ol.steps {
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 0px;
}
section.aimeos.checkout-standard nav ol.steps {
    margin-bottom: 2em;
}
section.checkout-standard-delivery h1, section.checkout-standard-delivery p.note, section.checkout-standard-payment h1, section.checkout-standard-payment p.note, section.checkout-standard-summary.common-summary h1, section.checkout-standard-summary.common-summary p.note {
    letter-spacing: 4px;
    text-transform: uppercase;
}
section.quiz-1.py-5.modifycarrearapply {
    padding-top: 3em !important;
}
/*nav.navbar.navbar-top {
    max-width: 1320px;
    margin: 0px auto;
    padding-left: 0;
    padding-right: 0;
}*/
body.homepage > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col > img {
    margin-bottom: 10px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col {
    padding: 30px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col > h1:nth-child(2):before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 35px;
    height: 3px;
    background: #fff;
    top: 0;
}
section.blog-content > .container-xl > .row > h2:first-child {
    font-family: 'BasicSans';
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 1;
    color: #3c3c3b;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-align: center;
}
.catalog-list .product-item .list-column h2 {
    margin-bottom: 0 !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col > div span.value,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col > div span.value {
    font-weight: 600 !important;
    letter-spacing: 2px;
}
/*body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col > div span.value,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col > div span.value,
.aimeos .product .text-list h2, .price-item.default .value, span.price-value {
    display: block;
}*/
/*body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col > div span.value:first-letter,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl > .row > .col > div span.value:first-letter,
.aimeos .product .text-list h2:first-letter, .price-item.default .value:first-letter {
    font-size: 0;
}*/
.aimeos .product .text-list h2, .price-item.default .value {
    font-weight: 600;
}
/*td.unitprice:first-letter, td.price:first-letter, span.price-value:first-letter {
    font-size: 0;
}*/

/*14-11-2022*/
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child a.btn {
    position: relative;
    margin-top: 60px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child a.btn:before {
    top: -1.3em;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:after {
    content: '';
    width: 150px;
    height: 4px;
    background: #707070;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-radius: 4px;
}
.aimeos .product .text-list h2 span.navbar-label {
    font-style: normal;
    letter-spacing: 4px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-child(3) > .row > .col > img {
    margin-bottom: 20px;
}
nav.navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
nav.navbar .container-xl {
    padding: 0;
}
nav.navbar .container-xl div#navbarNav > ul.navbar-nav li a.nav-link {
    padding-right: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2) span {
    font-size: 35px;
    font-weight: 600 !IMPORTANT;
    color: #3c3c3b;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col:first-child {
    padding: 25px 0px 25px 30px;
}
section.blog-banner .container-xl h2 {
    text-transform: uppercase;
}
section.salon-section.our-salon .container-xl .col-md-8.map .googlemap {
    width: 100%;
    height: 100%;
}
body.help-center > .content section.aimeos > .cms-content:first-child > .container-xl > h1 {
	font-style: normal !important;
}
body.help-center > .content section.aimeos > .cms-content:first-child > .container-xl > h2 {
    font-size: 60px;
    font-family: 'Lust';
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h1:not(body.homepage > .content section.aimeos > .cms-content:first-child > .container-xl h1) {
    font-style: normal;
}
body.return-policy > .content section.aimeos > .cms-content:first-child > .container-xl:last-child,
body.privacy-policy > .content section.aimeos > .cms-content:first-child > .container-xl:last-child,
body.term-condition > .content section.aimeos > .cms-content:first-child > .container-xl:last-child {
    overflow: hidden;
}
section.salon-section.our-salon .container-xl .col-md-8.map .googlemap .gm-style > div > div > div > div > div:after {
    top: 4px;
    color: #fff;
    content: attr(title);
    padding: 10px;
    position: absolute;
    z-index: 98;
    left: 5px;
    font-weight: 600;
}
section.quiz-1:not(section.quiz-1.py-5.modifycarrearapply) {
    margin-top: -10em !important;
    /*z-index: -1;*/
    position: relative;
}
section.quiz {
    padding-top: 2em !important;
    margin-top: -8em !important;
    /*z-index: -1;*/
    position: relative;
}
nav.cart-header.getquiz,
nav.cart-header.quizstart {
    background: transparent;
    z-index: 1;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list > .product .product-item a.text-list h2, 
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list > .product .product-item .offer .articleitem {
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list > .product .product-item a.text-list h2 span, 
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list > .product .product-item .offer .articleitem span {
    font-style: normal !important;
}
section.quiz-1 .col-sm-8 .quiz-start nav .nav.nav-tabs a {
    letter-spacing: 4px;
    font-size: 18px !important;
}
section.salon-section.our-salon > .container-xl > .search {
    position: absolute;
    width: calc(40% - 26px);
}
section.salon-section.our-salon .container-xl {
    position: relative;
}
section.salon-section.our-salon > .container-xl > .search input {
    width: 100%;
    border: 2px solid #3c3c3b;
    padding: 10px 15px !important;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 1;
}
section.salon-section.our-salon .container-xl span.search_text {
    position: absolute;
    width: 40%;
    top: 45px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
}
body.contact-us > .content section.aimeos > .cms-content:last-child > .container-xl > .row > .col .container-xl .col span {
    color: #fff !important;
}
.instagran-sec > .container-xl > h1 {
    max-width: none;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child h1:first-child, body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child h1:last-child,
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child > h1:first-child, body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child > h1:last-child {
    max-width: none;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .row > .col {
    word-break: break-word;
}
body.help-center > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col span {
    color: #fff !important;
}
body.help-center section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row > .col > button {
    background: #fff;
}
body.shop.subscription .review-sec .review-star-text {
	position: relative;   
}
body.shop.subscription .review-sec .review-star-text .container-xl {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 5em;
}
body.shop.subscription .review-sec .review-star-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    background: #ffffff;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
}
body.shop.subscription .review-sec .review-star-text .reviews-top {
    text-align: center;
    padding: 30px;
    background: #3c3c3b;
    color: #fff;
    margin: 0 10px;
    width: calc(33.33% - 20px);
    z-index: 2;
}
body.shop.subscription .review-sec .review-star-text .reviews-top img {
    height: auto;
    width: 150px;
    margin-bottom: 1.5rem;
}
body.shop.subscription .review-sec .review-star-text .reviews-top p, body.shop.subscription .review-sec .review-star-text .reviews-top p span {
    font-weight: 200;
    font-family: 'BasicSans';
}
body.shop.subscription .review-sec .review-star-text .reviews-top p strong {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 1;
}
body.shop.subscription .review-sec .review-star-text .container-xl:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
body.shop.subscription .review-sec .review-star-text .container-xl:after {
    content: '';
    width: 3px;
    height: 100%;
    background: #3c3c3b;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
body.shop.subscription .review-sec .review-star-text .reviews-top p:last-child {
    margin-bottom: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6), body.homepage > .content section.aimeos > .cms-content:nth-child(7), .how-to-use {
    background: #fff;
}
/*14-11-2022*/
/*NEW-HOMEPAGE*/

/*responsive*/
@media (min-width: 768px) {
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:first-child, body.faq .cms-content:nth-child(3) > .container-xl, section.aimeos.catalog-list .catalog-list-items,
.all-products section.aimeos.catalog-detail > article.product > .container-xl, .review-sec > .container-xl, .section-4 > .tab-sec-content.container-xl,
.all-products section.aimeos.catalog-detail > article.product > .steps > .container-xl, .how-to-use .tab-use-content.container-xl, .instagran-sec > .container-xl,
body.about-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2), body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child,
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child, body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl, 
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl, body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl, body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl, 
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl:first-child,
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl, body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child, body.karisma-salon > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child,
body.privacy-policy .cms-content:nth-child(2) > .container-xl, body.return-policy .cms-content:nth-child(2) > .container-xl, body.term-condition .cms-content:nth-child(2) > .container-xl,
body.faq .cms-content:nth-child(2) > .container-xl:last-child, .content > section.quiz > .container, .content > section.quiz-1 > .container,
body.faq .content > section > .cms-content:last-child, section.blog-section .container-xl, section.blog-deccription .container-xl, section.community-section .container-xl, section.careers-section .container-xl,
section.aimeos .services .tab-service-content.container-xl, body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child,
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(2), body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2), footer.cart-footer > .footer-block,
body.homepage section.aimeos.cms-page > .cms-content:first-child > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3), body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3),
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2), body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2),
section.salon-section.our-salon .container-xl, body.shop.subscription .review-sec .review-star-text .container-xl {
    max-width: 720px !important;
}
section.modifycarrearapply .quiz-start form .tab-content div#nav-pinfo .tab .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
}
.datarowpopupcarrer.modal > .modal-dialog {
    max-width: 610px;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) {
    max-width: 800px !important;
}
}
@media (min-width: 992px) {
.all-products section.aimeos.catalog-detail > article.product > .container-xl, .review-sec > .container-xl, .section-4 > .tab-sec-content.container-xl,
.all-products section.aimeos.catalog-detail > article.product > .steps > .container-xl, .how-to-use .tab-use-content.container-xl, .instagran-sec > .container-xl,
body.about-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2), body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child,
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child, body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl, body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl, body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl, body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl:first-child,
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl, section.aimeos.catalog-list .catalog-list-items, 
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child, body.karisma-salon > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child,
body.privacy-policy .cms-content:nth-child(2) > .container-xl, body.return-policy .cms-content:nth-child(2) > .container-xl, body.term-condition .cms-content:nth-child(2) > .container-xl,
body.faq .cms-content:nth-child(2) > .container-xl:last-child, .content > section.quiz > .container, .content > section.quiz-1 > .container,
body.faq .content > section > .cms-content:last-child, section.blog-section .container-xl, section.blog-deccription .container-xl, section.community-section .container-xl, section.careers-section .container-xl,
section.aimeos .services .tab-service-content.container-xl, body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child, 
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child, body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2), 
footer.cart-footer > .footer-block, body.homepage section.aimeos.cms-page > .cms-content:first-child > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3), body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3),
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2), body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2),
section.salon-section.our-salon .container-xl, body.shop.subscription .review-sec .review-star-text .container-xl {
    max-width: 960px !important;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) {
    max-width: 1024px !important;
}
body.privacy-policy .cms-content:nth-child(2) > .container-xl, body.return-policy .cms-content:nth-child(2) > .container-xl, body.term-condition .cms-content:nth-child(2) > .container-xl {
    padding-left: 4em;
    padding-right: 4em;
}
.navbar.navbar-scroll {
    transition: all 0.5s !important;
    padding: 0.5rem 0rem !important;
}
section.modifycarrearapply .quiz-start form > .row > .col-sm-4 {
    flex: 0 0 auto;
    width: 40%;
}
section.modifycarrearapply .quiz-start form > .row > .col-sm-8 {
    flex: 0 0 auto;
    width: 60%;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child h1 {
    letter-spacing: 14px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col:nth-child(2) .slick-track {
    width: 100% !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row > .col:nth-child(2) .slick-track > .product.slick-slide {
    width: 33.33% !important;
}
}
@media (min-width: 1024px){
section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:nth-child(2) {
    max-width: 80% !important;
}
}
@media (min-width: 1200px){
body.faq .cms-content:nth-child(3) > .container-xl {
    max-width: 1140px !important;
}
body.faq .cms-content:nth-child(3) > div > .accordion-container.container, section.aimeos.catalog-list .catalog-list-items {
    max-width: 1140px !important;
}
.all-products section.aimeos.catalog-detail > article.product > .container-xl, .review-sec > .container-xl, .section-4 > .tab-sec-content.container-xl,
.all-products section.aimeos.catalog-detail > article.product > .steps > .container-xl, .how-to-use .tab-use-content.container-xl, .instagran-sec > .container-xl,
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child, body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl,
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child, body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child, body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl, body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl, 
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl, body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl, body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:first-child,
body.privacy-policy .cms-content:nth-child(2) > .container-xl, body.return-policy .cms-content:nth-child(2) > .container-xl, body.term-condition .cms-content:nth-child(2) > .container-xl,
.content > section.quiz > .container, body.faq .content > section > .cms-content:last-child, section.blog-section .container-xl, section.blog-deccription .container-xl, 
section.community-section .container-xl, section.careers-section .container-xl,
section.aimeos .services .tab-service-content.container-xl, body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child,
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl:first-child, body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2), footer.cart-footer > .footer-block, body.homepage section.aimeos.cms-page > .cms-content:first-child > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2), body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2),
section.salon-section.our-salon .container-xl, body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3), 
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3), body.shop.subscription .review-sec .review-star-text .container-xl {
    max-width: 1140px !important;
}
body.faq .content > section > .cms-content:nth-child(2) > .container-xl:nth-child(2) {
    max-width: 1140px !important;
}
section.blog-section .container-xl > .row, section.blog-deccription .container-xl > .row {
    max-width: 1140px !important;
    margin: 0px auto;
}
body.help-center section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl {
    max-width: calc(1140px + 70px) !important;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) {
    max-width: 1200px !important;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child:not(body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child, body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child, nav.navbar .container-xl, body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child), 
nav.navbar .container-xl, 
body.homepage section.aimeos.cms-page > .cms-content:first-child > .container-xl:last-child {
    max-width: calc(1140px + 60px) !important;
}
section.blog-content > .container-xl {
    max-width: 1100px;
}

}
 @media (min-width: 1400px){
body > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2),
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child, 
section.aimeos.catalog-list .catalog-list-items {
    max-width: 1320px !important;
}
.all-products section.aimeos.catalog-detail > article.product > .container-xl, .review-sec > .container-xl, .section-4 > .tab-sec-content.container-xl,
.all-products section.aimeos.catalog-detail > article.product > .steps > .container-xl, .how-to-use .tab-use-content.container-xl,
.instagran-sec > .container-xl, body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child, body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child,
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl, body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl, body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl, body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl,
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:first-child, .content > section.quiz > .container, .content > section.quiz-1 > .container,
body.privacy-policy .cms-content:nth-child(2) > .container-xl, body.return-policy .cms-content:nth-child(2) > .container-xl, body.term-condition .cms-content:nth-child(2) > .container-xl,
body.faq .content > section > .cms-content:last-child, section.blog-section .container-xl, section.blog-deccription .container-xl, section.community-section .container-xl, section.careers-section .container-xl,
section.aimeos .services .tab-service-content.container-xl, body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child, 
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl:first-child, body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2), footer.cart-footer > .footer-block, body.homepage section.aimeos.cms-page > .cms-content:first-child > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2), body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2),
section.salon-section.our-salon .container-xl, body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3), 
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3), body.shop.subscription .review-sec .review-star-text .container-xl {
    max-width: 1320px !important;
}
body.faq .content > section > .cms-content:nth-child(2) > .container-xl:nth-child(2) {
    max-width: 1140px !important;
}
body.help-center section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl {
    max-width: calc(1320px + 70px) !important;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) {
    max-width: 1380px !important;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child:not(body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child, body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child, body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child), 
nav.navbar .container-xl, 
body.homepage section.aimeos.cms-page > .cms-content:first-child > .container-xl:last-child {
    max-width: calc(1320px + 60px) !important;
}
section.blog-content > .container-xl {
    max-width: 1100px;
}

}

 @media (min-width: 1500px){
.navbar nav .cat-item a.cat-item {
    font-size: 19px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    top: 10em;
    max-width: 78% !important;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    top: 9em;
    max-width: 78% !important;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    right: 6%;
}
}
 @media (min-width: 1700px){
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    top: 13em;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    top: 12em;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    right: 11%;
}
}
 @media (min-width: 1920px){
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    top: 16em;
    max-width: 77% !important;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    top: 15em;
    max-width: 77% !important;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    right: 16%;
}
}
 @media (min-width: 2200px){
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    top: 21em;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    top: 18em;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    right: 20%;
}
}
 @media (min-width: 2500px){
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    top: 25em;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    top: 22em;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    right: 24%;
}
}
@media (min-width: 2600px){
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    top: 27em;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    top: 23em;
}
}

/*----------------------------------MAX-WIDTH 1399.98px----------------------------------*/

 @media (max-width: 1399.98px){
.navbar nav .cat-item a.cat-item {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding-left: 10px;
    padding-right: 10px;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row:before,
body.home_copoy > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row:before  {
    left: 4.9em;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:first-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:first-child  {
    left: -4em;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:last-child {
    right: -4em;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row:after,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row:after {
    right: 4.9em;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2),
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    max-width: 600px;
}
section.top-banner .banner-img > .banner-content h2 {
    max-width: 380px;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form, 
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > form.contact-form,
section.blog-section .container-xl > .row, section.blog-deccription .container-xl > .row {
    padding: 0 3em;
}
section.quiz > .container > .row,
section.quiz-1 > .container > .row {
    align-items: flex-end;
}
section.quiz .col-sm-5,
section.quiz-1 .col-sm-5 {
    padding-top: 6em;
    padding-bottom: 2em;
}
section.aimeos.checkout-standard section.checkout-standard-address h1, .checkout-standard-address h2, section.aimeos.checkout-standard h1, .checkout-standard .item-service .description .short, .checkout-standard .item-service .description h2, section.aimeos.basket-standard h1 {
    letter-spacing: 3px;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col:first-child {
    max-width: 45%;
}
.catalog-detail-basket .catalog-detail-additional nav a {
    padding: 0.5rem 0.5rem;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps {
    min-height: 292px;
        justify-content: flex-start;
        flex-flow: column;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description strong {
    font-size: 75px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description {
    font-size: 45px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text {
    top: calc(43% - 60px);
}
body.shop.subscription .all-products article.product .container-xl .col-sm-6 h1.name {
    font-size: 58px;
}
body.shop.subscription .all-products article.product .container-xl .col-sm-6 h1.name i span.navbar-label {
    font-size: 30px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(7) > .container-xl:first-child {
    max-width: 1140px !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row:before,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row:before {
    left: 0 !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row:after, 
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row:after {
    right: 0 !important;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:last-child {
    right: -10em !important;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:first-child {
    left: -9.9em !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:first-child {
    left: -7.9em !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:last-child {
    right: -8em !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) > .col {
    max-width: 450px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) {
    top: calc(23.5% - 170px);
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    max-width: calc(1140px + 60px) !important;
}

body.homepage > .content section.aimeos > .cms-content:nth-child(7) > .container-xl {
    padding-top: 6rem;
    padding-bottom: 4rem;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons .salon h5 {
    width: 48%;
}
body.homepage > .content section.aimeos > .cms-content:first-child > .container-xl {
    right: 9%;
}
.navbar nav .cat-item a.cat-item {
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
}
a.navbar-brand img {
    height: 50px;
    width: auto !important;
}
}
/*----------------------------------MAX-WIDTH 1290.98px----------------------------------*/
@media (max-width: 1280.98px) {
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) {
    top: calc(18.5% - 170px);
}
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) {
    top: calc(28% - 170px);
}
body.homepage > .content section.aimeos > .cms-content:first-child > .container-xl {
    right: 6%;
}
}
/*----------------------------------MAX-WIDTH 1199.98px----------------------------------*/

@media (max-width: 1199.98px) {
.instagran-sec > .container-xl {
    max-width: 960px;
    padding: 8em 15px;
}
body.faq .cms-content:nth-child(3) > div > .accordion-container.container {
    max-width: 100%;
}
nav.navbar div#navbarNav section.catalog-filter:before {
    width: 30px;
    left: -30px;
}
nav.navbar div#navbarNav section.catalog-filter:after {
    width: 30px;
    right: -30px;
}
a.navbar-brand img {
    height: 50px;
    width: auto !important;
}
.locale-select .locale-select-language ul li a, .locale-select-currency ul li a {
    padding: 0.5rem 0.5rem !important;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl,
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child {
    max-width: 1024px;
}
body > .content section.aimeos > .cms-content:nth-child(5),
body.homepage > .content section.aimeos > .cms-content:nth-child(6) {
    padding-bottom: 420px;
}
.navbar nav .cat-item a.cat-item {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
a.navbar-brand img {
    height: 40px;
    width: auto !important;
}
.locale-select ul.select-menu li a {
    font-size: 14px;
}
.all-products article.product .container-xl .col-sm-6 h1.name {
    font-size: 52px;
}
.all-products article.product .container-xl .col-sm-6 p.code {
    font-size: 22px;
}
.catalog-detail-basket .addbasket .input-group input.form-control, .catalog-detail-basket .addbasket .input-group button.btn {
    font-size: 14px;
    padding: 5px;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product {
    padding: 5em 2rem;
}
body.about-us > .content section.aimeos > .cms-content:last-child {
    padding-bottom: 160px;
}
body.about-us .instagran-sec > .container-xl {
    padding: 15em 15px 8em 15px;
}
section.quiz .col-sm-5 > .quiz-heading h2.products-h1 {
    font-size: 70px;
}
section.quiz .col-sm-5 > p.ps-5.ms-4 {
    font-size: 20px;
    line-height: 25px;
}
section.quiz .col-sm-5 > .quiz-heading h3 {
	font-size: 25px !important;
    margin-bottom: 15px;
}
section.quiz .col-sm-5 > a.quiz-btn {
    margin-top: 10px !important;
}
section.aimeos.checkout-standard nav ol.steps li.step {
    width: max-content;
    padding: 0 20px;
}
section.aimeos.checkout-standard section.checkout-standard-address h1, .checkout-standard-address h2, section.aimeos.checkout-standard h1, .checkout-standard .item-service .description .short, .checkout-standard .item-service .description h2, section.aimeos.basket-standard h1 {
    font-size: 17px;
    letter-spacing: 2px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    max-width: 78% !important;
    top: calc(23% - 100px);
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    max-width: 78% !important;
    top: calc(35% - 92px);
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col > .col h5 {
    width: 100%
    margin-bottom: 0 !important;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col > .col a {
    width: 100%;
    text-align: left;
}
.catalog-detail-basket .catalog-detail-additional nav a {
    letter-spacing: 2px;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h1, section.top-banner .banner-img > .banner-content h1, section.blog-banner .container-xl h1 {
    font-size: 80px;
    line-height: 80px;
}
body.shop section.top-banner .banner-img > .banner-content h2 {
    font-size: 30px;
}
section.top-banner .banner-img > .banner-content {
    right: 5em;
}
.all-products article.product .container-xl .col-sm-6 h1.name i span.navbar-label {
    font-size: 34px;
}
body.shop.subscription .all-products article.product .container-xl .col-sm-6 h1.name {
    font-size: 50px;
}
body.shop.subscription .all-products article.product .container-xl .col-sm-6 h1.name i span.navbar-label {
    font-size: 25px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description strong {
    font-size: 60px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description {
    font-size: 40px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text {
    top: calc(43% - 50px);
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h2 {
    font-size: 30px;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    max-width: 510px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(7) > .container-xl:first-child {
    max-width: 960px !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child, body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    max-width: calc(960px + 60px) !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row {
    padding-top: 12em;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) {
    top: calc(25% - 170px);
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) {
    top: calc(15.5% - 170px);
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3) {
    margin-top: -7em;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3) {
    margin-top: -3em;
}
section.salon-section.our-salon .container-xl .col-md-4.salons {
    flex: 0 0 auto;
    max-width: 50%;
    width: 50%;
}
section.salon-section.our-salon .container-xl .col-md-8.map {
    flex: 0 0 auto;
    width: 50%;
}
section.blog-banner .container-xl {
    max-width: 630px;
}
nav.navbar .container-xl, body.homepage section.aimeos.cms-page > .cms-content:first-child > .container-xl:last-child  {
    max-width: 90% !important;
}
body.help-center > .content section.aimeos > .cms-content:first-child > .container-xl > h2 {
    font-size: 50px;
}
body.term-condition > .content section.aimeos > .cms-content:first-child > .container-xl h1 {
    font-size: 60px;
    line-height: 1;
}
section.salon-section.our-salon > .container-xl > .search {
    width: calc(50% - 26px);
}
section.salon-section.our-salon .container-xl span.search_text {
    width: 50%;
}
}

/*----------------------------------MAX-WIDTH 991.98px----------------------------------*/

@media (min-width: 992px) and (max-width: 1199.98px) {
nav.navbar .container-xl, body.homepage section.aimeos.cms-page > .cms-content:first-child > .container-xl:last-child {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
}
.locale-select-language ul.select-menu li.select-dropdown a > img.nav-icon.langicon,
.locale-select-currency ul.select-menu li.select-dropdown a > img.nav-icon.currencyicon {
    width: 25px;
}
nav.navbar .container-xl .basket-mini > a::before, 
nav.navbar .container-xl .catalog-filter-search .btn-search:after,
nav.navbar .container-xl .navbar-nav .login > .nav-link::before, nav.navbar .container-xl .navbar-nav .profile > .nav-link::before,
nav.navbar .container-xl .navbar-nav .login > .nav-link::before, nav.navbar .container-xl .navbar-nav .profile > .nav-link::before {
    font-size: 20px;
}
.locale-select .locale-select-language ul li a, .locale-select-currency ul li a {
    padding: 0.3rem 0.3rem !important;
}
.catalog-filter-search .btn-primary {
    padding: 0.3rem;
}
.navbar-nav .login > .nav-link, .navbar-nav .register > .nav-link, .navbar-nav .profile > .nav-link {
    padding: 0.3rem;
}
.navbar nav .cat-item a.cat-item {
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
    letter-spacing: 3px;
}

}

@media (max-width: 991.98px) {
	nav.navbar div#navbarNav section.catalog-filter:before, nav.navbar div#navbarNav section.catalog-filter:after {
    display: none;
}
nav.navbar div#navbarNav section.catalog-filter {
    order: 4;
    margin: 0 !important;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h1, section.top-banner .banner-img > .banner-content h1, section.blog-banner .container-xl h1 {
    font-size: 70px;
    line-height: 70px;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h2, body > .content section.aimeos > .cms-content:first-child > .container-xl h2, 
section.blog-banner .container-xl h2 {
    font-size: 40px;
    line-height: 40px;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    max-width: 100%;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2) h1, 
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) h1, 
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) h1, 
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child > h1 {
    font-size: 50px;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2) span {
    font-size: 35px;
    line-height: 40px;
}
section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:nth-child(2) {
    max-width: 960px !important;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row:before,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row:before {
    left: 3.3em;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:first-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:first-child {
    left: -5.5em;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row:after,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row:after {
    right: 3.3em;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child > .row > .col:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child > .row > .col:last-child {
    right: -5.5em;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    top: calc(85% - 315px);
    z-index: 1;
}
body > .content section.aimeos > .cms-content:nth-child(5),
body.homepage > .content section.aimeos > .cms-content:nth-child(6) {
    padding-bottom: 380px;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2),
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    max-width: 470px;
}
.instagran-sec .container-xl:before {
    left: 2em;
}
.instagran-sec > .container-xl > h1 {
    left: -2.8em;
}
.instagran-sec .container-xl:after {
    right: 2em;
}
.instagran-sec > .container-xl > h1:last-child {
    right: -2.8em;
}
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:first-child:before {
    left: 2em;
}
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:first-child:after {
    right: 2em;
}
footer > .container > .row > .col-md-4:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
footer > .container > .row > .col-md-4:first-child .col-sm-6 {
    max-width: max-content;
    margin-bottom: 2em;
}
footer > .container > .row > .col-sm-4.footer-left, footer > .container > .row > .col-md-4.footer-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
footer > .container > .row > .col-md-4:first-child .col-sm-6 {
    max-width: 50%;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -3em;
}
body > .content section.aimeos > .cms-content:nth-child(3),
body > .content section.aimeos > .cms-content:nth-child(5),
body.homepage > .content section.aimeos > .cms-content:nth-child(6) {
    flex-wrap: wrap;
    padding-bottom: 0;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2),
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2),
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    top: 6%;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .row .col,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child .row .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child .row .col {
    max-width: 100%;
    flex-basis: inherit;
    margin-bottom: 30px;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .row .col:last-child,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child .row .col:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child .row .col:last-child {
    margin-bottom: 0;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:first-child {
    padding-top: 0;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) > .row > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-child(2) > .row > .col,
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-child(2) > .row > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-child(2) > .row > .col {
    max-width: 100%;
    flex-basis: inherit;
    margin-bottom: 30px;
}
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    bottom: 1em;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2),
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-child(2) {
    padding-bottom: 0;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    margin-top: -10px;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) > .row > .col,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) > .row > .col {
    max-width: calc(33.33% - 20px);
    margin: 0 10px;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) > .row,
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) > .row {
    margin-top: 0;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2),
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    top: 0;
}
.category-lists .list-container {
    margin: 0;
}
.category-lists .list-container .cat-item {
    text-align: center;
    font-family: "basic-sans" !important;
    border-bottom: 1px solid #e9e9e4;
}
.nochild > .item-links > a.item-link {
    padding: 0.5rem 1rem !important;
    text-transform: uppercase;
    letter-spacing: 4px;
}
section.top-banner .banner-img > .banner-content {
    position: absolute;
    right: 3em;
    top: 40%;
}
section.aimeos.catalog-list .catalog-list-items .list-items > .product {
    width: calc(50% - 30px);
    margin: 15px;
}
section.aimeos.catalog-list .catalog-list-items h1.product-left {
    left: -3.7em;
}
section.aimeos.catalog-list .catalog-list-items h1.collection-left {
    left: -4.7em;
}
section.aimeos.catalog-list .catalog-list-items:before {
    left: 0em;
}
section.aimeos.catalog-list .catalog-list-items h1.product-right {
    right: -3.8em;
}
section.aimeos.catalog-list .catalog-list-items h1.collection-right {
    right: -4.9em;
}
section.aimeos.catalog-list .catalog-list-items:after {
    right: 0em;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content,
.all-products > .container-xl article.product .tab-steps-content.single-product .content ul img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content ul img:first-child {
    border-radius: 16em 16em 0 0;
}
.how-to-use > .tab-use-content.container-xl {
    position: static;
    margin-top: -5em;
    margin-bottom: -3em;
}
.how-to-use .tab-use-content .uses {
    width: calc(100% - 30px);
    margin-bottom: 30px !important;
}
.how-to-use {
    padding-bottom: 0 !important;
}
.all-products article.product .container-xl .col-sm-6 h1.name {
    font-size: 42px;
}
.all-products article.product .container-xl .col-sm-6 p.code {
    font-size: 18px;
}
.catalog-detail-basket .catalog-detail-additional nav a {
    font-size: 17px !important;
    padding-left: 5px;
    padding-right: 5px;
}
.catalog-detail-basket .addbasket .input-group input.form-control, .catalog-detail-basket .addbasket .input-group button.btn {
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
}
.all-products article.product .section-4 .tab-sec-content .section-4 p strong, body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl h1,
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2) > h1 {
    font-size: 42px;
}
.instagran-sec > .container-xl::before {
    left: 0em;
}
.instagran-sec > .container-xl > h1 {
    left: -3.8em;
}
.instagran-sec .container-xl:after {
    right: 0em;
}
.instagran-sec > .container-xl > h1:last-child {
    right: -3.8em;
}
.all-products {
    padding-top: 80px;
}
.all-products > .container-xl article.product .tab-steps-content.single-product .content ul {
    flex-wrap: wrap;
    padding: 0 2rem;
}
.all-products > .container-xl article.product .tab-steps-content.single-product .content ul > img:nth-child(2) {
    top: 0;
}
.how-to-use .tab-use-content .uses p:first-child {
    display: inline-block;
    position: relative;
    font-size: 40px;
    font-family: 'Lust';
    width: 100%;
}
.how-to-use .tab-use-content .uses p:first-child {
    width: auto;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child {
    margin-top: -5em !important;
}
body.about-us .cms-content:nth-child(3) > .container-xl:last-child > .row > .col {
    max-width: calc(100% - 30px) !important;
    flex-basis: inherit !important;
    margin-bottom: 30px;
}
body.about-us .cms-content:nth-child(3) > .container-xl > .row > .col {
    width: 100%;
    flex-basis: inherit;
    margin-bottom: 30px !important;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3):before, body > .content section.aimeos > .cms-content:nth-child(3):before {
    height: 7em;
}
body.about-us .cms-content:nth-child(4) > .container-xl:last-child > .row > .col {
    flex-basis: inherit;
    margin-bottom: 30px !important;
    width: 100%;
}
body.about-us .cms-content:nth-child(3) > .container-xl:last-child {
    position: relative !important;
}
body > .content section.aimeos > .cms-content:first-child > img, section.blog-banner img {
    height: auto;
    min-height: 350px;
}
section.blog-banner {
    min-height: auto;
}
body > .content section.aimeos > .cms-content:first-child {
    min-height: auto;
}
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl:last-child > div p {
    font-size: 22px;
    line-height: 26px;
}
body.about-us > .content section.aimeos > .cms-content:last-child > .container-xl:last-child > div {
    padding: 1em;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child {
    position: relative !important;
}
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:first-child > .row > .col {
    width: 100%;
    flex-basis: inherit !important;
    margin-bottom: 30px;
}
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child {
    margin-top: 0;
}
body.faq .cms-content:nth-child(3) > div > .accordion-container.container {
    padding-left: 2em;
    padding-right: 2em;
}
body.faq .cms-content:nth-child(3) .accordion-container .accordion-content {
    width: calc(100% - 1em);
}
section.quiz .col-sm-7, section.quiz .col-sm-5 {
    width: 100%;
}
section.quiz .col-sm-5 {
    padding-top: 2em;
    padding-bottom: 2em;
}
section.quiz .col-sm-5 > p.ps-5.ms-4 {
    padding: 0 !important;
    text-align: center;
}
section.quiz .col-sm-5 > .quiz-heading h3 {
    max-width: 100%;
}
section.quiz .col-sm-5 > .quiz-heading h2.products-h1 {
    font-size: 50px;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab .col-sm-3 {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 20px;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list > .product {
    width: 50%;
    padding: 10px
}
section.aimeos.checkout-standard form .checkout-standard-process .form-list {
    flex-wrap: wrap;
}
section.aimeos.checkout-standard form .checkout-standard-process .form-list .row.form-item {
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
}
.instagran-sec div#instafeed {
    padding: 0 2em;
}
.instagran-sec div#instafeed button.slick-prev {
    left: -0.5rem !important;
}
.instagran-sec div#instafeed button.slick-next {
    right: -0.5rem !important;
}
section.blog-section .container-xl .row .col-md-12 .content-box > *, section.community-section .container-xl .row .col-md-12 .content-box > *, section.blog-banner .container-fluid .row .col-md-12 .content-box > * {
    width: 100%;
}
section.blog-section .container-xl .row .col-md-12 .content-box .col.main-button {
    position: static;
}
section.blog-section .col.main-button a, section.careers-section .col.main-button a, section.blog-section .col.main-button span, section.careers-section .col.main-button span {
    font-size: 16px;
    padding: 10px 20px;
    border: 2px solid #fff;
}
section.blog-section .container-xl .row .col-md-12 .content-box, section.community-section .container-xl .row .col-md-12 .content-box, section.blog-banner .container-fluid .row .col-md-12 .content-box {
    padding: 30px 30px;
    width: calc(100% - 0px);
}
section.blog-section .container-xl .row .col-md-12 .content-box h1, section.community-section .container-xl .row .col-md-12 .content-box h1, section.blog-banner .container-fluid .row .col-md-12 .content-box h1 {
    font-size: 40px;
    line-height: 40px;
}
section.blog-section .container-xl .row .col-md-12 .img-box {
    height: 500px;
}
section.blog-section .container-xl .row .col-md-12 .content-box p, section.community-section .container-xl .row .col-md-12 .content-box p, section.blog-banner .container-fluid .row .col-md-12 .content-box p {
    line-height: 1.4;
}
section.blog-section > .container-xl > .row > .col.main-button > span {
    border: 2px solid #3c3c3b;
}
.navbar {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
section.blog-banner .container-fluid > * {
    min-height: auto;
}
.carrearpage section.blog-section .container-xl .blog_data form.search input[type=submit] {
    width: auto;
}
.carrearpage section.blog-section .container-xl .blog_data .col-md-6 {
    width: 100%;
}
section.modifycarrearapply .quiz-start form .tab-content .tab-pane img {
    width: 100px !important;
    height: auto;
}
section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-billing, section.aimeos.checkout-standard form .form-horizontal .checkout-standard-address-delivery {
    max-width: 100%;
    flex-basis: inherit;
}
section.aimeos.checkout-standard nav ol.steps li.step {
    font-size: 18px !important;
}
section.aimeos.checkout-standard, section.aimeos.basket-standard {
    padding-top: 0rem;
}
body.shop section.aimeos.checkout-standard form section.checkout-standard-delivery, body.shop section.aimeos.checkout-standard form section.checkout-standard-payment {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps .pro-num {
    width: 4rem;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    max-width: 78% !important;
    top: calc(10% - 74px);
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    max-width: 78% !important;
    top: calc(18% - 74px);
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) h1,
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h1 {
    font-size: 50px;
}
section.aimeos .services .tab-service-content.container-xl .service {
    width: calc(50% - 30px);
}
footer > .container > .row > .col-md-8,
footer > .container > .row > .col-md-4.footer-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
footer > .container > .row > .col-md-4.footer-right {
    padding-left: 4em !important;
    padding-right: 4em;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff !important;
}
footer > .container > .row > .col-md-8 .row > .col-sm-3.footer-left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.footer-block {
    margin-bottom: 2rem;
}
footer .footer-block h2 {
    margin-bottom: 0;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col:first-child {
    max-width: 100%;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col > .col h5 {
    width: 50%;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col > .col a {
    width: 50%;
    text-align: right;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row > .col:last-child {
    min-height: 320px;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) > .row > .col {
    max-width: 100%;
    flex-basis: inherit;
    margin-bottom: 30px;
}
body.sustainability section.aimeos.cms-page > .cms-content:nth-child(2) > .container-xl:nth-child(3) > .row > .col:last-child {
    margin-bottom: 0;
}
body.sustainability > .content section.aimeos > .cms-content:first-child > .container-xl h5 {
    font-size: 55px;
}
body.shop section.top-banner .banner-img > .banner-content h2 {
    max-width: 330px;
    font-size: 25px;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product .content .steps {
    min-height: 155px;
}
.catalog-detail-basket .addbasket .input-group {
    margin: auto;
    justify-content: center;
}
.catalog-detail-basket .addbasket .input-group input.form-control, .catalog-detail-basket .addbasket .input-group button.btn {
    margin-bottom: 15px;
}
.how-to-use .how-to-use-img .how-to-use-text .how-to-use.description strong {
    font-size: 60px;
}
.how-to-use .how-to-use-img .how-to-use-text .how-to-use.description {
    font-size: 30px;
}
.how-to-use .how-to-use-img .how-to-use-text {
    top: calc(43% - 35px);
}
.all-products article.product .container-xl .col-sm-6 h1.name i span.navbar-label {
    font-size: 29px;
}
body.shop.subscription .all-products article.product .container-xl .col-sm-6 h1.name {
    font-size: 36px;
}
body.shop.subscription .all-products article.product .container-xl .col-sm-6 h1.name i span.navbar-label {
    font-size: 16px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description strong {
    font-size: 50px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description {
    font-size: 30px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text {
    top: calc(43% - 40px);
}
.catalog-detail-basket-attribute ul.selection li select, .catalog-detail-basket-attribute ul.selection li input.form-control {
    font-size: 14px;
}
.catalog-detail-basket-attribute ul.selection li label {
    font-size: 14px;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    max-width: 510px;
    top: 30%;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(7) > .container-xl:first-child {
        max-width: 720px !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-child(3) {
    max-width: 720px !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child, body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    max-width: calc(720px + 60px) !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:nth-child(2) span {
    padding: 2em 5em;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(7) > .container-xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3) > .row >.col, body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3) > .row >.col {
    max-width: 100%;
    flex-basis: inherit;
    margin-bottom: 30px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > .col h1, body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > .col h1 {
    font-size: 50px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > .col h2, body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > .col h2 {
    font-size: 30px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > .col, body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > .col {
    text-align: center;
    max-width: 395px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) {
    top: calc(11.5% - 170px);
}
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) {
    top: calc(17% - 170px);
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child, body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    position: static;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) > .col {
    margin: 0px auto;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3) {
    margin-top: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3) {
    margin-top: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row {
    padding-top: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(7) > .container-xl:first-child img {
    padding-left: 0;
    padding-right: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    top: 4%;
}
section.salon-section.our-salon .container-xl .col-md-4.salons {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
}
section.salon-section.our-salon .container-xl .col-md-8.map {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 30px;
}
section.salon-section.our-salon .container-xl .col-md-8.map iframe {
    min-height: 400px;
}
section.blog-banner .container-xl {
    max-width: 520px;
}
nav.navbar .container-xl, body.homepage section.aimeos.cms-page > .cms-content:first-child > .container-xl:last-child {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
}
body.homepage section.aimeos.cms-page > .cms-content:first-child > .container-xl:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h2, body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) h2 {
    font-size: 35px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    max-width: 78% !important;
    top: calc(12% - 74px);
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col {
    max-width: 50%;
}
body.help-center > .content section.aimeos > .cms-content:first-child > .container-xl > h2 {
    font-size: 40px;
}
body.help-center > .content section.aimeos > .cms-content:first-child > .container-xl,
body.faq > .content section.aimeos > .cms-content:first-child > .container-xl,
body.term-condition > .content section.aimeos > .cms-content:first-child > .container-xl {
    max-width: max-content !important;
}
body.term-condition > .content section.aimeos > .cms-content:first-child > .container-xl h1 {
    font-size: 48px;
    line-height: 1;
    max-width: 395px;
}
section.salon-section.our-salon > .container-xl > .search {
    position: relative;
    width: 100%;
}
section.salon-section.our-salon .container-xl span.search_text {
    position: relative;
    width: 100%;
    top: 0;
}
section.salon-section.our-salon .container-xl .col-md-4.salons {
    padding-top: 15px;
}
section.salon-section.our-salon .container-xl .col-md-8.map .googlemap {
    height: 350px;
}
section.quiz {
    padding-top: 5em !important;
}
section.aimeos.checkout-standard nav ol.steps {
    min-width: 930px;
}
section.aimeos.checkout-standard nav {
    overflow-x: scroll !important;
}
body.shop.subscription .review-sec .review-star-text .reviews-top {
    margin-bottom: 30px;
    width: 100%;
}
body.shop.subscription .review-sec .review-star-text .reviews-top:last-child {
    margin-bottom: 0;
}
}



@media (max-width: 850.98px) {
	body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    top: calc(9% - 74px);
}
}


/*----------------------------------MAX-WIDTH 767.98px----------------------------------*/

@media (max-width: 767.98px) {
footer > .container > .row > .col-sm-4.footer-left, footer > .container > .row > .col-md-4.footer-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-right: none;
    max-width: 100%;
    padding-left: 15px;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2) h1, 
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) h1, 
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) h1, 
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child > h1 {
    font-size: 35px;
}
.instagran-sec h2.instagram-head {
    font-size: 35px;
}
body > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:last-child h1,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child h1,
body.faq .cms-content:nth-child(2) > .container-xl:last-child > h1 {
    font-size: 35px;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h1, section.top-banner .banner-img > .banner-content h1,
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) h1, section.blog-banner .container-xl h1,
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h1 {
    font-size: 55px;
    line-height: 55px;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h2, section.top-banner .banner-img > .banner-content h2, section.blog-banner .container-xl h2 {
    font-size: 30px;
    line-height: 30px;
}
body > .content section.aimeos > .cms-content:nth-child(2) > .container-xl .col h2, section.top-banner .mult-link h2,
body.privacy-policy .cms-content:first-child > .container-xl:last-child .col h2, body.return-policy .cms-content:first-child > .container-xl:last-child .col h2, 
body.term-condition .cms-content:first-child > .container-xl:last-child .col h2, section.blog-multi-link .col h2 {
    font-size: 16px;
    letter-spacing: 3px;
}
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:first-child img {
    padding-left: 2em;
    padding-right: 2em;
}
section.top-banner .banner-img > .banner-content {
    top: 46%;
    width: 270px;
}
section.aimeos.catalog-list .catalog-list-items {
    margin: 0 1em;
}
.catalog-list .product-item .list-column a.media-list, .catalog-list .media-list .media-item {
    max-width: 100%;
}
.all-products article.product > .container-xl > .row > .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product::before {
    left: 1em;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product > h1 {
    left: -2em;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product:after {
    right: 1em;
}
.all-products > .container-xl article.product .steps .tab-steps-content.collection-product > h1:last-child {
    right: -2em;
}
.review-sec > .container-xl {
    padding: 8em 2em;
}
.review-sec .review-images {
    margin: 0 0em;
}
.review-sec .review-images ul.block.downloads img {
    height: auto;
    max-width: calc(100% - 30px);
    margin: 15px;
}
.review-sec .review-images ul.block.downloads {
    flex-wrap: wrap;
}
.review-sec > .container-xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.review-sec .catalog-detail-additional:before {
    left: 1.4em;
}
.review-sec .catalog-detail-additional:after {
    right: 1.4em;
}
.instagran-sec > .container-xl::before {
    left: 1em;
}
.instagran-sec .container-xl:after {
    right: 1em;
}
.review-sec > .container-xl > h1 {
    left: -2.7em;
}
.review-sec > .container-xl > h1:last-child {
    right: -2.6em;
}

.instagran-sec > .container-xl > h1 {
    left: -3.3em;
}

.instagran-sec > .container-xl > h1:last-child {
    right: -3.3em;
}
.catalog-detail-basket .addbasket .input-group input.form-control, .catalog-detail-basket .addbasket .input-group button.btn {
    width: calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
}
.all-products article.product .section-4 .tab-sec-content .section-4 {
    padding: 5em 3em;
}
.all-products article.product .section-4 .tab-sec-content .section-4 p strong, body.karisma-salon > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2) > h1 {
    font-size: 32px;
}
.all-products article.product .container-xl .col-sm-6 h1.name {
    font-size: 32px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-last-child(2) {
    top: 5em;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child:before {
    left: 1.4em;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child:after {
    right: 1.4em;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child h1:first-child {
    left: -3em;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child h1:last-child {
    right: -3.2em;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child:before, 
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child:before {
    left: 1.4em;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child > h1 {
    left: -4.3em !important;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child:after, body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child:after{
	    right: 1.3em;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child > h1:last-child {
    right: -4.5em !important;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child >.row > .col {
    max-width: 50%;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child {
    max-width: calc(100% - 3em) !important;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form > .row, 
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > form.contact-form > .row {
    width: 100%;
}
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child > h1:first-child {
    left: -4em;
}
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child::before {
    left: 1em;
}
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child > h1:last-child {
    right: -4.2em;
}
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child::after {
    right: 1em;
}
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2) {
    padding-top: 4rem !important;
    padding-bottom: 2em !important;
    padding-left: 3em;
    padding-right: 3em;
}
body.karisma-salon > .content section.aimeos > .cms-content:last-child > .container-xl:first-child {
    padding-left: 3em;
    padding-right: 3em;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h1 {
    letter-spacing: 7px;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form, body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > form.contact-form {
    padding: 0 1.5em;
}
body.privacy-policy .cms-content:nth-child(2) > .container-xl:before, body.return-policy .cms-content:nth-child(2) > .container-xl:before, body.term-condition .cms-content:nth-child(2) > .container-xl:before {
    left: 1.4em;
}
body.privacy-policy .cms-content:nth-child(2) > .container-xl:after, body.return-policy .cms-content:nth-child(2) > .container-xl:after, body.term-condition .cms-content:nth-child(2) > .container-xl:after {
    right: 1.4em;
}

body.privacy-policy .cms-content:nth-child(2) > .container-xl, body.return-policy .cms-content:nth-child(2) > .container-xl, body.term-condition .cms-content:nth-child(2) > .container-xl {
    padding-left: 2.5em;
    padding-right: 2.5em;
}
body.faq .cms-content:nth-child(3) > div > .accordion-container.container {
    padding-left: 2em;
    padding-right: 2em;
}

body.faq .cms-content:nth-child(3) .accordion-container a.accordion {
    padding: 5px 30px 5px 10px;
    font-size: 14px;
}
body.faq .cms-content:nth-child(3) .accordion-container a.accordion:after {
    right: 3px;
}
section.quiz-1 > .container > .row > .col-sm-4, section.quiz-1 > .container > .row > .col-sm-8 {
    flex: 0 0 auto;
    width: 100%;
}
section.quiz-1 > .container > .row > .col-sm-8 > .quiz-start {
    padding-left: 0;
}
section.quiz-1 .col-sm-4.col-12 img {
    border-radius: 24em 24em 0 0 !important;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab .col-sm-3 {
    width: 25%;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list > .product {
    width: 25%;
}
footer > .container > .row > .col-sm-4.footer-left {
    padding-right: 15px !important;
}
body.faq .cms-content:nth-child(3):before {
    left: 1em;
}
body.faq .cms-content:nth-child(3) > h1 {
    left: -1.1em;
}
body.faq .cms-content:nth-child(3):after {
    right: 1em;
}
body.faq .cms-content:nth-child(3) > h1:nth-child(3) {
    right: -1.1em;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl a.btn {
    font-size: 16px;
    border: 2px solid #fff;
    line-height: 16px;
    padding: 10px 10px;
}
body > .content section.aimeos > .cms-content.section221 > .container-xl:last-child,
body > .content section.aimeos > .cms-content.section426 > .container-xl:last-child {
    padding-top: 0;
    padding-bottom: 10px;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl:last-child a.link-block.space img {
    height: 20px;
    margin-right: 20px;
}

body > .content section.aimeos > .cms-content:first-child > .container-xl h2, section.blog-banner .container-xl h2 {
    padding: 0;
    margin: 0;
}
body > .content section.aimeos > .cms-content:first-child {
    align-items: flex-end;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    padding-bottom: 4em;
}
section.aimeos.checkout-standard section.checkout-standard-address .form-horizontal .header {
    max-width: 100%;
}
section.checkout-standard-delivery .item-service .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
section.checkout-standard-payment .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
section.checkout-standard-summary.common-summary .common-summary-address.row .col-sm-6, section.checkout-standard-summary.common-summary .common-summary-service.row .col-sm-6, section.checkout-standard-summary.common-summary .common-summary-additional.row .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
section.checkout-standard-summary.common-summary .common-summary-additional.row .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
section.aimeos.checkout-standard nav ol.steps li.step {
    padding: 0 30px;
    width: max-content;
}
section.aimeos.checkout-standard form .form-horizontal .form-list .row {
    width: 100%;
    display: inline-flex;
    margin: 0;
}
section.aimeos.checkout-standard form .form-horizontal .form-list .row .col-md-5, section.aimeos.checkout-standard form .form-horizontal .form-list .row .col-md-7 {
    padding: 0;
}
section.blog-section .container-xl:before, section.blog-deccription .container-xl:before, section.community-section .containe-xl:before, section.careers-section .container-xl:before {
    left: 1.4em;
}
section.blog-section .container-xl:after, section.blog-deccription .container-xl:after, section.community-section .container-xl:after, section.careers-section .container-xl:after {
    right: 1.4em;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:last-child form.contact-form, body.karisma-salon > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > form.contact-form, section.blog-section .container-xl > .row, section.blog-deccription .container-xl > .row {
    padding: 0 calc(1.5em + 15px);
}
section.blog-section .container-xl, section.blog-deccription .container-xl, section.community-section .container-xl, section.careers-section .container-xl {
    padding-right: 15px;
    padding-left: 15px;
}
section.blog-section .container-xl > .row h1.left-heading, section.community-section .container-xl > .row h1.left-heading {
    left: -1.6em;
}
section.blog-section .container-xl > .row h1.right-heading, section.community-section .container-xl > .row h1.right-heading {
    right: -1.8em;
}
section.blog-content .container-xl {
    padding: 0 15px;
}
section.blog-banner {
    align-items: flex-end;
}
section.blog-banner .container-xl {
    padding-bottom: 4em;
}
section.blog-section .container-fluid ul.nav.nav-tabs {
    padding: 0 15px;
}
section.blog-section .container-xl .row .col-md-12 .content-box p, section.community-section .container-xl .row .col-md-12 .content-box p, section.blog-banner .container-fluid .row .col-md-12 .content-box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
section.blog-section .container-xl .row .col-md-12 .content-box h1, section.community-section .container-xl .row .col-md-12 .content-box h1, section.blog-banner .container-fluid .row .col-md-12 .content-box h1 {
    font-size: 30px;
    line-height: 30px;
}
section.blog-section .container-xl .row .col-md-12 .content-box ul li a, section.blog-banner .container-fluid .row .col-md-12 .content-box ul li a {
    padding: 2px 15px;
    font-size: 12px;
}
section.blog-section .col.main-button a, section.careers-section .col.main-button a, section.blog-section .col.main-button span, section.careers-section .col.main-button span {
    font-size: 14px;
    padding: 5px 10px;
    border: 2px solid #fff !important;
}
section.blog-section .container-xl .row .col-md-12 .img-box {
    height: 350px;
}
section.blog-section .container-fluid .row ul.nav-tabs li.nav-item a, section.careers-section .container-fluid .row ul.nav-tabs li.nav-item a {
    font-size: 18px;
    padding: 5px 10px;
}
section.blog-section .container-xl .row .col-md-12 .content-box, section.community-section .container-xl .row .col-md-12 .content-box, section.blog-banner .container-fluid .row .col-md-12 .content-box {
    padding: 15px 15px;
    width: calc(100% - 0px);
}
.carrearpage section.blog-section .container-xl .blog_data .col-md-6 .content-box h1 {
    font-size: 35px;
}
.carrearpage section.blog-section .container-xl h1.left-heading {
    left: -2.1em;
}
.carrearpage section.blog-section .container-xl h1.right-heading {
    right: -2.4em !important;
}
.eventsection section.blog-section .container-xl > .row h1.left-heading {
    left: -2em;
}
.eventsection section.blog-section .container-xl > .row h1.right-heading {
    right: -2.2em;
}
section.quiz-1, section.quiz-1.py-5.modifycarrearapply{
	padding-top: 8em !important;
}
section.modifycarrearapply .quiz-start form > .row > .col-sm-4, section.modifycarrearapply .quiz-start form > .row > .col-sm-8 {
    width: 100%;
}
section.modifycarrearapply .quiz-start form .tab-content .tab-pane > .tab {
    max-width: 100%;
}
section.modifycarrearapply .quiz-start form#regForm nav .nav.nav-tabs a {
    font-size: 16px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
section.modifycarrearapply .quiz-start form .tab-content .tab-pane img {
    width: 150px !important;
    height: auto;
}
.datarowpopupcarrer.modal .modal-content.popupcontentdata .modal-body .content-box h1 {
    font-size: 35px;
}
section.aimeos.basket-standard form .basket-standard-coupon {
    flex-wrap: wrap;
    text-align: left;
}
section.aimeos.basket-standard .basket-standard-coupon .header h2 {
    font-size: 16px;
}
section.aimeos.checkout-standard form section.checkout-standard-address .form-list .row.form-item {
    width: calc(100% + 20px);
    margin-bottom: 10px;
}
section.aimeos.checkout-standard nav ol.steps li.step {
    padding: 0 10px;
    width: max-content;
    font-size: 14px !important;
    line-height: 1;
}
section.aimeos.basket-standard form .button-group .btn, section.aimeos.checkout-standard form section.checkout-standard-address .button-group .btn, body.shop section.aimeos.checkout-standard form .button-group .btn {
    font-size: 18px;
    padding: 10px 20px;
}
nav.navbar div#navbarNav section.catalog-filter:nth-last-child(2), nav.navbar div#navbarNav section.catalog-filter:last-child {
    margin: 0 0px !important;
}
section.aimeos.catalog-list .list-search {
    font-size: 18px;
    line-height: 1;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    max-width: 78% !important;
    top: calc(8% - 58px);
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    max-width: 78% !important;
    top: calc(22% - 58px);
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) h1,
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h1 {
    font-size: 35px !important;
    line-height: 1 !important;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h1 {
    max-width: 200px;
}
section.aimeos .services .tab-service-content.container-xl .service {
    width: calc(100% - 30px);
}
section.aimeos .services .tab-service-content.container-xl {
    padding: 3em 2em;
}
body.sustainability > .content section.aimeos > .cms-content:first-child > .container-xl h5 {
    font-size: 40px;
}
.instagran-sec div#instafeed {
    padding: 0 3em;
}
.instagran-sec div#instafeed button.slick-prev {
    left: 0.7rem !important;
}
.instagran-sec div#instafeed button.slick-next {
    right: 0.1rem !important;
}
.how-to-use .how-to-use-img .how-to-use-text .how-to-use.description strong {
    font-size: 50px;
}
.how-to-use .how-to-use-img .how-to-use-text .how-to-use.description {
    font-size: 25px;
}
.all-products article.product .container-xl .col-sm-6 h1.name i span.navbar-label {
    font-size: 24px;
}
section.aimeos .services .tab-service-content.container-xl:before {
    left: 1em;
}
section.aimeos .services .tab-service-content.container-xl:after {
    right: 1em;
}
section.aimeos .services > .tab-service-content.container-xl > h1:last-child {
    right: -3em;
}
section.aimeos .services > .tab-service-content.container-xl > h1 {
    left: -2.9em;
}
body.shop.subscription article.product .catalog-detail-basket > form > .addbasket {
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
body.shop.subscription .all-products article.product > .container-xl > .row > .col-sm-6:not(body.shop.subscription .all-products article.product > .container-xl > .row > .col-sm-6:last-child) {
    margin-bottom: 30px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description strong {
    font-size: 38px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description {
    text-align: left;
    font-size: 25px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text {
    top: calc(43% - 27px);
}
body.homepage section.aimeos.cms-page > .cms-content:first-child > .container-xl:last-child {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:first-child,
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child {
    padding-left: 15px;
    padding-right: 15px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) {
    max-width: 100%;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:first-child {
    max-width: calc(100% - 30px);
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3) {
    margin-top: -5em;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > .col h1, body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > .col h1 {
    font-size: 35px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > .col h2, body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > .col h2 {
    font-size: 20px;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    max-width: 390px;
    top: 30%;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2) h2 {
    font-size: 25px;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2) h1, 
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) h1, 
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) h1, 
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child > h1 {
    font-size: 35px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child, body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    position: static;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) > .col {
    margin: 0px auto;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > .col a, body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > .col a {
    font-size: 16px;
    padding: 6px 20px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:nth-child(2) span {
    font-size: 20px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(4) > .container-xl > .row {
    padding-top: 0em;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(3) {
    margin-top: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) {
    top: calc(12.5% - 170px);
}
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(3) {
    margin-top: 0;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) {
    top: calc(16% - 170px);
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) > .col, body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) > .col {
    text-align: center;
    max-width: 320px;
}
section.blog-banner .container-xl {
    padding-bottom: 7em;
    max-width: 400px;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h2, body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) h2 {
    font-size: 30px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    top: calc(9% - 58px);
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col {
    max-width: 100%;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl > .row > .col:first-child {
    padding: 25px 30px 25px 30px;
}
body.help-center > .content section.aimeos > .cms-content:first-child > .container-xl > h2 {
    font-size: 33px;
}
body.term-condition > .content section.aimeos > .cms-content:first-child > .container-xl h1 {
    font-size: 33px;
    line-height: 1;
    max-width: 300px;
}
section.quiz-1 .col-sm-8 .quiz-start nav .nav.nav-tabs a {
    letter-spacing: 3px;
    font-size: 16px !important;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child .row > .col h1 {
    word-break: break-word;
}
body.shop.subscription .review-sec .review-star-text .container-xl:before {
    left: 1.4em;
}
body.shop.subscription .review-sec .review-star-text .container-xl:after {
    right: 1.4em;
}
body.shop.subscription .review-sec .review-star-text .container-xl {
    padding-left: 2.4em;
    padding-right: 2.4em;
}
}

@media (max-width: 676.98px) {
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2), body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2), body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    top: 2%;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) {
    top: calc(10.5% - 170px);
}
body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) {
    top: calc(14% - 170px);
}
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl > .row > .col h1, body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl > .row > .col h1 {
    color: #fff !important;
}
}


@media (max-width: 650.98px) {
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    top: calc(7% - 58px);
}
}
/*----------------------------------MAX-WIDTH 575.98px----------------------------------*/

@media (max-width: 575.98px) {
	footer > .container > .row > .col-md-4:first-child .col-sm-6 {
    max-width: 100%;
    text-align: center !important;
}
footer > .container > .row > .col-md-4:first-child .col-sm-6 * {
    text-align: center !important;
}
footer > .container > .row > .col-sm-4.footer-left *, footer > .container > .row > .col-md-4.footer-right * {
    text-align: center;
}
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2),
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    top: 0;
    position: static;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2), 
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2), 
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) {
    position: static;
    max-width: 100%;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child, 
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:last-child, 
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    margin-top: 0;
}
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child {
    position: static;
    max-width: 100%;
}
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child h1 {
    color: #272727 !important;
}
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child a.btn {
    border-color: #272727;
    color: #272727;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h1, section.blog-banner .container-xl h1,
section.blog-banner .container-xl h1 {
    font-size: 40px;
    line-height: 40px;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl h2, section.blog-banner .container-xl h2,
section.blog-banner .container-xl h2 {
    font-size: 20px;
    line-height: 20px;
}
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2) h1, 
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) h1, 
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) h1, 
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child > h1 {
    font-size: 30px;
}
.instagran-sec h2.instagram-head {
    font-size: 20px;
}
footer > .container > .row > .col-md-4.footer-right .footer-block .newsletters h1 {
    text-align: center !important;
    display: block !important;
    width: 100%;
}
.locale-select .locale-select-language ul li a, .locale-select-currency ul li a {
    padding: 0.3rem 0.3rem !important;
}
.basket-mini {
    padding: 0.3rem;
}
.basket-mini a::before, .navbar-nav .login > .nav-link::before, .navbar-nav .profile > .nav-link::before {
    font-size: 20px;
}
.navbar-nav .login > .nav-link, .navbar-nav .register > .nav-link, .navbar-nav .profile > .nav-link {
    padding: 0.3rem;
}
nav.navbar a.navbar-brand > img {
    height: 30px;
}
nav.navbar a.navbar-brand {
    margin-inline-end: 0rem;
}
.open-menu {
    padding-right: 0;
}
section.aimeos.catalog-list .catalog-list-items .list-items > .product {
    width: calc(100% - 30px);
}
section.top-banner .banner-img > .banner-content h1, body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) h1, 
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h1 {
    font-size: 35px;
    line-height: 35px;
}
section.top-banner .banner-img > .banner-content {
    top: 37%;
    /*width: 140px;*/
    right: 1em;
}
section.top-banner .banner-img > .banner-content h2 {
    font-size: 20px;
    line-height: 20px;
}
body > .content section.aimeos > .cms-content:nth-child(2) > .container-xl .col h2, section.top-banner .mult-link h2,
body.privacy-policy .cms-content:first-child > .container-xl:last-child .col h2, 
body.return-policy .cms-content:first-child > .container-xl:last-child .col h2, 
body.term-condition .cms-content:first-child > .container-xl:last-child .col h2, 
section.blog-multi-link .col h2 {
    font-size: 14px;
    letter-spacing: 3px;
}
.all-products article.product .section-4 .tab-sec-content .section-4 {
    padding: 5em 1em;
}
.all-products article.product .section-4 .tab-sec-content .section-4 p strong, body.karisma-salon > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2) > h1 {
    font-size: 22px;
}
.all-products > .container-xl article.product .mult-link .multi-link.description .row .col-md-12 {
    padding: 0;
}
.all-products > .container-xl article.product .mult-link .multi-link.description .row {
    margin: 0;
}
.all-products > .container-xl article.product .mult-link .multi-link.description .col-md-4 {
    font-size: 16px;
}
.how-to-use > .tab-use-content.container-xl {
    position: static;
    margin-top: -2em;
}
body.about-us > .content section.aimeos > .cms-content:first-child > .container-xl > h1 {
    letter-spacing: 4px;
}
body.about-us > .content section.aimeos > .cms-content:first-child > .container-xl {
    max-width: 300px;
    left: 0;
    right: 0;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-last-child(2) {
    top: 1em;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > img {
    min-height: 200px;
    object-fit: cover;
    object-position: center;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:last-child >.row > .col {
    max-width: 100%;
}
body.karisma-salon > .content section.aimeos > .cms-content:nth-child(2) > .container-xl:nth-child(2) {
    padding-left: 1em;
    padding-right: 1em;
}
body.karisma-salon > .content section.aimeos > .cms-content:last-child > .container-xl:first-child {
    padding-left: 2em;
    padding-right: 2em;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab .col-sm-3 {
    width: 50%;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list > .product {
    width: 50%;
}
footer .copywright .container .leftsection, footer .copywright .container .righsection {
    width: 100%;
    text-align: center;
    margin: 5px;
}
footer .copywright .container {
    flex-wrap: wrap;
}
.carrearpage section.blog-section .container-xl .blog_data form.search {
    flex-wrap: wrap;
    justify-content: center;
}
.carrearpage section.blog-section .container-xl .blog_data form.search input:nth-child(2) {
    max-width: 100%;
}
.carrearpage section.blog-section .container-xl .blog_data form.search input {
    margin-bottom: 10px;
}
.carrearpage section.blog-section .container-xl .blog_data form.search input[type=submit] {
    width: 100%;
}
.carrearpage section.blog-section .container-xl .blog_data .col-md-6 .content-box h1 {
    font-size: 25px;
}
.carrearpage section.blog-section .container-xl .blog_data .col-md-6 .content-box {
    padding: 15px 20px;
}
section.modifycarrearapply .quiz-start form nav .nav.nav-tabs {
    justify-content: center;
}
.datarowpopupcarrer.modal .modal-content.popupcontentdata .modal-body .content-box h1 {
    font-size: 25px;
}
body.shop section.aimeos.checkout-standard form section.checkout-standard-delivery .item.item-service .col-sm-6 label.description > *, body.shop section.aimeos.checkout-standard form section.checkout-standard-payment .item.item-service .col-sm-6 label.description > * {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    max-width: 81% !important;
    top: calc(6% - 46px);
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) h1,
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h1 {
    letter-spacing: 2px;
    font-size: 22px !important;
    line-height: 1 !important;
    max-width: 150px;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h1 {
    max-width: 140px;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    max-width: 81% !important;
    top: calc(13% - 46px);
}
footer > .container > .row > .col-md-4.footer-right {
    padding-left: 2em !important;
    padding-right: 2em;
    border-left: none !important;
    border-right: none !important;
}
body.sustainability > .content section.aimeos > .cms-content:first-child > .container-xl h5 {
    font-size: 30px;
}
body.shop section.top-banner .banner-img > .banner-content h2 {
    max-width: 210px;
    font-size: 18px;
    text-align: center;
    margin: 0px auto;
}
section.top-banner .banner-img > .banner-content h1, body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) h1, body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h1 {
    font-size: 30px;
    line-height: 30px;
}
section.top-banner .banner-img > .banner-content {
    top: 42%;
    width: 210px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2), body.homepage > .content section.aimeos > .cms-content:nth-child(9) > .container-xl:nth-child(2) {
    position: static;
    justify-content: center;
    background: #e9e4de;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(2) {
    margin-top: -3em;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    max-width: 290px;
    top: 30%;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(4) h1 {
    font-size: 30px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(4) h2 {
    font-size: 22px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(8) > .container-xl:nth-child(4),
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:first-child > h1 {
    font-size: 30px;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:nth-child(2) span {
    padding: 1em 1em;
}
/*body.homepage .instagran-sec > .container-xl {
    padding: 9em 0 4em 0;
}*/
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:nth-child(2) span {
    font-size: 18px;
}
section.blog-banner .container-xl {
    padding-bottom: 7em;
    max-width: max-content;
}
body.about-us > .content section.aimeos > .cms-content:first-child > .container-xl {
    padding: 0;
    left: inherit;
    top: calc(50% - 20px);
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h2, body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) h2 {
    font-size: 20px;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) h2 {
    margin-top: 0;
    margin-bottom: 0;
}
body.help-center > .content section.aimeos > .cms-content:first-child > .container-xl > h2 {
    font-size: 25px;
}
footer.cart-footer > .footer-block .leftsection {
    position: static;
}
footer.cart-footer > .footer-block {
    justify-content: space-between;
}
}

@media (max-width: 574.98px) {
.how-to-use .how-to-use-img ul img {
    min-height: 250px;
    object-fit: cover;
    object-position: center;
}
.how-to-use .how-to-use-img .how-to-use-text {
    width: 80%;
}
.all-products article.product .section-4 .tab-sec-content .section-4 p strong {
    font-size: 30px !important;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description strong {
    font-size: 33px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description {
    text-align: left;
    font-size: 20px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text {
    top: calc(43% - 27px);
}
body.shop.subscription .all-products article.product .container-xl .col-sm-6 h1.name {
    font-size: 30px;
}
body.shop.subscription .review-sec .review-star-text .container-xl {
    padding-left: 2em;
    padding-right: 2em;
}
}
@media (max-width: 480.98px) {
.aimeos .common-summary-detail td.quantity .change {
    display: inline;
}
section.aimeos.checkout-standard section.checkout-standard-address .form-horizontal .header {
    font-size: 16px;
}
section.aimeos.basket-standard form .button-group .btn, section.aimeos.checkout-standard form section.checkout-standard-address .button-group .btn, body.shop section.aimeos.checkout-standard form .button-group .btn {
    font-size: 16px;
    padding: 10px 10px;
}
body.about-us > .content section.aimeos > .cms-content:nth-child(4) > .container-xl:nth-child(2) {
    max-width: 81% !important;
    top: calc(4% - 46px);
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    max-width: 81% !important;
    top: calc(7% - 46px);
}
footer > .container > .row > .col-md-8 .row > .col-sm-3.footer-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
footer > .container > .row > .col-md-8 .row > .col-sm-3.footer-left .footer-block {
    text-align: center;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col > .col h5 {
    width: 100%;
    margin-bottom: 0 !important;
}
body.our-salons section.aimeos.cms-page > .cms-content:nth-child(3) > .container-xl > .row .col > .col a {
    width: 100%;
    text-align: left;
}
section.top-banner .banner-img > img {
    min-height: 215px;
    width: auto !important;
    object-fit: cover;
    object-position: right;
}
body.homepage > .content section.aimeos > .cms-content:nth-child(10) > .container-xl:nth-child(2) span {
    font-size: 16px;
    line-height: 1.5;
}
body > .content section.aimeos > .cms-content:first-child > .container-xl {
    max-width: 290px;
    top: 30%;
    /*left: 0;*/
    right: 0;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons .salon h5 {
    margin-bottom: 0;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons .salon h5, section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons .salon a {
    width: 100%;
    text-align: left;
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons {
    max-height: 655px;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    padding-bottom: 0;
    padding-top: 0;
    top: calc(15% - 46px);
}
body.contact-us > .content section.aimeos > .cms-content:first-child > .container-xl {
    left: inherit;
}
body.karisma-salon > .content section.aimeos > .cms-content:first-child > .container-xl {
    left: inherit;
}
body.term-condition > .content section.aimeos > .cms-content:first-child > .container-xl h1 {
    font-size: 30px;
    line-height: 1;
    max-width: 300px;
}
}
@media (max-width: 424.98px) {
.catalog-detail-basket .addbasket .input-group input.form-control, .catalog-detail-basket .addbasket .input-group button.btn {
    width: calc(100% - 15px);
    max-width: calc(100% - 15px);
}
section.salon-section.our-salon .container-xl .col-md-4.salons .multi-salons {
    max-height: 690px;
}
}
@media (max-width: 375.98px) {
body > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-last-child(2) h1, 
body > .content section.aimeos > .cms-content:nth-child(5) > .container-xl:nth-last-child(2) h1, 
body.homepage > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:nth-last-child(2) h1, 
body > .content section.aimeos > .cms-content:nth-child(6) > .container-xl:last-child > h1 {
    font-size: 25px;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .tab .col-sm-3 {
    width: 100%;
}
section.quiz-1 .col-sm-8 .quiz-start .tab-content .product_section .list-items.list > .product {
    width: 100%;
}
.how-to-use .how-to-use-img .how-to-use-text .how-to-use.description strong {
    font-size: 40px;
    left: -15px;
}
.how-to-use .how-to-use-img .how-to-use-text .how-to-use.description {
    font-size: 20px;
}
.how-to-use .how-to-use-img .how-to-use-text {
    top: calc(43% - 30px);
}
.how-to-use .how-to-use-img .how-to-use-text {
    width: 85%;
}
.all-products article.product .section-4 .tab-sec-content .section-4 p strong {
    font-size: 25px !important;
}
.all-products article.product .section-4 .tab-sec-content .section-4 p:first-child strong {
    font-size: 22px !important;
}
body.contact-us > .content section.aimeos > .cms-content:nth-child(3) > .container-xl:nth-child(2) {
    top: calc(12% - 46px);
}
}

@media (max-width: 374.98px){
body > .content section.aimeos > .cms-content:first-child > .container-xl h1, section.blog-banner .container-xl h1 {
    font-size: 30px;
    line-height: 30px;
}
/*nav.navbar {
    justify-content: center;
}
nav.navbar .navbar-collapse {
    justify-content: space-between;
}*/
section.aimeos.checkout-standard, section.aimeos.basket-standard {
    padding-top: 7rem;
}
section.aimeos.checkout-standard nav ol.steps li.step {
    padding: 0 5px;
    font-size: 12px !important;
}
.locale-select-language ul.select-menu li.select-dropdown a > img.nav-icon.langicon,
.locale-select-currency ul.select-menu li.select-dropdown a > img.nav-icon.currencyicon {
    width: 22px;
    height: auto;
}
.basket-mini a::before, .navbar-nav .login > .nav-link::before, .navbar-nav .profile > .nav-link::before,
.open-menu::before {
    font-size: 19px;
}
.catalog-filter-search .btn-search:after {
    font-size: 18px;
}
.locale-select .locale-select-language ul li a, .locale-select-currency ul li a {
    padding: 0.2rem 0.2rem !important;
}
.basket-mini {
    padding: 0.2rem;
}
.open-menu {
    padding: 0.2rem;
}
.zeynep {
    width: 18rem;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description strong {
    font-size: 26px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text .how-to-use.description {
    text-align: left;
    font-size: 18px;
}
body.shop.subscription .how-to-use .how-to-use-img .how-to-use-text {
    top: calc(43% - 22px);
}
body.shop.subscription .catalog-detail-basket-attribute ul.selection li.select-item.interval.select {
    flex-wrap: wrap;
}
body.help-center > .content section.aimeos > .cms-content:first-child > .container-xl > h2 {
    font-size: 18px;
}
}

.checkoutsection nav.cart-header a img {
    height: 75px;
    width: 200px !important;
}