:root {
/*
	--main-color: #111111;
	--dark-main-color: #111111;
	
	--bg-color: #F3F3F5;
	--bg-color-alpha: rgba(250, 250, 250, 0.48);
	
	--text-color: #000000;
	--light-text-color: #A0A0A0;	
	--grey-text-color: #627c8e;
	
	--sub-color: #e1e1e3;	
	--bg-sub-color: #FAFAFA;
	
	--bg-input: #F4F4F5;
	--bg-focus-input: #EEEEEE;
	
	--white-color: #FFFFFF;
	--dark-grey-color: #414244;
	--grey-color: #949A9E;
	--light-grey-color: #D9D9D9;
	
	--border-color: #EFEFEF;	
	
	--green-color: #21D312;
	--orange-color: #FF9C07;
	--red-color: #FA6579;
	
	--main-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
	--light-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
	

*/
	
	--main-color: #303030;

	--sub-color: #2FBF71;
	--light-sub-color: #ddf4e7;
	--dark-sub-color: #13A054;

	--bg-color: #F2F2F2;
	--light-bg-color: #FAFAFA;

	--grey-color: #E7E7E7;
	--med-grey-color: #c3c3c3;
	--dark-grey-color: #787878;

	--text-color: #303030;
	--light-text-color: #A3A3A3;
	--med-text-color: #787878;	
	
	--bg-input: #F2F2F2;
	--bg-focus-input: #EEEEEE;
	
	--input-bg-color: #F2F2F2;
	--input-highlight-color: #FFFFFF;
	--border-color: #F6F6F6;
	--grey-border-color: #e8e8e8;	
	--dark-border-color: #E3EAEF;	
	--alpha-border-color: rgba(0, 38, 61, 0.32);

	--black-color: #000000;
	--white-color: #ffffff;
	--white-alpha-color: rgba(255, 255, 255, 0.48);
	--mid-white-alpha-color: rgba(255, 255, 255, 0.24);
	--main-white-alpha-color: rgba(255, 255, 255, 0.24);
	--light-white-alpha-color: rgba(255, 255, 255, 0.08);

	--red-color: #e93a3a;
	--pink-color: #D01390;
	--green-color: #2FBF71;
	--blue-color: #3F7FA8;
	--yellow-color: #FFB321;

	--main-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
/*	--main-gradient: linear-gradient(to bottom, #172437 0%, #0a121d 100%);*/
	--sub-color-gradient: linear-gradient(to bottom, #2FBF71 0%, #29AE66 100%);
	--dark-highlight-gradient: linear-gradient(180deg, rgba(103, 103, 103, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%);
	--dark-alpha-gradient: linear-gradient(180deg, rgba(103, 103, 103, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%), #303030;
	
	--line-gradient: linear-gradient(90deg, rgba(231, 231, 231, 0.08) 0%, #E7E7E7 50%, rgba(231, 231, 231, 0.08) 100%);
	
	
	--xs-radius: 8px;
	--sm-radius: 12px;	
	--main-radius: 16px;
	--input-radius: 16px;
	--med-radius: 24px;
	--lg-radius: 48px;
	--xl-radius: 56px;
	--xxl-radius: 80px;	
	
	--border-radius: 24px;
	--lg-border-radius: 48px;
	--input-border-radius: 16px;
	--xl-border-radius: 56px;
	
	
/*
	--xxs-pad: 4px;
	--xs-pad: 8px;
	--sm-pad: 12px;
	--mid-pad: 16px;
	--main-pad: 24px;
	--med-pad: 32px;
	--lg-pad: 48px;
	--xl-pad: 72px;
	--xxl-pad: 96px;
	--120-pad: 120px;
	--max-pad: 160px;
	--full-pad: 240px;
	--lg-neg: -48px;
	--main-neg: -24px;
	
	--lg-font: 22px;
	--main-font: 16px;
	--sm-font: 14px;
	--xs-font: 12px;
	--input-font: 16px;
	--button-font: 14px;
	--icon-font: 18px;
	--sm-icon: 18px;
	--main-icon: 32px;
	--large-icon: 96px;
*/
}

html{
	scroll-behavior: smooth;
}

body {
	font-family: "Jost", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	width: 100%;
	color: var(--text-color);
	background: var(--white-color);
	
    -webkit-animation: opac-in-animate 0.5s ease-out forwards;
	animation: opac-in-animate 0.5s ease-out forwards;
}
h1, h2, h3, h4, h5, h6 {
/*	color: var(--text-color);*/
	margin: 0px 0px 8px 0px;
	font-family: "Jost", Arial, Helvetica, sans-serif;
}
.fa {
	font-size: 14px;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
}
h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}
h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}
h5 {
	font-size: 16px;
	font-weight: 600;
}
h6 {
	font-size: 12px;
}

h1 b, h2 b, h3 b, h4 b{
	font-weight: 600;
}

a {
	color: var(--text-color);
}
a:focus, a:hover{
	text-decoration: none;
	color: var(--hover-color);
}
::selection{
	background-color:#CCCCCC;
	background-color:var(--text-color);
	color:var(--white-color);
}	
::-moz-selection{
	background-color:var(--text-color);
	color:var(--white-color);
}
p{
	margin-bottom: var(--main-pad);
}
p.no-margin{
	margin-bottom: 0;
}
p.lead{
	font-size: 18px;
	font-weight: 600;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}

.form-group.no-error {
	margin-bottom: 32px;
	margin-bottom: var(--main-pad);
}
.sticky-error .form-group {
	margin-bottom: 32px;
}

.form-cols{
	display: flex;
	margin-left: -12px;
	margin-right: -12px;
}
.form-col{
	width: 50%;
	width: calc(50% - 24px);
	display: flex;
	flex-direction: column;
	padding: 0 8px;
	padding: 0;
	margin: 0px 12px;
}
.form-col.form-col-lg{
	width: 70%;
}
.form-col.form-col-sm{
	width: 30%;
}
.form-group {
	position: relative;
	display: block;
	margin-bottom: var(--mid-pad);
/*	margin-bottom: 8px;*/
}
label {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
input[type=text], input[type=search], input[type=password] {   
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input:focus-visible {
    outline:none!important;
}
.form-control {
	padding: 8px 16px;
	height: 48px;
	line-height: 16px;
	border-radius: var(--border-radius);
	color: var(--text-color);
	font-size: var(--main-font);
	background: transparent;
	background: var(--bg-input);
	border: none;
	transition: all 0.2s ease;
}
.form-control:focus {
	color: var(--text-color);
	background: var(--bg-focus-input);
	border-color: var(--border-color);
/*	border-bottom: 1px solid var(--border-color);*/
	border: none;
	box-shadow: none;
	transition: all 0.4s ease;
}
.form-control[readonly]{
	background: var(--bg-input);
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 48px var(--bg-input) inset !important;
	background-color: var(--bg-input)!important;
	color: var(--text-color)!important;
}

.form-control::-webkit-input-placeholder {
	color: var(--light-text-color);
}

.form-control::-moz-placeholder {
	color: var(--light-text-color);
}

.form-control:-ms-input-placeholder {
	color: var(--light-text-color);
}

.form-control::placeholder {
	color: var(--light-text-color);
}

.form-floating .control-label {
	position: absolute;
    top: 0;
    left: 16px;
	left: 0px;
	height: 100%;
	font-size: 16px;
	font-weight: normal;
	pointer-events: none;
	color: var(--text-color);
	margin-bottom: 0px;
	transform-origin: 0 0;
	transition: all 0.2s ease;
/*
	height: 48px;
	line-height: 48px;
*/
	line-height: 24px;
	padding: 12px 16px;
}
.form-floating .form-control {
	padding: 24px 16px 8px 16px;
	border-radius: var(--input-border-radius);
	background: var(--bg-input);
	line-height: 16px;
	border:none;
}
.form-floating .form-control:not(textarea) {
	height: 48px;
}
/*
.form-col.form-floating .control-label {
	left: 24px;
}
*/

/*.form-floating > .form-control-plaintext ~ label, */
.form-floating > .form-control:focus ~ label.control-label, 
.form-floating > .form-control:not(:placeholder-shown) ~ label.control-label, 
.form-floating > .form-select ~ label.control-label {
/*	transform: scale(.85) translateY(-.5rem) translateX(.15rem);*/
/*	font-size: 12px;*/
/*	line-height: 28px;*/
	
	transform: scale(0.8) translateY(-6px) translateX(4px);
/*	transition: all 0.3s ease;*/
}
.form-floating > textarea.form-control ~ label.control-label{
	top: 0;
	height: 36px;
}
.form-floating > textarea.form-control:focus ~ label.control-label, 
.form-floating > textarea.form-control:not(:placeholder-shown) ~ label.control-label{
	height: initial;
	background: var(--bg-input);
	top: 8px;
	line-height: 20px;
	padding-right: 8px;
	pointer-events: none;
}
/*
.form-floating > textarea.form-control:focus ~ label.control-label:before,
.form-floating > textarea.form-control:not(:placeholder-shown) ~ label.control-label:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	left: -1px;
	height: 8px;
	top: -8px;
	background: var(--bg-focus-input);
}
*/

.form-floating > .form-control:not(:placeholder-shown){
	background: var(--bg-input);
}
.form-floating > .form-control:focus{
	background: var(--bg-focus-input);
}
.form-floating > textarea.form-control:focus ~ label.control-label{
	background: var(--bg-focus-input);	
/*	transition: all 0.3s ease;*/
}

.form-floating .form-control::-webkit-input-placeholder {
	color: transparent;
}
.form-floating .form-control::-moz-placeholder {
	color: transparent;
}
.form-floating .form-control:-ms-input-placeholder {
	color: transparent;
}
.form-floating .form-control::placeholder {
	color: transparent;
}

textarea.form-control{
	padding: 12px 16px;
	line-height: 1.6;
}
.textarea-amout{
	position: relative;
	display: block;
	line-height: 24px;
	color: var(--light-text-color);
}
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
}
.input-group .input-group-addon {
	font-size: 16px;
	height: 30px;
}
.form-group .text-danger,
.form-select .text-danger{
	position: absolute;
	position: relative;
	display: block;
	font-weight: 400;
	min-height: 8px;	
	font-size: 12px;
	line-height: 1.2;
	padding-top: 4px;
	color: var(--red-color)!important;
}
.form-floating .text-danger,
.form-select .text-danger{
	padding-left: 16px;
}

.sticky-error .form-group .text-danger{
	position: absolute;
	top: 56px;
	left: 0;
	line-height: 1.1;
	width: calc(100% - 32px);
}
.sticky-error .form-col.form-group .text-danger{
	left: 12px;
}

div.required > .control-label:after {
	content: ' *';
	font-weight: bold;
}

.date .input-group-btn{
	position: absolute;
	top: 0;
	right: 0;
}
.date .input-group-btn .i-btn{
	width: 48px;
	height: 48px;
	font-size: 20px;
}

.form-group-small{
	display: flex;
	margin-top: -8px;
	margin-bottom:var(--lg-pad); 
}
.form-group-small .sm-txt-btn{
	margin-left: auto;
	color: var(--light-text-color);
	
}
.form-label-sm span{
	display: block;
	font-size: 12px;
	font-style: italic;
}

.info-txt-block{
	position: relative;
	display: flex;
    background: var(--sub-color);
    padding:var(--mid-pad) var(--main-pad);
	border-radius: 0px;
}
.info-txt-block > div{
	position: relative;
	display: block;
	padding-left: 28px;
}
.info-txt-block:before{
	position: absolute;
	content: "\f05a";
	font-family: "Font Awesome 6 Pro";
	top: 0;
	left: 0;
	vertical-align: top;
	width: 56px;
	padding: 0;
	font-size: 16px;
	min-height: 56px;
	text-align: center;
	color: var(--text-color);
	line-height: 56px;
	z-index: 1;	
}

.form-select {
    position: relative;
    display: block;
/*	min-width: 240px;*/
	max-width: 100%;
}

.form-select .selectric-wrapper {
	position: relative;
	margin-left: -1px;
	margin-right: -1px;
	height: 48px;
}

.form-select .selectric {
	border: none;
	background: var(--dark-bg-color);
	background: var(--bg-input);
	border-radius: var(--border-radius);
	border: 1px solid var(--dark-bg-color);
	height: 48px;
/*	padding-top: 22px;*/
}
.form-select .selectric-open {
    z-index: 8;
}

.form-select .selectric-open.selectric-below .selectric {
	border-radius: var(--border-radius);
	background: var(--bg-input);
	border: 1px solid var(--bg-input);
}

.form-select .selectric-open.selectric-above .selectric {
	border-radius: var(--border-radius);
	background: var(--bg-input);
	border: 1px solid var(--bg-input);
}

.form-select .selectric-open.selectric-above .selectric-items {
	border-radius: 0 0 var(--border-radius) var(--border-radius);
	border-bottom: none;
	border-top: 1px solid var(--bg-input);
	margin-bottom: -1px;
}

.form-select .selectric-open {
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.08);
	box-shadow: none;
}

.form-select .selectric-items {
	display: block;
	opacity: 0;
	border: 1px solid var(--bg-input);
	overflow: hidden;
	transform-origin: 50% 0%;
	transform: scaleY(0);
	transition: transform 0.15s ease-out, opacity 0.1s;
}

.form-select .selectric-open.selectric-above .selectric-items {
	transform-origin: 50% 100%;
	transform: scaleY(1);
	opacity: 1;
	transition: transform 0.3s ease, opacity 0.2s;
	box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.08);
	box-shadow: none;
}

.form-select .selectric-open.selectric-below .selectric-items {
	transform-origin: 50% 0%;
	transform: scaleY(1);
	opacity: 1;
	transition: transform 0.3s ease, opacity 0.2s;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.08);
	box-shadow: none;
}
.selectric-items .selectric-scroll{
	scrollbar-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.08);
	scrollbar-width: thin;
}

.selectric-scroll::-webkit-scrollbar {
	width: 8px;
	border-radius: 4px;
	cursor: pointer;
}
.selectric-scroll::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.08);
	cursor: pointer;
	border-radius: 4px;
}
.selectric-scroll::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	cursor: pointer;
	transition: background 300ms ease;
}
.selectric-scroll::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.32);
	cursor: pointer;
}


.form-select .selectric .label {
	height: 46px;
	line-height: 30px;
	margin-right: 48px;
	padding: 8px 0px 8px 16px;
	font-size: 14px;
	color: var(--text-color);
	font-weight: 400;
}

.form-select .selectric .button {
	height: 48px;
	width: 48px;
	right: 4px;
	top: -24px;
	top: 0;
	text-align: center;
	background: transparent!important;
	z-index: 3;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.selectric-open .selectric .button {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.form-select .selectric .button:after {
	line-height: 48px;
	height: 48px;
	width: 48px;
	text-align: center;
	top: 24px;
	top: 0px;
	font-weight: 300;
	background: transparent!important;
	color: var(--text-color)!important;
}

.form-floating .selectric {
	height: 48px;
	border-radius: var(--input-border-radius);
	border: 1px solid transparent;	
/*    border-bottom: 1px solid var(--border-color);*/
}
.form-floating .selectric-items, .form-select.form-floating .selectric-items {
    background: var(--bg-input);
}
.form-floating .selectric-wrapper{
	height: 48px;
	border-radius: var(--input-border-radius);
}
.form-floating .selectric-open.selectric-above .selectric, 
.form-floating .selectric-open.selectric-below .selectric {
    border-radius: var(--input-border-radius);
    background: var(--bg-input);
	border: 1px solid var(--bg-input);	
/*    border-bottom: 1px solid var(--border-color);*/
	box-shadow: 0px 8px 10px rgba(112, 112, 112, 0.16);
}
.form-floating .selectric-open.selectric-above .selectric-items {
	border-radius: var(--input-border-radius) var(--input-border-radius) 0px 0px;
	box-shadow: 0px -8px 10px rgba(112, 112, 112, 0.16);
}
.form-floating .selectric-open.selectric-below .selectric-items {
	border-radius: 0px 0px var(--input-border-radius) var(--input-border-radius);
	box-shadow: 0px 8px 10px rgba(112, 112, 112, 0.16);
}
.form-floating .selectric-items{
    border-radius: var(--input-border-radius);
    background: var(--bg-input);
	border: 1px solid transparent;		
}
.form-floating.form-select .selectric-open.selectric-below .selectric, 
.form-floating.form-select .selectric-open.selectric-above .selectric-items{
	border-radius: var(--input-border-radius) var(--input-border-radius) 0px 0px;
}
.form-floating.form-select .selectric-open.selectric-above .selectric, 
.form-floating.form-select .selectric-open.selectric-below .selectric-items{
	border-radius: 0px 0px var(--input-border-radius) var(--input-border-radius);
}

.form-floating .selectric-items ul,
.form-floating .selectric-items li{
	font-size: 14px;
}
.form-floating .selectric .label {
	height: 48px;
	padding: 12px 8px 12px 16px;
	line-height: 22px;
}
/*
.form-floating .selectric .button {
	top: 2px;
}
*/
.selectric-items,
.form-select .selectric-items {
	background: var(--bg-input);
}
.selectric-items li {
	color: var(--text-color);
	padding: 14px 24px 14px 16px;
	padding: 14px 32px 14px 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.selectric-items li.highlighted, 
.form-select .selectric-items li.highlighted {
	color: var(--text-color);
	background: var(--bg-focus-input);
	font-weight: 400;
}
.selectric-items li:hover,
.form-select .selectric-items li:hover {
	color: var(--hover-color);
	background: transparent;
	background: var(--bg-focus-input);
	font-weight: 400;
}
.form-select .selectric-items li.selected:after {
	content: "\f00c";
	position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
    top: 12px;
    right: 6px;
    height: 24px;
    width: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	font-family: "Font Awesome 6 Pro";	
}
.form-select .selectric-items li[data-index="0"]:after{
	display: none;
}
.selectric-disabled {
	opacity: 1;
}
.selectric-disabled .button:after {
	display: none;
}

.form-dropdown{
	position: relative;
	display: flex;		
	width: 100%;
}
.form-dropdown .dropdown-toggle{
	position: relative;
	display: flex;	
	width: 100%;
	text-align: left;
    padding: var(--sm-pad) var(--main-pad);
    line-height: var(--main-pad);
	background: var(--bg-input);
    border-radius: var(--main-radius);
	color: var(--text-color);
	border: none;
	overflow: hidden;
    height: 48px;
	z-index: 3;
	transition: all 0.1s ease;
}
.option-error .dropdown-toggle{
	color: var(--red-color);
}
.form-dropdown.show .dropdown-toggle{
    border-radius: var(--main-radius) var(--main-radius) 0 0;	
	transition: all 0.3s ease;
}
.form-dropdown .dropdown-toggle:after{
    content: "\f107";
    position: absolute;
	top: var(--sm-pad);
    right: var(--mid-pad);
    width: var(--main-pad);
    height: var(--main-pad);
    line-height:  var(--main-pad);
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 18px;
    text-align: center;
	color: var(--light-text-color);
	border: none;
	margin: 0;
	transform: rotate(0deg);
	transition: all 0.1s ease;
}
.form-dropdown.show .dropdown-toggle:after{	
	transform: rotate(-180deg);
	transition: all 0.3s ease;
}
.form-dropdown .dropdown-toggle span{
	font-weight: 400;
}
.form-dropdown .dropdown-toggle div{
	font-weight: 600;
	padding: 0 4px;
}
.form-dropdown .dropdown-menu{	
    padding:var(--xs-pad) 0;
    margin: 0;
	min-width: 100%;
	top: 0px!important;
    color: var(--text-color);
    text-align: left;
    list-style: none;
    background: var(--bg-input);
	border: none;
	float: none;
	border-radius: 0 0 var(--main-radius) var(--main-radius);
	box-shadow: var(--main-shadow);
	opacity: 0;
	transform-origin: 50% 0%;
    transform: scaleY(0);
    scrollbar-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.08);
    scrollbar-width: thin;
	max-height: 240px;
	overflow-y: auto;
	z-index: 2;	
}

.form-dropdown .dropdown-menu[x-placement^=top]{
	border-radius:var(--main-radius) var(--main-radius) 0 0;	
}

.form-dropdown .dropdown-menu.show{
    transform: scaleY(1);
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.2s;	
}
.form-dropdown .option-select {
	position: relative;
	display: flex;	
	width: 100%;
	text-align: left;
    padding: var(--xxs-pad) var(--sm-pad) var(--xxs-pad) var(--mid-pad);
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: var(--text-color);
	border: none;
	background: var(--bg-input);
    line-height: 40px;	
	transition: all 0.3s ease;
}
.form-dropdown .option-select.selected,
.form-dropdown .option-select:hover {
    background: var(--bg-focus-input);
}
.form-dropdown .option-select span{
	display: block;
	font-size: 14px;
}
.option-image{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: var(--sm-pad); 
	width: 40px;
    height: 40px;
}
.option-image img{
	height: 40px;
	width: auto;
}
.option-image-radio{
	position: absolute;
	display: block;
	top: 14px;
    right: 18px;
    width: 20px;
    height: 20px;
	background: var(--white-color);
	border-radius: 50%;
}
.option-image-radio:after{
	content: '';
	position: absolute;
	display: block;
	top: var(--xxs-pad); 
    right: var(--xxs-pad); 
    width: var(--sm-pad); 
    height: var(--sm-pad); 
	background: var(--sub-color);
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s ease;
}
.form-dropdown .option-select.selected .option-image-radio:after,
.form-dropdown .option-select:hover .option-image-radio:after{
	opacity: 1;
	
}

.form-radio{
	position: relative;
	display: flex;	
}
.radio-buttons{
	position: relative;
	display: flex;	
	flex-direction: column;
}
.radio-buttons-inline{
	flex-direction: row;
}
/*
.radio-buttons > .control-label{
	padding-left: var(--mid-pad);	
}
*/
.radio{
	position: relative;
	display: flex;
	overflow: hidden;
	padding-left: 0px;
}
.radio-block{
	margin-bottom: var(--main-pad);	
}
.radio-inline-btn{
	display: flex;
	margin-right: var(--main-pad);	
}
.radio-inline{
	position: relative;
	display: flex;
	overflow: hidden;
	margin-right: var(--main-pad);
}
.radio-normal{
	margin-bottom: var(--sm-pad);	
}
.radio:hover,
.radio-inline:hover,
.radio label:hover,
.radio-inline label:hover{
	cursor: pointer;
}
.radio label,
.radio-inline label{
	display: block;
	margin: 0;
	font-weight: 400;
	padding-left: 40px;
	line-height: 24px;
}
.radio-inline-btn label{
	padding-left: 28px;
}
.radio input, .radio-inline input{
	position: absolute;
	visibility: hidden;
}
.radio .radio-cir, .radio-inline .radio-cir{
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	left:0px;
	top:2px;
	display: block;
	text-align: center;
/*	border: 1px solid var(--border-color);*/
	border: none;
	background: var(--bg-input);
	border-radius: 50%;
	z-index: 2;
	transition: all .2s ease-in-out;
}
.radio.radio-inline-btn .radio-cir,
.radio.radio-normal .radio-cir{
	height: 16px;
	width: 16px;
	left:8px;
	top:4px;
	border: none;
	background: var(--bg-input);
	border-radius: 50%;
}
.radio.radio-inline-btn .radio-cir{
	left: 0;
}
.radio .radio-cir:after, .radio-inline .radio-cir:after{
	position: absolute;
	content: '';
	display: block;
	left:5px;
	top:5px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: transparent;
}
.radio.radio-inline-btn .radio-cir:after,
.radio.radio-normal .radio-cir:after{
	left:3px;
	top:3px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
}
.radio input[type="radio"]:checked + .radio-cir, .radio-inline input[type="radio"]:checked + .radio-cir{
/*
	color: var(--text-color);
	border:1px solid var(--main-color);
*/
	border: none;
}


.radio input[type="radio"]:checked + .radio-cir:after, .radio-inline input[type="radio"]:checked + .radio-cir:after{
	background: var(--main-color);	
}
.radio.radio-normal input[type="radio"]:checked + .radio-cir{
/*	border:1px solid var(--main-color);*/
	border: none;
}
.radio.radio-normal input[type="radio"]:checked + .radio-cir:after{
	background: var(--main-color);	
}
.radio:hover .radio-cir:after, .radio-inline:hover .radio-cir:after{
	background: var(--sub-color);	
}

.radio-buttons-wrap{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: var(--mid-pad);	
}
.radio-button{
	position: relative;
    display: flex;
    padding: var(--mid-pad) var(--main-pad) var(--mid-pad) var(--lg-pad);
	margin-bottom: var(--mid-pad);	
    transition: all 0.2s ease;
}
.radio-button.radio label{
	padding-left: 0px;
	color: var(--text-color);
	z-index: 1;
}
.radio-button.radio .radio-cir{
	top: calc(50% - 10px);
	left: 14px;
}
.radio-button-text{
	position: relative;
	z-index: 1;
}
.radio-button-border{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
    border-radius: 3px;
    border: 1px solid transparent;
	transition: all 0.2s ease;
}
.radio-button:hover .radio-button-border,
.radio-button input[type="radio"]:checked ~ .radio-button-border{
	border: 1px solid var(--dark-bg-color);
	background: var(--dark-bg-color); 
	color: var(--text-color);
}

.radio-tabs{
	display: flex;
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: 24px;
}
.radio-tab{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 50%;
	width: calc(50% - 8px);
	text-align: center;
	margin: 0 4px;
	padding: 0;
}
.radio-tab label{
	padding: 0;
}
.radio-tab label span{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 16px var(--main-pad);	
	overflow: hidden;
	z-index: 1;
	color: var(--text-color);
}
.radio-tab label input[type="radio"]:checked ~ span{
	color: var(--main-color);
}
.radio-tab .radio-button-border{
	background: var(--white-color);	
	border: 1px solid var(--dark-bg-color);
	transition: all 0.2s ease;
}
.radio-tab label:hover .radio-button-border{
	background: var(--bg-color);	
	border: 1px solid var(--dark-bg-color);
}
.radio-tab input[type="radio"]:checked  ~ .radio-button-border{
	background: var(--dark-bg-color);	
	border: 1px solid var(--dark-bg-color);	
}
.radio-tab .radio-cir{
	opacity: 0;
	top: -50%;
}
	
.ch-btn{
	position: relative;
	display: inline-block;
	display: block;
	vertical-align: middle;    
    height: 40px;
    height: 32px;
    padding-top: 8px;
	margin-bottom: 8px;
}
.ch-btn input[type="checkbox"]{
    position: absolute;
    left: -49%;
	visibility: hidden;
    height: 1px;
    z-index: 0;
}
/*
.ch-btn label{
	position: relative;
	display: block;
	font-size: var(--main-font);
	font-size: var(--sm-font);
    font-weight: 400;
	padding-left: 36px;
    line-height: 24px;
	margin: 0;
	cursor: pointer;
    z-index: 1;
}
.form-group .ch-btn label{
	margin: 0;
}
.ch-btn label span{
	position: absolute;
	display: block;
	height: 24px;
	width:24px;
	top: 0px;
	left: 0px;
	background: var(--bg-input);
    border: 1px solid var(--bg-input);
	border-radius: 3px;
	z-index: 1;
	text-align: center;
	font-size: var(--xs-font);
    color: var(--border-color);
}

.ch-btn label:hover span{
	cursor: pointer;
}
.ch-btn label:hover i{
	color: var(--text-color);	
}
.ch-btn input[type="checkbox"]:checked + label span{
	color: var(--white-color);
	background: var(--main-color);
    border: 1px solid var(--main-color);
}
.ch-btn label:hover i, .ch-btn input[type="checkbox"]:checked + label i{
	display: block;
	opacity: 1;
}
.ch-btn input[type="checkbox"]:checked + label:hover span{
	background: var(--bg-input);
    border: 1px solid var(--bg-input);	
}
.ch-btn input[type="checkbox"]:checked label:hover i{
	color: var(--text-color);	
}

.ch-btn label i{
	display: none;
	height: 24px;
	line-height: 22px;
}
.ch-btn a{
    text-decoration: underline;
}
.ch-btn a:hover{
    text-decoration: none;
}
*/

.help-block{
	font-size: var(--sm-font);
}
.help-block span{
	font-weight: 600;
	color: var(--red-color);
}
.form-group .help-block{
	line-height:var(--lg-pad); 
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    text-shadow: none;
}
.bootstrap-datetimepicker-widget td.today:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid var(--main-color);
    border-top-color: rgba(0,0,0,.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.form-buttons{
	display: flex;
}
.form-buttons-full{
	display: flex;
	flex-direction: column;
}
.form-buttons-full .btn{
	width: 100%;
}
.form-buttons-full .txt-btn{
	margin: 0;
}	
.button-split {
	justify-content: space-between;
}
.button-split .btn{
	width: calc(50% - 12px);
	margin: 0;
}
.form-inline-btn-right{
	display: flex;
	justify-content: flex-end;
	margin-top: -16px;
	margin-bottom: var(--main-pad);
}
.form-inline-btn-right .txt-btn{
	padding: 0;
}

.form-buttons-text{
	display: flex;
	flex-direction: column;	
	margin-top: var(--main-pad);
}
.form-buttons-text .btn{
	margin-bottom: 12px;
}
.form-buttons-text .txt-btn{
	margin: 0;
}	

/* CHIPS */

.chip {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
	color: var(--white-color);
	background: var(--grey-color);
	padding: 0px var(--mid-pad);
	line-height: var(--med-pad);
	border-radius: var(--med-pad);
	transition: all 0.2s ease;
}

.chip.main-chip {
	color: var(--main-color);
	background: var(--bg-sub-color);
}

a.chip:hover {
	color: var(--white-color);
	background: var(--main-color);
}

.chip.order-error {
	background: var(--red-color);
}

.chip.order-busy {
	color: var(--main-color);
	border: 1px solid var(--border-color);
	background: var(--white-color);
}

.chip.order-good {
	background: var(--main-color);
}
.chip.b-chip {
	color: var(--main-color);
	border: 1px solid var(--border-color);
	background: var(--white-color);
}

.table-cards .chip{
	margin: 8px 0px;
	line-height: 16px;
}
.chip.to-pay {
	background: var(--main-color);
}
.chip.paid {
	background: var(--grey-color);
}
.chips-list{
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: var(--lg-pad);
}
.chips-list .chip{
	margin: 0px var(--xs-pad);
}
	
/* BUTTONS */

.buttons {
	display: flex;
	margin: var(--main-pad) 0;
}

.buttons.buttons-full{
	flex-direction: column;
	margin: 0 0 var(--lg-pad) 0; 
}

.buttons.buttons-full .btn{
	width: 100%;
}

.buttons-spaced{
	justify-content: space-between;
}
.buttons-spaced .btn{
	width: calc(50% - 12px);
}

.buttons .pull-left {
	align-self: flex-start;
}

.buttons .pull-right {
	margin-left: auto;
	align-self: flex-end;
}
.buttons.buttons-center{
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.inline-buttons{
	display: flex;
	justify-content: center;
	margin-bottom:var(--main-pad);
}
.inline-btn{
	padding: 0 40px;
	border-right: 1px solid var(--border-color);
}
.inline-btn .txt-btn{
	padding: 8px 0px;
	font-weight: 400;
/*
	letter-spacing: 1px;
	text-transform: uppercase;
*/
	color: var(--grey-color);
	font-size: 24px;
}
.inline-btn .txt-btn.active{
	color: var(--main-color);
	font-weight: 600;
}
.inline-buttons .inline-btn:last-child{
	border: none;
}

.link-btn{
	color: var(--main-color);
}
.link-btn:hover, .link-btn:focus, .link-btn:active{
	color: var(--sub-color);
}

/*
.btn, .btn-primary {
	position: relative;
	display: flex;
	justify-content: center;
	padding:var(--sm-pad) var(--main-pad);
	line-height: var(--main-pad);
	background: var(--main-color);
	border: none;
	color: var(--white-color);
	border-radius: var(--border-radius);
	font-size: var(--button-font);
	font-weight: 400;
	box-shadow: none;
	text-decoration: none;
	outline: 0;
	min-width: 120px;
	transition: all 0.2s ease;
}

.btn.i-left{
	padding:var(--sm-pad) var(--main-pad) var(--sm-pad) var(--mid-pad);	
}

.btn:hover, .btn:focus, .btn:active, 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, 
.btn.active:hover, .btn.active:focus, .btn.active:active {
	outline: 0;
	box-shadow: none;
	border: none;
	background: var(--dark-main-color);
	color: var(--white-color);
}
.btn:focus-visible {
    outline: none;
	outline: 0;
}
*/

.btn, .btn-primary,
.button,
a.button,
.button:visited,
a.button:visited {
	position: relative;
	display: inline-flex;
	cursor: pointer;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	color: var(--white-color);
	line-height: var(--main-pad);
	font-size: var(--button-font);
	font-weight: 600;
	padding: var(--sm-pad) var(--med-pad);
	box-shadow: none;
	outline: none;
	border-radius: var(--main-radius);
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	border: none;
	background: var(--dark-sub-color);
	transition: all 0.2s ease;
	z-index: 1;
}
/*
.btn:not(.cart-btn):after,
.btn:not(.filter-btn):after,
.btn:not(.lang-dropdown-toggle):after,
*/

.btn.btn-primary:after,
.btn.product-main-button:after,
.button:after{
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: var(--sub-color-gradient); 
	border-radius: var(--main-radius);	
	opacity: 1;
	transition: all 0.2s ease;
}
.btn.btn-primary:hover:after,
.btn.product-main-button:hover:after{
	opacity: 0;
	transition: all 0.4s ease;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.button:hover,
.button:active,
.button:focus,
a.button:hover,
a.button:active,
a.button:focus {
	color: var(--white-color);
	background: var(--dark-sub-color);
	box-shadow: none;
	transition: all 0.4s ease;
}
.btn:hover, .btn:focus, .btn:active{
	outline: 0;
	box-shadow: none;
	border: none;
/*	background: var(--dark-main-color);*/
	color: var(--white-color);
}


.white-btn{
	color: var(--light-text-color);
	background: var(--white-color);
}

.btn.active.focus, .btn.active:focus, .btn.focus, 
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.focus, 
.btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: var(--white-color);
	background: var(--dark-sub-color);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: var(--white-color);
	background: var(--main-color);
    border-color: var(--main-color);
}
.btn.disabled, .btn:disabled {
    cursor: default;
	pointer-events: none;
}
.btn-link:focus, .btn-link:hover {
	text-decoration: none;
	background-color: transparent;
	background: transparent;
}

.btn i {
	font-size: 16px;
	font-weight: 300;
	width: var(--main-pad);
	height: var(--main-pad);
	line-height: var(--main-pad);
}
.btn.i-left i {
	margin: 0px 8px 0px 0px;	
}
.btn span {
	line-height: var(--main-pad);
	padding: 0;
}

.l-btn {
	padding:11px 23px 11px 32px;
	padding:11px 23px 11px 23px;
	background: var(--white-color);
	color: var(--text-color);
	border: 1px solid var(--border-color);
}
.l-btn.i-left{
	padding:11px 23px 11px 15px;
}
.l-btn:hover, .l-btn:focus, .l-btn:active {
	background: var(--bg-input);
	color: var(--text-color);
	border: 1px solid var(--bg-input);
}
.l-btn i{
	color: var(--light-text-color);	
}
.i-color i{
	width: 24px;
	height: 24px;
	padding: 0px;
	line-height: 24px;	
 	color: var(--main-color);
	transition: all 0.2s ease;
}
.l-btn.i-color:hover i, .l-btn.i-color:focus i, .l-btn.i-color:active i{
	color: var(--white-color);
}

.btn-icon-left{
	padding-left: 16px;
}

.btn-icon-left i{
	width: 24px;
	height: 24px;
	padding: 0px;
	line-height: 24px;
	margin-right: 8px;
}

.w-btn {
	padding:var(--sm-pad) var(--main-pad);
	background: var(--white-color); 
	color: var(--text-color);
}

.w-btn:hover, .w-btn:focus, .w-btn:active {
	background: var(--main-color); 
	color: var(--white-color);
}

.grey-btn{
	background: rgba(17, 17, 17, 0.16);
	color: var(--text-color);	
}
.grey-btn:hover, .grey-btn:focus, .grey-btn:active {
	background: rgba(17, 17, 17, 0.24);
	color: var(--text-color);
}

.i-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 48px;
	min-width: 48px;
	height: 48px;
	padding: 0px;
	line-height: 48px;
	text-align: center;
	border: none;
	background: var(--white-color); 
	color: var(--text-color);
	cursor: pointer;
	transition: all 0.2s ease;
}
.i-btn i {
	margin: auto;
	text-align: center;
}
.i-btn:hover, 
.i-btn:focus, 
.i-btn:active {
	background: var(--white-color);
	color: var(--main-color);
/*	padding-left: 8px;*/
	transition: all 0.4s ease-out;
}

.i-btn.btn-clean {
/*	font-size: 24px;*/
	background: none;
	color: var(--light-text-color);
}
.i-btn.btn-clean:hover, 
.i-btn.btn-clean:focus, 
.i-btn.btn-clean:active {
	background: none;
	padding: 0;
	color: var(--main-color);
	transition: all 0.4s ease-out;
}

.i-btn.i-btn-md {
	width: 32px;
	min-width: 32px;
	height: 32px;
	padding: 0px;
	line-height: 32px;
}
.i-btn.i-btn-sm {
	width: 24px;
	min-width: 24px;
	height: 24px;
	padding: 0px;
	font-size: 16px;
	line-height: 24px;
	background: none;
/*	color: var(--grey-color);*/
}

.i-btn.i-btn-sm:hover, 
.i-btn.i-btn-sm:focus, 
.i-btn.i-btn-sm:active {
	background: none;
	color: var(--light-text-color);
}

.l-btn.i-btn {
	border-radius: var(--border-radius);
	border: 1px solid var(--border-color);
	color: var(--text-color);
}

.l-btn.i-btn.no-border {
	border: none;
}

.l-btn.i-btn i {
	color: var(--text-color);
}

.l-btn.icon-btn, .btn-primary.icon-btn {
	line-height: 24px;
}
.l-btn.icon-btn span, .btn-primary.icon-btn span{
	line-height: 24px;
}

.l-btn.icon-btn i, .btn-primary.icon-btn i {
	width: 24px;
	min-width: 24px;
	height: 24px;
	padding: 0px;
	line-height: 24px;
	background: none;
	font-size: 16px;
	color: var(--grey-color);
	margin-left: 8px;
	vertical-align: top;
}
.btn-primary.icon-btn i {
	color: var(--white-color);	
}

.l-btn.icon-btn span, .btn-primary.icon-btn span {
	line-height: 24px;
	font-weight: 600;
}


.l-btn.icon-btn.icon-btn-sm {
	padding: 7px 36px;
}

.l-btn.icon-btn.icon-btn-sm i {
	font-size: 18px;
}

.btn-primary, .l-btn, .ripple {
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}
.btn-primary:after, .l-btn:after, .ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10,10);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.l-btn:after{
    background-image: radial-gradient(circle, #FFFFFF 10%, transparent 10.01%);
}
.btn-primary:active:after, .l-btn:active:after, .ripple:active:after {
    transform: scale(0,0);
    opacity: 0.2;
    transition: 0s;
}
.txt-btn {
	display: inline-block;
	padding: 12px 0px;
	font-size: var(--button-font);
	font-weight: 400;
	text-align: center;
	color: var(--text-color);
	line-height: var(--main-pad);
}
.txt-btn.light-btn {
	color: var(--light-text-color);
}
.txt-btn.btn-line{
	font-size: var(--button-font);
	text-decoration: underline;
}
.txt-btn.btn-line:hover{
	text-decoration: none;
}
/*
.txt-btn+.txt-btn {
	margin-left: var(--main-pad);
}
*/

.txt-btn.sm-txt-btn{
	font-weight: 400;
	padding: 0;
	font-size: var(--xs-font);
}
.txt-btn.i-btn i {
	width: var(--main-pad);
	height: var(--main-pad);
	line-height: var(--main-pad);
	margin-right: 8px;
	text-align: center;
}
.txt-i-btn {
	display: inline-flex;
	padding: 12px 0px;
	font-size: var(--button-font);
	font-weight: 400;
	text-align: center;
	color: var(--light-text-color);
	line-height: var(--main-pad);
	background: none;
	border: none;
}
.txt-i-btn.txt-btn-inline {
	padding: 0;
}
.txt-i-btn:hover, 
a.txt-i-btn:hover,
.txt-i-btn:focus, 
a.txt-i-btn:focus,
.txt-i-btn:active, 
a.txt-i-btn:active{
	color: var(--text-color);
}
.txt-i-btn span{
	font-weight: 400;
	padding-right: var(--xs-pad);
	line-height: var(--main-pad);
}
.icon-left.txt-i-btn span{
	padding-right: 0;
}
.txt-i-btn i {
	font-size: 16px;
	font-weight: 300;
	width: var(--main-pad);
	height: var(--main-pad);
	line-height: var(--main-pad);
	margin: 0px var(--xs-pad) 0px 0px;
	text-align: center;
	transition: margin 0.2s ease;
}
.txt-i-btn:hover i{
	margin: 0px 0px 0px var(--xs-pad);
	transition: margin 0.4s ease-out;
}
.icon-left.txt-i-btn i{
	margin: 0px var(--xs-pad) 0px var(--xs-pad);	
	margin: 0px var(--xs-pad) 0px 0px;	
}
.txt-btn-light{
	color: var(--light-text-color);
}
.txt-btn-light span{
	font-weight: 400;
}

.btn-clean.txt-i-btn i{
	color: var(--main-color);
}

.btn-clean.txt-i-btn:hover i{
	margin: 0px var(--xs-pad) 0px 0px;
	transition: none;
}


.btn.icon-btn {
	min-width: initial;
}

.icon-btn.btn-xs {
	background: none;
	border: none;
	box-shadow: none;
	font-weight: 400;
	font-size: 14px;
	width: var(--main-pad);
	height: var(--main-pad);
	line-height: 22px;
	color: var(--text-color);
	transition: all 0.2s ease;
}

.icon-btn.btn-xs:hover {
	color: var(--main-color);
}

.txt-btn.icon-btn {
	padding: 0;
	display: flex;
	height: var(--lg-pad);
	line-height: var(--lg-pad);
}

.txt-btn.icon-btn span {
	font-weight: 600;
}

.txt-btn.icon-btn i {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: var(--lg-pad);
	height: var(--lg-pad);
	line-height: var(--lg-pad);
	font-size: 20px;
}

.btn-txt-btn {
	border: none;
	box-shadow: none;
	background: none;
	padding: 0;
	line-height: initial;
	font-size: 12px;
	color: var(--text-color);
	text-decoration: underline;
}

.btn-txt-btn:hover {
	color: var(--sub-color);
	text-decoration: none;
}

.txt-btn.text-btn-sm.icon-btn {
	height: var(--main-pad);
	line-height: var(--main-pad);
}

.txt-btn.text-btn-sm.icon-btn i {
	width: var(--main-pad);
	height: var(--main-pad);
	line-height: var(--main-pad);
	font-size: 16px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.txt-link, .txt-link:visited{
	line-height: var(--main-pad);
	font-size: 16px;
	font-weight: 300;
	color: var(--text-color);
	background: none;
	border: none;
	box-shadow: none;
	transition: all 0.2s ease;
}
.txt-link:hover, 
a.txt-link:hover,
.txt-link:focus, 
a.txt-link:focus,
.txt-link:active, 
a.txt-link:active{
	color: var(--light-text-color);
}


.nav-tabs {
	margin-bottom: 16px;
}

/* GENERAL CONTENT */

#outer-wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	flex-grow: 1;
	padding-top: 120px;
/*
    -webkit-animation: opac-in-animate 0.5s ease-out forwards;
	animation: opac-in-animate 0.5s ease-out forwards;
*/
	
}
#outer-wrapper > .container{
	padding-top: 72px;
	margin-bottom: var(--max-pad);
}

#bg-wrapper {
	position: fixed;
	content: '';
	display: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.48);
}

.menu-open #bg-wrapper {
	display: block;
	opacity: 1;
	animation: opac-in-animate 0.3s ease-out forwards;
}
body.menu-open{
	overflow: hidden;
	padding-right: 17px;
}
body.menu-open #header-main{
	padding-right: 17px;
}

.menu-ani #bg-wrapper {
	display: block;
	opacity: 1;
	animation: opac-out-animate 0.3s ease-in forwards;
}

#content {
	min-height: 50vh;
/*	margin-bottom: var(--lg-pad); */
}
#information-information #content {
/*	min-height: initial;*/
}
.title-block{
	position: relative;
	display: flex;
	margin-bottom: var(--main-pad); 	
	margin-bottom: var(--lg-pad); 	
}
.title-block.center-title{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: var(--lg-pad); 
}
.title-block.center-title-btn{
	position: relative;
	display: flex;
	text-align: center;
	justify-content: center;
	margin-bottom: var(--lg-pad); 
}
.title-block.center-title-btn.less-margin{
	margin-bottom: var(--main-pad); 
}
.title-block.center-title-btn h2{
	text-align: center;
}
.title-block.cat-title{
	margin-bottom: var(--xs-pad);
}
.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4{
	margin-bottom: 0;
	line-height: var(--lg-pad);
}
.title-block h1{
	line-height: 1.6;
}
/*
.title-block h2{
	font-size: 24px;
}
*/
.title-block-btn{
	display: flex;
	align-self: flex-end;
	margin-left: auto;
}
/*
.title-block-line:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -8px;
	height: 2px;
	width: 64px;
	background: var(--sub-color);
}
*/
.center-title-btn .title-block-btn{
	display: flex;
	align-self: flex-end;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.title-block-left{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 38%;
}
.title-block-left h2{
	margin-bottom: var(--mid-pad); 	
}
.title-block-left b{
	display: block;
}
.title-block-left p{
	margin-bottom: 0; 	
}
/*
.home-page .title-block h2{
	font-size: 40px;
}
*/
.page-wrapper{
	position: relative;
	display: flex;	
}
.page-left{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 50%;
	padding-right: 72px;
}
.page-right{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 50%;
	padding-left: 72px;
}
.center-content{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40%;
	height: 100%;
	margin: 0 auto;
}
.center-content-block{
	position: relative;
	display: flex;
	flex-direction: column;	
	padding: var(--main-pad); 
}
.center-content-block p{
	margin-bottom: var(--main-pad); 
}
.center-content-block p a{
	text-decoration: underline;
}
.center-content-block p a:hover{
	text-decoration: underline;
}

.table {
	color:var(--text-color);  
	margin-bottom: var(--main-pad); 
}

.table-responsive>.table-bordered {
    border: 1px solid var(--border-color); 
}
.table-bordered{
	border: 1px solid var(--border-color); 
}

.table-bordered td, .table-bordered th {
    border: 1px solid var(--border-color); 
	border: none;
}
.table td, .table th{
	padding: 8px 16px;
}
.table-bordered thead td{
    font-size: 16px;
    font-weight: 600;
	padding-top: 16px;
}
.table-bordered thead td, .table-bordered thead th {
     border-bottom-width: 1px; 
}
.table-bordered td > span{
    font-weight: 600;	
}

.table-main td, .table-main th {
	border: none;
}
.table-main thead{
/*	background: var(--mid-bg-color);*/
	border-bottom: 1px solid var(--border-color);
}
.table-main thead td,
.table-checkout thead td{
	font-weight: 400;
   	font-size: 14px;
    color: var(--light-text-color);
}
.table-main tfoot tr:last-child td{
	font-weight: 600;
}
.table-checkout .table tbody td,
.table-checkout .table tfoot td{
	padding: 12px 16px;	
}
.table-checkout .table tbody tr:nth-child(even){
    background: var(--bg-color);
}
.table-checkout .table tfoot tr:first-child td{
	padding-top: 24px;
}
.table-checkout .table tfoot tr:last-child td{
	font-weight: 600;
	font-size: var(--lg-font);
}

/* CONTENT BANNER STYLES *****************************/

.content-banner-wrapper {
	position: relative;
	display: block;
	/*    padding: 96px 0px;*/
	padding: 120px 0px;
	z-index: 1;
}
.content-banner-grey{
	background: var(--bg-color);
}
.full-info-page .content-banner-grey{
	padding-bottom: var(--max-pad); 
}

.content-banner-wrapper .container {
	padding: 0px var(--main-pad);
}

.content-banner {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -24px;
	margin-right: -24px;
}

.banner-blk-txt, .banner-blk-img {
	position: relative;
	display: flex;
	width: 50%;
	padding: 0px var(--main-pad);
	align-content: flex-start;
	align-self: center;
	flex-direction: column;
}

.banner-blk-center{
	text-align: center;
}
.banner-blk-txt.banner-txt-left {
	padding-right:120px; 
}
.banner-blk-txt.banner-txt-right {
	padding-left:120px; 
}
.banner-blk-txt.blk-txt-right {
	justify-content: flex-end;
    flex-direction: row;
}
.banner-blk-txt p:last-child{
	margin-bottom: var(--lg-pad);
}
.banner-blk-txt .btn{
	align-self: flex-start;
}
.banner-blk-txt ul{
	position: relative;
	list-style: none;
	padding: 0;
	margin: var(--mid-pad) 0 var(--lg-pad) 0;
}
.banner-blk-txt ul li{
	position: relative;
	margin: 0 0 var(--xs-pad) 0;
	padding: 0 0 0 32px;
	line-height: 24px;
}
.banner-blk-txt ul li:before{
	content: '';
	display: block;
	position: absolute;
	left: 8px;
	top: 8px;
	width: 8px;
	height: 8px;
	background: var(--sub-color);
	border-radius: 50%;
}
.banner-blk-img {
/*	width: 50%;*/
}
.banner-blk-img.banner-img-left{
	padding-right:96px; 
}
.banner-blk-img.banner-img-right{
	padding-left:96px; 
}
.banner-blk-img-wrap{
	position: relative;
	display: block;
	overflow: hidden;
	box-shadow: var(--main-shadow);
    border-radius: var(--border-radius);
}
.banner-blk-img img, 
.banner-blk-img-blk img, 
.banner-blk-img-full img{
	width: 100%;
	max-width: 100%;
	z-index: 1;
}
.banner-blk-img-full{
	position: relative;
	display: block;
	z-index: 1;
}
.center-banner-title{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: var(--xl-pad); 
}
.center-banner-title h2{
	margin: 0;
}
.content-center-text{
	position: relative;
	text-align: center;
}

.content-banner-center{
	position: relative;
	display: flex;
	justify-content: center;
}
.content-banner-center p{
	align-self: center;
	margin-bottom: var(--lg-pad); 
}
.content-banner-center .btn{
	align-self: center;
}

.content-banner-wrapper.image-banner-bg-color {
/*	padding: 0px 0px 240px 0px;	*/
}
.image-banner-bg-color .container{
	position: relative;
	z-index: 2;
}
.image-banner-bg-color:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: var(--bg-color);
}
.content-banner-full-image{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--border-radius);
}
.content-banner-full-image img{
	max-width: 100%;
}

/* HEADER *****************************/

#header {
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 12!important;
}

/*
header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 12;
	background: transparent;
}
*/
#header-main.sticky{
	background: var(--dark-bg-color);
	transition: background 0.2s ease-out;
}
header .container{
	display: flex;
}


.header-signup-btn{
/*	order: 2;*/
	display: none;
}
.header-cart-btn{
	order: 3;
	padding: var(--mid-pad) 0;
	margin-left:var(--mid-pad); 
}

.menu-open .header-account-btn,
.menu-open .header-cart-btn{
	opacity: 0;
}

/*
.header-main{
	position: relative;
	display: flex;
	padding: 0 48px;
	background: var(--white-color);
}
.header-main:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;	
	z-index: 0;
	background: var(--border-color);
}
.header-main-start{
	position: relative;
	display: flex;
	width: 30%;
	z-index: 3;
}
.header-socials{
	position: relative;
    display: flex;
    margin: 32px 0 32px -12px;
    padding: 0;
    list-style: none;
}
.header-socials li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 32px;
    height: 32px;
	margin-right: 8px;
}
.header-socials li a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 32px;
    height: 32px;
    color: var(--light-text-color);
    font-size: 16px;
    transition: all 0.2s ease;
}

.header-main-center{
	position: relative;
	display: flex;
	justify-content: center;
	width: 40%;
	z-index: 3;
}
.header-main-right{
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding: 24px 0px;
	width: 30%;
}
.logo-main{
	position: relative;
	display: flex;
	padding: 20px 16px 20px 16px;
	opacity: 1;
	transition: all 0.2s ease;
}
.logo-main:hover{
	opacity: 0.64;
	transition: all 0.4s ease-out;	
}
.logo-main img{
	height: 56px; 
	width: auto;
}
.logo-dark{
	display: flex;
}
.logo-light{
	display: none;
}

.logo-main span{
	
}
.logo-main h2{
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 700;
}

.nav-main{
	position: relative;
	display: flex;
	flex-direction: row;
	list-style: none;
	padding: 0px 0px;
	margin: 0px;
}
.nav-main li{
	display: block;
	margin: 0;
	padding: 0;
}
.nav-main > li > a{
	position: relative;
	display: block;
	justify-content: center;
	white-space: nowrap;
	padding: 8px 16px;
	padding: 24px 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--text-color);
	transition: all 0.2s ease;
}
.nav-main > li > a:hover{
	color: var(--main-color);
}

.header-right-btns{
	display: flex;	
	margin-left:var(--mid-pad); 
}
.header-buttons{
	position: relative;
	display: flex;	
	text-align: right;
	margin-left: var(--main-pad); 
}

.nav-toggle {
	position: relative;
	float: right;
	cursor: pointer;
	width: var(--main-pad);
	height: var(--main-pad);
	padding: 0px;
	margin: 24px 16px 24px 0px;
	background: none;
	border: none;
	overflow: hidden;
}
.nav-toggle:focus-visible {
    outline:none!important;
}

.nav-icon span, .menu-ani .nav-icon span {
	display: block;
	position: absolute;
	top: 11px;
	left: 3px;
	right: 3px;
	left: 4px;
	right: 4px;
	height: 1px;
	background: var(--text-color);
	transition: background 0s 0.2s;
}

.nav-icon span::before, .nav-icon span::after, .menu-ani .nav-icon span::before, .menu-ani .nav-icon span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--text-color);
	content: "";
	transition-duration: 0.2s, 0.2s;
	transition-delay: 0.2s, 0s;
}

.nav-icon span::before, .menu-ani .nav-icon span::before {
	top: -5px;
	transition-property: top, transform;
}

.nav-icon span::after, .menu-ani .nav-icon span::after {
	bottom: -5px;
	transition-property: bottom, transform;
}

.menu-open .nav-icon span {
	background: none!important;
}

.menu-open .nav-icon span::before {
	top: 0;
	width: 100%;
	transform: rotate(45deg);
}

.menu-open .nav-icon span::after {
	bottom: 0;
	width: 100%;
	transform: rotate(-45deg);
}

.menu-open .nav-icon span::before, .menu-open .nav-icon span::after {
	transition-delay: 0s, 0.2s;
}
*/

/*
.nav-main li.active-link a{
	color: var(--light-text-color);
}
*/


/* FULL NAV */

.full-nav{
	display: none;
	position: absolute;
	flex-direction: column;
	width: 100%;
	top: 0px;
	left: 0;
}
.menu-open .full-nav{
	display: flex;
}
.menu-open .header-main-menu,
.menu-open .header-main-right,
#mobile-product-button,
.nav-sub-menu-back{
	display: none;
}
.full-nav-top{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
	height: 72px;
    padding: 0 48px;
    background: var(--white-color);
	z-index: 2;
}
.full-nav-top:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;	
	z-index: 0;
	background: var(--border-color);
}
.full-nav-top-content{
	position: relative;
	display: flex;
    padding: var(--xs-pad) 0px;	
	opacity: 0;
}
.full-nav-top-content .lang-menu{
	padding: var(--sm-pad) 0px;	
}
.menu-open .full-nav-top-content{
	display: flex;
	animation: opac-in-animate 0.3s ease-out forwards;
}
.menu-open.menu-ani .full-nav-top-content{
	animation: opac-out-animate 0.2s ease-in forwards;	
}

.full-nav-wrapper{
	position: relative;
	display: flex;
	flex-direction: row;
	height: 656px;
	border-radius: 0 0 var(--xl-border-radius) var(--xl-border-radius); 
	width: 100%;
	background: var(--white-color);
	z-index: 1;
	opacity: 0;	
}
.menu-open .full-nav-wrapper{
	animation: full-nav-animate 0.3s ease-in forwards;	
}
@keyframes full-nav-animate {
	0% { opacity: 0;
		transform: translateY(-5%);
	}
	100% { opacity: 1;
		transform: translateY(0%);
	}
}
.menu-open.menu-ani .full-nav-wrapper{
	animation: full-nav-out-animate 0.2s ease-in forwards;	
}
@keyframes full-nav-out-animate {
	0% { opacity: 1;
		transform: translateY(0%);
	}
	100% { opacity: 0;
		transform: translateY(-5%);
	}
}

.full-nav-col{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: var(--lg-pad);
	border-left: 1px solid var(--border-color);
}
.sub-nav-col{
	padding: var(--lg-pad) 0;
}
.first-nav-col{
	border: none;
}

.nav-col-sub:before,
.nav-col-sub:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: calc(100% - 16px);
	height: 48px;
	z-index: 4;
	pointer-events: none;
}
.nav-col-sub:before{
	height: 16px;
	top: 48px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) 0% 0%;
}
.nav-col-sub:after{
	bottom: 48px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) 0% 0%;
}

.full-nav-main,
.full-nav-sub{
/*	position: relative;*/
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}
.full-nav-main li{
	padding: 0;
	margin-bottom: 8px;
}
.full-nav-main li.nav-extra-marg{
	margin-bottom: 16px;
}
.full-nav-main a{
	display: flex;
	font-size: 26px;
	font-weight:600;
	line-height: 24px;
	padding: 8px 0px;
}
.full-nav-main .nav-icon-link{
/*	margin-bottom: 4px;*/
}
.full-nav-main .nav-icon-link a{
	font-size: 16px;
	font-weight:300;
	padding: 4px 0px;
	color: var(--light-text-color);
}
.nav-icon-link i{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.nav-icon-link span{
	padding: 0 16px;
}


.full-nav-sub li{
	padding: 0;
	margin-bottom: 0px;
}
.full-nav-sub > li > a{
	display: flex;
	font-size: 22px;
	font-weight:300;
	line-height: 24px;
	padding: 12px var(--lg-pad);
	background: transparent;
	transition: all 0.2s ease;	
}
.full-nav-sub > li:hover > a{
	background: var(--bg-color); 
}

.full-nav-sub-title{
	display: flex;
	padding: 0;
	margin-bottom: 8px;	
}
.full-nav-sub-title a{
	display: flex;
	font-size: 22px;
	font-weight:600;
	line-height: 24px;
	padding: 8px var(--lg-pad);
	color: var(--main-color);
}
.nav-sub-extra{
	display: none;
	position: absolute;
	flex-direction: column;
	left: calc(100% + 1px);
	width: 100%;
	max-height: 656px;
	height: calc(100% - 48px);
	top: 0;
	
	max-height: 608px;
	height: calc(100% - 96px);
	top: 48px;
	margin-bottom: 24px;
	overflow-y: auto;
	z-index: 2;
	background: var(--white-color); 
	padding: 0 0 var(--lg-pad) 0;
}

.full-nav-wrapper ::-webkit-scrollbar {
	width: 8px;
	border-radius: 4px;
	cursor: pointer;
}

.full-nav-wrapper ::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.08);
	cursor: pointer;
	border-radius: 4px;
}

.full-nav-wrapper ::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	cursor: pointer;
	transition: background 300ms ease;
}

.full-nav-wrapper ::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.32);
	cursor: pointer;
}

.nav-sub-extra-link > a{
	position: relative;	
}
.nav-sub-extra-link > a:after{
	content: "\f105";
	position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
    top: 0;
    right: 0;
    height: 48px;
	line-height: 48px;
    width: 48px;
	font-size: 20px;
	font-weight: 400;
	font-family: "Font Awesome 6 Pro";
	opacity: 0;
	z-index: 0;
	transition: all 0.2s ease;	
}
.nav-sub-extra-link:hover > a:after{
	opacity: 1;
}
.nav-sub-extra-link:hover .nav-sub-extra{
	display: flex;
}
.show-sub-menu .nav-sub-extra{
	display: flex;	
}

.menu-bottom{
	display: flex;
	flex-direction: column;
	margin-top: auto;
}
.menu-bottom-title{
	font-weight:700;
	margin-bottom: 8px;
}
.menu-app-buttons{
	display: flex;
	padding: 0px;
}
.menu-app-buttons .app-button{
	margin-right: 16px;
	background: var(--bg-color);
}

.full-nav-col-image{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	border-radius: var(--border-radius);
	overflow: hidden;
}
.full-nav-col-image a{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}
.full-nav-col-image img{
	width: 100%;	
	height: 100%;
	object-fit: cover;
    object-position: center;
}
.full-nav-col-image-txt{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;	
	width: 100%;
	height: 100%;
	padding: var(--main-pad) var(--main-pad);
	color: var(--white-color);
	left: 0;
	top: 0;
	font-size: 22px;
	line-height: 1.3;
}

/*

.lang-menu{
	position: relative;
	background: none;
}
.full-nav .lang-menu{
	position: relative;
	background: var(--white-color);
}

.lang-menu .btn-group.show{

}
.full-nav .lang-menu .btn-group.show{
	box-shadow: var(--main-shadow);
	border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.lang-menu .dropdown-toggle{
	display: flex;
	justify-content: flex-start;
	background: none;
	border: none;
	box-shadow: none;
	min-width: 200px;
	padding: var(--sm-pad) var(--mid-pad);
	padding: var(--mid-pad) var(--mid-pad);
	line-height: var(--main-pad);
	color: var(--text-color);
	z-index: 9!important;
}
.full-nav .lang-menu .dropdown-toggle{
	background: var(--white-color);
}
.lang-menu .dropdown-toggle:after{
    content: "\f107";
    position: absolute;
    top: var(--mid-pad);
    right: var(--sm-pad);
    width: var(--main-pad);
    height: var(--main-pad);
    line-height:  var(--main-pad);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    text-align: center;
	color: var(--light-text-color);
	border: none;
}
.lang-menu .dropdown-toggle div,
.language-select div{
	display: flex;
    width: var(--main-pad);
    height: var(--main-pad);
    line-height:  var(--main-pad);	
	border-radius: var(--border-radius);
	overflow: hidden;
	justify-content: center;
}
.lang-menu .dropdown-toggle div img,
.language-select div img{
	align-self: center;
}
.lang-menu .dropdown-toggle span{
	display: flex;
	padding: 0 var(--xs-pad); 
}

.lang-menu .dropdown-menu{
    padding: 0;
    margin: 0;
    min-width: 160px;
    font-size: 16px;
	min-width: 100%;
    color: var(--text-color);
    text-align: left;
    list-style: none;
    background-color: var(--white-color);
	border: none;
	border-radius: 0 0 var(--border-radius) var(--border-radius);
	box-shadow: var(--main-shadow);
	z-index: 1000;
}
.full-nav .lang-menu .dropdown-menu{
	padding-top: 8px;	
}
.lang-menu .dropdown-menu[x-placement^=top]{
	border-radius: var(--border-radius);	
}
.full-nav .lang-menu .dropdown-menu:before{
	content: '';
	position: absolute;
	display: block;
	top: 7px;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--border-color);
}
.lang-menu .dropdown-menu li{
	padding: var(--xs-pad);
}
.language-select{
	display: flex;
	width: 100%;
	padding: var(--xs-pad) var(--xs-pad);
    line-height: var(--main-pad);	
	border: none;
	color: var(--text-color);
	background: var(--white-color);
	border-radius: var(--border-radius);
	text-align: left;
}
.language-select:hover{
	background: var(--sub-color); 	
}
.language-select span{
	display: flex;
	padding: 0 var(--xs-pad);
	font-size: var(--button-font);
    font-weight: 600;
}
*/

/*LANG MODAL*/

/*
.header-lang{
	position: relative;
	display: flex;
	padding:var(--xs-pad) 0;
}
*/

/*
.lang-menu-btn{
	position: relative;
	display: flex;
	justify-content: flex-start;
	background: none;
	border: none;
	box-shadow: none;
	padding: var(--sm-pad) var(--mid-pad);
	padding: 6px var(--main-pad) 6px var(--xs-pad);
	color: var(--text-color);
	border-radius: 16px;
	background: var(--bg-input);
	transition: all 0.2s ease;
}
.lang-menu-btn:hover,
.lang-menu-btn:active,
.lang-menu-btn:focus{
	background: var(--white-color);
	color: var(--text-color);
	transition: all 0.4s ease-out;
}
.lang-menu-btn:after{
    content: "\f105";
    position: absolute;
    top: 4px;
    right: 4px;
    width: var(--main-pad);
    height: var(--main-pad);
    line-height:  var(--main-pad);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 16px;
    text-align: center;
	color: var(--light-text-color);
	border: none;
}
.lang-menu-btn div{
	display: flex;
    width: 20px;
    height: 20px;
    line-height: 20px;	
	overflow: hidden;
	justify-content: center;
    border-radius: 50%;
	overflow: hidden;
	background-color: var(--white-color);
	background-position: center;
	background-size: 32px 28px;
}
.lang-menu-btn div img{
	align-self: center;
	opacity: 0;
}
.lang-menu-btn span{
    display: flex;
    flex-direction: column;
	justify-content: center;
	padding: 0 var(--xs-pad); 
	color: var(--light-text-color);
}
.header-lang .lang-menu-btn{
	padding: var(--xxs-pad) var(--xxs-pad) var(--xxs-pad) var(--xxs-pad);
	background: var(--bg-input);
}
.header-lang .lang-menu-btn:after{
	display: none;
}
.header-lang .lang-menu-btn div{
    width: 24px;
    height: 24px;
    line-height: 24px;	
    background-size: 36px 32px;
}

.lang-modal .modal-dialog{
	width: 480px;
	min-width: 480px;
	max-width: 100%;
}
.lang-modal .modal-content{
	border-radius: 15px;
	padding-bottom: 48px;
}

.language-select{
	position: relative;
    display: flex;
    width: 100%;
    border-radius: 5px;
	padding: 24px 24px;
    line-height: 32px;
    font-size: 16px;
	margin: 8px 0px;
	border: none;
    color: var(--text-color);
    background: transparent;
	transition: all 0.4s ease;
	z-index: 1;
}
.language-select:hover{
	background: var(--white-color);
	box-shadow: var(--main-shadow);	
}
.language-select.active-lang{
    background: var(--white-color);
	box-shadow: var(--main-shadow);
	z-index: 2;
}
.language-select.active-lang:after{
    content: "\f00c";
    position: absolute;
    top: var(--med-pad);
	top: 30px;
    right: var(--main-pad);
    width: var(--main-pad);
    height: var(--main-pad);
    line-height: var(--main-pad);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 22px;
    text-align: center;
	color: var(--main-color);
}
.language-select > div{
	position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
	overflow: hidden;
	background-color: var(--white-color);
	background-position: center;
	background-size: 120%;
	background-size: 48px 44px;
}
.language-select > div img{
	height: 100%;
	width: auto;
	opacity: 0;
}
.language-select span{
	display: flex;
	padding: 0 var(--main-pad);
    font-weight: 400;
	transition: all 0.4s ease;
}
.language-select:hover span,
.language-select.active-lang span{
    font-weight: 600;
}
*/


/* HEADER SEARCH */

.search {
	position: relative;
	display: flex;
}
.header-btn.search-trigger{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.search-trigger div{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
	padding: 0;
    text-align: center;	
}
.search-input-wrap{
	position: relative;
	display: block;
	width: 480px;
	max-width: initial;
}
.search-input-wrap input[type="text"].form-control{	
	border:none; 
	background: var(--bg-input);
	border-radius: 24px;
	font-size: var(--main-font); 
	text-align: left;
}
.header-search-main .header-search:-webkit-input-placeholder,
.header-search-main .header-search:-moz-placeholder,
.header-search-main .header-search:-ms-input-placeholder,
.header-search-main .header-search:placeholder{
	color: var(--grey-text-color);
}
.search-input-wrap .header-search-btn{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 16px;
	float: none;
	margin: 0;
	z-index: 2;
}
.search.search-open .search-input-wrap {
	opacity: 1;
	transition: opacity 0.4s ease-out;
}
.search-input-wrap .header-search{
    padding-left: 24px;
    padding-right: 56px;
}
.search-input-wrap .header-search:focus{
/*	background: transparent;*/
}
.header-btn.header-search-btn > i{
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	margin: 0;
}

#search-input-main{
	display: block;
}
.top-search {
/*	margin-right: var(--sm-pad);*/
}

#search {
	margin: 0 16px;
	margin: 0;
	border-radius: 24px;
	background: var(--white-color);
}

#search .input-lg {
	height: var(--lg-pad);
	line-height: var(--main-pad);
	padding: var(--xs-pad) 56px var(--xs-pad) var(--main-pad);
	padding: var(--xs-pad) 56px ;
	border: none;
	border-radius: 24px;
	font-weight: 500;
	min-width: 400px;
	color: var(--text-color);
	background: var(--bg-input);
}

#search .input-lg::-webkit-input-placeholder {
	color: var(--grey-color);
}

#search .input-lg::-moz-placeholder {
	color: var(--grey-color);
}

#search .input-lg:-ms-input-placeholder {
	color: var(--grey-color);
}

#search .input-lg::placeholder {
	color: var(--grey-color);
}

#search .input-lg.input-filled, #search input:-internal-autofill-selected {
	background: var(--bg-input)!important;
	background-color: var(--bg-input)!important;
}

#search input:-webkit-autofill, #search input:-webkit-autofill:hover, #search input:-webkit-autofill:focus, #search input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--bg-input) inset !important;
}

.open-search #search .input-lg.input-filled, 
.open-search #search input:-webkit-autofill,
.open-search #search input:-internal-autofill-selected {
    background: var(--white-color)!important;
    background-color: var(--white-color)!important;
}
.open-search #search input:-webkit-autofill, 
.open-search #search input:-webkit-autofill:hover, 
.open-search #search input:-webkit-autofill:focus, 
.open-search #search input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--white-color) inset !important;
}

#search .i-btn {
	position: absolute;
	top: 0px;
	right: 8px;
	background: none;
	background: transparent;
	padding: 0;
	z-index: 9;
	border-radius: 50%;
	cursor: pointer;
}
#search .i-btn.search-i-btn{
	right: initial;
	left: 8px;
}
.search-clear-btn{
	display: none;
}
.search-input-filled .search-clear-btn{
	display: flex;
}

#search .i-btn i {
	color: var(--text-color);
}

.open-search #search{
	z-index: 1000;
}
.open-search #search .input-lg {
	background: var(--white-color); 
	border-radius: 24px 24px 0px 0px;
}
/*
.open-search #search .i-btn {
	background: var(--white-color); 
}
*/
.search-results{
	position: absolute;
	display: none;
	flex-direction: column;
	left: 0;
	top: 48px;
	width: 100%;
	min-height: 400px;
	min-height: 96px;
	padding: 0px 8px 8px 8px;
	padding: 8px;
	border-radius: 0px 0px 24px 24px;
	background: var(--white-color); 
	opacity: 0;
}

.search-results.empty-results {
	min-height: auto;
	padding-top: 0;
}

.search-results.empty-results .search-result-line {
	padding: 0 var(--lg-pad) 0 var(--sm-pad);
}
.search-result-line.search-empty .search-result-name{
	padding-left: 24px;
}

.open-search .search-results{
	display: flex;
	animation: search-result-animate 0.2s ease-out forwards;
}

@keyframes search-result-animate {
	0% {
		opacity: 0;
		transform: translateY(-10%);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
.search-result-block{
	display: flex;
	flex-direction: column;	
	margin-top: 16px;
}
.search-result-title{
	position: relative;
	display: flex;
	padding: 0px 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 8px;
}
.search-result-line{
	display: flex;
	animation: opac-in-animate 0.3s ease-out forwards;
}
.search-result-line a{
	position: relative;
	display: flex;
	width: 100%;
	padding: 0px;
	color: var(--text-color);
	background: var(--white-color);
	border-radius: 13px;
	transition: 0.2s ease background;
}
.search-result-line a:hover{
	background: var(--bg-sub-color);
}
.search-result-icon,
.search-result-btn,
.search-result-line a:after{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	height: 48px;
	line-height: 48px;
	width: 48px;
	color: var(--text-color);
	font-size: 16px;
	font-weight: 400;
}
.search-result-btn{
	z-index: 2;
	cursor: pointer;
	background: transparent;
	border-radius: 50%;
	transition: none;
}
.search-result-line a:hover .search-result-btn{
	background: var(--bg-sub-color);
	transition: 0.2s ease background;
}
.search-result-image{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	height: 48px;
	line-height: 48px;
	width: 48px;
	padding: 4px;
	flex-shrink: 0;
}
.search-result-image img{
	max-width: 100%;
	height: auto;
	mix-blend-mode: darken;
}

.search-result-line a:after{
	position: absolute;
	top: 0px;
	right: 0px;
	content: "\f054";
	font-size: 14px;
	color: var(--main-color);
	font-family: "Font Awesome 5 Pro";
	opacity: 0;
	transition: 0.2s opacity all;
}
.search-result-line a:hover:after{
	opacity: 1;
	transition-delay: 0.1s;
}
.search-result-name{
	position: relative;
	display: block;
	line-height: 48px;
	padding: 0 40px 0 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex-grow: 1;

}
.search-result-line a.search-more-link,
.search-result-line a.search-more-link .search-result-icon,
.search-result-line a.search-more-link:after{
	color: var(--main-color);
}
a.search-more-link .search-result-icon i{
	transform: rotate(90deg);
}

#search-mob-btn,
.mobile-search-close{
	display: none;
}


/* HEADER CART */


#cart {
/*	margin-bottom: 10px;*/
}
/*
html.cart-open{
	overflow: hidden !important;
	padding-right: 17px;
}
html.cart-open #header-main{
	padding-right: 17px;
}
*/

.header-cart{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 0px;
	margin-left: var(--main-pad); 
}

#cart>.btn{
	position: relative;
	background: var(--main-color);
	padding: var(--sm-pad) var(--main-pad) var(--sm-pad) var(--mid-pad);
/*
	display: flex;
	justify-content: center;
	font-weight: 400;
	color: var(--white-color);
	background: var(--main-color);
	border: none;
	box-shadow: none;
	text-shadow: none;
	float: right;
	height: var(--lg-pad);

    line-height: var(--main-pad);
	min-width: initial;
	margin: 0px;
	border-radius: var(--border-radius);
*/
	transition: all 0.2s ease;
}
.header-btn-label{
	display: block;
/*
	font-size: var(--sm-font);
	font-weight: 400;
	line-height: 20px;
*/
	white-space: nowrap;
}
/*
#cart>.btn:hover,
.header-btn:hover{
	color: var(--main-color);
	transition: color 0.4s ease-out;
}
*/

.cart-total-indicator {
	position: absolute;
	display: block;
/*	display: none!important;*/
	min-width: 16px;
	height: 16px;
	top: 8px;
	right: 8px;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
}
.cart-total-indicator span{
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 16px;
	border-radius: 8px;
	padding: 0px 4px;
	color: var(--main-color);
	background: var(--white-color);
	vertical-align: top;
}
/*
#cart>.btn > i,
.header-btn > i{
	margin: 2px auto 2px auto;
	width: 24px;
	height: 24px;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

#cart>.btn > span,
.header-btn > span{
	padding: 12px 16px 12px 0px;
	font-size: 16px;
	font-weight: 500;
}
*/
#cart .dropdown-toggle:after {
	display: none;
}

#cart.open>.btn {
	background-image: none;
	background: none;
	border: none;
	color: var(--main-color);
	box-shadow: none;
	text-shadow: none;
}

#cart.open .dropdown-toggle {
	color: var(--main-color);
}

/*
#cart .dropdown-toggle:hover {
	color: var(--main-color);
	background: var(--light-bg-green);
	transition: color 0.3s ease-out, background 0.3s ease-out;
}
*/

#cart #cart-main {
	position: fixed;
	/*	display: none;*/
	height: 100%;
	height: var(--doc-height);
	top: 0;
	right: -656px;
	left: initial;
	min-width: initial;
	width: 640px;
	padding: 0px var(--main-pad) var(--main-pad) var(--main-pad);
	padding: var(--main-pad) var(--lg-pad) var(--lg-pad) var(--lg-pad);
	margin: 0;
	float: none;
	border: none;
	background: var(--white-color);
	z-index: 1001;
	border-radius: 0;
	transform: none!important;
	box-shadow: var(--main-shadow);
	transition: 0.2s ease-out right;
}

#cart.show #cart-main {
	right: 0;
	transition: 0.4s ease-out right;
}

#cart #cart-main > *{
	opacity: 0;
	transition: 0.2s ease opacity;
}
#cart.show #cart-main > *{
	animation: opac-in-animate 0.6s ease-in forwards;
}

.cart-main-bg,
.filter-main-bg, 
.search-bg{
	content: '';
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(242, 242, 242, 0.64);
	background: rgba(0, 0, 0, 0.48);
	z-index: -1;
	transition: 0.2s ease-out opacity;
}

#cart.show .cart-main-bg,
.filter-open .filter-main-bg,
.open-search .search-bg{
	display: block;
	z-index: 99;
	animation: opac-in-animate 0.5s ease-out forwards;
}

.cart-main-header {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 40px;
	padding: var(--mid-pad) 0;
	font-weight: 700;
	text-align: left;
	color: var(--text-color);
/*	border-bottom: 1px solid var(--light-border-color);*/
	opacity: 0;
}
.cart-main-title{
	position: relative;
	display: block;	
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: var(--lg-pad);
}
.cart-main-title span{
	line-height: 40px;
	color: var(--main-color);
}

.cart-main-header .i-btn {
	position: absolute;
	right: -8px;
	top: var(--sm-pad);
	z-index: 2;
}

#cart .cart-dropdown-menu {
	position: relative;
	display: none;
	top: 0;
	left: initial;
	right: initial;
	height: 100%;
	height: calc(100% - 72px);
	padding: var(--mid-pad) 0;
	min-width: initial;
	width: 100%;
	padding: 0px;
	margin: 0;
	float: none;
	border: none;
	box-shadow: none;
	background: var(--white-color);
	z-index: 1001;
	border-radius: 0;
	opacity: 0;
	transition: 0.2s ease-out opacity;
}

#cart.show .cart-dropdown-menu {
	display: flex;
	flex-direction: column;
}

#cart.show .cart-main-header, #cart.show .cart-dropdown-menu {
	animation: opac-in-animate 0.5s ease-out forwards;
}

.cart-products {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
/*
	padding: 8px;
	padding-bottom: var(--lg-pad);
	margin-left: -16px;
*/
	margin-bottom: var(--lg-pad);
}
.checkout-content-main .cart-products,
.cart-dropdown-menu .cart-products {
	padding: 8px;
	padding-bottom: var(--lg-pad);
	margin-left: -16px;
}

#cart .cart-products {
	-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 2%, rgba(0, 0, 0, 1) 94%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 2%, rgba(0, 0, 0, 1) 94%, rgba(0, 0, 0, 0) 100%);
}

.cart-products[data-simplebar] {
	margin-right: -40px!important;
	padding-right: var(--med-pad);
}
.cart-products .simplebar-track.simplebar-vertical{
	top: 8px;
	bottom: 12px;
}

.cart-product-header {
	display: flex;
	width: 100%;
	padding: var(--mid-pad) 0px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	color: var(--grey-color);
}

.cart-header-product {
	width: 60%;
}

.cart-header-amount, .cart-header-price {
	width: 20%;
	text-align: right;
}

.cart-product-line {
	display: flex;
	padding: var(--main-pad) 0px;
	padding: var(--xs-pad) var(--mid-pad);
	margin: var(--xxs-pad) var(--xs-pad);
	box-shadow: none;
	background: var(--white-color);
	transition: 0.2s ease all; 
	border-radius: var(--border-radius);
/*	border-bottom: 1px solid var(--light-border-color);*/
}
.cart-product-line:hover {
/*	box-shadow: var(--main-shadow);*/
	background: var(--bg-color);
	transition: 0.4s ease-out background;
}

.cart-products-inline .cart-product-line a {
	color: var(--text-color);
}

.cart-products-inline .cart-product-line a:hover {
	color: var(--main-color);
}

.cart-product-product {
	display: flex;
	width: 70%;
	width: calc(100% - 120px);
}

.cart-product-image {
/*	width: 80px;*/
	text-align: left;
}

.cart-product-image img{
	height: 64px;
	width: auto;
}

.cart-product-image a {
	display: block;
	padding: 0 0px;
}

#cart .cart-product-image a {
	position: relative;
	background: var(--white-color);
	overflow: hidden;
	border-radius: var(--border-radius);
}

/*
#cart .cart-product-image a img {
	mix-blend-mode: darken;
}
*/

.cart-product-img a {
	display: block;
	padding: 0 0px;
}

.cart-product-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 64px);
	height: 100%;
	text-align: left;
	padding: var(--xxs-pad) var(--mid-pad);
}

.cart-product-text > a {
	display: block;
	font-weight: 600;
	line-height: var(--main-pad);
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cart-product-options {
	font-size: 12px;
	color: var(--grey-color);
}
.cart-product-price .cart-product-option{
    display:block;
}
.cart-product-options span{
	
}
.cart-product-sub{
	margin-bottom: 8px;
}
.cart-product-sub > div{
	position: relative;
	display: flex;
	font-size: 14px;
/*
	line-height: 1.6;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
*/
}
.cart-product-sub > div div:first-child{
	font-weight: 600;
	padding-right: 4px;
}
/*

.cart-product-sub div{
	position: relative;
	display: block;
	font-size: 12px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
*/
.cart-product-sub div span{
	font-weight: 600;
}
.cart-product-right {
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 120px;
	text-align: right;
}
.cart-product-amount{
	position: relative;
	display: flex;
	padding: var(--sm-pad) 0px;
}

.cart-product-amount span,
.cart-product-amount input{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	min-width: 40px;
	height: 40px;
	vertical-align: top;
	border-radius: var(--border-radius);
	padding: 0 8px;
	font-weight: 600;
	font-size: var(--sm-font); 
	background: var(--bg-color); 
	line-height: var(--main-pad); 
}
.cart-product-amount span{
	transition: 0.2s ease all; 
}
.cart-product-line:hover .cart-product-amount span{
	background: var(--white-color);
	transition: 0.4s ease-out background;
}
.cart-product-amount input{
	border: none;
	box-shadow: none;
}

.cart-product-right .product-cart-btn{
	position: absolute;
	top: 12px;
	right: 0px;
}
.cart-product-right .cart-btn-trigger{
	opacity: 0;
}
.cart-product-right .cart-btn-trigger {	
    background: transparent;
    border: 1px solid transparent;
}
.cart-product-right .product-cart-btn:hover .cart-btn-trigger{
	opacity: 1;
}


.cart-product-remove {
	padding:var(--xs-pad) var(--sm-pad); 
	opacity: 0;
	transition: 0.2s ease all; 
}
.cart-product-line:hover .cart-product-remove {
	opacity: 1;
}
.cart-product-price {
	font-size: 14px;
	font-weight: 400;
	line-height: var(--main-pad);
	color: var(--light-text-color);
}
.cart-product-option{
	color: var(--light-text-color);
/*	padding-right:var(--xs-pad);*/
}


/* ALERT */

.notification-wrapper {
	position: fixed;
	left: var(--main-pad);
	bottom: var(--main-pad);
	width: 40%;
	max-width: 560px;
	margin: 0;
	z-index: 1002;
}

.alert {
	position: fixed;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	left: var(--main-pad);
	bottom: var(--main-pad);
	margin: 0;
	z-index: 1002;
	max-width: calc(100% - var(--lg-pad));
	background: var(--white-color);
	color: var(--text-color);
	border-radius: var(--border-radius);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
	border: none;
	overflow: hidden;
	line-height: 20px;
	min-height: var(--xl-pad);
	padding: var(--mid-pad) var(--lg-pad) var(--mid-pad) var(--xl-pad);
	opacity: 0;
	animation: alert-animate 0.5s ease-out forwards;
}

.alert.alert-dismissible{
	padding: var(--mid-pad) var(--xl-pad) var(--mid-pad) var(--xl-pad);
}

.notification-wrapper .alert {
	position: relative;
	left: initial;
	bottom: initial;
	margin: 0;
	max-width: 100%;
	margin-top: var(--sm-pad);
	z-index: 1;
}
.alert > i {
	position: absolute;
	top: var(--mid-pad);
	top: calc(50% - 20px);
	left: var(--mid-pad);
	vertical-align: top;
	padding: 0;
	width: 40px;
	height: 40px;
	min-height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	margin-right: 16px;
	border-radius: 50%;
	color: var(--white-color);
	z-index: 1;
}
.alert .close {
	position: absolute;
	display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
	height: var(--lg-pad);
	width: var(--lg-pad);
	line-height: var(--lg-pad);
	padding: 0px;
	color: var(--text-color);
	font-weight: 400;
}
.alert .close i{
	font-size: 18px;
}
.alert a {
	display: contents;
	font-weight: 600;
	color: var(--main-color);
/*	padding: 0 4px;*/
}
.alert-dismissable .close, .alert-dismissible .close, .alert-info .close {
	position: absolute;
	top: var(--sm-pad);
	right: var(--sm-pad);
}
.alert div{
	display: block;
	width: 100%;
	font-weight: 600;
}

.alert.alert-success, .alert.alert-danger, .alert.alert-info, .alert.alert-warning {
	color: var(--text-color);
}

.alert.alert-success > i {
	background: var(--sub-color);
}

.alert.alert-danger>i {
	background: var(--red-color);
}

.alert.alert-info>i {
	background: var(--main-color);
}

.alert:before {
	position: absolute;
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	top: var(--mid-pad);
	top: calc(50% - 20px);
	left: var(--mid-pad);
	vertical-align: top;
	width: 40px;
	padding: 0;
	font-size: 20px;
	height: 40px;
	min-height: 40px;
	text-align: center;
	margin-right: 16px;
	color: var(--white-color);
	background: var(--main-color);
	font-weight: 400;
	line-height: 40px;
	border-radius: 50%;
	z-index: 1;
}

.alert.alert-success:before {
	content: "\f00c";
	color: var(--white-color);
	background: var(--main-color);
}
.alert.alert-warning:before {
	content: "\f129";
	color: var(--white-color);
	background: var(--orange-color);
}
.alert.alert-danger:before {
	content: "\21";
	color: var(--white-color);
	background: var(--red-color);
}

/* breadcrumb */

.breadcrumb {
/*	display: flex;*/
	display: none;
	width: 100%;
	margin: 0 0 var(--lg-pad) 0;
	padding: 0px;
/*	border: 1px solid #ddd;*/
	border: none;
	background: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	padding: 0px 36px 0px 4px;
	line-height: 24px;
	white-space: nowrap;
}
.breadcrumb > li a{
	display: flex;
	font-size: 12px;
	color: var(--light-text-color);
	font-weight: 400;
	line-height: 24px;
	text-shadow: none;
}
.breadcrumb > li a:hover{
	color: var(--main-color);
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	right: 16px;
	width: 6px;
	height: 6px;
	border-right: 1px solid var(--light-text-color);
	border-bottom: 1px solid var(--light-text-color);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after {
	display: none;
}

.breadcrumb.top-breadcrumb{
	display: flex;
	display: none;
	padding: 8px 40px;
	margin: 0;
}

/* PAGINATION STYLES *****************************/

.pagination {
	position: relative;
	margin: 0;
	padding: 8px 0px;
}
.pagination li{
	margin-right: 4px;
}
.pagination li a,
.pagination li span{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: var(--light-text-color);
	text-decoration: none;
	background: none;
	border: none;
	border-radius: var(--border-radius);
	padding: 4px;
	width: 32px;
	height: 32px;
	border-radius: 20px;
	transition: all 0.2s ease-in-out;
}
.pagination li a:hover {
	z-index: 2;
	color: var(--text-color);
	background-color: var(--dark-bg-color);
	/*    border-color: var(--main-color);*/
}
.pagination li a:focus {
	color: var(--text-color);
	background-color: var(--dark-bg-color);
	box-shadow: none;
}
.pagination li.active a, 
.pagination li.active span {
	background: var(--main-color);
	color: var(--white-color);
}
/*
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
}
*/


/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: "Font Awesome 6 Pro";
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: "Font Awesome 6 Pro";
}

.swiper-viewport {
	margin: 0;
	background: none;
	z-index: 1;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.swiper-slide{
	position: relative;
}
.swiper-slide .container{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.swiper-slide > a{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.swiper-slide-text-wrap{
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.swiper-slide-image{
	position: relative;
	display: flex;
	width: 100%;	
}
/*
.swiper-slide-image{
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;	
	background-size: cover;
	background-position: bottom center;
}
*/
.swiper-slide img{
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	z-index: 1;
}
/*
.swiper-slide-image img{
	opacity: 0;
}
*/
.swiper-text-block{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: left;
	padding: 0px;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	padding: var(--lg-pad); 
	z-index: 2;
	color: var(--text-color);
}
.white-text .swiper-text-block{
	color: var(--white-color);
}
.white-text .swiper-text-block p{
	color: var(--light-text-color);
}
.swiper-text-block h2{
	font-size: 48px;
	margin-bottom: 16px;
}
.swiper-text-block h2 b{
	font-weight: 600;
}
.swiper-text-block p{
	margin-bottom: 48px;
}
.swiper-text-block .btn{
	align-self: flex-start;
}

.banner-wrapper{
	position: relative;
}
.banner-wrapper .swiper-slide{
	position: relative;
/*	border-radius: var(--border-radius);*/
	overflow: hidden;
}
.banner-wrapper .swiper-slide > a{
	position: relative;
	display: flex;
	z-index: 1;
}
.banner-wrapper .swiper-slide > .btn-primary{
	position: absolute;
	bottom: 24px;
	right: 24px;
	z-index: 2;
}

/*CART PAGE*/

.cart-products.cart-products-full {
	margin-bottom: 0;
}

.cart-products-full .cart-product-header>div, .cart-products-full .cart-product-line>div{
	width: 33.33333%;
	width: 20%;
}

.cart-products-full .cart-product-header>div:first-child, .cart-products-full .cart-product-line>div:first-child{
	width: 60%;
}

.cart-products-full .cart-product-line{
	width: 100%;
	border-bottom: 1px solid var(--light-border-color);
}

.cart-products-full .cart-product-img {
	width: initial;
	display: inline-block;
}

.cart-products.cart-products-inline{
	margin-bottom: var(--main-pad);
	margin-bottom: 0;
}

.cart-products-inline .cart-product-line {
	display: flex;
	line-height: 24px;
	border-bottom: 1px solid var(--border-color);
}
.cart-products.cart-products-inline .cart-product-line:first-child{
	padding-top: 0px;
}
/*
.cart-products.cart-products-inline .cart-product-line:last-child{
	border-bottom: 1px solid var(--main-color);
}
*/

.cart-products-inline .cart-product-line-amount{
	width: 40px;
}
.cart-products-inline .cart-product-product{
	display: flex;
	flex-direction: column;
	width: calc(80% - 40px);
}
.cart-products-inline .cart-product-option{
	position: relative;
	display: block;
	font-size: 12px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
.cart-products-inline .cart-product-product a {
	font-weight: 600;
}
.cart-products-inline .cart-product-price {
	width: 20%;
}
.cart-product-extra-info{
	margin-bottom: var(--main-pad); 
}

.cart-products-inline .cart-product-sub {
	margin-left: 16px;
}
.cart-product-name {
	display: block;
	vertical-align: top;
	padding-left: var(--main-pad);
	line-height: var(--lg-pad);
}

.empty-block {
	display: flex;
	flex-direction: column;
	height: 40vh;
}
.cart-empty {
	display: flex;
	flex-direction: column;
	height: 90%;
	justify-content: center;
	text-align: center;
}
.cart-empty-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	text-align: center;
	margin: 0 auto var(--main-pad) auto;
	font-size: 40px;
	color: var(--main-color);
}
.cart-empty-header h3{
	font-weight: 600;
	margin: 0;
}
.cart-empty-text {
	margin-bottom: var(--lg-pad);
}

.cart-empty .btn {
	display: inline-block;
	align-self: center;
}

.cart-bottom {
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	width: 100%;
	margin-top: auto;
}

.cart-totals {
	display: block;
	padding: 8px 0px;
/*	margin-bottom: var(--main-pad);*/
	border-top: 1px solid var(--border-color);
/*	border-bottom: 1px solid var(--light-border-color);*/
}
.cart-bottom .cart-totals{
	padding: 16px 0px;
	margin-bottom: var(--lg-pad);
/*	padding-bottom: var(--main-pad);*/
/*	border-bottom: 1px solid var(--light-border-color);*/
	
}
.cart-total-line {
	display: flex;
	line-height: var(--med-pad);
}

.cart-totals .cart-total-line:last-child {
	font-size: var(--lg-font);
	font-weight: 600;
}

.cart-total-text {
	width: 56%;
	text-align: left;
}

.cart-total-total {
	width: 44%;
	text-align: right;
}

.cart-buttons {
	display: flex;
	flex-direction: row;
	margin-left: -12px;
	margin-right: -12px;
}

.cart-buttons .btn {
	display: block;
	/*	margin-top: 12px;*/
/*	width: calc(50% - 24px);*/
	width: 100%;
	margin: 0 12px;
}

/*FULL CART*/

#checkout-cart {
	padding-bottom: 72px;
}
#checkout-cart .breadcrumb{
	display: none;
}
#checkout-cart h1{
	font-size: 26px;
}
/*
#checkout-cart h2{
	font-size: 20px;
}
*/
.checkout-cart-img{
	padding-left: 0px;
}
.checkout-cart-img img{
	width: 72px;
	height: auto;
}
.checkout-cart-product a{
	font-weight: 600;
}
.checkout-input-group{
	display: flex;
}
.checkout-input-group input{
	margin: 8px 0px;
	padding: 8px 8px;
    height: 32px;
	max-width: 48px;
	text-align: right;
}
.checkout-input-group .input-group-btn{
	display: flex;
/*	padding-left: var(--xs-pad);*/
}
.checkout-input-group .quantity-btn{
	margin: 12px 8px;
}
.checkout-input-group .i-btn{

}

#checkout-cart .number-spinner {
	max-width: 180px;
}


.cart-info .cart-block {
	position:relative;
	display: flex;
	border:none;
	overflow:hidden;
/*	border-bottom: 1px solid var(--light-border-color);*/
}

/*
.cart-info .cart-block:nth-child(odd) {
	background: var(--bg-color);
}
*/

.cart-block.cart-header-info{
	position: relative;
    display: flex;
    border-bottom: 1px solid var(--border-color);
	background: none!important;
	margin-bottom: var(--xs-pad);
}
.cart-info .cart-block > div{
	position:relative;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding:24px 16px;
}

.cart-info .cart-block.cart-header-info > div{
    font-size: 14px;
    color: var(--light-text-color);
    padding: var(--xs-pad) var(--mid-pad);
}
.cart-info .cart-block.cart-header-info > div:first-child{
	padding-left: 0;
}
.cart-info .cart-block.cart-header-info > div:last-child{
	padding-right: 0;
}

.cart-info .cart-block .image{
	width:10%;
	padding:var(--sm-pad) var(--mid-pad);
	padding-left: 0;
}
.cart-info .cart-block .image a{
    display: block;
}

.cart-info .cart-block .name{
	width:33%;
}
.cart-info .cart-block .model{
	width:14%;
}
.cart-info .cart-block .quantity{
	width:19%;
	text-align:center;
    line-height: 48px;
    padding:var(--mid-pad);
}
.cart-info .cart-block .quantity input[type='text'] {
    text-align: center;
}

.cart-info .cart-block .quantity input[type='image'], .cart-info .cart-block .quantity img {
	position: relative;
	top: 3px;
	cursor: pointer;
    width: 16px;
    margin: 0 5px;
/*	vertical-align:middle;*/
}

.cart-info .cart-block .quantity input[type='image']:focus, .cart-info .cart-block .quantity input[type='image']:active{
	border:none;
}

.cart-info .cart-block .price{
	width:12%;
	text-align:right;
}

.cart-info .cart-block .total{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	line-height: 24px;
	width:12%;
	text-align:right;
    font-weight: 600;
	padding-right: 0;
}

.cart-info .cart-block.cart-header-info .total{
	font-weight: 400;
}

.cart-info .cart-block .total .i-btn{
	display: inline-flex;
	margin-left: 16px;
}

.cart-info .cart-block .name,
.cart-info .cart-block .model{
    transition: 0.2s ease all;	
}
.cart-info .cart-block.select-mode-on .name{
	width: calc(30% - 32px);
    transition: 0.4s ease all;
}
.cart-info .cart-block.select-mode-on .model{
	width: calc(14% - 32px);
    transition: 0.4s ease all;
}

.cart-info .cart-block > .cart-checkbox.select-mode {
	display: flex;
	flex-direction: column;
	justify-content: center;
    opacity: 0;
    width: 0px;
    min-width: initial;
    max-width: initial;
    overflow: hidden;
    padding: 12px 0px;
    transition: 0.2s ease all;
}
.cart-info .cart-block > .cart-checkbox.select-mode.select-mode-on {
    opacity: 1;
    width: 64px;
    padding: 16px 16px;
    transition: 0.4s ease all;
}

.select-products-btn .select-products-on,
.select-products-btn.checked .select-products-off{
	display: none;
}
.select-products-btn .select-products-off,
.select-products-btn.checked .select-products-on{
	display: block;
}

/*
.checkout-content .cart-info .cart-block > div{
    padding: 15px 15px;
}
.checkout-content .cart-info .cart-block .name{
	width:34%;
    padding-left: 0px;
}
.checkout-content .cart-info .cart-block .model{
	width:18%;
}
.checkout-content .cart-info .cart-block .quantity{
    width:8%;
    padding: 15px 15px;
    line-height: 1.6;
    text-align: right;
}
.checkout-content .cart-info .cart-block .price{
	width:24%;
}
.checkout-content .cart-info .cart-block .total{
    width:16%;
}
*/

.cart-info .cart-totals{
	border-top: none;
	margin-left: 72%;
/*	padding-right: 16px;*/
	margin-top: 24px;
}

.quantity-picker{
	display: flex;
	justify-content: flex-end;
}
.quantity-btn{
	display: flex;
    flex-direction: column;
}
.qb-btn{
	display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--grey-color);
    color: var(--text-color);
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    height: var(--main-pad);
    line-height: var(--main-pad);
    width: var(--main-pad);	
}
.qb-btn:hover{
    color: var(--main-color);	
}
.quantity-input{
	display: flex;
    flex-direction: column;
	padding: 0 var(--xs-pad);	
}
.product-quantity{
	position: relative;
	padding: 4px 8px;
    height: 24px;
    line-height: 16px;
	width: 40px;
	text-align: center;
    border-radius: var(--border-radius);
	border: none;
    color: var(--text-color);
    font-size: 14px;
    background: transparent;
    background: var(--bg-input);	
}
.product-quantity:focus{
	border: none;
	outline: none;
}
.product-swipe{
    display: none;
}

/*
.inline-buttons.nav .inline-btn{
	border-right: none;
}
.inline-buttons.nav .inline-btn:first-child{
	border-right: 1px solid var(--border-color);
}
.inline-buttons.nav .hide-nav{
	opacity: 0;
	display: none;
}
*/

/* CHECKOUT PAGE*/

.checkout-page #outer-wrapper{
	padding-top: 0px;
}
.checkout-page #header{
	width: 60%;
}
body.modal-open.checkout-page header{
	padding-right: 17px;
}
.checkout-page .nav-main,
.checkout-page .header-cart-btn,
.checkout-page .header-signup-btn{
	display: none;
}
.checkout-page .header-main-center {
	justify-content: flex-start;
	width: 50%;
}
.checkout-page .header-main-center .logo-main{
	padding: 24px 0px;
}
.checkout-page .header-main-right {
	width: 50%;
	justify-content: flex-end;
}


#checkout-checkout {
	display: flex;
	padding: var(--main-pad);
	
	min-height: 100vh;
	padding: 0;
	flex-grow: 1;
	z-index: 1;
}
#checkout-checkout #content{
	display: flex;
	width: 100%;
}
.checkout-main{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 40%;
	height: 100%;
	padding: 0;
	padding-bottom: var(--lg-pad);
	background: var(--bg-color);
}

.checkout-cart-left{
	display: flex;
	flex-direction: column;
	width: 60%;
	padding: 144px var(--lg-pad) var(--lg-pad) var(--lg-pad);
	padding: 144px var(--xl-pad) var(--lg-pad) var(--xxl-pad);
	background: var(--white-color);
}

.checkout-top{
	display: flex;
	flex-direction: column;	
	padding: var(--lg-pad);
}
.checkout-top h1{
	font-size: 24px;
}
.checkout-top p{
	color: var(--light-text-color); 
	margin: 0;
}


#checkout-content{
	position: relative;
	display: flex;
	flex-direction: column;	
	padding: var(--lg-pad);
}

.checkout-main-content{
	display: flex;
	flex-direction: column;	
/*
	max-height: 70%;
	overflow: hidden;
	overflow-y: auto;
*/
	padding: 0 var(--lg-pad); 
}

.checkout-main-content .panel{
	display: flex;
	flex-direction: column;	
	background: var(--white-color);
	margin-bottom: 16px;
	border-radius: var(--border-radius);  
}
.checkout-main-content .panel-heading{
	
}

.checkout-btn-link{
	position: relative;
	display: flex;
	border: none;
	box-shadow: none;
	padding: 0;
	height: 48px;
	background: var(--white-color);
	width: 100%;
	border-radius: var(--border-radius);
}
.checkout-btn-link:after{
	content: "\f078";
	display: block;
	position: absolute;
	padding: 0;
	top: 0px;
	right: 0px;
	width: var(--lg-pad);
	height: var(--lg-pad);
	line-height: var(--lg-pad);
	text-align: center;
	color: var(--light-text-color);
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	transform: rotate(-180deg);
	vertical-align: middle;
	transition: all 0.3s ease;
}
.checkout-btn-link.collapsed:after {
	transform: rotate(0deg);
	transition: all 0.3s ease;
}
.checkout-btn-nr{
	position: relative;
	display: flex;
	padding: 0;
	flex-direction: column;	
	align-items: center;
	width: var(--lg-pad);
	height: var(--lg-pad);
	justify-content: center;
}
.checkout-btn-nr span{
	position: relative;
	display: flex;
	flex-direction: column;	
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 600;
	background: var(--main-color);
	color: var(--white-color);
}
.checkout-btn-title{
	position: relative;
	display: flex;
	flex-direction: column;	
	justify-content: center;
	width: calc(100% - 48px);
	height: 48px;
}
.checkout-btn-link h4{
	position: relative;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	width:100%;
	margin: 0;
	color: var(--text-color); 
	line-height: 20px;
}
.checkout-btn-link .checkout-btn-subtitle{
	position: relative;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	width:100%;
	line-height: 20px;
	color: var(--text-color);
}
.checkout-btn-link:not(.collapsed) .checkout-btn-subtitle{
	display: none;
}
.checkout-btn-link.collapsed h4{
	line-height: 20px;
	font-weight: 300;
	font-size: 16px;
	color: var(--light-text-color);
}

.checkout-btn-link.disabled h4{
	color: var(--light-text-color);	
}
.checkout-btn-link.disabled .checkout-btn-nr span{
	background: var(--light-text-color);	
}
.checkout-step-completed .checkout-btn-nr span{
	background: var(--white-color);	
	color: var(--white-color);	
}
.checkout-step-completed .checkout-btn-nr span:after{
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	display: flex;
	flex-direction: column;	
	justify-content: center;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	font-size: 10px;
	font-weight: 300;
	background: var(--green-color);	
	color: var(--white-color);
}


.checkout-main-content .panel-body{
	padding: var(--main-pad); 	
	padding: var(--mid-pad) var(--main-pad); 	
}

.checkout-content-full {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.checkout-content-full.full-no-pad{
	padding: 0;
}
.checkout-content-block{
	position: relative;
	display: flex;
	flex-direction: column;	
	padding: var(--lg-pad); 
}


.checkout-content-login{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%; 
	top: 0;
	left: 0;
	padding: var(--lg-pad); 
	background: var(--bg-color);
	z-index: 2;
}

.checkout-content-login .checkout-content-block{
	padding: var(--xl-pad); 
}

.checkout-content-login .form-floating .form-control,
.checkout-content-login .form-floating > .form-control:not(:placeholder-shown) {
    background: var(--white-color);
}
.checkout-content-login input:-webkit-autofill, .checkout-content-login input:-webkit-autofill:hover, .checkout-content-login input:-webkit-autofill:focus, .checkout-content-login input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 48px var(--white-color) inset !important;
	background-color: var(--white-color)!important;
	color: var(--text-color)!important;
}

.checkout-content-block p{
	margin-bottom: var(--main-pad); 
}
.checkout-content-block p a{
	text-decoration: underline;
}
.checkout-content-block p a:hover{
	text-decoration: none;	
}
.checkout-content-block-border{
	position: relative;
	display: flex;
	flex-direction: column;	
	border-top: 1px solid  var(--border-color);
	margin-left: -48px;
	margin-right: -48px;
	margin-top: 32px;
	padding: var(--lg-pad) var(--lg-pad);	
}
/*
.checkout-center-block{
	position: relative;
	display: flex;
	flex-direction: column;	
	text-align: center;
}	
.checkout-center-block h4{
	margin-bottom: var(--lg-pad); 
}
.checkout-form-small{
	padding: 0  var(--xl-pad); 
}
*/

.checkout-page #nav-main, .checkout-page #top-links ul li, .checkout-page #footer .info-bar, .checkout-page .footer-top {
	display: none;
}

.checkout-page #top-links ul li:nth-child(3) {
	display: block;
}


.checkout-main-nav {
	margin: 0 0px var(--main-pad) 0px;
	background: var(--grey-bg-color);
	border-radius: 9px;
}
.register-main-nav {
	margin: 0 0px var(--main-pad) 0px;
	background: none;
	border-radius: 0px;
}
.checkout-main #mollie{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.checkout-main-nav li {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 16.6666%;
	width: 25%;
	padding:0;
}
.register-main-nav li {
	padding:0 var(--sm-pad) 0 0;
	width: 33.3333%;
}
.checkout-main-nav li .nav-item-link {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding:0;
}
.register-main-nav li .nav-item-link {
	padding:0 var(--main-pad) 0 0;
}
.checkout-main-nav li a {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: var(--text-color);
	border-radius: var(--border-radius);
	padding:var(--main-pad) var(--main-pad);
}
.checkout-main-nav li .nav-item-link > div{
	position: relative;
	display: flex;
	text-align: center;
	align-items: center;
	padding:var(--main-pad) var(--main-pad);
}
.checkout-main-nav.register-main-nav li a,
.checkout-main-nav.register-main-nav li .nav-item-link > div{
	padding:var(--main-pad) 0;
}
.nav-item-open,
.nav-item-checked{
	position: relative;
	display: flex;	
	width: 100%;
}
.checkout-main-nav li .nav-item-link > a{
	display: flex;	
	width: 100%;	
}
.checkout-main-nav .nav-item-link a.active{
	background: var(--bg-color);
}
.checkout-main-nav li .nav-item-link > a:after,
.checkout-main-nav li .nav-item-link .nav-item-checked:after,
.checkout-main-nav li .nav-item-link .nav-item-open:after{
	position: absolute;
	content: "\f054";
	font-family: "Font Awesome 6 Pro";
	top: 28px;
	right: 24px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: var(--text-color);
	z-index: 1;		
}
.checkout-main-nav.register-main-nav li .nav-item-link > a:after,
.checkout-main-nav.register-main-nav li .nav-item-link .nav-item-checked:after,
.checkout-main-nav.register-main-nav li .nav-item-link .nav-item-open:after{
	right: -16px;	
}
.checkout-main-nav li:last-child .nav-item-link > a:after,
.checkout-main-nav li:last-child .nav-item-link .nav-item-checked:after,
.checkout-main-nav li:last-child .nav-item-link .nav-item-open:after{
	display: none;
}
.checkout-main-nav li .nav-item-link .step-clear:after,
.checkout-main-nav li .nav-item-link .nav-item-checked:after{
	color: var(--light-text-color);
}
.checkout-main-nav li .nav-item-link > span,
.checkout-main-nav li .nav-item-link > div > span, 
.checkout-main-nav li .nav-item-link a > span {
	font-weight: 400;
	font-size:  var(--main-color);
	color: var(--text-color);
	color: var(--grey-color);
	padding: 0  var(--mid-pad);
}

.checkout-main-nav li .nav-item-link a.active>span {
	color: var(--text-color);
}
.checkout-main-nav .nav-item-nr{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: var(--border-radius);
	letter-spacing: 0px;
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	color: var(--text-color);
	background: var(--bg-color);
	flex-shrink: 0;
}
.register-main-nav .nav-item-nr {
	margin-right: 8px;
}
.checkout-main-nav .nav-item-link a.active .nav-item-nr{
	color: var(--white-color);
	background: var(--text-color);
}
.checkout-main-nav .nav-item-link a.step-clear .nav-item-nr{
	color: var(--white-color);
	background: var(--green-color);
}
.nav-item-checked,
.step-clear{
	opacity: 0.48;
}
.checkout-main-nav .nav-item-link a.active.step-clear{
	opacity: 1;
}
.checkout-main-nav .nav-item-link a.active.step-clear .nav-item-nr{
	color: var(--white-color);
	background: var(--text-color);
}
.register-main-nav .nav-item.active .nav-item-nr{
	color: var(--white-color);
	background: var(--text-color);
}

.nav-item-checked .nav-item-nr{
	color: var(--white-color);
	background: var(--green-color);
}

.checkout-main-nav .nav-item-nr .ni-nr{
	display: block;
}
.checkout-main-nav .nav-item-nr .ni-icon{
	display: none;
}

.checkout-main-nav .nav-item-checked .nav-item-nr .ni-nr,
.checkout-main-nav .step-clear .nav-item-nr .ni-nr,
.checkout-main-nav a.active.step-clear .nav-item-nr .ni-icon{
	display: none;
}
.checkout-main-nav .nav-item-checked .nav-item-nr .ni-icon,
.checkout-main-nav .step-clear .nav-item-nr .ni-icon,
.checkout-main-nav a.active.step-clear .nav-item-nr .ni-nr{
	display: block;
}

#checkout-content {
	margin-bottom: var(--main-pad);
}

.checkout-content-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
/*
	margin-left: -24px;
	margin-right: -24px;
*/
}

.checkout-content-wrap .ch-btn{
	height: auto;
	margin-bottom: 16px;
}
.checkout-content-wrap .buttons{
	margin: 0;
}
.checkout-content-main{
	position: relative;
	display: flex;
	padding: var(--main-pad) 144px;
}
.checkout-content-main-left {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 65%;
	padding: 0 var(--lg-pad) 0 0;
/*	padding: var(--lg-pad);*/
}
.checkout-content-main-right {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 35%;
    padding: 0 0 0 var(--lg-pad);
}
.checkout-main-block{
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	color: var(--text-color);	
	background: var(--white-color);	
	border-radius: var(--border-radius);
	box-shadow: var(--main-shadow);
   	padding: var(--med-pad);
}
.checkout-main-title{
	position: relative;
	display: flex;	
	margin-bottom: var(--mid-pad); 
}
.checkout-buttons{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: var(--main-pad); 
}
.checkout-buttons .btn{
	width: 100%;
}
.checkout-buttons .txt-i-btn{
	margin-top: var(--xs-pad); 
	padding-right: var(--mid-pad); 
}
.cart-totals-products-inline{
	position: relative;
	display: flex;	
	padding: var(--mid-pad) 0;
}

.checkout-main-block .product-payment{
	justify-content: center;
	border: none;
	margin: 0;
	padding-bottom: 0;
}
.checkout-main-block .product-payment ul{
	margin: 0;
}

.checkout-info-text{
	position: relative;
	display: flex;
	flex-direction: column;	
	margin-top: var(--med-pad); 
}
.checkout-info-text div{
	position: relative;
	font-size: 14px;
	line-height: var(--main-pad); 
	margin-bottom:var(--mid-pad);  
}
.checkout-info-text div i{
	width: var(--main-pad); 
	font-size: 16px;
	color: var(--light-text-color);
	margin-right: var(--mid-pad); 
}



.checkout-content-left {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 65%;
/*	padding: var(--lg-pad);*/
}
.checkout-content-right {
	position: relative;
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	width: 35%;
    padding: 0 0 0 var(--lg-pad);
}

.checkout-bottom{
	position: relative;
	display: flex;
	flex-direction: column;	
	margin-top: auto;
}
.checkout-bottom-hidden{
	display: none;
}

.checkout-content-cart{
	position: relative;
	display: flex;
	flex-direction: column;
	color: var(--text-color);	
   	padding: var(--main-pad) var(--lg-pad) var(--main-pad) var(--lg-pad);
}
.checkout-content-cart .checkout-content-table{
    padding: 0;
	margin-bottom: var(--main-pad);
}

.checkout-content-button{
	position: relative;
	display: flex;	
	width: 100%;	
}
.checkout-content-button .btn{
	width: 100%;		
}
.checkout-content-button .btn.disabled, .checkout-content-button .btn:disabled {
    cursor: default;
    pointer-events: none;
	opacity: 0.5;
}

.checkout-title-top{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: var(--lg-pad);
}
.checkout-title-top h2{
	position: relative;
/*
	display: flex;
	font-size: 26px;
	font-weight: 600;
	line-height: var(--lg-pad);
*/
}
.checkout-title-top p{
	color: var(--light-text-color);	
	margin: 0;
}

#shipping-methods{
	position: absolute;
	z-index: -1;
	opacity: 0;
}


.checkout-content-inner{
	position: relative;
	display: flex;
	flex-direction: column;	
}
.checkout-content-inner .radio{
	margin-bottom: var(--mid-pad);
}
.checkout-content-inner .radio img{
	margin: 2px 12px 2px 0px!important;
	vertical-align: top;
}
.checkout-content-sub-text{
	font-size: var(--sm-font);
	margin-top: var(--main-pad);
}
.checkout-content-sub-text a{
	color: var(--main-color);
	text-decoration: underline;
}
.checkout-content-sub-text a:hover{
	color: var(--main-color);
	text-decoration: none;
}
.cart-total-top{
	padding: 0 var(--xs-pad);
	line-height: var(--lg-pad);
	font-weight: 600;
}

.checkout-content-right .cart-totals .cart-total-line:last-child {
	border-top: 1px solid var(--border-color);
	margin-top: 8px;
	padding-top: 8px;
}
.checkout-content-table-button{
	width: 100%;
}
.checkout-content-table-button .btn{
	width: 100%;
}

.checkout-option-list {
	position: relative;
	border-radius: 5px;
	border: 1px solid var(--light-border-color);
	overflow: hidden;
}

.checkout-option-list .form-group {
	margin: 0;
}

.checkout-option-list .form-radio-inline {
	margin: 0;
	border-top: 1px solid var(--light-border-color);
}

.checkout-option-list .radio-inline {
	padding-left: 40px;
	padding: 16px 16px 16px 48px;
	cursor: pointer;
	width: 100%;
	height: initial;
	line-height: 24px;
	background: var(--white-color);
}

.checkout-option-list .radio-inline .radio-cir {
	top: 16px;
	left: 16px;
}

.checkout-option-list .radio-inline:hover {
	background: var(--light-bg-green);
}

.checkout-option-list .form-group .form-radio-inline:first-child {
	border: none;
}

.checkout-form-block{
	position: relative;	
	margin-bottom: var(--main-pad);
}


.checkout-hidden{
	opacity: 0;
}
.checkout-info-block{
	position: relative;
	display: flex;
	margin-bottom: var(--main-pad);
}

.checkout-content-wrap .form-control[readonly],
.checkout-content-wrap .form-floating .form-control{
    background: var(--bg-input);
	border-radius: var(--border-radius);
    background: var(--white-color);
    box-shadow: var(--main-shadow);
}
.checkout-content-wrap .form-floating > textarea.form-control:focus ~ label.control-label, 
.checkout-content-wrap .form-floating > textarea.form-control:not(:placeholder-shown) ~ label.control-label {
    background: var(--white-color);
}

.checkout-main-table{
	position: relative;
	display: flex;
	flex-direction: column;	
	padding: var(--lg-pad);
}

.cart-table-title{
	position: relative;
	display: flex;	
	margin-bottom: var(--main-pad); 
/*	border-bottom: 1px solid var(--bg-color); */
}
.cart-table-title h2{
	margin: 0;
	line-height: var(--lg-pad); 
}
.cart-table-title .txt-i-btn{
	margin-left: auto;
}


#checkout-success{
/*	padding: var(--lg-pad) var(--max-pad);*/
}
.checkout-success{
	position: relative;
	text-align: center;
/*	padding: var(--lg-pad) var(--max-pad) 0 var(--max-pad);*/
	padding: 0;
}

.success-center-text,
.checkout-success-content{
	display: flex;
	flex-direction: column;
/*	height: 100%;*/
	width: 48%;
	margin: 0 auto;
	padding: var(--lg-pad);
	max-width: 528px;
	background: var(--white-color);
    border-radius: var(--border-radius);
	box-shadow: var(--main-shadow);
}
.checkout-success-content{
	
    border-radius: 0;
	box-shadow: none;
}

.checkout-success h2{
	margin-bottom: var(--mid-pad); 
}
.checkout-success-msg a{
	text-decoration: underline;
}
.checkout-success-msg a:hover{
	text-decoration: none;
}
.checkout-buttons{
	display: flex;
	justify-content: center;
}
.checkout-success-icon{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size: 48px;
	color: var(--light-text-color);
	margin-bottom: 16px;
}
.checkout-success-animation{
	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	margin: 0 auto var(--main-pad) auto;  
}

.success-center-text{
	position: relative;
	text-align: center;
	padding: var(--lg-pad) var(--max-pad) 0 var(--max-pad);	
}

#common-success .success-center-text{
	width: 50%;
	margin: 0 auto;
	padding: var(--lg-pad) var(--lg-pad) var(--lg-pad) var(--lg-pad);	
}
.success-center-text .buttons{
	justify-content: center;
}
.checkout-loader{
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--bg-color);
    width: 100%;
    height: 100%;
	padding-bottom: 12%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 3;
}

.loading .checkout-loader{
    display: flex;
    animation: opac-in-animate 0.2s ease-out forwards;
}

.loading #checkout-nav,
.loading #checkout-content{
	opacity: 0;
}
.checkout-loader h2{
	margin: 0;
}
.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	animation-fill-mode: both;
	animation: loader-ani 1.8s infinite ease-in-out;
}
.loader {
	position: relative;	
	color: var(--text-color);
	font-size: 10px;
	margin: 24px auto;
	text-indent: -9999em;
	transform: translateZ(0);
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3.5em;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}
@keyframes loader-ani {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

/* FILTERS */


.filter-wrapper{
	position: fixed;
    /* display: none; */
    height: 100%;
    top: 0;
    right: -656px;
    left: initial;
    min-width: initial;
    width: 640px;
    padding: var(--main-pad) var(--main-pad) var(--lg-pad) var(--lg-pad);
    margin: 0;
    float: none;
    border: none;
    background: var(--white-color);
    z-index: 1001;
    border-radius: 0;
    transform: none!important;
	box-shadow: var(--main-shadow);
    transition: 0.2s ease-out right;
}
.filter-open #category-filters.filter-wrapper {
    right: 0;
    transition: 0.4s ease-out right;
}
.filter-wrapper ::-webkit-scrollbar {
	width: 8px;
	border-radius: 4px;
	cursor: pointer;
}

.filter-wrapper ::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.08);
	cursor: pointer;
	border-radius: 4px;
}

.filter-wrapper ::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	cursor: pointer;
	transition: background 300ms ease;
}

.filter-wrapper ::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.32);
	cursor: pointer;
}
.filter-main-top {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 40px;
    padding: var(--mid-pad) var(--main-pad) var(--mid-pad) 0;
    font-weight: 700;
    text-align: left;
    color: var(--text-color);
    border-bottom: 1px solid var(--light-border-color);
/*    opacity: 0;*/
}
.filter-main-title {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: var(--lg-pad);
}
.filter-main-top .i-btn {
    position: absolute;
    right: var(--sm-pad);
    top: var(--sm-pad);
    z-index: 2;
}

.bf-panel-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 160px);
    overflow-y: auto;
	padding-right: var(--main-pad);
}

.bf-panel-wrapper .box {
	border: none;
	background: none;	
}

.bf-attr-block{
/*	margin-bottom: var(--main-pad);*/
/*	padding: var(--xs-pad) 0;*/
	border-bottom: 1px solid var(--border-color);
}
.bf-form .bf-attr-block:last-child{
	border-bottom: none;
}

.bf-attr-block.bf-price-filter{
	border-width: 1px;
/*	padding-bottom:var(--main-pad); */
	border-bottom: 1px solid var(--border-color)!important;	
}
.filter-main-header{
	display: none;
}
.bf-attr-header{
	padding: 12px 0px;
	padding: 16px 0px;
	line-height: 24px;
	font-size: 18px;
	font-weight: 600;
	border: none;
	color: var(--text-color)!important;
	background: transparent!important;
}
.bf-attr-group-header{
	display: none;
}
.bf-arrow{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 24px;
	width: 24px;
	height: 24px;
	padding: 0;
	font-weight: 400;
	background: none!important;
}
.bf-arrow i{
	font-size: var(--icon-font); 
	transform: rotate(0deg);
	transition: transform 0.2s ease; 
}
.open-box.bf-arrow i{
	transform: rotate(-90deg);
	transition: transform 0.3s ease-out; 
}

.bf-sliding{
	padding-bottom: 0px;
}
.bf-attr-block-cont{
	padding: 0px;
	padding: 0px 0px 24px 0px;
}
/*
.bf-attr-block-cont > div:last-child{
	margin-bottom: 24px;
}
*/
.bf-form div:nth-last-of-type(2) .bf-attr-filter:last-child .bf-cell{
	border: none;
}
.bf-price-filter .bf-attr-block-cont{
	padding: 0px;
	padding: 0px 0px 24px 0px;
}
.bf-price-slider-container{
	padding: 12px 8px 24px 10px;
	padding: 12px 15px 16px 10px;
}

.bf-slider-range.ui-slider .ui-slider-range {
    top: -1px;
    bottom: -1px;
    top: 0px;
    bottom: initial;
    height: 2px;
}
.bf-slider-range.ui-slider-horizontal {
    height: 2px;
    border-radius: 0px;
	margin-right: 2px;
}
.bf-slider-container.ui-slider .ui-slider-handle, 
.bf-slider-range .ui-slider-handle{
	border-radius: 50%;
/*
	width: 16px!important;
	height: 16px!important;
	top: -7px!important;
*/
	width: 24px!important;
	height: 24px!important;
	top: -11px!important;
	outline: none!important;
	cursor: pointer!important;
}
.bf-slider-label{
	bottom: -24px;
}
.bf-cur-symb {
	display: flex;
	justify-content: space-between;
}
input[type=text].bf-range-max, 
input[type=text].bf-range-min, 
input[type=text].bf-slider-input{
	width: 96px;
    min-width: 96px;
	border-radius: 24px;
	height: 48px;
	text-align: center;
	background: var(--bg-color); 
	border: 1px solid var(--bg-color);
}
input[type=text].bf-range-max:focus, 
input[type=text].bf-range-min:focus, 
input[type=text].bf-slider-input:focus{
	background: var(--border-color); 
}
.bf-cur-symb-left{
	display: none;
}
.ndash{
	line-height: 48px;
}


.bf-cell{
	border: none;
}
.bf-cell label{
	line-height: 24px;
	user-select: none;
}
.filterActive .bf-cell label{
	font-weight: 600;
}
.bf-cross{
	position: relative;
    min-width: 24px;
	height: 24px;
    padding: 12px 12px;
	background: none!important;
	color: var(--light-text-color);
}
.bf-cross:hover{
	color: var(--red-color); 	
}
.bf-cross:after {
    content: "\f00d";
    position: absolute;
    display: flex;
	flex-direction: column;
	justify-content: center;
    text-align: center;
    left: 0px;
    top: -4px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: var(--icon-font); 
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
	z-index: 2;
}
.brainyfilter-panel .checkbox.ch-btn{
	display: inline-block;
	height: 32px;
}
.brainyfilter-panel .ch-btn label span{
	width: 20px;
	height: 20px;
	margin: 2px 4px;
}
.brainyfilter-panel .ch-btn label i{
	height: 20px;
    line-height: 18px;
}

.bf-cascade-1{
	background: none;
	padding-left: 0;
}

.checkbox.ch-btn .bf-cell label{
	padding-right: 0px;
	height: 24px;
}

.bf-cell .radio{
	padding: 4px 0;
}
.bf-cell .radio > label{
	height: 24px;
}
.bf-cell .radio .radio-cir{
	top: 6px;
	left: 4px
}

.bf-count{
	min-width: 24px;
	text-align: center;
	font-size: var(--sm-font);
	font-weight: 400;
	border-radius: 0px;
	padding: 0px 4px;
	line-height: 24px;
}
/*
.bf-buttonclear-box{
	padding: 8px 4px;
}
*/
.bf-buttonclear-box{
	position: absolute;
	display: flex;
	justify-content: space-between;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: var(--lg-pad); 
}
.bf-buttonclear-box .btn{
	width: calc(50% - 12px);
	text-align: center;
}

.bf-panel-wrapper .bf-buttonclear {
	position: relative;
	display: block;
    background: none;
    color: var(--text-color); 
    text-decoration: underline;
    padding: 0px 24px 0px 36px;
    line-height: 24px;
    cursor: pointer;
    border: 0;
    margin: 0;
    min-height: 24px;
}
.bf-panel-wrapper .bf-buttonclear:after {
    content: "\f0e2";
    position: absolute;
    display: flex;
	flex-direction: column;
	justify-content: center;
    text-align: center;
    left: 0px;
    top: 0px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: var(--icon-font); 
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
	z-index: 2;
}

.bf-panel-wrapper .bf-buttonclear:hover {
    background: none;
	text-decoration: none;
/*    color: #B83D3D;*/
	color: var(--red-color); 
}

.bf-sliding-show {
    color: var(--text-color); 
    font-size: 14px;
    font-weight: 600;
    padding: 8px 4px;
	margin-bottom: 16px;
    position: relative;
    cursor: pointer;
}

.bf-sliding-show:hover {
    color: var(--light-text-color); 	
}
.filter-mob-btn{
	display: none;
}

/* CATEGORY */

.product-category-wrapper{
	position: relative;
	margin-bottom: var(--lg-pad);
	margin-bottom: var(--xl-pad);
}


.product-manufacturer-wrapper{
	
}
#product-category,
#product-search,
#product-manufacturer{
/*
	width: 100%;
	max-width: 100%;
	padding: var(--lg-pad);
*/
}
#product-category #content,
#product-search #content,
#product-manufacturer #content{
/*	padding: 0  var(--main-pad);*/
	width: 100%;
}

#product-category .row{
	margin: 0;
}

/*
#product-category .breadcrumb{
	display: flex;
}
*/

.category-top-info{
	display: flex;
	margin-bottom: var(--lg-pad); 	
}
.category-info{
	display: flex;
	flex-direction: column;
	width: 50%;
}
.category-info h1{
	margin-bottom: var(--xs-pad); 
}
.category-info p{
	margin-bottom: 0; 
}
.category-description{
	display: flex;
	flex-direction: column;
    width: 100%;
	margin-top: var(--main-pad); 
}

.category-description p{
	margin-bottom: 0; 
}

.category-description a{
    font-weight: 600;
}
.category-description a:hover{
    color: var(--sub-color); 
}

/*
.category-image{
	display: flex;
	margin-bottom: var(--lg-pad); 
	border-radius: var(--border-radius);
	overflow: hidden;
}
.category-image img{
	width: 100%;
	height: auto;
}
*/

.category-slider{
	position: relative;
	display: flex;
	margin: 0;
	margin-bottom: 72px;
	margin-bottom: 24px;
	opacity: 0;
	animation: opac-in-animate 0.3s ease-in forwards;
}
.category-slider .slider-wrapper{
	width: auto;
	width: calc(100% + 48px);
	margin-left: -24px;
	margin-right: -24px;
	padding: 0 16px;
}
.category-slider:before,
.category-slider:after,
.general-slider:before,
.general-slider:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 20%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}
.category-slider:before,
.general-slider:before{
	left: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) 0% 0%;
}
.category-slider:after,
.general-slider:after{
	right: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) 0% 0%;
}
.general-slider:before,
.general-slider:after{
	width: var(--main-pad);
}
.category-slider:before,
.category-slider:after{
	width: 20%;
	width: 48px;
}
.category-slider:before{
	left: -24px;
}
.category-slider:after{
	right: -24px;
}
.general-slider .swiper-button-prev, 
.general-slider .swiper-button-next {
    color: var(--light-text-color);
    text-shadow: none;
    transition: all .3s ease;
    z-index: 3;
    background-image: none;
	width: 32px;
	height: 32px;
	background: var(--white-color);
	background: var(--bg-color);
	border-radius: 50%;
	margin-top: 0;
    top: calc(50% - 16px);
	box-shadow: var(--light-shadow);
}
.general-slider .swiper-button-prev:after, 
.general-slider .swiper-button-next:after {
	display: none;
}
.general-slider .swiper-button-prev:before,
.general-slider .swiper-button-next:before{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 32px;
	height: 32px;	
	font-size: 20px;
	font-weight: 400;
    color: var(--light-text-color);	
}
.general-slider .swiper-button-prev:before{
	content: "\f104";
	font-family: "Font Awesome 6 Pro";
}
.general-slider .swiper-button-next:before{
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
}
.general-slider .swiper-button-prev:hover, 
.general-slider .swiper-button-next:hover {
	background: var(--bg-color);
}
.general-slider .swiper-button-prev:hover:before,
.general-slider .swiper-button-next:hover:before{
	color: var(--main-color);	
}
.home-cat-slider{
	position: relative;
}
.home-cat-slider:before, .home-cat-slider:after{
	display: none;
}
.home-cat-slider .swiper-button-prev,
.home-cat-slider .swiper-button-next{
	width: 48px;
	height: 48px;
	top: calc(50% - 24px);
}
.home-cat-slider .swiper-button-prev{	
	left: -24px;
}
.home-cat-slider .swiper-button-next{
	right: -24px;
}

.category-slider .swiper-slide{
	padding: var(--main-pad) 8px;
	overflow: initial;
}
.category-block{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	height: 100%;
	padding: 0;  
	border-radius: var(--lg-border-radius) var(--border-radius);
	background: var(--white-color);
	box-shadow: var(--main-shadow);
	transition: all 0.2s ease;	
}
.category-block:hover{
	background: var(--sub-color);
}
.category-block.active{
	background: var(--sub-color);
}
.category-block > a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: var(--main-pad);
}
.category-image{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 96px;
	font-size: 48px;
	color: var(--main-color);
}
.category-image img{
	width: 96px;
	height: auto;
	mix-blend-mode: darken;
	transform: scale(1);
	transition: all 0.2s ease;	
}
.category-block:hover .category-image img{
	transform: scale(1.12);
	transition: all 0.4s ease-out;	
}
.category-block-text{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: var(--sm-pad);  
}
.category-block-text h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	margin: 0px;
}
.category-block:hover h4{
	color: var(--main-color);
}

.category-filter-bar{
	display: flex;
    flex-direction: row;
	margin: var(--lg-pad) 0;
    flex-wrap: wrap;
/*
	justify-content: flex-end;
	width: 50%;
*/
}
.category-filter-bar h1{
	line-height:var(--lg-pad);
	margin: 0;
}
.category-filter-bar-content{
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}
.filter-btn{	
    padding: 12px 16px 12px 20px;
	background: var(--bg-color);  
	color: var(--text-color);
	border-radius: var(--main-radius);
	margin-left: var(--mid-pad); 
	height: var(--lg-pad);
}
.filter-btn span{
    display: inline-flex;
	line-height: 24px;
	font-weight: 300;
}
.filter-btn i{
	position: relative;
	display: inline-flex;
	flex-direction: column;	
	width: var(--main-pad);
	height: var(--main-pad);
	line-height: var(--main-pad);
	text-align: center;
}
.filter-btn span + i{
	margin-left: 8px;
}
.filter-btn:hover{
	background: var(--bg-color);
	color: var(--main-color);
}

.category-filter-sort{
	display: flex;
	margin-left: var(--mid-pad);  
}
.category-filter-select{
	width: initial;
	min-width: 108px;
/*	padding-left: var(--main-pad); */
	margin-bottom: 0;
	width: 192px;
	width: 184px;
}
.filter-order{
	width:160px;
}
.filter-amount{
	min-width: initial;
	width:88px;
}
/*
.category-filter-select.filter-select-lg{
	min-width: 208px;
}
*/
.category-filter-select.form-select .selectric{
	border-radius: var(--main-radius);
	border: none!important;
}
.category-filter-select.form-select .selectric .label{
	font-size: 16px;
	font-weight: 300;
/*	margin-right: 40px;*/
    padding: 8px 0px 8px 20px;
}
.category-filter-select.form-select .selectric-items li{
	padding: 14px 16px 14px 20px;
}
.selectric-items li.highlighted, .form-select .selectric-items li.highlighted{
	padding-right: 32px;
}
.category-filter-select.form-select .selectric-open.selectric-below .selectric,
.category-filter-select.form-select .selectric-open.selectric-above .selectric-items{
    border-radius: var(--main-radius) var(--main-radius) 0 0;
	box-shadow: var(--main-shadow); 
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.08);
	
}
.category-filter-select.form-select .selectric-open.selectric-above .selectric,
.category-filter-select.form-select .selectric-open.selectric-below .selectric-items{
    border-radius: 0 0 var(--main-radius) var(--main-radius);
	box-shadow: var(--main-shadow);
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.08);
}


.category-filter-select .selectric-items li{
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.category-filter-label{
	color: var(--text-color);
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 8px;
}
.filter-label-inline{
	line-height: 48px;
	padding-right: var(--main-pad);  
	margin: 0;
}
.category-filter-info{
	display: flex;
	width: 50%;
	justify-content: flex-end;
	text-align: right;
}
.category-amount-info{
	
}

.category-amount-info{
	display: flex;
}
.category-pagination{
	display: flex;
	text-align: left;
	width: 50%;
}
.category-results{
	display: flex;
	justify-content: flex-end;
	width: 50%;
	text-align: center;
/*
	color: var(--light-text-color);
	line-height: var(--lg-pad); 
	font-weight: 400;
*/
	
}
.category-results div{
	position: relative;
    align-self: flex-end;
    font-size: 14px;
    padding: 0 var(--sm-pad);
    line-height: var(--main-pad);
    font-weight: 400;
    background: var(--bg-color);
    color: var(--text-color);
    border-radius: var(--xs-radius);	
}

.category-filter-info .category-results{
	margin-top: var(--main-pad);
}
.category-filter-bar .category-amount-info{
	display: flex;
	align-self: flex-end;
	margin-left: auto;
}
.category-filter-bar .category-amount-info .category-pagination{
	display: none;
}
.category-filter-bar .category-amount-info .category-results{
	width: initial;
}

.category-empty-block{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: var(--lg-pad);
	text-align: center;
	width: 30%;
	justify-content: center;
	margin: var(--lg-pad) auto; 
}
.category-empty-animation {
    position: relative;
    display: flex;
    flex-direction: column;
	text-align: center;
	align-items: center;
}
.category-empty-animation #empty-animation,
.category-empty-animation #empty-animation2{
	height: 144px;
	width: 144px;
}
.category-empty-block .buttons{
	width: 100%;
	justify-content: center;
}

.product-row{
    display: flex;
	flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;	
	margin-bottom: var(--lg-pad); 
}

.featured-module{
	padding: 0 var(--lg-pad); 
}
.home-page .featured-module{
	margin-bottom: var(--max-pad);  
}
.featured-module .product-row{
	margin-bottom: var(--main-pad);  
}

.product-special{
    margin-bottom: var(--xxl-pad);
}
.product-block{
	display: flex;
	flex-direction: column;
	width: 20%;
	width: 25%;
	padding: 0 12px;
	margin-bottom: var(--main-pad); 
}
/*#product-search .product-block,*/
.product-special .product-block,
.product-featured .product-block{
	width: 20%;
	margin-bottom: 0; 
}

.product-thumb {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: var(--border-radius);
/*	overflow: hidden;*/
	background: var(--white-color);
	transition: all 0.2s ease;
}
.product-thumb:hover {
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
	box-shadow: var(--main-shadow);
	transition: all 0.4s ease-out;
}

.product-thumb .image {
	position: relative;
	text-align: center;
	border-radius:var(--border-radius) var(--border-radius) 0 0;
	background: var(--bg-color);
}
.product-thumb-wrap{
    position: relative;
    display: block;
	margin: var(--main-pad) var(--lg-pad);
}
.product-thumb-placeholder {
    position: relative;
    display: block;
    width: 100%;
    /* padding-top: 56.25%; */
    padding-bottom: 100%;
}

.product-thumb .image a {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    opacity: 1;
    transition: all 0.2s ease;
}


.product-thumb .image a:hover {
/*	opacity: 0.72;*/
	transition: all 0.4s ease-out;
}
.product-thumb .image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	mix-blend-mode: darken;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-block-discount{
	position: absolute;
	display: flex;
	top: 24px;
	left: 24px;
	padding: 4px 8px 3px 8px;
	line-height: 25px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: var(--border-radius);
	color: var(--white-color);
	background: var(--main-color);
	z-index: 2;
}
.product-thumb .fav-btn{
	position: absolute;
	right: 24px;
	top: 24px;
}
.fav-btn i{
	position: relative;
	font-size: 18px;
	font-weight: 400;
}
.fav-btn:hover i, .prod-in-wishlist.fav-btn i{
	color: var(--red-color);
	font-weight: 700;
	transition: 0.4s ease-out all;
}
.i-fav-btn.i-btn{
	color: var(--red-color);	
}
.i-fav-btn.i-btn:hover{
	color: var(--red-color);	
}

.product-block-main{
	display: flex;
	flex: 1;
	flex-direction: column;
	text-align: left;
	padding: var(--main-pad);
}
.product-block-text{
	display: flex;
	flex-direction: column;
	margin-bottom: var(--main-pad);
}
.product-block-text h4{
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 4px;
}
.product-block-text h4 a{
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;	
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product-block-desc{
	position: relative;
	font-weight: 300;
	font-size: 16px;
	color: var(--light-text-color);
}
.product-block-attributes{
	display: flex;
	flex-direction: column;
}
.product-block-attributes > div{
	display: flex;
	line-height: 24px;
	margin-bottom: 4px;
}
.product-block-attributes > div span{
	width: 24px;
	text-align: center;
	margin-right: 12px;
}
.product-block-attributes > div span img{
	height: 20px; 
	width:auto;
}
.product-block-attributes > div div{
	font-size: var(--sm-font);
}

.product-block-bottom{
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	line-height: 40px;
}
.product-price{
	display: flex;
}
.product-button-full{
	display: flex;
	flex-direction: column;
	width: 100%;	
}
.product-button-full .btn{
	align-self: center;
	width: 100%;
}

.product-price .price {
	position: relative;
	display: flex;
	color: var(--light-text-color);
	margin: 0;
}
.product-price .price-main {
	align-self: flex-start;
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	color: var(--text-color);
	order: 1;
}
.product-price .price-main span{
	font-size: var(--main-font);
	font-weight: 400;
}
.product-price .price-old {
	position: relative;
	display: inline-flex;
	font-size: var(--sm-font);
	font-size: 14px;
	padding: var(--sm-pad) 0 0 var(--xs-pad);
	line-height: var(--main-pad);
	color: var(--light-text-color);
	color: var(--red-color);
	text-decoration: line-through;
	order: 2;
}
.product-thumb .price-tax {
	color: var(--light-text-color);
	font-size: 12px;
	display: block;
}

.product-cart-btn{
	position: relative;
	display: flex;
/*	overflow: hidden;*/
	margin-left: auto;
	line-height: 40px;
}

.cart-btn{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: var(--border-radius);
	border-radius: var(--sm-radius);
	font-size: 16px;
	background: none;
	min-width: initial;
	margin: 0;
	padding: 0;
}
.btn.disabled.cart-btn{
	opacity: 0.24;
}
.cart-btn:hover,
.cart-btn:focus,
.cart-btn:active{
	background: var(--main-color);
}
.cart-btn-trigger{
	position: relative;
	color: var(--main-color);
	border:1px solid var(--border-color);
	border:1px solid var(--bg-color);
	border:none;
	background: var(--bg-color);
	z-index: 2;
}
.cart-btn-trigger i{
	margin: 0;
}
.product-cart-btn:hover .cart-btn-trigger{
	background: var(--sub-color-gradient);
	border:1px solid var(--main-color);
	border:none;
	color: var(--white-color);
}
.product-cart-btns{
	position: absolute;
	display: flex;
	overflow: hidden;
	right: 0;
	top: 0;
	width: 40px;
	border-radius: var(--sm-radius);
	background: var(--sub-color-gradient);
	opacity: 0;
	z-index: 1;
	transition: all 0.2s ease;
}
.product-cart-btn:hover .product-cart-btns{
/*	display: flex;*/
	width: 128px;
	padding-right: 40px;
	opacity: 1;
	transition: all 0.4s ease-out, opacity 0.1s ease-out;
}
.product-cart-amount-input{
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 0 8px;
	color: var(--white-color);
	font-size: 16px;
	font-weight: 600;
	width: 48px;
	user-select: none;
}
.product-cart-amount{
	position: absolute;
	display: none;
    flex-direction: column;
    justify-content: center;
	top: 0;
	right: 0;
    text-align: center;
    min-width: 40px;
    height: 40px;
    vertical-align: top;
	border-radius: var(--sm-radius);
	
    padding: 0 8px;
    font-weight: 600;
    font-size: 16px;
    background: var(--bg-color);
	box-shadow: 0px 0px 1px 1px var(--bg-color);
    line-height: var(--main-pad);
	z-index: 3;		
}
.product-in-cart.product-cart-amount{
	display: flex;
}
.product-cart-btn:hover .product-cart-amount{
	z-index: 0;
}
.product-in-cart .cart-btn-trigger{
	opacity: 0;
}
.product-cart-btn.product-in-cart:hover .cart-btn-trigger{
	opacity: 1;
}

.product-incart-amount{
	
}

.product-tag{
	position: absolute;
	display: flex;
	padding: var(--xs-pad) var(--mid-pad);
	line-height: var(--main-pad); 
/*	margin-right: var(--xs-pad);*/
	border-radius: var(--lg-border-radius) 0 var(--lg-border-radius) 0;
	background: var(--green-color); 
	color: var(--white-color);
	font-weight: 400;
	top: 0;
	left: 0;
	z-index: 3;
}
.product-tag.pt-red{
	background: var(--red-color);
}
.product-tag.pt-orange{
	background: var(--orange-color);
}
.product-tag.pt-dark{
	background: var(--dark-grey-color);
}


#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}


@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

#product-manufacturer{
	padding-top: var(--lg-pad)!important;
}

.manufacturer-list{
	display: flex;
	flex-wrap: wrap;
	padding: 0 144px;
}

.manufacturer-block {
    position: relative;
    display: flex;
    background: var(--white-color);
    width: calc(50% - var(--main-pad));
    padding: 0;
    margin: 0 var(--sm-pad) var(--main-pad) var(--sm-pad);
    border-radius: var(--lg-border-radius);
	box-shadow: var(--main-shadow);
}

.manufacturer-block-img{
    position: relative;
    display: flex;
	flex-direction: column;
	justify-content: center;
	width: 36%;
    padding: var(--med-pad);
}
.manufacturer-block-img img{
	width: 100%;
	height: auto;
}
.manufacturer-block-content{
    position: relative;
    display: flex;
	flex-direction: column;
	width: 64%;
	height: 100%;
    padding: var(--med-pad);	
}
.manufacturer-block-title{
	font-weight: 700;
	margin-bottom: var(--xs-pad);
}
.manufacturer-block-content .txt-i-btn{
	margin-top: auto;
	padding: 0;
}

.product-manufacturer-wrapper #content{
	min-height: initial;
}


.manufacturer-info{
	position: relative;
    display: flex;
    background: var(--white-color);
    padding: 64px 0;
    margin: var(--lg-pad) auto var(--xxl-pad) auto; 
    border-radius: var(--lg-border-radius);
	box-shadow: var(--main-shadow);
	width: 64%;
	max-width: 1200px;
}
.manufacturer-info-image{
	position: relative;
    display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 64px;
	width: 30%;
}
.manufacturer-info-text{
	position: relative;
    display: flex;
	flex-direction: column;
	width: 70%;
	padding: 0 64px;
	border-left: 1px solid var(--border-color); 
}
.manufacturer-info-text h1{
	font-size: 22px;
}
.manufacturer-info-description p:last-child{
	margin-bottom: 0;
}

/* PRODUCT PAGE */


#product-product{
	position: relative;
	padding-top: var(--lg-pad);
	z-index: 2;
}
/*
.product-page #footer-main{
	margin-top: 0;
}
*/

.product-wrapper{
	display: flex;
	flex-wrap: wrap;
	padding: 0 12%;
	padding: 0 240px;
	margin-bottom: var(--xxl-pad);
/*	min-height: 70vh;*/
}
/*
.product-wrapper .breadcrumb{
	display: flex;
}
*/

.product-left{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 54%;
	padding:0; 
	padding-right: var(--lg-pad);
	order: 1;
}
.product-images{
	position: relative;
	display: flex;
	flex-direction: column;
}
.product-images.product-images-mobile{
	display: none;
}
.thumbnails {
	position: relative;
	display: flex;
	flex-direction: row;
	width: initial;
	margin: 16px -8px 16px -8px;
	z-index: 3;
	order: 2;
}
.thumbnails .thumbnail {
	position: relative;
	display: flex;
	height: auto;
	width: 20%;
	width: calc(20% - 16px);
	margin: 0 var(--xs-pad);
	border-radius: var(--border-radius);
	overflow: hidden;
}
.thumbnails img {
/*	max-width: 100%;*/
	width: 100%;
	height: auto;
}
.product-main-image{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: var(--lg-border-radius);
	background: var(--bg-color);
	overflow: hidden;
    vertical-align: top;
}
.product-main-image img{
	height: auto;
	width: 100%;
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    mix-blend-mode: darken;
}
.product-images .fav-btn{
	position: absolute;
	top: var(--xs-pad);
	right: var(--xs-pad);
}
.product-images .share-btn{
	display: none;
}

.thumbnails a.vid-link:hover{
	cursor: pointer;
}
.thumbnails a.vid-link:before {
    position: absolute;
    content: "";
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.48);
    z-index: 2;
}
.thumbnails a.vid-link:after {
    position: absolute;
    content: "\f04b";
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
	padding-left: 2px;
    text-align: center;
    font-size: 16px; 
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
	font-weight: 700;
    color: var(--sub-color);
    background: var(--bg-color-alpha);
	border-radius: 50%;
	transition: all 0.2s ease;
    z-index: 3;
}
.thumbnails a.vid-link:hover:after {
	background: var(--white-color);
}
.lg-backdrop,
.lg-outer .lg-thumb-outer{
	background:var(--white-color); 
}
.lg-counter,
.lg-toolbar .lg-icon,
.lg-sub-html{
	color: var(--text-color);
}
.lg-next, .lg-prev{
	background: transparent;
	color: var(--text-color);
}
.lg-next:before {
    content: "\f054";
	font-family: "Font Awesome 6 Pro";
}
.lg-prev:after {
    content: "\f053";
	font-family: "Font Awesome 6 Pro";
}
/*
.lg-toolbar .lg-download:after {
    content: "\f019";
	font-weight: 400;
	font-family: "Font Awesome 6 Pro";
}
*/
.lg-toolbar .lg-icon:hover,
.lg-next:hover:not(.disabled), 
.lg-prev:hover:not(.disabled) {
    color: var(--sub-color);
	transition: all 0.2s ease;
}
.lg-outer .lg-thumb-item.active, 
.lg-outer .lg-thumb-item:hover {
    border-color: var(--main-color);
}

.product-right{
	display: flex;
	flex-direction: column;
	width:46%;
	padding: 0 0 0 var(--lg-pad);
	order: 2;
}
.product-right h1{
	font-size: 32px;
	margin-bottom: var(--main-pad);
}

.product-brand{
	position: relative;
	display: flex;
	margin-bottom: var(--mid-pad);	
}

/*
.product-tags{
	position: relative;
	display: flex;
	margin-bottom: var(--main-pad);
}
.product-tag{
	position: relative;
	display: flex;
	padding: var(--xxs-pad) var(--xs-pad);
	line-height: var(--main-pad); 
	margin-right: var(--xs-pad);
	border-radius: var(--border-radius);
	background: var(--bg-sub-color); 
	color: var(--main-color); 
	text-transform: capitalize;
}
.product-tag:hover{
	transition: all 0.2s ease;
	color: var(--sub-color); 
	background: var(--bg-icon-color); 
}
*/
.product-top-info{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	line-height: var(--main-pad);
	margin-bottom: var(--lg-pad);	
	border-bottom: 1px solid var(--border-color);
}
.product-top-description{
	position: relative;
	display: flex;	
	flex-direction: column;
	color: var(--text-color);
}

/*
.product-top-left,
.product-top-right{
	position: relative;
	display: flex;	
	width: 50%;
}
.product-top-left div{
	display: flex;
	line-height: var(--main-pad);
	margin-right: var(--main-pad);
}
.product-top-left span{
	display: flex;
	font-weight: 600;
	padding-left: var(--xxs-pad);
}
.product-top-left a{
	display: flex;
	font-weight: 400;
	padding-left: var(--xxs-pad);
}
.product-top-right {
	justify-content: flex-end;
}
*/

.product-stock{
	position: relative;
	display: flex;
	justify-content: flex-end;
	line-height: var(--lg-pad);
	padding: 0 var(--mid-pad);
}

.product-stock-label{
	position: relative;
	display: flex;	
	color: var(--light-text-color);
}
.product-stock-label span{
	display: inline-block;
	padding: 0 var(--xxs-pad);
	color: var(--green-color);
}

/*
.stock-empty .product-stock-label{
	color: var(--red-color);
}
.stock-low .product-stock-label{
	color: var(--orange-color);
}
.stock-med .product-stock-label{
	color: var(--orange-color);
}
.stock-high .product-stock-label{
	color: var(--green-color);
}

.stock-low .product-stock-view span:nth-child(3) {
	background: var(--orange-color);
}

.stock-med .product-stock-view span:nth-child(2),
.stock-med .product-stock-view span:nth-child(3) {
	background: var(--orange-color);
}

.stock-high .product-stock-view span:nth-child(1),
.stock-high .product-stock-view span:nth-child(2),
.stock-high .product-stock-view span:nth-child(3) {
	background: var(--green-color);
}
*/


.product-cart-main{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: var(--lg-pad); 
}
.product-price-main{
	display: flex;
	width: 25%;
}
.product-price-main div{
	display: block;
/*	width: 50%;*/
	font-size: 24px;
	font-weight: 600;
	line-height: 48px;
}
.product-price-main .price-old{
	font-size: var(--sm-font);
	line-height: 40px;
	color: var(--light-text-color);
	text-decoration: line-through;
	padding-left: var(--mid-pad); 
	font-size: 14px;
    color: var(--red-color);
}
/*
.product-price .price {
	color: var(--light-text-color);
	margin: 0;
}
.product-price .price-main {
	font-size: 24px;
	font-weight: 600;
	color: var(--text-color);
}
.product-price .price-main span{
	font-size: var(--main-font);
	font-weight: 400;
}
.product-price .price-old {
	position: relative;
	display: inline-flex;
	align-self: flex-start;
	font-size: var(--sm-font);
	line-height: 24px;
	color: var(--light-text-color);
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: var(--light-text-color);
	font-size: 12px;
	display: block;
}
*/

.product-button-wrap{
	position: relative;
	display: flex;
	margin-left: auto;
}

.product-main-button{
	display: flex;
	height: 48px;
	text-align: center;
	justify-content: center;
}
.product-main-button.icon-btn{
	min-width: 184px;
	padding-right: 16px;
}
.product-main-btns{
	position: relative;
	display: flex;
/*
	overflow: hidden;
	right: 0;
	top: 0;
	width: 0px;
	opacity: 0;
*/
	padding: 0px;
	border-radius: var(--main-radius);
	background: var(--bg-color);
	z-index: 1;
	transition: all 0.2s ease;
}
/*
.product-button-wrap:hover .product-main-btns{
	width: 184px;
	opacity: 1;
	transition: all 0.2s ease-out, opacity 0.1s ease-out;
}
*/
.pm-btn{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 48px;
	height: 48px;
	color: var(--text-color);
	border-radius: var(--border-radius);
	font-size: 16px;
	background: none;
	min-width: initial;
	margin: 0;
	padding: 0;
}
.pm-btn:hover,
.pm-btn:focus,
.pm-btn:active{
	color: var(--light-text-color);
	background: var(--bg-color);
}
.product-main-amount{
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 0 8px;
	color: var(--text-color);
	font-size: 16px;
	font-weight: 600;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border:none;
	box-shadow: none;
	background: var(--bg-color);
	pointer-events: none;
}
.product-button-full{
	display: flex;
	width: 100%;
	margin-top: var(--main-pad); 
}

.product-info-text-wrap{
	display: flex;
	flex-direction: column;
/*	flex-wrap: wrap;*/
	padding: 0 var(--main-pad);
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius); 
}
.product-info-line{
	position: relative;
    display: flex;
	padding: var(--main-pad) 0;
	border-top: 1px solid var(--border-color);
}
.product-info-text-wrap .product-info-line:first-child{
	border: none;
}
.product-info-icon {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
    font-size: 24px;
    font-weight: 400;
    height: var(--lg-pad);
    line-height: var(--lg-pad);
    width: var(--lg-pad);
	color: var(--text-color);
}
.product-info-text{
	position: relative;
    display: flex;
    flex-direction: column;
	padding:0 var(--main-pad);
	width: calc(100% - var(--lg-pad));
}

.product-info-line-title{
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 18px;
	font-weight: 600;
}
.product-info-line-subtitle{
	display: block;
/*
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
*/
	color: var(--light-text-color);
}
.product-info-line-subtitle a{
	text-decoration: underline;
	color: var(--light-text-color);
}
.product-info-line-subtitle a:hover{
	text-decoration: none;
}


.product-model-info{
	position: relative;
	display: flex;
	padding: var(--mid-pad) 0;
	border-bottom: 1px solid var(--border-color);
}
.product-model{
	position: relative;
	display: flex;
	padding: var(--mid-pad);
	width: 50%;
}
.product-model-icon{
	position: relative;
	display: flex;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	color: var(--light-text-color);
}
.product-model-text{
	position: relative;
	display: flex;
	width: calc(100% - 64px);
	padding: 0 var(--mid-pad);
	flex-direction: column;
	justify-content: center;
}
.product-model-text span{
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--light-text-color);
	line-height: var(--main-pad);
}
.product-model-text div{
	font-size: 14px;
	font-weight: 600;
	line-height: var(--main-pad);
}


.product-info-collapse.accordion{
	position: relative;
	padding: var(--xxs-pad) 0;
/*	margin: 0 0 var(--main-pad) 0;*/
	margin: 0;
	border-bottom: 1px solid var(--border-color);
}
.accordion-header{
	position: relative;
}
.accordion-header-btn{
	position: relative;
	display: flex;
	width: 100%;
	padding: var(--sm-pad) 0;
	line-height: var(--main-pad); 
	border:0px;
	color: var(--text-color);
	font-size: 16px;
	font-weight: 600;
	background: none;
	transition: color 0.2s ease;
}
.accordion-header-btn:hover{
	color: var(--text-color);
	transition: color 0.3s ease-out;
}
.accordion-header-btn:after {
	content: "\f078";
	display: block;
	position: absolute;
	padding: 0;
	top: 0px;
	right: 0px;
	width: var(--lg-pad);
	height: var(--lg-pad);
	line-height: var(--lg-pad);
	text-align: center;
	color: var(--text-color);
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	transform: rotate(-180deg);
	vertical-align: middle;
	transition: all 0.3s ease;
}
.accordion-header-btn.collapsed:after {
/*	content: "\f067";*/
	transform: rotate(0deg);
	transition: all 0.3s ease;
}
.accordion-content-text{
	position: relative;
	display: flex;
	padding: var(--mid-pad) 0;
}

.accordion-content p:last-child{
	margin: 0;
}


.prod-downloads{
	position: relative;
	display: flex;
	flex-direction: column;	
	padding: var(--main-pad) 0; 
	border-top: 1px solid var(--light-border-color); 
	border-bottom: 1px solid var(--light-border-color); 
}
.prod-downloads h3{
	margin-bottom: var(--mid-pad);
}
.product-download-list{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-download-list li{
	margin-right: var(--xs-pad);
	margin-bottom: var(--xs-pad);
}
.product-download-list a{
	position: relative;
	display: flex;
	padding: var(--xxs-pad) var(--xs-pad);
	line-height: var(--main-pad); 
	
	border-radius: var(--border-radius);
	background: var(--bg-sub-color); 
	color: var(--main-color); 
	text-transform: capitalize;
}
.product-download-list a i{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: var(--main-pad);
	height: var(--main-pad);
	line-height: var(--main-pad);
	margin-right: var(--xxs-pad);
}
.product-download-list a:hover{
	transition: all 0.2s ease;
	color: var(--sub-color); 
	background: var(--bg-icon-color); 
}


.product-options{
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
/*	margin-bottom: var(--main-pad);*/
	margin-top: var(--main-pad);
}

.product-options > .form-group{
	padding-top: var(--xs-pad);
/*	border-bottom: 1px solid var(--light-border-color);*/
}

/*
.product-options .form-select{
	position: relative;
	padding-bottom: var(--main-pad);
	border-bottom: 1px solid var(--light-border-color);	
}
.product-options .form-select .form-control{
	border:1px solid transparent;
	opacity: 0;
}
.product-options .form-select .control-label{
	font-weight: 700;
	text-transform: lowercase;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;	
}
.product-options .form-select .control-label span{
	text-transform: capitalize;	
}
.product-options .form-select .selectric-open.selectric-below .selectric,
.product-options .form-select .selectric-open.selectric-above .selectric{
	background: var(--bg-color);	
	background: transparent;	
	border:1px solid transparent;
}
.product-options .form-select .selectric-open.selectric-below .selectric-items{
	padding-top: 8px;
}
.product-options .form-select .selectric-open.selectric-above .selectric-items{
	padding-bottom: 8px;
}
.product-options .form-select .selectric{
	background:var(--bg-color);	 
	border:1px solid transparent;
}
.product-options .form-select .selectric .label {
    height: 46px;
    line-height: 14px;
    margin-right: 48px;
    padding: 26px 0px 2px 0px;
}
*/

.product-extra-options{
	position: relative;
	opacity: 0;
	max-height: 0;
	animation: options-in-animate 0.4s ease-out forwards;
	z-index: 3;
}
@keyframes options-in-animate {
	0% {
		opacity: 0;
		max-height: 0;
	}
	100% {
		opacity: 1;
		max-height: 400px;
	}
}


.product-extra-options > .form-group{
	margin-top: var(--main-pad);
	margin-bottom: 0px;
}

.product-options .form-group > label{
	display: block;
/*	font-weight: 700;*/
}


.product-payment{
	position: relative;
	display: flex;
	padding: var(--mid-pad) 0;
	margin-top: var(--main-pad);
	margin-bottom: var(--main-pad);
	line-height: var(--med-pad);
	border-top: 1px solid var(--border-color);	
}

.product-right .product-payment{
	display: none;
}
.product-payment span{
	padding-right: 8px;
/*	color: var(--light-text-color);*/
	font-size: 14px;
}
.product-payment ul{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;	
	margin-left: auto;
}
.product-payment ul li{
	margin: 0;
	padding: 0 8px;
}
.product-payment ul li a{
	display: flex;
	width: var(--main-pad);
	height: var(--main-pad);
	width: auto;
	height: 32px;
	padding: 6px;
}
.product-payment ul li a img{
	height: 100%;
	width: auto;
}

.product-bottom{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: var(--lg-pad) 0; 
/*
	background: var(--white-color);
	box-shadow: 8px -8px 24px rgba(0, 0, 0, 0.08);
*/
}
.product-bottom-related{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: var(--lg-pad);
}

#product-info-bar{
	position: fixed;
	top: -112px;
	width: 100%;
	background: var(--white-color);
	box-shadow: var(--main-shadow);	
	z-index: 3;
	opacity: 0;
	transition: all 0.2s ease;
}

#product-info-bar.sticky{
	top: 72px;
	opacity: 1;
	transition: all 0.4s ease;
}

.product-info-bar{
	position: relative;
	display: flex;
	padding: var(--mid-pad) 0; 
}
.product-info-bar-left{
	position: relative;
	display: flex;
	width: 50%;
}
.product-info-bar-right{
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 50%;
	padding: var(--mid-pad) 0; 
}
.product-info-title{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: var(--main-pad);
}
.product-info-title h4{
	font-size: 16px;
	margin: 0;
}
.product-info-title .product-info-price{
	display: flex;
	font-size: 20px;
	font-weight: 600;
}
.product-info-price .price-old{
	font-size: var(--sm-font);
	color: var(--light-text-color);
	text-decoration: line-through;
	padding-left: var(--mid-pad); 
	font-weight: 400;
	line-height: 2;
}
.product-small-image{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 80px;
}
.product-small-image img{
	width: 100%;
	height: auto;
}
.product-info-button .l-btn {
	padding:11px 32px;
}
.product-info-button,
.product-info-bar-right .product-button-wrap{
	margin-left: var(--main-pad); 
}
.product-info-logged{
	display: none;
}

/* HOME */

.home-page #outer-wrapper{
	padding-top: 144px;
}
#common-home{
	position: relative;
	padding: 0px!important;
	margin-bottom: 0!important;
}
#common-home #content {
	min-height: initial;
}
.home-main-banner{
	margin-bottom: 0;
	border-radius: var(--lg-border-radius);
	
	overflow: hidden;
}

.home-main-banner .swiper-slide-text-wrap{
	padding-top: 72px;
}
.home-main-banner .swiper-text-block{
}
.home-main-banner .swiper-text-block h2{
	font-size: 40px;
}
.home-main-banner .swiper-text-block p{
	font-size: 14px;
	font-weight: 400;
}

.home-content-center{
	background: var(--white-color);
/*	margin-bottom: var(--max-pad);*/
}

.home-content-top .col-sm-3,
.home-content-center > .col-sm-3{
	width: 100%;
	max-width: 100%;
	padding: 0;
	flex: 1;
}

.home-content-tabs{
	position: relative;
	margin-bottom: var(--full-pad);
	margin-bottom: 120px;
}
.home-page .home-content-tabs{
	margin-bottom: 360px;
}

.home-nav-tabs{
	border: none;
	margin-bottom: var(--lg-pad);
}
.home-nav-tabs.nav-tabs .nav-item {
	padding: 0; 
	width: 33.3333%;
}
.home-nav-tabs.nav-tabs .nav-link {
	display: flex;
	width: 100%;
	padding: var(--xs-pad);
    margin-bottom: 0px;
	border: none;
	font-size: 24px;
	font-weight: 600;
	color: var(--grey-text-color);
	background: transparent;
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
	transition: all 0.2s ease;
}
.home-nav-tabs.nav-tabs .nav-link:hover {
	color: var(--main-color);
}
.home-nav-tabs.nav-tabs .nav-item.show .nav-link, 
.home-nav-tabs.nav-tabs .nav-link.active{
	padding-bottom: 7px;
	color: var(--main-color);
	border-bottom: 2px solid var(--light-text-color);
}

.tab-content-block{
	position: relative;
	display: flex;	
}
.tab-content-img{
	position: relative;
	display: flex;
	width: 30%;
	flex-direction: column;
	overflow: hidden;
	border-radius: var(--border-radius);
}
.tab-content-text{
	position: relative;
	display: flex;
	flex-direction: column;	
	justify-content: center;
	width: 70%;
	padding: 0 var(--xl-pad) 0 var(--lg-pad); 
}
.tab-content-text h2{
	line-height: 1.5;
	margin-bottom: var(--xs-pad);
}
.tab-content-text h4{
	font-weight: 600;
	margin-bottom: var(--mid-pad);
}
.tab-content-text p{
	color: var(--light-text-color);
	font-size: 20px;
	padding-right: var(--lg-pad);
	margin-bottom: var(--lg-pad);
}

.tab-content-text .btn{
	align-self: flex-start;
}

.home-banner-wrap{
	position: relative;
	display: flex;
	margin-bottom: var(--full-pad);
}
.home-banner-content{
	position: relative;
	display: flex;
}
.home-banner-text{
	position: relative;
	display: flex;
	width: 50%;
	flex-direction: column;	
}
.home-banner-img{
	position: relative;
	display: flex;
	width: 50%;
	flex-direction: column;	
}
.home-banner-img img{
	max-width: 100%;
}
.home-banner-logos{
	position: relative;
	display: flex;
}
.home-banner-logos .app-button {
    margin-right: 16px;
	background: var(--bg-color);
}


.home-text-blocks{
	position: relative;
	display: flex;
	margin-bottom: var(--full-pad);	
}
.home-text-blocks-wrap{
	position: relative;
	display: flex;
	margin-left: -60px;
	margin-right: -60px;
}
.home-text-block{
	position: relative;
	display: flex;
	width: 25%;
	padding: 0 var(--sm-pad); 
}
.three-blocks.home-text-blocks-wrap{
	margin-left: -12px;
	margin-right: -12px;	
}
.three-blocks .home-text-block{
	width: 33.333333%;	
}
.home-text-block-content{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding: var(--lg-pad);
	background: var(--mid-bg-color);
	border-radius: var(--border-radius);
}
.home-text-block-icon{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 64px;
	height: 64px;
	font-size: 40px;
	color: var(--main-color);
	margin-bottom: var(--main-pad); 
}
.home-text-block-text.no-text h3{
	margin-bottom: var(--lg-pad); 
}
.home-text-block .txt-i-btn{
	padding: 0;
}


/* CONTACT PAGE */

#information-contact{
	position: relative;
	padding:0px;
/*    margin-bottom: var(--max-pad);*/
}
#information-contact #content{
	position: relative;
	background: var(--sub-color);
	overflow: hidden;
}


#information-contact .container{
	position: relative;
	z-index: 2;
}
/*
#information-contact .breadcrumb{
	background: var(--sub-color);
}
*/

.contact-top{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: var(--lg-pad) 0 var(--xxl-pad) 0;
	margin-bottom: var(--lg-pad);
}
.contact-top .container{
	display: flex;
}
.contact-text{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: var(--lg-pad);
	width: 40%;
}
.contact-text h1{
/*	font-size: 48px;*/
	margin-bottom: var(--main-pad);
}
.contact-block{
	position: relative;
	display: flex;
	width: 50%;
	padding-left:var(--xxl-pad); 
}
.contact-block-img{
	position: absolute;
	display: block;
}
.contact-form{
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	background: var(--white-color);	
	padding: var(--lg-pad); 
	border-radius: var(--lg-border-radius);
	box-shadow: var(--main-shadow);	
}
.contact-form form{
	width: 100%;
}
.contact-form .buttons{
	margin-bottom: 0px;
}
.contact-form .buttons .btn{
	min-width: 240px;
}
.contact-block h4{
	margin-bottom: var(--main-pad);	
}

.contact-info{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: var(--xxl-pad) 0;	
	margin-bottom: var(--xxl-pad);
}
.contact-info-blocks{
	position: relative;
	display: flex;
	margin-left: -12px;
	margin-right: -12px;
}

.contact-info-blk-wrap{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: 0 var(--sm-pad);
}
.contact-info-blk{
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--white-color);	
	padding: var(--med-pad); 
	border-radius: var(--lg-border-radius);
	box-shadow: var(--main-shadow);
}
.contact-info-blk-title{
	position: relative;
	display: flex;
	line-height: var(--lg-pad);
	margin-bottom: var(--lg-pad);	
}
.contact-info-blk-title h4{
	margin: 0;
/*	line-height: var(--lg-pad);*/
	line-height: 1.2;
    padding: 11px 0px;
	padding-right:var(--sm-pad); 
}
.contact-info-blk-title h4 span{
	font-weight: 400;
}
.contact-info-icon{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
	margin-left: auto;
    width: var(--lg-pad);
    height: var(--lg-pad);
    color: var(--main-color);
    background: var(--sub-color);
    border-radius: 50%;
    font-size: 20px;
	flex-shrink: 0;
}
.contact-info-list{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: auto;
}
.contact-info-list li{
	display: flex;
	line-height: var(--main-pad);
	padding: 0;
	margin: 0;	
	color: var(--light-text-color);
}
.contact-info-list li a{
	color: var(--light-text-color);	
}
.contact-info-list li a:hover{
	color: var(--text-color);	
}
.contact-info-list li i{
	display: flex;
    text-align: center;
    justify-content: center;
    width: var(--main-pad);
    height: var(--main-pad);
    line-height: var(--main-pad);
    color: var(--main-color);
	margin-right: var(--xs-pad);
}
.contact-info-list.social-socials{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.contact-info-list.social-socials li{
	width: 50%;
	margin-top: var(--xxs-pad);
}
.contact-info-list.social-socials li a{
	display: flex;
}

.contact-map{
	position: relative;
}
.contact-map:before,
.contact-map:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 25%;
	z-index: 2;
	pointer-events: none;
}
.contact-map:before{
	top: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) 0% 0%;
}
.contact-map:after{
	bottom: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) 0% 0%;
}
#map-canvas{
	position: relative;
	width: 100%;
	height: 560px;
	border: none;
	z-index: 1;
}
#map-canvas:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.gm-style iframe + div { 
	border:none!important; 
}
.contact-map-blk{
	position: absolute;
	top: 20%;
	left: 52%;
	top: calc(50% - 124px);
	left: calc(50% + 72px);	
	width: 240px;
	z-index: 3;
}
.contact-map-blk .contact-info-icon{
	margin-left: 0;
	margin-bottom: var(--main-pad);
}
.contact-map-blk .contact-info-blk-title{
	margin-bottom:var(--mid-pad);
}
.contact-map-blk .contact-info-blk-title h4{
	padding: 0;
	line-height: 24px;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

#information-contact #footer-main{
	margin: 0;
}


/* IMAGE BANNER STYLES *****************************/

.banner-block-wrapper{
	position: relative;
	display: flex;
	padding: var(--xxl-pad) 0;
	margin-bottom: var(--xxl-pad);
}
.banner-block-wrapper.info-green-bg-solid:before{
	height: 60%;
}

.banner-block-wrapper .slider-wrapper{
	margin-right: -12px;
    margin-left: -12px;		
}

.banner-block-wrapper .swiper-slide{
/*	padding: 0 var(--sm-pad); */
}

.banner-img-blk{
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: var(--border-radius);
	margin: var(--sm-pad); 
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
}
.banner-img-blk-img{
	position: relative;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.banner-img-blk-img img{
	width: 100%;
	height: auto;
}
.banner-img-blk-content{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 70%;
	height: 100%;
	top: 0;
	left: 0;
	padding: var(--main-pad);
	color:var(--white-color); 
	z-index: 2;
}
.banner-img-blk-content h3{
	text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.44);
}
.banner-img-blk-content h4{
	text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.44);
	font-weight: 400;
	margin: 0;
}
.banner-img-blk-content h4 span{
	font-weight: 600;
}
.banner-img-blk-content .btn{
	align-self: flex-start;
}
.banner-title-single .banner-img-blk-content{
	justify-content: flex-end;
	width: 100%;
	padding: var(--lg-pad) var(--main-pad);
}

.image-banner-wrapper{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: var(--lg-pad) 0;
}

.cat-img-blocks{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.cat-img-block-wrap{
	position: relative;
	display: flex;
	width: 33.3333%;
	padding: 0 var(--sm-pad); 
	margin-bottom: var(--main-pad);
}
.cat-img-block{
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: var(--lg-border-radius);
}
.cat-img-block > a{
	position: relative;
	display: flex;
	flex-direction: column;	
}
.cat-img-block-img{
	position: relative;
	display: flex;
	flex-direction: column;	
	z-index: 1;
}
.cat-img-block-img img{
	width: 100%;
	height: auto;
}
.cat-img-block-text{
	position: absolute;
	display: flex;
	flex-direction: column;	
	width: 56%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	padding: var(--med-pad); 
	padding-right: 0;
}
.cat-img-block-text h4{
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
}
.cat-img-block-text h4 span{
	font-weight: 700;
}
.cat-img-block-text .txt-i-btn{
	color: var(--text-color); 
	padding: 0;
	margin-top: auto;
}
.cat-img-block > a:hover .txt-i-btn{
	color: var(--main-color);
}
.cat-img-block > a:hover .txt-i-btn i{
	margin: 0px 0px 0px 8px;
    transition: margin 0.4s ease-out;
}


/* INFORMATION STYLES *****************************/

#information-information{
/*	padding-top: 72px;*/
	padding-top: 0;
	margin-bottom: var(--lg-pad);	
}
#information-information > .container{
	
}
.info-green-bg:before,
.info-green-bg-solid:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 240px;
	z-index: -1;
	background: linear-gradient(180deg, rgba(230, 240, 236, 1) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat;
}
.info-green-bg-solid:before{
	background: var(--sub-color);
	height: 360px;
}
#information-information.info-green-bg-solid:before{
	height: 536px;
}
.information-center{
	text-align: center;
	margin-bottom: var(--lg-pad); 
	height: initial;
	width: 50%;
}
.information-content{
	position: relative;
/*
	margin-top: var(--xl-pad);
	margin-bottom: var(--max-pad);
*/
}
.info-content-img{
	position: relative;
	display: flex;
	margin: var(--lg-pad) 0; 	
	border-radius: var(--border-radius);
	overflow: hidden;
}
.info-content-img img{
	max-width: 100%;
	height: auto;
}
.info-layout .information-content{
	padding: 0;
}
.information-main-wrapper{
	position: relative;
}
.information-main-wrapper > .container{
/*	max-width: calc(50% - 16px);*/
	padding: var(--main-pad) 0; 
	max-width: 768px;
}
.information-content h1{
	font-size: 32px;
	margin-bottom: var(--med-pad); 
}
.information-content h2{
	font-size: 26px;
	margin-bottom: var(--xs-pad); 
}
.information-content h3{
	font-size: 22px;
	margin-bottom: var(--xs-pad); 	
}
.information-content h4{
	font-size: 16px;
	margin-bottom: var(--xs-pad); 
}

.information-content p + h2,
.information-content p + h3,
.information-content p + h4,
.information-content ul + h2,
.information-content ul + h3,
.information-content ul + h4{
	margin-top: var(--med-pad); 
}
.information-content h2 + h3,
.information-content h3 + h4{
	margin-top: var(--main-pad); 
}

.information-content ul{
    list-style: none;
    padding: 0px;
}
.information-content ol{
    padding: 0px 0px 0px 20px;
}
.information-content ul li{
    position: relative;
    padding-left: var(--med-pad);
    padding-left: var(--main-pad);
	margin-bottom: var(--xxs-pad); 
}
.information-content ul li:before{
    content: "\f00c";
    content: "\e122";
	display: block;
	position: absolute;
	padding: 0;
	top: 1px;
	left: 0px;
	width: var(--main-pad);
	height: var(--main-pad);
	line-height: var(--main-pad);
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	vertical-align: middle;
    text-align: left;
    color: var(--text-color);
}
.information-content b,
.information-content strong{
	font-weight: 600;
}
.information-content a{
	text-decoration: underline;
}
.information-content a:hover{
	text-decoration: none;
}

.information-banner{
	position: relative;
	display: flex;
	flex-direction: row;
	margin-left: -24px;
	margin-right: -24px;
	z-index: 2;
}
.info-blk-txt, .info-blk-img {
	position: relative;
	display: flex;
	width: 50%;
	padding: 0px var(--main-pad);
	align-content: flex-start;
/*	align-self: center;*/
	flex-direction: column;
}
.info-blk-txt p{
	margin-bottom: var(--lg-pad);   
}
.info-blk-img {
	position: relative;
	display: block;
}
.info-blk-img img{
	max-width: 100%;
}
.info-blk-img .info-img-wrap{
	position: absolute;
	display: block;
	width: 84%;
	top: -48px;
	right: var(--main-pad);
	overflow: hidden;
    box-shadow: var(--main-shadow);
    border-radius: 7px;
}
.info-icon{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 56px;
	height: 56px;
}
.info-blk-txt .btn{
	align-self: flex-start;
}
.information-content-wrapper{
	position: relative;
	padding-bottom:var(--xl-pad);
	min-height: 30vh;
}
/*

.information-content .info-btn{
	width: 25%;
}
.information-content .info-btn-block{
	flex-direction: column;
	justify-content: center;
	border-radius: var(--border-radius);
	padding: var(--main-pad) var(--mid-pad);
	background: var(--white-color);
}
.information-content a:hover .info-btn-block{
	background: var(--sub-color);
	transition: background 0.4s ease-out;
}
.information-content .info-btn-block:after{
	display: none;
}
.information-content .info-btn-icon{
	margin: 0 auto 8px auto;
}
.information-content .info-btn-title{
	line-height: 24px;
	padding: 0;
	text-align: center;
}
.information-content .info-blocks{
	margin-top: 48px;
	margin-left: -12px;
	margin-right: -12px;
}
.info-block{
	padding: 0 12px;
}
*/

.information-top{
	position: relative;
/*
	display: flex;
	flex-direction: column;
	padding: var(--lg-pad) 0; 
	margin-bottom: var(--lg-pad);
*/
}

.info-menu-wrap{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.info-menu-wrap h2{
	font-size: 44px;
	line-height: 1.6;
	margin-bottom: var(--main-pad); 
}
.info-menu{
	position: relative;
	padding: 0 18%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.info-menu-block{
	position: relative;
	display: flex;
	width: 25%;
	padding:var(--xs-pad);
}
.info-menu-link,
.info-menu-link:visited{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	border: none;
	width: 100%;
	line-height: 40px;
	padding:16px 12px;
	font-weight: 400;
	color: var(--text-color);
	border-radius: var(--lg-border-radius);
	box-shadow: var(--main-shadow);
	background: var(--white-color); 
	transition: all 0.2s ease;	
}
.info-menu .info-menu-link:hover,
.info-menu .info-menu-link.active-link{
	
}
.info-menu-link:hover .info-menu-icon,
.info-menu-link.active-link .info-menu-icon{
	color: var(--main-color);
	transition: all 0.3s ease-in-out;	
}
.info-menu-icon{
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
    font-size: 48px;
    font-weight: 400;
	color: var(--text-color);
    height: 80px;
    line-height: 80px;
    width: 80px;
    padding: 0px;
    margin: 0px;
    transition: all 0.2s ease;	
}
.info-menu-title{
	position: relative;
    display: flex;	
	padding: 0 var(--mid-pad); 
	padding: 0; 
	font-weight: 400;
}
.info-menu-link:hover .info-menu-title,
.info-menu-link.active-link .info-menu-title{
	font-weight: 600;
    color: var(--main-color);
	transition: all 0.3s ease-in-out;	
}

#info-menu-select{
	display: none;
}


/* CATEGORIES INFO PAGE */

.categories-info-page{
	margin-bottom:  var(--xl-pad); 
}

.categories-info-page #content{
	padding-top: var(--lg-pad); 
	min-height: initial;
}


/* FULL INFO PAGE */

.full-info-page{
	padding-top: 0px!important;
	margin-top: -144px;
	margin-bottom: 120px;
	margin-bottom: 0px!important;
}
.info-banner-main{
	position: relative;
	display: block;
	margin-bottom: var(--max-pad);
}
.info-banner-main > img{
	position: relative;
	max-width: 100%;
	z-index: 1;
}
.info-banner-main-wrap{
    position: absolute;
    display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
    height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.info-main-banner-txt{
    position: relative;
    display: flex;
	flex-direction: column;
	padding-bottom: var(--max-pad);
    width: 50%;
	opacity: 0;
	animation: btm-up-animate 0.5s ease-out forwards;
	animation-delay: 0.1s;
}
.info-main-banner-txt h2{
    font-size: 40px;
    line-height: 1.4;
    font-weight: 400;
	margin:0;
}
.info-main-banner-txt h2 b{
    font-weight: 600;
}

.full-info-page #content{
	min-height: initial;
}
.full-info-page .col-sm-3{
	width: 100%;
	max-width: 100%;
	padding: 0;
	flex: 1;
}
/*
.full-info-page .content-blk{
	width: 50%;
	margin-bottom: var(--max-pad);
}
*/
.full-info-page .content-blocks{
	position: relative;
	display: flex;
	margin-left: -48px;
	margin-right: -48px;
}
.full-info-page .content-blocks .content-block{
	position: relative;
	width: 50%;
	padding: 0 var(--lg-pad);
}

.info-image-slider{
	position: relative;
	margin-bottom: var(--max-pad);	
}
.info-image-slider .swiper-slide{
	padding: 0 var(--sm-pad);	
}
.image-slide-block{
	position: relative;
	display: flex;
	overflow: hidden;
	border-radius: var(--border-radius);
}

.info-image-slider .slider-wrapper{
	padding-bottom: var(--lg-pad); 
}
.info-image-slider .swiper-horizontal>.swiper-pagination-bullets, 
.info-image-slider .swiper-pagination-bullets.swiper-pagination-horizontal, 
.info-image-slider .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 8px;
/*	bottom: -48px;*/
    left: 0;
    width: 100%;
}
.home-banner-blocks.swiper-horizontal>.swiper-pagination-bullets{
	bottom: -40px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets{
	
}
.info-image-slider .swiper-pagination-bullet,
.home-banner-blocks .swiper-pagination-bullet{
	position: relative;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background: var(--light-bg-sub-color);
	background: var(--bg-icon-color);
	border: none;
	opacity: 1;
	box-shadow: none;
}
.info-image-slider .swiper-pagination-bullet-active,
.home-banner-blocks .swiper-pagination-bullet-active{
	background: var(--main-color);
	width: 32px;
	border: none;
}
.info-image-slider .swiper-pagination-bullet:hover,
.home-banner-blocks .swiper-pagination-bullet:hover{
	background: var(--main-color);
}


.title-block-wrap{
	margin-bottom: var(--main-pad);		
}
/*
.title-block-wrap .title-block{
	margin-bottom: var(--main-pad);		
}
*/

.title-block-line{
	display: flex;
	margin-left: 174px;
}
.tbl{
	display: flex;
	width: 33.3333%;
	height: 8px;
}
.tbl-1 {
    background: var(--sub-color);
}
.tbl-2 {
    background: var(--mid-sub-color);
}
.tbl-3 {
    background: var(--light-sub-color);
}

.img-block-wrapper{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: var(--120-pad) 0; 
	background: var(--bg-color);
/*	margin-bottom: var(--full-pad);	*/
}
/*
.img-block-wrapper .title-block{
	padding-left: var(--sm-pad); 
}
*/

.img-blocks{
	display: flex;
	flex-wrap: wrap;
	padding: var(--lg-pad) 0;
	margin-left: -12px;
	margin-right: -12px;
}
.img-blk{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: 0 var(--sm-pad);
	margin-bottom: var(--lg-pad);
}
.img-blk-img{
	position: relative;
	display: flex;
	overflow: hidden;
	margin-bottom: var(--mid-pad);
	border-radius: var(--border-radius);	
}
.img-blk-img img{
	max-width: 100%;
}
.img-blk-txt{
	position: relative;
	display: flex;
	flex-direction: column;	
}
.img-blk-name,
.img-blk-title{
	position: relative;
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.img-blk-name{
	line-height: 1.4;
	font-size: 24px;
	font-weight: 600;
}

.info-blks{
	position:relative;
	display: flex;
	margin:0px -24px 48px -24px;
}
.info-blks .info-blk{
	position:relative;
	display: flex;
	flex-direction: column;
    width: 33.3333%;
    padding: 0px 24px;
}
.info-blks .info-blk h3{
	margin-bottom: 16px;
}
.info-blks .info-blk h3 span{
	font-weight: 600;
}
.info-blks .info-blk p{
	margin-bottom: 24px;
}
.info-blks .btn {
	margin-top: auto;
	align-self: flex-start;
}

/* ACCORDION */

.accordion{
	margin-bottom: var(--lg-pad); 
	margin: 0;
}
h4 + .accordion{
	margin-top: var(--main-pad); 
}
.accordion .card{
	position: relative;
	border:0px;
	border-radius:0px;
	margin-bottom: var(--main-pad); 
}
.accordion .card-header{
	padding: 0px;
	margin: 0;
	border:0px;
	background: none;
}
.card-header-btn{
	position: relative;
	display: flex;
	width: 100%;
	padding: var(--sm-pad) var(--mid-pad);
	line-height: var(--main-pad); 
	border:0px;
	color: var(--text-color);
	font-size: 16px;
	font-weight: 600;
	background: var(--dark-bg-color);
	background: var(--light-grey-color);
	transition: color 0.2s ease;
}
.card-header-btn:hover{
	color: var(--text-color);
	transition: color 0.3s ease-out;
}
.card-header-btn:after {
	content: "\f068";
	display: block;
	position: absolute;
	padding: 0;
	top: 0px;
	right: 0px;
	width: var(--lg-pad);
	height: var(--lg-pad);
	line-height: var(--lg-pad);
	text-align: center;
	color: var(--text-color);
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	vertical-align: middle;
	transform: rotate(0deg);
	transition: all 0.3s ease;
}
.card-header-btn.collapsed:after {
	content: "\f067";
	transform: rotate(-180deg);
	transition: all 0.3s ease;
}
.accordion .card-body {
    padding: var(--mid-pad);
	background: var(--bg-color);
}
.accordion .card-body p:last-child{
	margin: 0;
}

/* EMPTY ACCOUNT PAGE */

.empty-page{
	background: var(--mid-bg-color);
}

/*
.empty-page .header-main,
.empty-page #footer-main{
	display: none;
}
*/
.empty-page #outer-wrapper{
	padding-top: 0;
}
.header-empty{
	position: relative;
	display: flex;
	padding: 0 56px;
	z-index: 99;
}
.empty-wrapper{
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
	margin: 0!important;
	padding: 24px 0px 0px 0px;
	padding: 96px 0px 48px 0px;
	min-height: 70vh;
}
.empty-wrapper .row{
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
	flex-grow: 1;
	margin: 0;
}
.empty-content-wrapper{
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	flex-grow: 1;
}
.empty-content-left{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 71%;
	background: var(--mid-bg-color);
}
.empty-content-right{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 39%;
	background: var(--white-color);
}

.empty-content-center{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 40%;
	padding: var(--xxl-pad) 0 var(--lg-pad) 0; 
	padding: var(--lg-pad) 0; 
}

.empty-content-footer{
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0;
	margin-top: auto;
	padding: var(--main-pad) 0; 
	background: var(--sub-color);
}

.empty-content-block{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: var(--lg-pad);
	background: var(--white-color);
	border-radius: var(--border-radius);
	width: 100%;
	max-width: 640px;
	box-shadow: var(--main-shadow);	
	opacity: 0;	
	animation: btm-in-animate 0.8s ease-out forwards;
	animation-delay: 0.2s;
}
.empty-content-block.empty-content-block-sm{
	max-width: 528px;
}
.empty-content-block-footer{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-top: var(--lg-pad); 
}
.empty-content-block-footer h5{
	font-weight: 700;
	margin-bottom: 16px;
}
.empty-content-block-footer .home-banner-logos .app-button{
	margin: 0 8px;
}

.empty-content-block p{
	 color: var(--light-text-color);
}

.not-found-page .empty-content-center{
	text-align: center;
	flex-direction: column;	
	height: 100%;
}
.not-found-icon{
	position: relative;
	display: flex;
	flex-direction: column;	
	font-size: 120px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: var(--lg-pad);
}
.not-found-icon img{
	height: 112px;
	width: auto;
}
.not-found-icon i{
	font-size: 72px;
	color: var(--main-color);  
}
.not-found-animation{
	position: relative;
	display: flex;
	flex-direction: column;	
}

#register-content {
}
#register-content.tab-content > .active{
	display: flex;
	flex-direction: column;
}
#register-content .tab-pane{
	min-height: 440px;	
}
/*
#register-content fieldset{
	height: 100%;
	flex-grow: 1;
}
*/
#register-content .form-buttons{
	margin-top: auto;
}

.content-block-header{
	position: relative;
	margin-bottom: var(--main-pad); 
}
.content-block-header h2{
	position: relative;
	margin-bottom: var(--mid-pad); 
}

.account-empty #content {
    position: relative;
    display: flex;
    padding: 0 0%;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    flex-grow: 1;
    height: 100%;
    min-height: 100%;
    min-height: 75vh;
}
.account-empty .content-blk-center {
    position: relative;
    width: 30%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-self: center;
}
.form-empty #content_wrapper{
	margin-bottom: 0;
	display: flex;
	flex: 1;
}
.form-empty #outer-wrapper{
	padding-top: 72px;
}

.company-form {
    display: flex;
    padding: 48px 48px;
}
.content-col-left {
    width: 50%;
    padding: 0 48px;
}
.content-col-right {
    width: 50%;
    padding: 0 48px;
}
.company-form h2{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: var(--main-pad); 
}
.company-form h3{
	font-size: 18px;
	font-weight: 400;
	margin-top: 16px;
	margin-bottom: 12px;
	color: var(--main-color);
}
.form-collapse-group{
	margin-bottom: 24px;	
}
.form-collapse-block{
	display: none;
	margin-bottom: 24px;
}
.form-collapse-block.form-collapse-open{
	display: block;
}

.account-empty #footer_wrapper {
    background: #FFFFFF;
    border-top: 1px solid #e1e1e1;
	margin-bottom: 0;
    
}
.account-empty #footer {
    min-height: initial;
    padding: 48px 15px 48px 15px;
}
.account-empty .footer-copyright {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.account-empty .footer-logo{
    display: block;
    float: none;
    margin: 0px;
}
.account-empty .footer-logo img{
    height: 28px;
    height: 28px;
    width: auto;
}
.account-empty .footer-copyright-menu{
    margin-top: 24px;
    margin: 0px;
}
.footer-copyright-menu{
    display: inline-block;
    list-style: none;
    margin: 12px 20px;
    padding: 0px;
    color: #8d8d8d;
    line-height: 16px;
}
.footer-copyright-menu li{
    display: inline-block;
    margin: 0px;
    padding: 0px 20px;
    border-left: 1px solid #8d8d8d;
}
.footer-copyright-menu li:first-child{
    border: none;
}
.footer-copyright-menu li a{
    color: #8d8d8d;
}
.footer-copyright-menu li a:hover{
/*    color: #8d8d8d;*/
    text-decoration: underline;
}

/* ACCOUNT */

/*
.account-page .header-main:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24%;
	height: 100%;
	background: var(--bg-color);
	z-index: 0;
}
*/

.account-page #footer-main{
	margin-top: 0px;
}
.account-page #outer-wrapper{
	padding-top: 80px;
	opacity: 1;
	animation: none;
}
.account-page #outer-wrapper > .container{
	padding: 0;
	min-height: calc(100vh - 72px);
	margin-bottom: 0;
	width: 100%;
    max-width: 100%;
}
.account-page #outer-wrapper > .container > .row{
	margin: 0;
	min-height: calc(100vh - 72px);
}
.account-page #outer-wrapper #column-left{
	padding: var(--xxl-pad) 64px;
	background: var(--bg-color);
	flex: 0 0 24%;
    max-width: 24%;
	width: 24%;
}
.account-page #outer-wrapper #content{
	padding: var(--xxl-pad) 160px var(--xxl-pad) 64px;
	flex: 0 0 76%;
    max-width: 76%;
	width: 76%;
}
.content-buttons{
	position: relative;
	display: flex;
}
.content-buttons .btn{
	margin-right: var(--main-pad);
}

.account-page-right{
	margin-top: var(--xl-pad);	
}
.account-menu-back{
	display: none;
}
.account-menu-wrap{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 264px;
	max-width: 100%;
	margin-left: auto;
}
/*
.account-menu-wrap h2{
	line-height: 1.6;
	margin-bottom: var(--mid-pad); 
}
*/
.account-menu-top{
	display: flex;
	margin-bottom: var(--med-pad); 
}
.account-menu-initials{
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    height: 56px;
    line-height: 56px;
    width: 56px;
	border-radius: 50%;
	background: var(--main-color);
}
.account-menu-name{
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 0 var(--mid-pad); 
	font-size: 16px;
	line-height: 1.2;
}
.account-menu-name div{
	font-weight: 400;
}
.account-menu-name span{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 700;
	color: var(--main-color);
}
.account-menu{
	position: relative;
	display: flex;
	flex-direction: column;	
}
.account-menu-link{
	position: relative;
	display: flex;
	border: none;
	padding:0px;
	font-size: 14px;
	line-height: var(--lg-pad);
	font-weight: 300;
	color: var(--text-color);
	border-radius: var(--border-radius);
	background: transparent; 
	transition: all 0.2s ease;	
}
.account-menu .account-menu-link:hover,
.account-menu .account-menu-link.active-link{
	color: var(--text-color);
	background: var(--bg-color);
	transition: all 0.3s ease-in-out;	
}
.account-menu-header{
	display: none;
}
.account-menu-icon{
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--main-color);
	background: var(--light-bg-sub-color);
    height: var(--lg-pad);
    line-height: var(--lg-pad);
    width: var(--lg-pad);
    padding: 0px;
    margin: 0px;
    border-radius: var(--border-radius);
    transition: all 0.2s ease;	
}
.account-menu-link:hover .account-menu-icon,
.account-menu-link.active-link .account-menu-icon{
    background: var(--bg-icon-color);
	transition: all 0.3s ease-in-out;	
}
.account-menu-title{
	position: relative;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	 font-size: 16px;
	padding: 0 var(--xs-pad); 
	font-weight: 600;
}
.account-menu .account-menu-link:hover .account-menu-title,
.account-menu .account-menu-link.active-link .account-menu-title{
	
}
.account-menu .account-menu-link.active-link .account-menu-title{
	color: var(--main-color); 
	font-weight: 600;
}
/*

.account-menu .list-group-item:hover{
	font-weight: 600;
	color: var(--text-color);
	background: var(--dark-bg-color);	
	transition: all 0.4s ease-out;	
}
*/
.account-blocks{
	position: relative;
	display: flex;
	flex-direction: column;	
	padding: 0;
/*	margin-top: var(--xxl-pad);*/
}

.account-content-block{
	position: relative;
	display: flex;
	flex-direction: column;
	transition: all 0.2s ease;	
	padding: 0 var(--xxl-pad) 0 0;	
}
.account-header-wrap{
	position: relative;
	display: flex;	
}
.account-block-header {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: var(--med-pad);
}
.account-block-header h3{
/*	line-height: 48px;*/
	margin: 0px;
}
.account-header-text.account-block-header h3{
	margin: 0 0 8px 0px;
}
.account-header-text p{
	margin: 0;	
	color: var(--light-text-color);
}

#account-cards{
	width: 100%;
}
.account-block-header-buttons{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 50%;
	margin-left: auto;
}
.account-block-buttons{
}
.account-cards{
	position: relative;
	display: flex;	
	flex-wrap: wrap;
	margin: 0 -24px;
}
.account-card-wrap{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 44%;
	padding: 0 var(--main-pad);	
}
.account-card-wrap > h5{
	margin-bottom: var(--main-pad);
}
.account-card{
	position: relative;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: var(--med-pad);
	border-radius: var(--border-radius);
	background: var(--white-color);
	box-shadow: var(--main-shadow);
	margin-bottom: var(--mid-pad);
}
.account-card-wrap .txt-link{
	display: inline-block;
	margin-left: auto;
}
/*
.account-card.ac-link:hover{
	color: var(--text-color);
	border: 1px solid var(--text-color);
	transition: all 0.4s ease-out;	
}
*/
.account-blocks .account-content-block{
	width: 50%;
	min-width: 480px;
	max-width: 640px;
	margin-bottom: var(--main-pad);
}
.account-card.ac-link:hover > a:after,
.account-block-inline > a:hover:after{
	right: 32px;
	transition: all 0.4s ease-out;
}
.account-card .txt-i-btn{
	margin-top: auto;
	padding: 0;
}
.account-content-block > a:hover{
	color: var(--text-color);
}
.account-card-icon{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-self: center;
	width: 56px;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	font-weight: 400;
	color: var(--main-color);
	border-radius: 50%;
	background: var(--light-sub-color);
}
.account-block-details{
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(100% - 56px);
	padding-left:var(--main-pad); 
/*	padding-left: 64px;*/
} 
.account-block-details div{
	font-weight: 400;
}
.account-block-details div:first-child{
	font-weight: 600;	
}
.account-block-details b{
	display: inline-flex;
	font-weight: 600;
}

.account-cards.general-slider{
	margin-bottom:var(--main-pad); 
}

.general-slider .account-card-wrap{
	width: 100%;
    padding: 0 var(--main-pad);
    padding: var(--main-pad);
}
.general-slider .account-card{
	margin: 0;
	box-shadow: none;
	transition: all 0.2s ease;
}
.account-card-address .i-btn{
	position: absolute;
	right: 0;
	top: calc(50% - 24px);
	opacity: 0;
}

.account-cards .swiper-slide{
/*
	padding: var(--main-pad) 8px;
	overflow: initial;
*/
}
.general-slider .account-card-wrap:hover .account-card,
.general-slider .swiper-slide-active .account-card{
	background: var(--bg-sub-color);
	box-shadow: var(--main-shadow);
	transition: all 0.4s ease-out;	
}
.general-slider .swiper-slide:not(.swiper-slide-active) .account-card-wrap:hover .account-card{
	background: var(--white-color);
}
.general-slider .account-card-wrap:hover .account-card-address .i-btn,
.general-slider .swiper-slide-active .account-card-address .i-btn{
	opacity: 1;
	transition: all 0.4s ease-out;	
}
.general-slider .swiper-slide-active .account-card-address .account-card-icon{
	background: var(--bg-color);
}
.general-slider .swiper-slide-active .account-card-address .account-block-details div{
	font-weight: 600;
}
.swiper-slide-active{
	
}

.account-block-form{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: var(--main-pad) 0 0 0;
	padding: 0;
}
.account-block-form .buttons{
	margin-bottom: 0px;
}
.account-fixed-link{
	position: relative;
	padding: 0 0 var(--xs-pad) 88px;
	margin-top: -16px;
}
.account-block-inline{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: var(--main-pad) var(--xs-pad) var(--mid-pad) 0px;	
	margin-left: 64px;
	margin-bottom: var(--main-pad);
	border-bottom: 1px solid var(--light-border-color);
}
.account-block-inline .ab-inline-header{
	font-weight: 700;
}
.ac-list .account-block-inline:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.checkout-single-button{
	display: flex;
	justify-content: flex-end;
}
.address-blocks{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: var(--main-pad) -12px;	
}
.address-block-single{
	position: relative;
	display: flex;
	margin-bottom: var(--sm-pad); 
}
.address-block{
	position: relative;
	display: flex;
	width: 33.3333%;
	padding: 0 var(--sm-pad);	
}
.address-block.address-block-inline{
	width: 100%;
	padding: 0;
}
.address-content-block{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: var(--border-radius);
	padding: var(--main-pad);
	margin-bottom: var(--main-pad);
}
.address-block-inline .address-content-block{
	flex-direction: row;
	margin-bottom: 0;
}
.address-inline-icon{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
	text-align: center;
	height: 48px;
	line-height: 48px;
	width: 48px;
	font-size: 24px;
	font-weight: 400;
	color: var(--main-color);
	border-radius: 50%;
	background: var(--sub-color);
	z-index: 2;	
}
.address-block-details{
	position: relative;
	display: flex;
	line-height: var(--main-pad);  
	z-index: 1;
}
.address-block-inline .address-block-details{
	position: relative;
	display: flex;
	flex-direction: column;
	padding-left: var(--main-pad);
	width: calc(100% - 48px);
}
.adr-select .address-block-inline .address-block-details{
	padding-right: var(--main-pad);
}
.address-content-block .address-block-details:last-child{
	margin: 0;
}
.address-block-details .address-block-value:first-child{
	font-weight: 600;
}

.address-content-title{
	position: relative;
	display: flex;
	font-weight: 600;
	color: var(--main-color);
	margin-bottom: var(--xs-pad);
}

.address-block-label{
	position: relative;
	display: flex;
	width: 30%;
	font-weight: 600;
}
.address-block-value{
	position: relative;
	display: flex;
	font-weight: 400;
/*	padding: 0 var(--mid-pad);*/
}
.address-block-inline .address-block-value{
	padding: 0;
}

.checkout-address-blocks .address-block{
	margin-bottom: var(--mid-pad); 
}

.checkout-address-blocks .address-content-block{
/*
	background: transparent;
	overflow: hidden;
*/
	margin: 0;
}
.checkout-address-blocks .address-content-block:hover{
	cursor: pointer;
}
.address-content-block input{
	position: absolute;
	top: -50%;
	left: -50%;
	opacity: 0;
}
.address-block-bg{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: var(--border-radius);
	background: var(--white-color);
	box-shadow: var(--main-shadow);
	z-index: 0;
}
.address-block-icon{
	position: absolute;
	display: none;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	top: 8px;
	right: 8px;
	height: 24px;
	line-height: 24px;
	width: 24px;
	font-size: 16px;
	font-weight: 400;
	color: var(--main-color);
	z-index: 2;
}
.adr-select .address-block-icon{
	top: 48px;
	right: 24px;
	font-size: 24px;
}

.checkout-address-blocks .address-content-block .address-block-bg{
	background: transparent;
	box-shadow: none;
}
.checkout-address-blocks .address-content-block .address-inline-icon{
	background: var(--white-color);
}
.checkout-address-blocks .address-content-block:hover{
	cursor: pointer;
}
.checkout-address-blocks .address-content-block:hover .address-block-bg{
	background: var(--white-color);
	box-shadow: var(--main-shadow);	
}
.checkout-address-blocks .address-content-block input[type="radio"]:checked ~ .address-block-details .address-block-value{
	font-weight: 600;
}
.checkout-address-blocks .address-content-block input[type="radio"]:checked ~ .address-block-icon{
	display: flex;
}
.checkout-address-blocks .address-content-block input[type="radio"]:checked + .address-block-bg{
	background: var(--white-color);
	background: var(--bg-sub-color);
	box-shadow: var(--main-shadow);
}
.checkout-address-blocks .address-content-block input[type="radio"]:checked ~ .address-inline-icon{
	background: var(--sub-color);
}

.account-order-block{
	position: relative;
	display: flex;
	flex-direction: column;
/*
	background: var(--mid-bg-color);
	padding: var(--main-pad);
	border-radius: var(--border-radius); 
*/
	margin-bottom: var(--main-pad);
}
.account-order-header{
	position: relative;
	display: flex;	
	border-bottom: 1px solid var(--light-border-color); 
}
.account-order-header-line{
	position: relative;
	display: flex;
	width: 100%;
}
.order-header-inline{
	width: 70%;
}
.account-order-content{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.account-order-column{
	position: relative;
	display: flex;
	flex-direction: column;	
	width: 50%;
}
.account-order-column.order-column-full{
	width: 100%;
}
.account-order-left{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 70%;
}
.account-order-line,
.account-order-full-line,
.account-order-line-cols{
	position: relative;
	display: flex;	
	width: 100%;
}
.account-order-header-line > div,
.account-order-line > div{
	position: relative;
	display: flex;	
/*	width: 50%;*/
	padding: var(--sm-pad) 0;
	padding: 0;
	margin-bottom: var(--xs-pad);
	line-height: var(--main-pad);
}
.account-order-full-line > div,
.account-order-column > div{
	position: relative;
	display: flex;	
	width: 100%;
/*	padding: var(--sm-pad) 0;*/
	line-height: var(--main-pad);
}
.account-order-line-cols > div{
	position: relative;
	display: flex;	
	width: 20%;
	padding: var(--sm-pad) 0;
	line-height: var(--main-pad);	
}
.account-order-line-cols > div.acc-col-lg{
	width: 36%;
	justify-content: flex-start;
}
.account-order-line-cols > div.acc-col-sm{
	width: 12%;
}
.account-order-line-cols > div.acc-col-right{
	text-align: right;
	justify-content: flex-end;
}
.account-order-header-line > div.acc-col-sm,
.account-order-header-line > div.acc-col-lg{
	margin-bottom: 0px;
}

.account-order-header .account-order-status{
	position: relative;
	display: flex;
	text-align: right;
	width: 30%;
/*	padding: var(--sm-pad) var(--mid-pad);*/
	line-height: var(--main-pad);
	justify-content: flex-end;
}
.account-order-header-line > div > span,
.account-order-line > div > span,
.account-order-status > span{
	display: block;
	padding-right: var(--xs-pad);
	font-weight: 600;
}
.account-order-header-styled {
	    border-bottom: 1px solid var(--border-color);
}
.account-order-header-styled .account-order-header-line > div{
	padding: 0;
}
.account-order-header-styled .account-order-header-line > div > span{
	font-weight: 400;
	font-size: 14px;
    color: var(--light-text-color);
	margin-bottom: var(--xs-pad);
}
.account-order-column > div > span{
	padding-right: var(--xs-pad);
}
.account-order-button{
	position: relative;
	display: flex;
	flex-direction: column;	
	justify-content: center;
	align-items: flex-end;
	width: 30%;
	padding: 0 var(--mid-pad);
	text-align: right;
}
.account-order-button .i-btn.btn-clean{
	color: var(--main-color);
}
.account-order-button .txt-i-btn{
	min-width: 120px;
}
.account-order-totals{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 16px;
}
.account-order-totals .account-order-line-cols > div{
	line-height: 16px;
}
.account-order-totals .account-order-line-cols:last-child{
	font-weight: 600;
}

.acc-cols-3 .account-order-line-cols > div.acc-col-lg{
	width: 50%;
}
.acc-cols-3 .account-order-line-cols > div.acc-col-sm{
	width: 25%;
}

.account-order-scroll-footer{
	position: relative;
	display: flex;
}
.account-order-footer-left{
	position: relative;
	display: flex;
	width: 30%;
}
.account-order-footer-right{
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 70%;
}
.account-order-total{
	position: relative;
	display: flex;
	font-size: 20px;
	line-height: 48px;
	padding: 0 var(--main-pad);
}
.account-order-total div{
	font-weight: 400;
}
.account-order-total span{
	padding-left: var(--xs-pad);
	font-weight: 600;
}

/* CONTENT TABLE */

.content-table{
	position: relative;
	display: flex;
	flex-direction: column;	
	margin-bottom: var(--lg-pad); 
}
.content-table-header{
	position: relative;
	display: flex;	
	border-bottom: 1px solid  var(--border-color);
}
.content-table-header .content-table-col{
	font-size: 14px;
	color: var(--light-text-color);
	padding: var(--sm-pad) var(--mid-pad);
}
.content-table-main{
	position: relative;
	display: flex;
	flex-direction: column;	
}
.content-table-line{
	position: relative;
	display: flex;	
	border-radius: 3px;
}
.content-table-main .content-table-line:nth-child(even){
	background: var(--bg-color);
}
.checkout-table-main .content-table-main .content-table-line:nth-child(even){
	background: var(--white-color);	
}
.content-table-col{
	position: relative;
	display: flex;
	width: 15%;
	line-height: var(--med-pad); 
}
.table-col-sm{
	width: 10%;
}
.table-col-xxl{
	width: 70%;
}
.content-table-line .content-table-col{
	padding: var(--mid-pad) var(--mid-pad);	
}
.col-txt-bold{
	font-weight: 600;
}
.col-txt-right{
	text-align: right;
	justify-content: flex-end;
}
.content-table-products .content-table-main .content-table-col{
	line-height: 64px;
	padding: var(--xs-pad) var(--mid-pad);	
}
.table-product-img{
	position: relative;
	display: flex;
	flex-direction: column;
	height: 64px;
    background: var(--white-color);
    overflow: hidden;
    border-radius: var(--border-radius);
	margin-right: var(--mid-pad);
}
.content-table-main .content-table-line:nth-child(even) .table-product-img{
	background: var(--bg-color);
}
.table-product-img img{
	height: 64px;
	width: auto;
	image-rendering: -webkit-optimize-contrast;
    mix-blend-mode: darken;
}
.table-product-text{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: calc(100% - 80px);
	line-height: 1.6;
}
.table-product-option{
	font-weight: 400;
	color: var(--light-text-color);
}
.content-table-products .i-btn{
	margin: var(--mid-pad) 0 var(--mid-pad) var(--xs-pad);
}

.account-order-scroll-wrap .products-scroll .content-table-main{
	max-height: 50vh;
	overflow-y: auto;
	scrollbar-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.08);
	scrollbar-width: thin;
}
.products-scroll .content-table-main::-webkit-scrollbar {
	width: 8px;
	border-radius: 4px;
	cursor: pointer;
}
.products-scroll .content-table-main::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.08);
	cursor: pointer;
	border-radius: 4px;
}
.products-scroll .content-table-main::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	cursor: pointer;
	transition: background 300ms ease;
}
.products-scroll .content-table-main::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.32);
	cursor: pointer;
}

.products-scroll .content-table-main .content-table-line:nth-child(even){
	background: var(--white-color);
}
.products-scroll.content-table-products .table-col-xxl {
    width: 55%;
}
.products-scroll .content-table-main .table-prod-name .table-product-text div{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: calc(100% - 80px);
	max-width: 100%;
}
.content-table-col.cart-product-amount{
	flex-direction: column;
	justify-content: center;
}
.content-table-col.cart-product-amount span{
	align-self: flex-end;
}

.content-top{
    display: flex;
    flex-direction: row;
    margin-bottom: 48px;
}
.content-top h1{
	line-height: 48px;
    margin-bottom: 0px;
	font-size: 32px;
	font-weight: 600;
}
.content-top-right{
/*    width: 50%;*/
/*    align-self: flex-end;*/
    margin-left: auto;
    text-align: right;
    line-height: 40px;
    color: #999999;
    flex-direction: row;
    padding: 10px 0px;
}
.content-top-right .app-buttons{
    display: inline-block;
/*    padding-left: 16px;*/
    margin-left: 16px;
    border-left: 1px solid #e1e1e1;
}
.content-top-right .app-button{
    margin-left: 16px;
}



/* LOADING ANIMATION *****************************/

.waiting{
	position: absolute;
	display: block;
	width: 110%;
	height: 100%;
	top: 0;
	left: -5%;
	background: rgba(255,255,255,1);
	z-index: 1009;
	text-align: center;
    vertical-align: middle;
}

.page-loader-content div{
/*    margin-bottom: 0.8rem;*/
}

.page-loader-icon{
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 72px;
    height: 72px;
    top: calc(48% - 36px);
    left: calc(50% - 36px);
    margin: 0;
}
.page-loader-icon div{
    position: absolute;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 72px;
    line-height: 72px;
    vertical-align: top;
    color: #97ce8b;
}

#also-viewed-products .page-loader-icon div{
    font-size: 48px;	
}
.page-loader-icon div i{
/*
    position: relative;
    display: block;
*/
    animation: rotate-animate 2.0s linear infinite;
}

.page-loader-icon span{
    position: relative;
    display: block;
    text-align: center;
    vertical-align: top;
    margin-top: -2%;
    animation: zoom-pulse-animate 2.0s linear infinite;
    z-index: 2;
}
.page-loader-icon span img{
    position: relative;
    display: inline-block;
    max-height: 100%;
    width: 24px;
}
.page-loader-icon div.page-loader-txt{
	position: relative;
	display: block;
	left: initial;
	top: initial;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	width: 300%;
	margin-top: 72px;
	margin-left: -100%;
}


@keyframes rotate-animate {
	0% { transform: rotate(0deg);}
	100% { transform: rotate(360deg);}
}
@keyframes zoom-pulse-animate {
	0%, 100% { transform:scale(1.0);}
	50% { transform:scale(1.2); }
}


/* footer */

/*
#footer-main {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: auto;
	z-index: 1;
}

.footer-main{
	position: relative;
	display: flex;
	flex-direction: column;	
	width: 100%;
	padding: 0px;
	background: var(--main-color);
	font-size: 14px;
	font-weight: 400;
}

.footer-menu-wrap{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 48px 0px 48px 0px;
	margin-left: -24px;
	margin-right: -24px;
}
.footer-left{
	position: relative;
	display: flex;
    width: 40%;
	padding: 0 var(--main-pad); 
}
.footer-center{
	position: relative;
	display: flex;
	justify-content: center;
    width: 20%;
	display: none;
}

.footer-right{
	position: relative;
	display: flex;
    width: 60%;
	padding: 0 var(--main-pad); 
}
.footer-menu{
	position: relative;
	display: flex;
	margin: 0;
	margin-left: auto;
	padding: 8px 0px;
	list-style: none;
}
.footer-menu li{
	position: relative;
	display: flex;
	margin: 0;
	padding: 0px 4px;
	font-weight: 400;
	font-size: 14px;
	color: var(--white-color);
}
.footer-menu li a,
.footer-menu li span{
	padding: 4px 8px;
	color: var(--white-color);
}
.footer-menu li:last-child a{
	padding-right: 0px;
}

.footer-logo{
	position: relative;
	display: flex;
	flex-direction: column;
}
.footer-logo-main{
	display: inline-block;
	padding: 0 0px;
	opacity: 1;
	transition: all 0.2s ease;
}
.footer-logo-main img{
	height: 48px;
	width: auto;
}
.footer-logo-main:hover{
	opacity: 0.64;
	transition: all 0.4s ease-out;	
}
.footer-socials{
	position: relative;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;	
}
.footer-socials li{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 48px;
	height: 48px;
}
.footer-socials li a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 32px;
	height: 32px;
	color: var(--white-color);
	font-size: 16px;
	transition: all 0.2s ease;
}
.footer-socials li a:hover{
	color: var(--main-color);
}
*/


/* MODAL STYLES *****************************/

body.modal-open {
/*	padding: 0px!important;*/
	overflow: hidden;
	overflow-y: hidden;
}
body.modal-open > header{
/*	padding-right: 17px;*/
}

.modal-backdrop {
/*	background: var(--bg-color);*/
	background: var(--white-color);
	background: rgba(0,0,0,0.32);
}

.modal-backdrop.in,
.modal-backdrop.show {
	opacity: 0.9;
}

.modal {
	z-index: 9999;
}

.modal-open .modal {
	height: 100vh;
	width: 100vw;
/*	overflow: hidden;*/
}

.modal.modal-static .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal-dialog {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 33%;
	min-width: 576px;
	max-width: 90%;
	align-self: center;
	margin: 0px auto;
}

.modal-content {
	position: relative;
	padding: var(--main-pad);
	background: var(--white-color);
	border: 0px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.modal-content.no-pad{
	padding: 0;
}

.modal-header {
	padding: var(--main-pad);
	border: 0px;
}

.modal-header h2 {
	margin-bottom: 16px;
	font-size: 26px;
	color: var(--sub-color);
}

.modal-header h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.modal-header p {
	margin: 0;
	color: var(--text-color);
}

.modal-header .close {
	position: absolute;
	top: 16px;
	right: 16px;
	margin: 0;
	padding: 16px;
	height: 48px;
	width: 48px;
	line-height: 16px;
	color: var(--text-color);
    font-weight: 400;
    text-shadow: none;
}
/*
.modal-carousel .modal-header .close {
	top: 24px;
    right: 24px;
}
*/
.modal-header .close:after {
	content: "\f00d";
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	font-family: "Font Awesome 6 Pro";
}
.modal-body {
	padding: 0px var(--main-pad);
}

.modal-padding .modal-body {
	padding-bottom: var(--main-pad);
}
.modal-footer {
	padding: var(--main-pad);
	border: 0px;
}
.modal-buttons {
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.modal-buttons .modal-btn{
	width: calc(50% - 12px);
	margin: 0;
}
.modal-buttons .modal-btn.modal-btn-right{
	align-self: flex-end;
	margin-left: auto;
}
.modal-buttons .modal-btn .btn{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.modal-form-wrap{
	margin-bottom: var(--main-pad);
}

#dialog-mobile {
	background: var(--white-color);
}

#dialog-mobile .modal-dialog {
	min-width: 90%;
}
#dialog-mobile .modal-content {
	padding: 0;
	box-shadow: none;
}
#dialog-mobile .modal-body{
	padding-bottom: 24px;
	padding: 0;
}

#dialog-mobile h2{
	font-weight: 600;
}
.modal-icon-large {
    text-align: center;
    display: block;
    font-size: 40px;
    line-height: 1;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #3a981a;
}

#modal-agree .modal-dialog {
	width: 50%;
	margin-top: var(--lg-pad);
	margin-bottom: var(--lg-pad);
	justify-content: flex-start;
}

#modal-agree h1 {
	display: none;
}

/*
#address-order-list .modal-content{
	overflow: hidden;
}
*/

.modal-carousel {
	padding: var(--main-pad);
}
.modal-carousel .carousel-inner{
	overflow: initial;
}


#address-order-list .modal-header{
	flex-direction: column;
}

.address-search{
	position: relative;
	display: flex;
	width: 100%;
	margin-top: 16px;
}
.address-search .form-control{
	padding-left: 48px;
}
.address-search-btn{
	position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    float: right;
    height: var(--lg-pad);
    line-height: var(--lg-pad);
    width: var(--lg-pad);
    min-width: initial;
    padding: 0px;
    margin: 0px;
	left: 0;
	top: 0;
    border-radius: 0px;
    transition: all 0.2s ease;	
}
.ad-search-clear{
	display: none;
}
.clear-search .ad-search-clear{
	display: flex;	
}
.clear-search .ad-search-main{
	display: none;	
}

.address-search-btn:hover {
    color: var(--light-text-color);
    transition: color 0.4s ease-out;
}

.modal-body .adr-select {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    max-height: 440px;
    max-height: 376px;
/*
	margin-right: -8px;
    margin-bottom: 0px;
*/
	padding: 8px 16px 16px 16px;
	margin: -8px -24px 0px -16px;
    overflow-y: auto;
}
.modal-body .adr-select:before {
	content:'';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	pointer-events: none;
	width: calc(100% - 28px);
	width: calc(100% - 8px);
	height: 24px;
	background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	z-index: 2;
}
.modal-body .adr-select:after {
	content:'';
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	pointer-events: none;
	width: calc(100% - 8px);
	height: 24px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	z-index: 2;
}

.modal-body .adr-select{
	scrollbar-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.08);
	scrollbar-width: thin;
}

.modal-body .adr-select::-webkit-scrollbar {
	width: 8px;
	border-radius: 4px;
	cursor: pointer;
}
.modal-body .adr-select::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.08);
	cursor: pointer;
	border-radius: 4px;
}
.modal-body .adr-select::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	cursor: pointer;
	transition: background 300ms ease;
}
.modal-body .adr-select::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.32);
	cursor: pointer;
}

.modal-body .adr-select .account-card-address{
    box-shadow: none;
}
.modal-body .adr-select .account-card-address .i-btn{
	opacity: 1;
}
.modal-body .adr-select .account-card-address:hover{
    box-shadow: var(--main-shadow);
}


.modal-carousel .carousel-item.active{
    height: 100%;
}
.modal-carousel .carousel-item,
.modal-carousel .carousel-item.carousel-item-right.active,
.modal-carousel .carousel-item.carousel-item-left.active{
	opacity: 0;
	animation: opac-out-animate 0.3s forwards;
}
.modal-carousel .carousel-item-next, .modal-carousel .carousel-item-prev, .modal-carousel .carousel-item.active{
	animation: opac-in-animate 0.3s ease-in forwards;
	animation-delay: 0.4s;
}
.modal-carousel .carousel-item .modal-body{
    position: relative;
    display: block;
    width: 100%;
    min-height: 420px;
    min-height: 376px;
}
.modal-carousel .carousel-item .modal-body.slide-body{
	min-height: initial;
}
.modal-carousel .carousel-item .modal-body form{
	padding-bottom: 24px;
}
.modal-carousel .carousel-item .modal-footer{
/*    padding-top: 0px;*/
}

/* LOADER STYLES *****************************/
.bf-panel-wrapper .ajax-shadow,
.bf-responsive.bf-active .ajax-shadow{
	background: rgba(242, 242, 242, 0.64)!important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader-stripes,
.loader-stripes:before,
.loader-stripes:after {
	background: var(--light-text-color);
	animation: loadStripes 1s infinite ease-in-out;
	width: 6px;
	height: 24px;
	border-radius: var(--border-radius); 
}
.loader-stripes {
	color: var(--light-text-color);
	text-indent: -9999em;
	margin: 0px auto;
	position: relative;
	font-size: 10px;
	transform: translateZ(0);
	animation-delay: -0.16s;
}
.loader-stripes:before,
.loader-stripes:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader-stripes:before {
	left: -12px;
	animation-delay: -0.32s;
}
.loader-stripes:after {
	left: 12px;
}
@keyframes loadStripes {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 24px;
	}
	40% {
		box-shadow: 0 -12px;
		height: 32px;
	}
}


/* ANIMATION STYLES *****************************/

@keyframes opac-in-animate {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


@keyframes opac-out-animate {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes btm-in-animate {
	0% {
		transform: translateY(10%);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

@keyframes btm-up-animate {
	0% { opacity: 0;
		transform: translateY(50%);
	}
	100% { opacity: 1;
		transform: translateY(0%);
	}
}

@keyframes alert-animate {
	0% {
		transform: translateY(50%);
		opacity: 0.5;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

/* RESPONSIVE STYLES *****************************/


.show-mob{
	display: none!important;
}

.container {
/*
	padding-right: 24px;
	padding-left: 24px;
*/
}

.row {
	display: flex;
	margin-right: -24px;
	margin-left: -24px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	/*
    position: relative;
    width: 100%;
    min-height: 1px;
*/
	padding-right: 24px;
	padding-left: 24px;
}

@media (min-width: 2561px) {

}
@media (min-width: 1921px) {

	.info-menu{
		padding: 0 24%;
	}
	
	.product-block,
	.product-special .product-block,
	.product-featured .product-block{
/*		width: 20%;*/
	}
	
}

@media (min-width: 1900px) {
/*
	.container {
		width: 1872px;
		max-width: 100%;
	}
*/
}


@media (min-width: 1600px) and (max-width: 1899px) {
/*
	.container {
		width: 1600px;
		max-width: 1600px;
	}
*/
}

@media (min-width: 1600px) and (max-width: 1648px) {
/*
	.container {
		width: 1552px;
		max-width: 1552px;
	}
*/
}

@media (min-width: 1366px) and (max-width: 1599px) {
	.container {
		width: 1344px;
		max-width: 1344px;
	}
	.header-main{
		padding: 0 32px;
	}
	
	.empty-content-center{
		width: 48%;
	}
	.checkout-page #header{
		width: 60%;
	}
	.checkout-page .header-main{
		padding: 0px;
	}
	.checkout-page #header .container {
		width: 100%;
	}
	
	#header .container{
		max-width: 100%;
		width: 100%;
	}
	
}




@media (min-width: 1200px) and (max-width: 1367px) {
	
	h1 {
		font-size: 32px;
	}

/*
	body.menu-open,
	body.menu-open #header-main{
		padding-right: 0;
	}
*/
	
	.container {
		max-width: 1280px;
	}
	
	.header-main{
		padding: 0 24px;
	}
	.header-main-menu{
		display: none;	
	}
/*
	.header-main-start{
		width: 60%;
	}
	.header-main-right{
		width: 40%;
	}
	.header-right-btns{
		margin-left: 16px;
	}
*/

	.header-empty{
		padding: 8px 24px;	
		background: #FFFFFF;
	}
	.header-empty:after {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 1px;
		left: 0;
		bottom: 0;
		z-index: 0;
		background: var(--border-color);
	}
	.header-empty .logo-main{
	    padding: 16px 24px 16px 0px;	
	}
	.header-empty .header-main-right{
		padding: 4px 0px;
	}
	.empty-wrapper{
		padding: 48px 0px 48px 0px;
	}
	
	.empty-content-center{
		width: 80%;
	}
	
	
	#cart #cart-main{
	    padding: var(--mid-pad) var(--med-pad) var(--med-pad) var(--med-pad);
	}
	
	.breadcrumb.top-breadcrumb{
		padding: 8px 24px;
	}
	
	.image-banner-wrapper{
		padding: 24px 0px;
	}
	
	.home-main-banner .swiper-text-block h2{
		font-size: 48px;
	}
	.home-main-banner .swiper-text-block p{
		font-size: 18px;
	}
	.home-app-banner h2{
		font-size: 36px;
	}
	
	.cat-img-block-text{
		padding: 24px 0px 24px 24px;
	}
	.cat-img-block-text h4{
		font-size: 18px;
	}
	.featured-module{
		padding: 0 24px;
	}
	
	#product-category #content, 
	#product-search #content, 
	#product-manufacturer #content,
	.manufacturer-list{
		padding: 0 var(--main-pad);
			padding: 0;
	}	
	.category-slider{
		margin: 0 0 24px 0px;
	}	
	.product-wrapper{
		padding: 0 72px;
		margin-bottom: 160px;
	}
	.product-bottom{
		padding: 48px 0px;
	}
	.manufacturer-info{
		width: 100%;
	}
	
	.checkout-main{
		padding-bottom: 24px;
	}
	.checkout-cart-left{
		padding: 144px var(--lg-pad) var(--lg-pad) var(--lg-pad);
	}
	.checkout-main-table{
		padding: 24px;
	}
	.checkout-content-main {
		padding: var(--main-pad) 0px;
	}	
	.checkout-top p{
		font-size: 12px;
	}
	
	.account-page #outer-wrapper #column-left {
		padding: var(--xxl-pad) 32px;
	}
	.account-page #outer-wrapper #content {
    	padding: var(--xxl-pad) 96px var(--xxl-pad) 48px;
	}
	.account-menu-wrap{
		width: 100%;
	}
	
	.content-table-header .content-table-col,
	.content-table-line .content-table-col{
		padding: var(--sm-pad) var(--sm-pad);
	}
	.content-table-header .content-table-col{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;		
	}
	.content-table-line .content-table-col{
		font-size: 14px;	
	}
	
	.info-menu{
		padding: 0 8%;
	}
	.info-menu-title {
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 14px;
	}
	
	.contact-info-blk-title{
		margin-bottom: 24px;
	}
	.contact-info-blk-title h4{
		font-size: 20px;	
	}
	.contact-info-list{
		font-size: 14px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	
	body {
		font-size: 14px;
	}
	.btn, .btn-primary{
		font-size: 14px;
	}
	.container {
		max-width: 100%;
	}
	.info-green-bg:before, .info-green-bg-solid:before{
		height: 200px;
	}
	
}

@media (min-width: 768px) and (max-width: 1199px) {
	
:root {	
	--xxs-pad: 4px;
	--xs-pad: 8px;
	--sm-pad: 12px;
	--mid-pad: 16px;
	--main-pad: 24px;
	--med-pad: 32px;
	--lg-pad: 48px;
	--xl-pad: 48px;
	--xxl-pad: 72px;
	--max-pad: 160px;
	--lg-neg: -48px;
	--main-neg: -24px;
	--max-pad: 96px;
	
	--lg-font: 18px;
	--main-font: 14px;
	--sm-font: 12px;
	--input-font: 16px;
	--button-font: 14px;
	--sm-icon: 18px;
	--main-icon: 32px;
	--large-icon: 96px;
}
	
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	p.lead {
		font-size: 14px;
	}
	.contact-text h1,
	.product-right h1{
		font-size: 28px;
	}
	
	label,
	.form-floating .control-label,
	.form-select .selectric .label{
		font-size: 14px;
	}
	.form-select{
		min-width: initial;
	}
	.btn, .btn-primary,
	.card-header-btn{
		font-size: 14px;
	}
		
	.container {
		max-width: 100%;
	}
	#outer-wrapper{
		padding-top: 72px;
		padding-top: 56px;
	}
	#outer-wrapper > .container{ 
		margin-bottom: 72px;
	}
	.breadcrumb.top-breadcrumb{
		padding: 12px 24px;
	}
	.info-green-bg:before, .info-green-bg-solid:before{
		height: 200px;
	}
	
	html.cart-open #header-main,
	html.cart-open{
		padding-right: 0;
	}

	.header-main-start{
		display: none;
	}
	
	.header-main{
		padding: 8px 16px;
		z-index: 1;
	}
	
	.header-main-start {
		width: 30%;
	}
	.header-main-right{
		padding: 4px 0px;
		width: 70%;
	}
	.header-right-btns{
		padding: 8px 0px;
	}
	
/*
	.logo-main{
		padding: 12px 0px;
	}
	.logo-main img{
		height: 48px;
	}
*/
	
	.header-cart-btn{
		padding:4px 0;
    	margin-left: var(--mid-pad);
	}
	.header-account-btn{
		display: flex;
		margin-left: auto;
	}
	
	.header-empty{
		padding: 8px 24px;	
		background: #FFFFFF;
	}
	.header-empty:after {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 1px;
		left: 0;
		bottom: 0;
		z-index: 0;
		background: var(--border-color);
	}
	.header-empty .header-main-right{
		padding: 0;
	}
	.empty-wrapper{
		padding: 48px 0px 48px 0px;
	}
	
	.empty-content-center{
		width: 80%;
	}
	.home-page #outer-wrapper{
		padding-top: 120px;
	}
	#common-home{
		padding: 48px 0px 0px 0px;
	}
	.home-main-banner{
		margin-bottom: 0;
		padding-bottom: 0px;
	}
	.swiper-text-block{
		width: 60%;
		padding: 24px;
	}
	.home-main-banner .swiper-slide-image{
		width: 180%;
		margin-left: -40%;
	}
	.home-main-banner .swiper-text-block h2{
		font-size: 24px;
	}
	.home-main-banner .swiper-text-block p{
		font-size: 14px;
		margin-bottom: 24px;
	}
	.home-cat-slider .swiper-button-prev,
	.home-cat-slider .swiper-button-next{
		display: none;
	}

	.banner-img-blk-content{
		width: 100%;
	}
	.title-block,
	.title-block.center-title{
		margin-bottom: 24px;
	}
	.image-banner-wrapper{
		padding: 24px 0;
	}
	.banner-block-wrapper .slider-wrapper{
		margin-left: -24px;
		margin-right: -24px;
		padding-left: 24px;
	}

	.category-pagination{
		margin: 0;
	}
	
	.checkout-main {
		padding: 0;
	}
	.checkout-main-nav li{
		padding: 16px 8px;
	}
	.checkout-main-nav li .nav-item-link > div,
	.checkout-main-nav li .nav-item-link > a{
		flex-direction: column;
	}
	.checkout-main-nav li .nav-item-link > span, .checkout-main-nav li .nav-item-link > div > span, .checkout-main-nav li .nav-item-link a>span{
		text-align: center;
		white-space:nowrap;
		margin-top: 8px;
	}
	.register-main-nav {
		margin: 0 -8px 24px -8px;
	}
	.register-main-nav li .nav-item-link > div{
		flex-direction: row;
	}
	.register-main-nav .nav-item-nr {
		margin-right: 12px;
	}
	
	.checkout-page #header{
		width: 50%;
	}
	
/*
	.checkout-page header{
		width: 50%;
	}
*/
	
	.checkout-main{
		padding-bottom: 24px;
		width: 50%;
	}
	.checkout-cart-left{
		width: 50%;
		padding: 144px var(--main-pad) var(--main-pad) var(--main-pad);
	}
	.checkout-main-table{
		padding: 0px;
	}
	
	.checkout-content-main {
		padding: var(--main-pad) 0px;
	}
	.checkout-main-content{
		padding: 0px var(--main-pad);		
	}
	.checkout-top{
		padding: var(--main-pad);
	}
	.checkout-top p{
		font-size: 12px;
	}
	.checkout-content-login .checkout-content-block{
		padding: 0;
	}
	
	.checkout-content-cart{
		padding: var(--main-pad);
	}
	

	#common-success .success-center-text{
		width: 80%;
	}
	
	#column-left,
	#column-left + #content{
		width: 100%;
		flex: 100%;
    	max-width: 100%;
	}
	
	#product-category, 
	#product-search, 
	#product-manufacturer {
		width: 100%;
		max-width: 100%;
		padding: var(--main-pad);
	}
	
	#product-category #content, 
	#product-search #content, 
	#product-manufacturer #content,
	.manufacturer-list{
		padding: 0 var(--main-pad);
		padding: 0;
	}	
	.category-slider{
		margin: 0 0 24px 0px;
	}
	
	.category-filter-bar{
		margin: 24px 0px;
	}
	
	.category-filter-select{
		display: none;
	}
	.category-filter-sort{
		margin-right: 0px;
		margin-left: 0px;
	}
	.filter-btn,
	.bf-buttonclear{
		background-image:none!important;			
		background: var(--bg-color)!important;
	}
	
	.featured-module{
		padding: 0 24px;	
	}
	.product-block{
		width: 50%;
	}
	.product-special .product-block, .product-featured .product-block{
		width: 50%;
	}

	.category-filter-label{
		display: none;
	}
	.category-results{
		font-size: 12px;
	}
	
	
	#product-product{
		padding-top: 24px;
	}
	.product-wrapper{
		padding: 0 0px;
		margin-bottom: 48px;
		flex-direction: column;
	}
	.product-left{
		width: 100%;
		padding-right: 0;
	}
	.product-right{
		width: 100%;
		padding: 0;
	}
	.product-main-image{
		padding: 0 10%;
	}
	
	
	#modal-agree .modal-dialog{
		width: 90%;
	}
	.checkout-input-group input{
		padding: 8px;
		min-width: 40px;
	}
	.checkout-input-group .i-btn{
		margin: 12px 0px;
		width: 24px;
		height: 24px;
		min-width: 24px;
		line-height: 24px;
	}	
	
	.account-page #outer-wrapper {
		padding-top: 56px;
	}
	.account-page .header-main:after{
		display: none;
	}
	.account-page #outer-wrapper #column-left {
		padding: var(--lg-pad) 24px;
		flex: 1;
		max-width: 96px;
		width: 96px;
	}
	.account-page #outer-wrapper #content {
		padding: var(--lg-pad);
		flex: 1;
		max-width: initial;
		width: calc(100% - 96px);
	}
	.account-menu-wrap{
		width: 48px;
	}
	.account-menu-initials{
		height: 48px;
		line-height: 48px;
		width: 48px;
		font-size: 18px;
	}
	.account-menu-title,
	.account-menu-name{
		display: none;
	}
	.account-cards{
		margin: 0 -16px;
	}
	.account-card-wrap {
		width: 50%;
		padding: 0 16px;
	}
	.account-card{
		padding: 24px;
	}
	.account-card-icon {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 20px;
	}
	.account-block-details{
		padding-left: 16px;
	}
	.account-blocks .account-content-block {
		width: 70%;
		max-width: initial;
	}
	.account-content-block {
		padding: 0;
	}
	.general-slider .account-card-wrap{
		padding: 16px 16px;
	}
	.general-slider .account-card{
		padding-right: 16px;
	}
	.account-card-address .i-btn {
		right: -16px;
	}
	
	.content-table-wrap{
		position: relative;
		display: block;
		overflow-y: auto;
		margin-right: -48px;
		margin-bottom: 24px;
		padding-right: 24px;
		
		-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
		mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
		
	}
	.content-table-wrap .content-table{
		width: 200%;
		margin: 0;
	}
	.content-table-products .content-table-main .content-table-col {
		line-height: 48px;
	}
	.table-col-xxl > a:not(.table-product-img){
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;	
	}
	.table-product-img,
	.table-product-img img{
		height: 48px;
		width: 48px;
		flex-shrink: 0;
	}
	.table-product-img{
		margin-right: 8px;
	}
	.content-table-products .i-btn {
		margin: var(--xs-pad) 0 var(--xs-pad) var(--xs-pad);
	}	
	
	.account-order-scroll-wrap .content-table-main .content-table-col {
    	line-height: 48px;
		padding: var(--xs-pad) var(--xs-pad);
	}
	.account-order-scroll-wrap .content-table-header .content-table-col{
		padding: var(--sm-pad) var(--xs-pad);
	}
	.account-order-scroll-wrap .content-table-header .content-table-col:last-child,
	.account-order-scroll-wrap .content-table-col.col-txt-bold{
		width: 16%;
	}
	.products-scroll.content-table-products .table-col-xxl{
		width: 52%;
	}
	.account-order-scroll-wrap .table-col-xxl {
		display: flex;
/*
		width: 60%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
*/
	}
	.table-product-text{
		max-width: calc(100% - 56px);
	}
	.products-scroll .content-table-main .table-prod-name .table-product-text div{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
/*		line-height: 48px;*/
		line-height: 1.6;
	}
	.account-order-scroll-wrap .account-order-line-cols > div.acc-col-right{
		width: 40%;
	}
	.account-order-scroll-wrap .acc-col-right.acc-col-total{
		padding-right: 8px;
	}
	.account-order-total{
		font-size: 16px;
	}
	
	#information-information{
		padding-top: 0px;
		margin-bottom: 72px;	
	}
	#information-information.info-green-bg-solid:before {
		height: 420px;
	}
	.information-top{
	}
	.info-menu-wrap h2 {
    	font-size: 36px;
	}
	.info-menu{
		padding: 0 24px;
	}
	.info-menu-link{
		line-height: 24px;
	}
	.info-menu-icon{
		font-size: 32px;
		height: 48px;
		line-height: 48px;
		width: 48px;
	}
	.info-menu-title{
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 12px;
	}
	.information-content{
		padding: 0 8px;
	}
	.information-content h1 {
    	font-size: 26px;
	}
	
	#information-contact .container{
		flex-direction: column;
	}
	.contact-text {
		justify-content: flex-start;
		padding:0 var(--main-pad);
		width: 100%;
	}
	.contact-block {
		width: 100%;
		padding:0 var(--main-pad);
	}
	.contact-block-img{
		right: -22%;
	}
	.contact-info-blocks{
		flex-wrap: wrap;	
	}
	.contact-info-blk-wrap{
		width: 50%;
		margin-bottom: 24px;
	}
	.contact-info-blk{
		padding: 24px;
	}
	.contact-info-blk-title{
		margin-bottom: 16px;
	}

	#footer-main .container {
		display: flex;
		flex-direction: column;
	}
	.footer-menu-wrap{
		flex-direction: column;
		padding: 48px 0px 48px 0px;
	}
/*
	.footer-bottom-center,
	.footer-bottom-left,
	.footer-bottom-right{
		position: initial;
		flex-direction: column;
		width: 100%;
		justify-content: center;
		text-align: center;
	}
*/
	.footer-center{
		display: none;
	}
	.footer-right{
		padding: 0px;
		width: 100%;
		order: 1;
	}
	.footer-menu{
		width: 100%;
		justify-content: center;
		margin: 0;
		margin-bottom: 24px;
		padding: 0 24px;
	}

	.footer-left{
		width: 100%;
		order: 3;
		margin-bottom: 0px;
	}
	.footer-socials{
		margin: 0 auto;
		justify-content: center;
	}
	.footer-socials li{
		width: initial;
		height: initial;
		padding: 0 4px;
	}
	
	.notification-wrapper{
		width: 60%;
	}
	
}

@media (max-width: 767px) {
	
:root {	
	--xxs-pad: 4px;
	--xs-pad: 8px;
	--sm-pad: 12px;
	--mid-pad: 16px;
	--main-pad: 24px;
	--med-pad: 32px;
	--lg-pad: 48px;
	--xl-pad: 72px;
	--xxl-pad: 96px;
	--max-pad: 160px;
	--full-pad: 48px;
	--lg-neg: -48px;
	--main-neg: -24px;
	
	--lg-font: 20px;
	--main-font: 16px;
	--sm-font: 12px;
	--input-font: 16px;
	--button-font: 14px;
	--sm-icon: 18px;
	--main-icon: 32px;
	--large-icon: 96px;
}
	
	
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-right: 16px;
		padding-left: 16px;
	}
	.container {
		width: 100%;
		padding-right: 16px;
		padding-left: 16px;
	}
	.row {
		margin-right: -16px;
		margin-left: -16px;
	}
	select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
		font-size: 14px;
	}
	
	.show-mob{
		display: flex!important;
	}
	.hide-mob{
		display: none!important;
	}
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
		font-size: 16px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 16px;
	}
	p.lead {
		font-size: 14px;
	}
	
	.btn, .btn-primary {
		font-size: 14px;
		padding: 8px 16px 8px 16px;
	}
	.btn.btn-primary {
		min-width: 144px;
	}
	.i-btn {
		width: 24px;
		min-width: 24px;
		height: 24px;
		line-height: 24px;
		padding: 0;
	}
	.btn.i-btn {
		padding: 0;
	}
	.buttons.buttons-full{
		margin-bottom: 24px;
	}
	.l-btn.i-left {
/*		padding: 8px 16px 8px 32px;*/
	}
	.inline-btn{
		padding: 0 16px;
	}
	.inline-btn .txt-btn{
		font-size: 12px;
/*		letter-spacing: 1px;*/
	}
	.txt-btn{
		font-size: 12px;
		padding: 4px 0px;
	}
	.txt-i-btn{
		font-size: 12px;
	}
	.radio-inline {
		font-size: 14px;
		margin-right: 16px;
	}
	label{
		font-size: 14px;
	}
	.ch-btn label{
		font-size: 12px;
	}
	.ch-btn label:hover i{
		color: var(--text-color);	
	}
	.chip {
		font-size: 12px;
		padding: 0px var(--sm-pad);
	}
	
	.form-cols{
		margin: 0;
	}

	.radio-tab label span{
		padding: 8px;
	}
	input[type=text], input[type=search], input[type=password] {   
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.form-floating .form-control:not(textarea) {
		height: 48px;
	}
/*
	.form-floating .form-control{
		padding: 24px 24px 8px 24px;
	}
*/
	.form-floating .control-label{
		font-size: 14px;
/*		line-height: 48px;*/
	}
	.form-floating > .form-control:focus ~ label.control-label, .form-floating > .form-control:not(:placeholder-shown) ~ label.control-label, .form-floating > .form-select ~ label.control-label{
		font-size: 12px;
		line-height: 32px;
		line-height: 28px;
	}
	.form-floating.date .input-group-btn .i-btn {
		width: 48px;
		height: 48px;
		font-size: 18px;
	}
	.form-select{
		min-width: initial;
	}
	.form-select .selectric-wrapper{
		height: 48px;
	}
	.form-select .selectric{
		height: 48px;
	}
	.selectric-hide-select.selectric-is-native{
		z-index: 4;
	}
	.form-select .selectric .label{
		height: 44px;
		line-height: 24px;
		margin-right: 32px;
		padding: 12px 0px 12px 16px;
		font-size: 14px;
	}
	.form-select .selectric .button{
		height: 48px;
    	width: 48px;
		top: 0px;
	}
	.form-select .selectric .button:after {
		line-height: 48px;
		height: 48px;
		width: 48px;
		top: 0px;
	}	
	.selectric .button:after{
		font-size: 16px;
	}
	.form-col.form-group .text-danger, .form-col.form-select .text-danger{
		font-size: 10px;
	}
	.breadcrumb {
		display: none;
		margin: -16px 0 var(--main-pad) 0;
	}
	.breadcrumb.top-breadcrumb{
		display: none;
		margin: 0;
		padding: 12px 16px;
	}
	
	.header-main-start{
		display: none;
	}
	
	#outer-wrapper{
/*		padding-top: 80px;*/
		padding-top: 72px;
	}
/*	#outer-wrapper > div {*/
	#outer-wrapper > .container{
		padding-top: 24px;
		margin-bottom: 72px;
	}
	#information-information{
		padding-top: 24px;
		margin-bottom: 72px;	
	}
	
	.cart-main-bg{
		height: 110%;
	}
	
	#cart #cart-main{
		width: 100%;
		right: -110%;
		padding: var(--mid-pad) var(--mid-pad) var(--mid-pad) var(--mid-pad);
	}
	
	#cart #cart-main:after{
		content: '';
		position: absolute;
		display: block;
		pointer-events: none;
		width: 100%;
		height: 120%;
		right: 0;
		top: 0;
		z-index: -1;
		background: #FFFFFF;
	}
	
	#cart .cart-dropdown-menu{
		height: calc(100% - 48px);
	}
	.cart-main-header{
		font-size: 16px;
		padding-top: 0px;
		padding-bottom: 12px;
	}
	.cart-main-header .i-btn{
		top: 8px;
		right: 0;
	}
	.cart-products{
		margin-bottom: 24px;
	}
	#cart .cart-product-image a img{
		width: 48px;
	}
	.cart-product-image img{
		height: 48px;
	}
	.cart-product-line{
		position: relative;	
	}
	.cart-product-sub{
		margin-bottom: 0px;
	}
	.cart-product-sub div{
		font-size: 10px;
	}
	.cart-product-remove{
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 12px 16px;
		justify-content: flex-start;
		padding: 16px 16px;
		opacity: 1;
	}
	.cart-product-amount{
		padding: 8px 0px;
	}
	.cart-product-text{
/*		padding: 0px 16px;*/
		width: calc(100% - 48px);
	}
	.cart-product-text > a{
		line-height: 1.4;
	}
	.cart-product-line .btn-txt-btn{
		font-size: 10px;
	}
	.cart-totals{
		margin-bottom: var(--main-pad);
	}
	.cart-totals .cart-total-line:last-child {
		font-size: 16px;
	}
	.cart-bottom{
		padding-bottom: 8px;
	}
	.cart-bottom .cart-totals{
		padding: 8px 0px;
		margin-bottom: var(--main-pad);
	}
	.cart-buttons{
		margin-left: -8px;
		margin-right: -8px;
	}
	.cart-buttons .btn{
		margin: 0 8px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 12px 16px 12px 16px;
		height: 48px;
	}
	.cart-info .cart-totals {
		margin-left: 0%;
		padding-right: 0px;
		margin-top: 24px;
	}
	
	.home-page #outer-wrapper{
		padding-top: 16px;
	}
	
	#common-home{
		padding-top: 24px!important;
	}	
	.home-main-banner{
		overflow: hidden;
		padding-bottom: 0px;
		margin-bottom: 16px;
	}
	.home-main-banner .banner-wrapper .swiper-slide{
		position: relative;
		display: flex;
		flex-direction: column;
		height: initial;
		background: var(--main-color);
	}
	.home-main-banner .swiper-slide-text-wrap{
		padding-top: 0px;
		position: relative;
		height: initial;
        top: initial;
	}
	.home-main-banner .swiper-text-block{
		position: relative;
		padding: 24px 8px;
		height: initial;
        top: initial;
/*        bottom: 0;*/
		z-index: 1;
		background: var(--main-color);
	}
	.home-main-banner .swiper-text-block h2{
		font-size: 24px;
	}
	.home-main-banner .swiper-text-block p{
		font-size: 14px;
		margin-bottom: 32px;
	}
	.home-main-banner .swiper-slide-image{		
		background: var(--main-color);
		width: 280%;
		margin-left: -140%;
/*		margin-bottom: 72%;*/
	}
	.home-main-banner .swiper-slide-image:before{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 32px;
		bottom: 0px;
		z-index: 2;
		pointer-events: none;
		background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 1) 100%) 0% 0%;
	}
	
	.home-content-top {
		margin-bottom: 0;
		padding-bottom: 0;
		overflow: hidden;
	}
	.home-content-center{
		margin: 0;
	}
	
	.swiper-text-block{
		width: 100%;
	}
	.info-image-slider .swiper-pagination-bullet-active,
	.home-banner-blocks .swiper-pagination-bullet-active{
		width: 24px;
	}
	.home-banner-wrap{
		margin-bottom: 48px;
	}	
	.home-banner-content{
		flex-direction: column;
	}
	.home-cat-slider .swiper-button-prev,
	.home-cat-slider .swiper-button-next{
		display: none;
	}
	
	.image-banner-wrapper{
		padding: var(--main-pad) 0;
	}
/*
	.home-page .image-banner-wrapper{
		padding: var(--lg-pad) 0;
	}
*/
	.home-content-top .image-banner-wrapper {
		margin-bottom: 96px;
	}
	

	.app-banner-badge{
		top: 40%;
		left: 72%;
		width: 80px;
		height: 80px;
		font-size: 16px;
	}
	.banner-block-wrapper {
		position: relative;
		display: flex;
		padding: var(--lg-pad) 0;
		margin-bottom: var(--main-pad);
		margin-bottom: 0;
	}
	.banner-block-wrapper .slider-wrapper{
		margin-left: -16px;
		margin-right: -16px;
	}
	.banner-block-wrapper.info-green-bg-solid .swiper-wrapper{
		flex-direction: column;
	}
	.banner-block-wrapper.info-green-bg-solid .swiper-slide{
		width: 100%!important;
	}
	.banner-block-wrapper.info-green-bg-solid:before {
		height: calc(50% + 24px);
	}
	.banner-img-blk-content{
		width: 100%;
	}
	.banner-img-blk-content h3{
		font-size: 22px;
	}
	.banner-title-single .banner-img-blk-content {
		justify-content: flex-end;
		width: 100%;
		padding: var(--med-pad) var(--main-pad);
	}
	.category-slider:before, .category-slider:after{
		display: none;
	}
	
	.content-banner-wrapper{
		padding: var(--lg-pad) 0;
	}
	.content-banner-wrapper .container {
		padding: 0px var(--mid-pad);
	}
	.content-banner{
		flex-direction: column;
		margin-left: -16px;
    	margin-right: -16px;
	}
	.title-block.center-title-btn,
	.title-block{
		margin-bottom: var(--main-pad);
	}
	.title-block{
		flex-direction: column;
		text-align: center;
	}
	.title-block-left{
		width: 100%;
		margin-bottom: 24px;
	}
	.title-block h2 {
		font-size: 22px;
	}
	.title-block h2, .title-block h3, .title-block h4 {
		line-height: var(--main-pad);
	}
	.swiper-text-block h2{
		font-size: 24px;
	}
	.title-block-btn{
		margin-left: initial;
		align-self: auto;
	}
	.title-block-btn .txt-i-btn{
		padding: 0px;
	}
	.title-block.center-title{
		margin-bottom: var(--main-pad);
	}
	.title-block.center-title br{
		display: none;
	}
	.title-block.center-title p{
		font-size: 12px;
	}
	.title-block-left b{
		display: inline-block;
	}
	
	.home-page .title-block{
		position: initial;
	}
	
	.home-page .title-block .title-block-btn{
		position: absolute;
		justify-content: center;
		width: 100%;
		left: 0;
		bottom: -24px;
	}

	.center-banner-title {
		margin-bottom: var(--lg-pad);	
	}
	.banner-blk-txt, .banner-blk-img{
		width: 100%;
		padding: 0 var(--mid-pad);
	}
	.banner-blk-txt{
		order: 1;
		margin-bottom: var(--main-pad);
	}
	.banner-blk-txt ul{
		margin: 0 0 var(--main-pad) 0;
	}
	.banner-blk-img{
		order: 2;	
	}
	.banner-blk-margin {
		margin-bottom: var(--main-pad);
	}
	.banner-blk-txt.banner-txt-left {
		padding-right: var(--mid-pad);
	}
	.banner-blk-txt.banner-txt-right {
		padding-left: var(--mid-pad);
	}
	.banner-blk-txt.banner-txt-sm {
		width: 100%;
		padding-right: var(--mid-pad);
	}
	.banner-blk-txt p {
		margin-bottom: var(--main-pad);
	}
	.banner-blk-txt p:last-child {
		margin-bottom: var(--main-pad);
	}
	.banner-blk-txt.blk-txt-right{
		justify-content: flex-start;
	}
	.banner-blk-img.banner-img-left {
		padding-top: 24px;
		padding-right: var(--mid-pad);
	}
	.banner-blk-img.banner-img-right {
		padding-top: 24px;
		padding-left: var(--mid-pad);
	}
	.banner-blk-img-wrap{
		border-radius: 3px;
	}
	
	.home-page .featured-module {
		margin-bottom: 0;
	}
	.featured-module{
		position: relative;
		padding: 0px;
		margin-bottom: var(--main-pad);
	}
	.product-featured-wrap {
		margin: 0px;
		padding: 0px;
/*		overflow-x: auto;*/
	}
	.featured-module .title-block-btn{
		position: absolute;
		left: 0;
		bottom: -8px;
		
		display: none;
	}
	.chips-list-wrap{
		position: relative;
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: var(--main-pad);
		padding: 8px 8px 16px 8px;
		width: initial;
		overflow: hidden;
		overflow-x: auto;
		-webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 6%,rgba(0,0,0,1) 92%,rgba(0,0,0,0) 100%);
	    mask-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 6%,rgba(0,0,0,1) 92%,rgba(0,0,0,0) 100%);
	}
	.chips-list{
		width: 250%;
		margin: 0;
		justify-content: flex-start;
	}
	.chips-list .chip{
		white-space: nowrap;
	}
	
	
	.center-content{
		width: 100%;
	}
	.page-wrapper{
		flex-direction: column;
	}
	.page-left{
		width: 100%;
		padding-right: 0px;
		margin-bottom: var(--lg-pad);
	}
	.page-right{
		width: 100%;
		padding-left: 0px;
	}
	.information-content h1 {
		margin-bottom: var(--mid-pad);
	}
	.table-bordered thead td{
		font-size: 12px;
	}
	.center-content-block{
		padding: 16px 0;
	}
	
	.information-main-wrapper {
		position: relative;
		padding-top: 0;
		margin-bottom: 0px;
	}		
	.info-btns{
		margin-left: -8px;
		margin-right: -8px;
	}
	.info-btn{
		width: 50%;
		padding: 0px 8px;
		margin-bottom: 16px;
	}
	.info-btn a{
	}
	.info-btn-block{
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding: 24px;
	}
	.info-btn-icon {
		width: 48px;
		height: 48px;
		font-size: 32px;
		margin: 0 auto 4px auto;
	}
	.info-btn-title {
		text-align: center;
		line-height: 16px;
		padding: 0px 0px 0px 0px;
		width: 100%;
		white-space: normal;
	}
	.info-btn-block:after{
		display: none;
	}
	
	h4 + .accordion {
		margin-top: var(--mid-pad);
	}
	.accordion {
		margin-bottom: var(--main-pad);
	}	
	.card-header-btn{
		font-size: 12px;	
		text-align: left;
		padding: var(--xs-pad) var(--lg-pad) var(--xs-pad) var(--xs-pad);
		line-height: var(--mid-pad);
	}
	.card-header-btn:after{
		width: var(--med-pad);
		height: var(--med-pad);
		line-height: var(--med-pad);
		font-size: 14px;
	}
	.accordion .card-body{
		padding: 0;
		padding-top: 8px;
	}
	
	.banner-blk-empty{
		display: none;
	}
	.banner-price-label{
		top: 16px;
		font-size: 14px;
	}
	.banner-img-left .banner-price-label {
		left: 16px;
	}
	.banner-img-right .banner-price-label {
		right: 16px;
	}
	
	.info-layout #info-banner-1 {
		padding-top: 160px;
	}
	.info-layout #info-banner-1 .content-banner .banner-blk-txt:first-child{
		margin-bottom: 0;	
	}
	#info-banner-1 .center-banner-title {
		margin-top: 16px; 
	}
	
	#info-banner-2 .banner-blk-img.banner-img-left{
		order: 4;
	}	
	#b-link-3{
		order: 3;
		margin-top: 24px;
	}
	
	.info-banner-main{
		margin-bottom: 48px;
	}
	.info-banner-main .banner-wrapper .swiper-slide{
		height: 88vh;
	}
	.info-main-banner-txt{
		width: 100%;
		padding-bottom: 48px;
	}
	.info-main-banner-txt h2{
		font-size: 24px;
	}
	.information-content {
		margin-top: 0px;
		margin-bottom: 24px;
	}
	.full-info-page{
		margin-top: -104px;
	}
	.full-info-page .information-content {
		margin-top: 48px;
		margin-bottom: 24px;
	}
	.full-info-page .content-blocks{
		flex-direction: column;
		margin-left: 0px;
		margin-right: 0px;
	}
	.full-info-page .content-blocks .content-block{
		width: 100%;
		padding: 0;
	}
	.full-info-page .content-banner-grey{
		padding-bottom: 48px;
	}
	.info-image-slider{
		overflow: hidden;
		margin-bottom: 48px;
	}
	.content-banner-full-image .content-banner-image{
		display: flex;
		justify-content: center;
	}
	.content-banner-full-image img{
		max-width: 120%;
		margin-left: -10%;
	}
	.img-block-wrapper{
		padding: 0;
	}
	.img-blocks{
		padding: 0;
	}
	.img-blk{
		width: 50%;
		margin-bottom: 24px;
	}
	.img-blk-img{
		margin-bottom: 8px;
	}
	.img-blk-name{
		font-size: 16px;
		line-height: 1.2;
	}
	.img-blk-title{
		font-size: 12px;
	}
	
	.info-blks{
		flex-direction: column;
		margin:0px 0px 24px 0px;
	}
	.info-blks .info-blk{
		width: 100%;
		padding: 0px 0px;
		margin-bottom: 48px;
	}
	.home-banner-logos{
		align-self: center;
	}
	.home-banner-logos .app-button {
		margin: 0 8px;
	}
	
	#information-contact{
		margin-top: -24px;
		padding-top: 0px!important;
		margin-bottom: 48px;
		margin-bottom: 0px;
	}
	#information-contact .container{
		flex-direction: column;		
	}
	
	#information-information{
		padding-top: 0px;
		margin-bottom: 72px;	
	}
	#information-information.info-green-bg-solid:before {
		height: 220px;
	}
	.information-top{

	}
	.info-menu-wrap h2 {
    	font-size: 26px;
		line-height: 1.2;
		margin: 0 48px 16px 48px;
	}
	.info-menu{
		padding: 0 12px;
	}
	.info-menu-block{
		width: 50%;
		padding: 4px;
	}
	.info-menu-link{
		padding: 12px 8px;
		line-height: 24px;
		border-radius: 5px;
	}
	.info-menu-icon{
		font-size: 32px;
		height: 48px;
		line-height: 48px;
		width: 48px;
	}
	.info-menu-title{
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 12px;
	}
	.information-content{
		padding: 0 16px;
	}
	.information-content h1 {
    	font-size: 22px;
	}
	.information-content h2 {
		font-size: 20px;
	}
	.information-content h3 {
		font-size: 18px;
	}
	
	.contact-top{
		text-align: center;
		padding: 24px 0px 48px 0px;
		margin-bottom: 0px;
	}
	.contact-circle{
		width: 800px;
		height: 800px;
		left: -10%;
		top: 25%;
	}
	.contact-block-img{
		display: none;
	}
	.contact-text{
		width: 100%;	
		padding: 0;
	}
	.contact-text h1{
		font-size: 24px;
		margin-bottom: 8px;
	}
	.contact-block{
		width: 100%;
		margin: 0;
		padding: 0;
		border-radius: 5px;
	}
	.contact-block h4{
		font-size: 18px;
	}
	.contact-form .buttons .btn{
		width: 100%;
	}
	.contact-form{
		border-radius: 5px;
		padding: var(--main-pad);
		margin-top: 0;
	}
	.contact-form .title-block{
		display: block;
		margin-bottom: 16px;
	}
	.contact-form .title-block h2{
		font-size: 32px;	
	}
	.contact-form .form-cols{
		flex-direction: column;
	}
	.contact-form .form-col{
		width: 100%;
	}
	.contact-form .buttons {
		margin: 0px;
	}
	.contact-form .buttons .btn{
		min-width: initial;
	}
	.contact-info{
		padding: 0;
		padding-top: 48px;
		margin-top: 0px;
		width: 100%;
	}
	.contact-info-blocks{
		flex-direction: column;
		margin: 0;
		margin-bottom: 24px;
	}
	.contact-info-blk-wrap{
		width: 100%;
		padding: 0;
		margin-bottom: 16px;
	}
	.contact-info-blk{
		padding: 24px;
		border-radius: 5px;
	}
	.contact-info-blk-title{
		line-height: 40px;
		margin-bottom: 16px;
	}
	.contact-info-icon {
		margin-left: auto;
		width: 40px;
		height: 40px;
		font-size: 16px;
	}	
	.contact-map-blk{
		left: initial;
		right: 24px;
		width: 200px;
	}
	
	.account-page #outer-wrapper{
		padding-top: 56px;
	}
	.account-page .row{
		margin: 0;
	}
	.account-page #outer-wrapper #column-left {
		padding: 24px 0px;
		background: var(--bg-color);
		flex: 1;
		max-width: 100%;
		width: 100%;
		display: none;
	}
	.account-page #outer-wrapper #content {
		padding: 24px 16px 48px 16px;
		flex: 1;
		max-width: 100%;
		width: 100%;
	}
	.account-page #outer-wrapper #account-account #column-left {
		display: flex;	
	}
	.account-page #outer-wrapper #account-account #content{
		padding: 48px 16px;
	}
	.account-menu-wrap{
		margin: 0;
		width: 100%;
	}
	.account-menu-top{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.account-menu-initials {
		font-size: 18px;
		height: 48px;
		line-height: 48px;
		width: 48px;
		margin-bottom: 8px;
	}
	.account-menu-name{
		text-align: center;	
	}
	.account-menu-wrapper{
		position: relative;
	}	
	.account-menu-link{
		border-radius: 0px;
		padding: 0 8px;
	}
	
	.account-menu-back{
		display: flex;
		margin-bottom: 24px;
	}
	.account-menu-back .txt-i-btn{
		padding: 0;
		font-size: 14px;
	}
	
	.account-cards{
		flex-direction: column;
		margin: 0;
	}
	.account-card-wrap{
		width: 100%;
		padding: 0;
		margin-bottom: 24px;
	}
	.account-card{
		padding: 16px;
	}
	.account-blocks{
		margin: 0;
		padding: 0;
	}
	.account-menu-wrap{
		margin-bottom: var(--main-pad);
	}
	.account-blocks .account-content-block{
		width: 100%;
		min-width: 100%;		
		padding: var(--mid-pad);
		padding: 0;
	}
	.account-header-icon{	
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		margin-bottom: 12px;
	}
	.account-block-header{
		margin-bottom: 24px;
	}
	.account-block-header h4{
		line-height: 32px;
	}
	.account-content-block > a{
		padding: var(--xs-pad);
	}
	.account-content-block.ac-link {
		padding: 0;
	}
	.account-fixed-link{
		margin: 0;
		padding: 0 0 8px 56px;
	}
	.account-content-block.ac-link > a:after{
		right: 16px;
	} 
	.account-block-inline > a:after{
		right: 0px;
	}
	.account-block-inline{
		margin-left: 48px;
		margin-bottom: 0px;
		padding: var(--mid-pad) var(--xs-pad) var(--mid-pad) 0px;
	}
	.address-blocks{
		flex-direction: column;
	}
	.address-block{
		width: 100%;
		margin-bottom: 16px;
	}	
	.content-table-col{
		width: 30%;
	}
	.content-table-col.table-col-sm{
		width: 10%;
	}
	.content-table-header .content-table-col{
		font-size: 11px;
		padding: 8px 8px;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.content-table-line .content-table-col {
		padding: 8px 8px;
		font-size: 12px;
	}
	.content-table-products .content-table-main .content-table-col {
		line-height: 24px;
	}
	.content-table-products .content-table-main .content-table-col{
		padding: 8px 8px;
	}
	.content-table-products .content-table-col{
		width: 18%;
	}
	.content-table-products .table-col-xxl{
		width: 46%;
	}
	.wishlist-table.content-table-products .table-col-xxl{
		width: 64%;
	}
	.wishlist-table.content-table-products .table-col-xxl a{
/*		line-height: 1.6;	*/
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 48px;
	}
	.wishlist-table.content-table-products .content-table-col.col-txt-bold.col-txt-right{
		line-height: 48px;
		white-space: nowrap;
	}
	.wishlist-table.content-table-products .i-btn.i-btn-md {
		margin: var(--sm-pad) 0 var(--xs-pad) var(--xs-pad);
		width: 24px;
		min-width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 16px;
	}
	.table-product-img{
		height: 48px;
		line-height: 48px;
		width: 48px;
		margin-right: 8px;
		flex-shrink: 0;
	}
	.table-product-img img{
		height: 48px;
	}
	
	.checkout-table-main .content-table-col, 
	.products-scroll.content-table-products .content-table-col {
		width: 20%;
	}	
	.checkout-table-main .table-col-xxl,
	.products-scroll.content-table-products .table-col-xxl{
		width: 60%;
	}
	.account-order-scroll-wrap .products-scroll .content-table-main {
    	max-height: initial;
	}
	.table-product-text{
		max-width: calc(100% - 56px);
	}
	.checkout-table-main .content-table-main .table-prod-name .table-product-text > a,
	.products-scroll .content-table-main .table-prod-name .table-product-text div{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 1.6;
	}
	.checkout-table-main .content-table-main .content-table-col.col-txt-bold.col-txt-right,
	.products-scroll .content-table-main .content-table-col.col-txt-bold.col-txt-right{
		line-height: 48px;
		white-space: nowrap;
	}
	.content-table-col .i-btn.i-btn-md{
		font-size: 16px;
	}
	.account-order-scroll-footer{
		position: fixed;
		flex-direction: row;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 16px;
		z-index: 3;
		background: #FFFFFF;
		box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.12);
	}
	.account-order-footer-left{
		display: none;
	}
	.account-order-footer-right{
		width: 100%;
		justify-content: space-between;
	}
	.account-order-total{
		width: 50%;
		font-size: 14px;
		line-height: 40px;
		text-align: left;
		padding: 0 var(--mid-pad) 0 0;
	}
	
	.account-order-block{
		padding: 0;
		margin-bottom: 24px;
	}
	.account-order-ref{
		display: none!important;
	}	
	.account-order-left{
		width: 100%;
	}
	.account-order-line{
		flex-direction: column;
	}
	.order-header-inline{
		width: 50%;	
		padding-bottom: 16px;
	}
	.account-order-header .account-order-status{
		width: 50%;
		padding: 0;
	}
	.account-order-header-line:not(.account-order-line-cols) > div, .account-order-line > div {
		width: 100%;
		padding: 0;
		line-height: var(--main-pad);
	}
 	.account-order-line-cols > div{
		padding: 4px 0px;
	}
	.account-order-button{
		width: 100%;
		align-items: flex-start;
		text-align: left;
		padding: 0;
	}
	.account-order-content{
		padding-top: 0;
	}
	.account-order-column{
/*		width: 100%;*/
	}
	.account-order-header-line > div{
		margin-bottom: 8px;
	}
	.account-order-line > div{
		
	}
	.account-order-totals .account-order-line-cols > div,
	.account-order-totals .acc-col-sm.acc-col-right{
		width: 1%;
	}
	.account-order-line-cols > div.acc-col-right{
		width: 70%;		
	}
	.account-order-line-cols > div.acc-col-right.acc-col-total{
		width: 30%;			
	}
	.account-block-header-buttons{
		width: 25%;
	}
	.account-block-header-buttons .txt-i-btn{
		padding: 0;
	}
	.account-block-header-buttons .txt-i-btn span{
		display: none;
	}	
	.account-cards.general-slider{
		width: 100%;
		width: calc(100% + 32px);
		margin-left: -16px;
		margin-right: -16px;
		padding: 0px;
	}
	.account-cards.general-slider .swiper-wrapper{
		flex-direction: column;
	}
	.general-slider .account-card-wrap:hover .account-card, .general-slider .swiper-slide-active .account-card {
    	box-shadow: var(--main-shadow);
    	box-shadow:  0px 4px 16px rgba(0, 0, 0, 0.08);
    	background: var(--bg-color);
	}
	
	.account-cards.general-slider .swiper-wrapper .swiper-slide:first-child  .account-card,
	.general-slider .swiper-slide-active .account-card {
    	box-shadow:  0px 4px 16px rgba(0, 0, 0, 0.08);
	}	
	.account-cards.general-slider .account-card-wrap{
		padding: 16px;
		margin-bottom: 0;
	}
	.account-cards.general-slider .swiper-button-prev{
		display: none;
		left: 0px;
	}
	.account-cards.general-slider .swiper-button-next{
		display: none;
		right: 0px;
	}
	.account-card-address .i-btn{
		opacity: 1;
	}
	#account-cards{
		width: 100%;
	}
	.account-block-details{
		padding-left: 16px;
	}
	.account-block-details div {
		line-height: 24px;
	}
	.account-card-icon {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 20px;
	}
	.account-card-address .i-btn {
		top: calc(50% - 12px);
	}
	
	
	.account-block-buttons{
		position: fixed;
		justify-content: space-between;
		width: 100%;
		bottom:0;
		left: 0;
		padding: 16px;
		z-index: 12;
		background: #FFFFFF;
		box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.12);
	}
	.account-block-buttons .btn{
		width: 50%;	
		width: calc(50% - 8px);
		margin: 0px;
	}
	.account-block-buttons{
		
	}
	

	
	.categories-info-page #content{
		padding-top: 0;
	}
	.categories-info-page .title-block.center-title{
		margin-bottom: 0;	
	}
	.categories-info-page .title-block{
		position: initial;
	}
	.categories-info-page .title-block-btn{
		position: absolute;
		justify-content: center;
		width: 100%;
		left: 0;
		bottom: -24px;
	}
	
	
	.category-filter-bar h1{
		line-height: 40px;
	}
	.filter-btn{
		height: 40px;
	}
	
	.category-slider{
		flex-direction: column;
		padding-top: 0px;
		margin: 0;
		margin-bottom: 24px;
	}
	.category-slider:before, .category-slider:after{
		width: 20%;
		top: 0;
		height: 100%;
		top: 24px;
		height: calc(100% - 24px);
	}
	.category-slider.general-slider .swiper-button-prev, 
	.category-slider.general-slider .swiper-button-next{
		display: none;
	}
	.category-block > a{
		padding: var(--mid-pad);
	}
	.category-image{
		height: 64px;	
		font-size: 40px;
	}
	.category-image img{
		width: auto;
    	height: 64px;
	}	
	.category-block-text h4{
		font-size: 14px;
	}
	#product-search .title-block.center-title{
		padding: 0 24px;
	}
	.title-block.center-title-btn.less-margin {
		margin-bottom: 16px;
	}
	
	.category-filter-bar{
		margin: 24px 0px;
		padding: 0 16px;
		padding: 0px;
	}
	.category-amount-info{
		flex-direction: column;
		padding: 0 16px;
	}
	.category-amount-info .pagination{
		margin-bottom: 0;
	}
	.category-results{
		font-size: 12px;	
	}
	.category-filter-bar .category-amount-info .category-results{
		text-align: right;
		line-height: 40px;
	}
	#category-bottom,
	#product-manufacturer > .category-amount-info{
		margin-bottom: 16px;
	}
	#product-search .category-results,
	#category-bottom .category-results{
		text-align: center;
		width: 100%;
		justify-content: center;
	}
	.category-amount-info .category-pagination {
		display: flex;
		justify-content: center;
		text-align: center;
		width: 100%;
	}
	.category-filter-bar .category-filter-sort{
		display: none;		
	}
	.category-filter-bar .category-amount-info{
		padding: 0;
	}
	
	.category-filter-bar .bf-buttonclear{
		background-image: none!important;
		display: none;
	}
	.filter-wrapper{
		width: 100%;
		right: -110%;
		padding: var(--mid-pad) var(--mid-pad) var(--mid-pad) var(--main-pad);
	}
	.filter-main-top{
	    font-size: 16px;
		padding-top: 0px;
		padding-bottom: 12px;
	}
	.filter-main-top .i-btn {
		top: 8px;
		right: 0;
	}
	.bf-panel-wrapper{
		max-height: calc(100% - 120px);
		margin-right: -16px;
	}
	.bf-buttonclear-box{
		padding: 16px 16px 24px 16px;
	}
	input[type=text].bf-range-max, input[type=text].bf-range-min, input[type=text].bf-slider-input {
		width: 72px;
		min-width: 72px;
		border-radius: 20px;
		height: 40px;
	}
	.bf-slider-container.ui-slider .ui-slider-handle, 
	.bf-slider-range .ui-slider-handle {
		border-radius: 50%;
		width: 20px!important;
		height: 20px!important;
		top: -9px!important;
	}
	.product-row{
/*		flex-direction: column;*/
		margin-left: -8px;
		margin-right: -8px;
		margin-bottom: var(--main-pad); 
	}
	.product-block{
		width: 50%;
		padding: 0 8px;
		margin-bottom: 16px;
	}
	.product-special .product-block, .product-featured .product-block {
		width: 100%;
	}
	.product-thumb{
		border-radius: var(--border-radius);
	}
	.product-thumb:hover {
/*		
		box-shadow: var(--main-shadow);
		box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
*/
	}
	
	
	.product-thumb .image{
		padding: 0px;
		border-radius: var(--border-radius) var(--border-radius) 0 0;
		overflow: hidden;
	}
	.product-thumb-wrap{
		margin: 0;
	}
	
	.product-block-main{
		padding: 16px;
	}
	
	.product-block-text{
		margin-bottom: 16px;
	}
	
	.product-block-text h4{
		font-size: 14px;
	}
	.product-block-text h4 a{
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.product-block-text .product-block-desc{
/*
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
*/
		overflow: hidden;
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 11px;
		margin-bottom: 0px;
	}

	.product-block-attributes{
		display: none;
	}
	.product-price .price-old,
	.product-block-bottom .product-price .price-old{
		font-size: 10px;
		line-height: 16px;
	}
	.product-price .price-main,
	.product-block-bottom .product-price .price-main{
		font-size: 14px;
		line-height: 32px;
	}
	.product-price .price-main span{
		font-size: 10px;
	}
	.product-alt .product-price {
		margin-bottom: 8px;
	}
	.product-block-discount{
		top: 8px;
		left: 8px;
		padding: 4px 8px;
		line-height: 16px;
		font-size: 10px;
	}
	.product-block-bottom .txt-i-btn{
		padding: 0;
	}
	.product-block-bottom .i-btn {
		width: 40px;
		min-width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.product-discount{
		right: 8px;
		padding: var(--sm-pad);
	}
	.product-discount div{
		font-size: 22px;
	}
	.product-discount span{
		font-size: 10px;
	}
	.product-alt .product-block-text{
		padding: 8px;
	}
	.product-alt .product-price{
		font-size: 10px;
		white-space: nowrap;
	}
	.product-block-bottom{
		line-height: 32px;
	}
	.product-cart-btn{
		line-height: 32px;
	}
	.product-cart-btns{
		width: 32px;
/*		border-radius: 16px;*/
	}
	.product-cart-btn:hover .product-cart-btns{
		width: 112px;
		width: 96px;
    	padding-right: 32px;
	}
	.cart-btn{
		width: 32px;
    	height: 32px;
		padding: 4px;
		text-shadow: none;
	}
	#cart>.btn{
		text-shadow: none;
	}
	.cart-btn.btn i{
		font-size: 14px;
	}
	.product-cart-amount{
		min-width: 32px;
    	height: 32px;
	}
	.product-cart-amount-input{
		font-size: 14px;
		width: 32px;
	}
	
	#product-category{
		width: 100%;
		max-width: 100%;
		padding: 0 var(--mid-pad);
		padding: 0;
		overflow: hidden;
	}
	
	#product-category .breadcrumb{
		display: none;
	}
	
	#product-category #content {
		width: initial;
		width: 100%;
		padding: 0 16px;
	}	
	#product-manufacturer {
		width: 100%;
		max-width: 100%;
		padding: 0;
		overflow: hidden;
	}
	#product-manufacturer #content {
		padding: 0 ;
		width: 100%;
	}
	.manufacturer-list{
		padding: 0 12px 24px 12px;
	}
	.manufacturer-block {
		width: calc(50% - 8px);
		padding: 0;
		margin: 0 4px 8px 4px;
		border-radius: var(--border-radius);
	}
	.manufacturer-block-content{
		display: none;
	}
	.manufacturer-block-img {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		padding: 0 var(--mid-pad);
	}
	
	.manufacturer-info {
		padding: 0px;
		flex-direction: column;
		margin: 0 16px 48px 16px;
		border-radius: var(--border-radius);
		width: initial;
		max-width: initial;
	}
	.manufacturer-info-image {
		padding: 0 120px;
		margin: 0 24px;
		width: initial;
		border-bottom: 1px solid var(--border-color);
	}
	.manufacturer-info-text {
		width: 100%;
		padding: 24px;
		border-left: none;
	}
	.manufacturer-info-text h1{
		font-size: 16px;
	}
	#product-manufacturer{
		padding-top:0!important;
	}
	#product-manufacturer .title-block h2{
		font-size: 18px;
	}
	#product-manufacturer .category-filter-bar{
		display: none;
		margin: 0;
		text-align: center;
	}
	#product-manufacturer .category-results {
		text-align: center;
		width: 100%;
		justify-content: center;
	}
	#product-search {
		width: 100%;
		max-width: 100%;
		padding: 0;
		overflow: hidden;
	}
	#product-search #content{
		width: 100%;
		padding: 0 16px;
	}	
	
	.category-empty-block{
		padding: 24px;
		text-align: center;
		width: 100%;
		justify-content: center;
	}
	.category-empty-block .buttons{
		width: 100%;
		justify-content: center;
	}
	
	#product-product{
		padding: 0px;	
	}
	#product-product > .container{
		padding: 0;
	}
	#product-product > .container > .row{
		margin: 0;
	}
	#product-product #content {
		padding: 0;
	}
	.product-wrapper{
		flex-direction: column;
		min-height: initial;
		margin-bottom: 24px;
		padding: 0 0px;
	}
	.product-left{
/*
		position: sticky;
		top: 80px;
*/
		width: initial;
		padding: 0 16px;
		margin-bottom: 8px;
	}
	.product-left:not(.product-extra-images) .product-images{
		justify-content: initial;
	}
	.product-images{
		position: relative;
		top: initial;
		flex-direction: column;
		margin-bottom: var(--main-pad); 
	}
	.product-main-image{
		display: flex;
		padding: 0;
		width: 100%;
		order: 1;
		border-radius: var(--border-radius);
		overflow: hidden;
		margin-bottom: 8px;
	}
	.thumbnails {
		position: relative;
		display: flex;
		flex-direction: row;
		width: initial;
		width: calc(100% + 8px);
		padding: 0;
		height: initial;
		top: initial;
		left: initial;
		right: 0;
		bottom: 0;
		margin: 0;
		margin-right: -8px;
		z-index: 3;
		order: 2;
	}
	.thumbnails .thumbnail{
		padding: 0;
		margin: 0;
		height: 100%;
		width: calc(25% - 8px);
		margin-right: 8px;
		border-radius: var(--border-radius);
		background:var(--white-color); 
		overflow: hidden;
	}
	.lg-sub-html{
		font-size: 14px;
	}
	.lg-outer .lg-thumb{
		margin-bottom: 16px;
	}
	.product-images .fav-btn{
		position: absolute;
		top: var(--xs-pad);
		right: var(--xs-pad);
		z-index: 3;
	}
	.product-images .fav-btn i{
		font-size: 16px;		
	}
	.product-images .share-btn{
		position: absolute;
		display: flex;
		right: 8px;
		top: var(--xs-pad);
		font-size: 18px;	
		z-index: 3;
	}
	.product-left .product-payment{
		display: none;
	}

	.product-right{
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		padding: 0 16px;
		margin-bottom: 24px;
	}

	.product-right h1{
		font-size: 22px;
		margin-bottom: 8px;
	}
	.product-top-info{
/*		flex-direction: column;	*/
		font-size: 12px;
	}
	.product-cart-main .login-btn{
		width: 100%;	
	}
	.product-top-left{
		width: 40%;
	}
	.product-top-right{
		width: 60%;
	}
	.product-stock{
		line-height: 40px;
		font-size: 12px;
		padding-left: 0;
		width: calc(100% - 120px);
	}
	.product-stock-label{
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;	
	}
	.product-stock-label span{
		white-space: nowrap;
		padding: 0 2px;
	}
	.product-stock-view span {
		display: flex;
		margin: 8px 4px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}
	.prod-stock span{
	}
	.product-price-list{
		margin-bottom: 8px;
	}
	.product-options{
		padding-right: 0px;
		margin-bottom: 16px;
	}
	.product-options .form-select{
		padding-bottom: 0px;
		margin: 8px 0px 16px 0px;
	}
	.product-options .form-select .control-label{
		top: 4px;
	}
	.product-options .form-select .selectric .label{
		font-size: 12px;
	}
	.product-options .form-select .text-danger{
		bottom: -20px;
	}
	
	#product .cart{
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
	}
	.product-price-main {
		width: 24%;
	}
	.product-main-button.icon-btn{
		min-width: 160px;
	}
	.product-button-wrap:hover .product-main-btns{
		width: 160px;
	}
	.product-main-button{
		padding: var(--sm-pad) var(--med-pad);
	}
	.product-price-main div{
		font-size: 22px;
		line-height: 40px;
	}
	.product-price-main .price-old{
		line-height: 32px;
		padding-left: var(--xs-pad); 
	}
	.product-button-wrap{
		width: 76%;
		justify-content: flex-end;
	}
/*
	.product-main-button{
		height: 40px;
	}
*/
	.product-main-amount{
		line-height: 40px;
		height: 40px;
		width: 40px;
		font-size: 14px;
	}
	.pm-btn{
		width: 40px;
    	height: 40px;
		padding: 0;
	}
	.pm-btn.btn i{
		font-size: 14px;
		margin: 0;
	}
	
	.product-model{
		padding: var(--xs-pad) 0 var(--xs-pad) var(--sm-pad);
	}
	.product-model-icon{
		width: 40px;
    	height: 40px;
    	line-height: 40px;
		font-size: 30px;
	}
	.product-model-text{
		width: calc(100% - 40px);
		padding: 0 0 0 var(--sm-pad);
	}
	.product-model-text span{
		font-size: 10px;
		line-height: 20px;
		display: block;	
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.product-model-text div{
		font-size: 12px;
		line-height: 20px;
	}
	
	.product-info-text-wrap{
		padding: 0px 16px;
	}
	.product-info-line{
		padding: 16px 0px;
	}
	.product-info-text{
		padding:0 0 0 16px;
	}
	.product-info-line-title{
		font-size: 14px;
	}
	.product-info-line-subtitle{
		font-size: 12px;
	}
	
/*
	.product-right .product-payment{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: var(--main-pad) 0;
		margin: 0;
		border-top: none;
		border-bottom:1px solid var(--border-color);
	}
	.product-payment ul{
		margin-left: initial;
	}
*/
	.product-bottom {
		background: var(--white-color);
		border-radius: 0px;
		padding: var(--main-pad) var(--mid-pad);
		padding: 0;
		box-shadow: none;
	}
	.product-bottom .title-block{
		text-align: left;
		padding: 0 var(--mid-pad);
	}
	.product-bottom .product-row{
		margin: 0;
		padding: 0 8px;
	}
	
/*
	.checkout-page .header-signup-btn {
		display: flex;
	}
	
*/
	.checkout-page .nav-main, 
	.checkout-page .header-cart-btn,
	.checkout-page .header-signup-btn {
		display: flex;
	}
	
	
	.checkout-page #outer-wrapper{
		background: var(--bg-color);
	}
	
	#checkout-checkout{
		height: initial;
		min-height: 96vh;
		margin-bottom: 24px;
		z-index: 2;
	}
	
	.checkout-page #header,
	.checkout-page header{
		width: 100%;
	}	
/*	.checkout-page .header-main-start, */
	.checkout-page .header-cart, 
	.checkout-page .header-buttons {
		display: flex; 
	}
	.checkout-page .header-main-center .logo-main {
		padding: 0px;
	}
	
	
	.checkout-main{
		padding-top: 56px;
		padding-bottom: 0px;
		width: 100%;
	}
	.checkout-cart-left{
		display: none;
	}

	.checkout-content-login {
		padding: 0 16px;
	}
	.checkout-content-main {
		padding: var(--main-pad) 0px;
	}
	.checkout-main-content{
		padding: 0px var(--mid-pad);		
	}
	.checkout-main-content .panel-body{
		padding: var(--main-pad); 	
		padding: var(--mid-pad) var(--mid-pad); 	
	}
	.checkout-top{
		padding: var(--main-pad) var(--mid-pad);
	}
	.checkout-top p{
		font-size: 12px;
	}
	.checkout-content-login .checkout-content-block{
		padding: 0;
	}
	
	
	.checkout-content-button{
		position: fixed;
		flex-direction: row;
		justify-content: flex-end;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 16px;
		z-index: 6;
		background: #FFFFFF;
		box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.12);
  	}
	
	.checkout-content-cart{
		padding: var(--main-pad);
	}
	
	.checkout-main-nav {
		margin: 0 0px var(--main-pad) 0px;
		padding:0px;
	}
	.checkout-main-nav li {
		width: 25%;
		padding: 0 var(--sm-pad);
		padding: 0;
	}
	.register-main-nav.checkout-main-nav li {
		width: 33.3333%;
	}
	.checkout-main-nav .nav-item-nr{
		width: 32px;
		height: 32px;
		line-height: 32px;
/*		opacity: 0.8;*/
	}
	.register-main-nav.checkout-main-nav .nav-item-nr{
		opacity: 1;
	}
	.checkout-main-nav li .nav-item-link > a:after, .checkout-main-nav li .nav-item-link .nav-item-checked:after, .checkout-main-nav li .nav-item-link .nav-item-open:after {
/*		top: 4px;*/
		right: -20px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		font-weight: 400;
		text-align: center;
		color: var(--text-color);
		z-index: 1;
	}
	.checkout-main-nav li .nav-item-link,
	.checkout-main-nav li a,
	.checkout-main-nav li .nav-item-link > div{
		flex-direction: column;
	}
	.checkout-main-nav li .nav-item-link > span, 
	.checkout-main-nav li .nav-item-link > div > span, 
	.checkout-main-nav li .nav-item-link a>span{
		font-size: 10px;
		letter-spacing: 0px;
		line-height: 12px;
		opacity: 0;
		opacity: 1;
		padding: 4px 8px 0 8px;
	}
	.checkout-main-nav .nav-item-link a.active span{
		opacity: 1;
		text-align: center;
	}
	.register-main-nav li .nav-item-link{
		padding: 0 12px;
	}
	.register-main-nav .nav-item-nr {
		margin-right: 0px; 
	}
	.checkout-main-nav .nav-item-nr{
		
	}
	#checkout-success .checkout-main-nav li#link-checkout-confirm .nav-item-link > div > span{
		opacity: 1;
	}
	.checkout-main-nav .nav-item-link a.active {
		background: var(--white-color);
	}
	.checkout-main-nav .nav-item-checked .nav-item-nr .ni-icon{
		position: relative;
		display: block;
		height: 32px;
		font-size: 14px;
	}
	.checkout-main-nav .nav-item-checked .nav-item-nr .ni-icon:after{
	    content: "\f00c";
		position: absolute;
		flex-direction: column;
		justify-content: center;
		font-weight: 400;
		font-family: "Font Awesome 6 Pro";
		width: 32px;
		height: 32px;
		line-height: 32px;
		top: 0;
		left: 0;
	}
	.checkout-main-nav li:after{
		top: 14px;
    	border-bottom: 1px solid var(--dark-sub-color);
	}
	.checkout-main-nav.register-main-nav {
		padding: 0;
		margin-top: -16px;
		margin-bottom: 16px;
	}
	
	
	.content-left-columns{
		margin: 0;
		flex-direction: column;
	}
	.checkout-left-col {
		width: 100%;
		padding: 0;
		margin-bottom: 24px;
	}	
	.checkout-content-inner{
		margin-bottom: var(--main-pad);
		margin-bottom: 0;
	}
	.address-block-single,
	.address-block-single .address-block{
		margin-bottom: 0;
	}
	.address-block-inline .address-content-block{
		padding: 16px;
	}
	.address-block-inline .address-block-details {
		padding-left: 12px;
	}
	#address-order-list{
		background: red;
		background: #FFFFFF;
	}
	#address-order-list .modal-content{
		height: 100%;
	}
	.adr-select .address-block-icon {
		top: calc(50% - 12px);
		right: 16px;
		font-size: 20px;
	}
	.checkout-single-button{
		margin-top: 16px;
	}
	.full-no-pad .checkout-title-top{
		flex-direction: column;
	}
	.full-no-pad .checkout-title-top .checkout-title{
		width: 100%;
	}
	.full-no-pad .checkout-title h1{
		width: 100%;
		padding-right: 48px;
	}
	.checkout-title-buttons{
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
		width: 100%;
	}
	.checkout-title-buttons .btn {
		width: 100%;
		margin-left:0;
		margin-bottom: var(--mid-pad);
	}
	.cart-total-top{
		padding: 0;
		line-height: var(--main-pad);
		margin-bottom: var(--xs-pad);
	}
	.cart-info{
		overflow-x: auto;
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: 16px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 16px;
	}
	.cart-info .cart-block{
		width: 300%;
	}
	.checkout-main-block,
	.checkout-content-cart {
		padding: var(--main-pad);
	}
	
	#tab-payment-method .form-group.no-error{
		margin-bottom: 0;
	}
	
	#shipping-new-form{
		padding-top: 24px;
	}
	#register-content .tab-pane{
		min-height: initial;
	}
	
	
	body.modal-open > header {
		padding-right: 0px;
	}
	.modal-backdrop {
/*		background: var(--white-color);*/
	}
	
	#dialog-mobile .modal-dialog{
		padding: 0 16px;	
	}
	#dialog-mobile .modal-body{
		padding: 24px;
	}
	
	#modal-agree .modal-dialog {
		width: 100%;
		margin-top: 0;
	}
	.modal-dialog {
		min-width: initial;
		max-width: 100%;
		width: 100%;
		height: 100%;
	}
	.modal-content{
		padding: 0px;
		border-radius: 0;
		height: 100%;
	}
	.modal-body{
		padding: 16px 16px;
	}
	.modal-header {
		padding: var(--mid-pad) var(--mid-pad);
	}
	.modal-header{
		border-bottom: 1px solid var(--border-color);
	}
	.modal-header .close {
		top: 16px;
		right: 16px;
		padding: 4px;
		height: 24px;
		width: 24px;
		line-height: 16px;
	}
	.modal-footer {
		padding: var(--main-pad) var(--mid-pad);
	}
	.modal-carousel{
		padding: 0;
		height: 100%;
	}
	.modal-carousel .carousel-inner{
		height: 100%;
/*		height: calc(100% - 168px);	*/
	}
	.modal-carousel .carousel-item .modal-body{
		height: calc(100% - 216px);
		min-height: calc(100% - 216px);
		padding: 0px var(--mid-pad);
	}
	.modal-carousel .carousel-item .modal-body.body-height{
		height: calc(100% - 160px);
		min-height: calc(100% - 160px);
	}	
	.modal-body .adr-select{
		max-height: 100%;
	}	
	.form-cols-collapse{
		flex-direction: column;
		margin: 0;
	}
	.form-cols-collapse .form-col{
		width: 100%;
		padding: 0;
		margin-bottom: 8px;
	}
	
	#checkout-success{
		padding: 0 16px;
	}
	#common-success .success-center-text,
	.success-center-text, 
	.checkout-success-content{
		width: 100%;	
		padding: var(--main-pad);
	}

	.checkout-success,
	.success-center-text{
		position: relative;
		text-align: center;
		padding: var(--main-pad) 0 0 0;	
	}
	.checkout-success-icon {
		font-size: 40px;
	}
	
	.checkout-loader{
		justify-content: flex-start;
		margin-top: 48px;
	}
	.loader{
		font-size: 8px;
	}
	
	.empty-page #outer-wrapper{
		padding-top: 56px;
	}
	
	.header-empty{
		padding: 4px 16px;	
		background: var(--white-color);
	}
	.header-empty:after{
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 1px;
		left: 0;
		bottom: 0;	
		z-index: 0;
		background: var(--border-color);
	}
	.header-empty .header-main-start {
		width: 50%;
	}
	.header-empty .logo-main{
		padding: 12px 0px;
	}
	.header-empty .logo-main img {
		height: 24px;
	}
	.header-empty .logo-main span {
		margin: 4px 0;
	}
	.header-empty .header-main-right {
		padding: 0px 0px;
		width: 50%;
	}
	
	.company-form {
		display: flex;
		flex-direction: column;
		padding: 24px 0px;
	}
	.company-form h2{
		font-size:20px;
	}
	.company-form h3{
		font-size:16px;		
	}
	.content-col-left, .content-col-right {
		width: 100%;
		padding: 0px;
		margin-bottom: 24px;
	}
	.header-main-end{
		width: 50%;
		padding: 0;
	}
	.header-main-end .btn {
		margin-left: 16px;
	}
	
	.empty-wrapper{
		padding: 48px 0px 48px 0px;
	}
	
	.account-page .header-main:after{
		display: none;
	}
	
	.empty-page .header-main-end .btn-icon-left{
		padding: 0;
		width: 24px;
		height: 24px;
		line-height: 24px;
		background: none!important;
		color: var(--text-color);
		min-width: initial;
	}
	.empty-page .header-main-end .btn-icon-left i{
		margin: 0;
	}
	.empty-page .header-main-end .btn-icon-left span{
		display: none;
	}
	.empty-content-center{
		justify-content: flex-start;
		width: 100%;
		padding: var(--lg-pad) var(--mid-pad);
		padding: var(--mid-pad) var(--mid-pad) var(--lg-pad) var(--mid-pad);
	}
	.empty-content-block{
		padding: var(--main-pad);
		padding: 0;
		box-shadow: none;
	}
	.empty-content-block .content-block-header p{
		 margin-bottom: 0;
	}
	.not-found-animation{
		padding: 0 12%;
		margin-bottom: 0px;
	}
	.account-empty .content-blk-center {
		width: 100%;
		min-width: initial;
	}
	.account-empty #footer {
		min-height: initial;
		padding: 24px 16px;
	}
	.account-empty .footer-copyright {
		text-align: center;
		display: flex;
		flex-direction: column;
	}
	.account-empty .footer-copyright-menu {
		display: flex;
		margin: 0px;
		flex-direction: column;
	}
	.footer-copyright-menu li{
		border: none;
		line-height: 24px;
		font-size: 14px;
	}
	.footer-copyright-menu li a{
	}
	
	.notification-wrapper {
		left: 16px;
		bottom: 16px;
		bottom: initial;
		top: 72px;
		right: 16px;
		max-width: 100%;
		width: 100%;
	}
	.pagination{
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		margin-bottom: 16px;
	}
	.pagination > li{
		padding: 4px;
	}
	.pagination li a, .pagination li span{
		padding: 4px;
		width: 32px;
		height: 32px;
		font-size: 12px;
	}
	.alert {
		left: 16px;
		bottom: initial;
		top: 72px;
		font-size: 14px;
		line-height: 16px;
/*		padding: 8px 40px 8px 56px;*/
		width: 100%;
		max-width: calc(100% - 32px);
	}
	.notification-wrapper .alert{
		bottom: 16px;
		top: initial;
		width: 100%;
		max-width: calc(100% - 32px);	
	}
	.alert>i, .alert.alert-danger:before {
		font-size: 14px;
	}
	.alert .close {
		height: 100%;
		line-height: 100%;
		font-size: 16px;
	}
	.alert .close i {
		font-size: 16px;
	}
	.alert.alert-dismissible {
		padding: var(--mid-pad) var(--lg-pad) var(--mid-pad) var(--xl-pad);
	}
	.alert-dismissable .close, .alert-dismissible .close {
		right: 0px;
		top: 0px;
		padding: 4px;
	}
	
	
/*
	#footer-main{
		padding: 0px;
		margin-top: 0;
	}
	
	.footer-main{
		padding: 0px;
	}	

	#footer-main .container {
		display: flex;
		flex-direction: column;
	}
	.footer-left,
	.footer-right{
		position: initial;
		flex-direction: column;
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	.footer-left{
		margin-bottom: 0px;
		order: 3;
	}
	.footer-socials{
		padding: 8px 0px 0px 0px;
		margin: 0 auto;
		justify-content: center;
	}
	.footer-socials li{
		width: initial;
		height: initial;
		padding: 0 8px;
	}
	.footer-right{
		padding: 0px;
		order: 1;
	}
	.footer-menu-wrap{
		width: 100%;
		flex-direction: column;
		padding: 48px 0px;
		margin: 0;
	}
	.footer-menu{
		flex-direction: column;
		padding: 0px 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 16px;
		text-align: center;
	}
	.footer-menu li{
		text-align: center;
		justify-content: center;
		margin-bottom: 8px;
	}
	.footer-menu li a{
		display: block;	
		width: 100%;
	}
*/
	
	
	.lang-modal .modal-dialog {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		padding: 0 16px;
	}
	.lang-modal .modal-content{
		height: initial;
	}
	.lang-modal .modal-header {
		border-bottom: none;
		padding: var(--main-pad) var(--main-pad) 0 var(--main-pad);
	}
	.lang-modal .modal-content{
		padding-bottom: 8px;
	}
	.language-select{
		padding: 16px;
		line-height: 24px;
	}
	.language-select > div{
		width: 24px;
		height: 24px;
		line-height: 24px;
		background-size: 36px 32px;
	}
	.language-select span{
		padding: 0 16px;
		padding: 0;
	}
	.language-select.active-lang:after{
		top: 16px;
		font-size: 18px;
	}

}
	
/* Mobile NAV */
/*@media (max-width: 1199px) {	*/

@media (max-width: 767px) {
	
	body.cart-open {
		position: relative;
		overflow: hidden;
	}
	body.menu-open{
		overflow: hidden;
		padding-right: 0px;
	}
	body.menu-open #header-main{
		padding-right: 0px;
	}

	header{

	}
	
/*
	.header-main{
		padding: 0 16px;
	}
*/
	
	html.cart-open #header-main,
	html.cart-open{
		padding-right: 0;
		overflow: hidden;
	}
	
	.header-cart-btn{
		margin-right: 16px;
		margin-left: 8px;
	}
	
	.header-account-btn{
		display: flex;
		padding: 0;
		margin-left: auto;
	}
	.header-account-btn .header-dropdown-toggle > span{
		display: none;
	}
	
/*
	.header-btm-text{
		display: none;
	}	
	.header-main-center{
		padding: 12px 0px;
		width: 50%;
		justify-content: flex-start;
		
		z-index: 1;
	}
	.header-main-right{
		padding: 16px 0px;
		width: 50%;
	}
	.logo-main{
		width: initial;
		justify-content: flex-start;
		padding: 0;
	}
	.logo-main span {
		 margin: 0px 0; 
	}	
	.logo-main img{
		height: 24px;
		height: 32px;
		vertical-align: top;
	}	
	.header-nav-mob{
		display: flex;
		position: relative;
		padding: 0px 0px;
		z-index: 3;
	}
	.nav-toggle {
		display: block;
		margin: 12px 16px 12px 0px;
	}
	
	.header-cart{
		width: initial;
		justify-content: initial;
		margin-left: 16px;
	}
	.header-buttons{
		padding: 0px;
	}
*/
	
	#cart>.btn, 
	.header-buttons .l-btn.i-left{
		width: 24px;
		height: 24px;
		text-align: center;		
    	min-width: initial;
		font-size: 16px;
		padding: 0;
		margin-left: 0px;
		border: none;
		background: var(--white-color)!important;
	}
	#cart>.btn{
		background: var(--white-color);
		color: var(--light-text-color);
	}
	#cart>.btn > i, .header-buttons .l-btn.i-left > i {
		width: 24px;
		height: 24px;
		font-size: 16px;
		line-height: 24px;
		margin: 0;
	}
	.header-btn-label,
	#cart>.btn > span, .header-buttons .l-btn.i-left > span{
		display: none;
	}
	.cart-total-indicator{
		right: -8px;
		top: -4px;
	}
	.cart-total-indicator span{
		color: var(--white-color);
		background: var(--main-color);		
	}
	
/*
	.header-lang{
		order: 3;
		padding: 0;
	}
	
	.header-lang .lang-menu-btn {
    	padding: 2px;
		margin-left: 16px;
		background: #FFFFFF;
	}
	.header-lang .lang-menu-btn div{
		width: 20px;
		height: 20px;
		line-height: 20px;	
		background-size: 32px 28px;
	}
	.lang-menu-btn span{
		display: none;
	}
*/
	
/*
	.header-main-menu{
		display: flex;
		position: fixed;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		height: calc(100% - 56px);
		left: -100%;
		top: 56px;
		overflow: hidden;
		z-index: 2;
		transition: all 0.2s ease;
	}
	.menu-open .header-main-menu{
		left: 0%;
		transition: all 0.4s ease-out;
	}
	
	#nav-sub-menu-close.txt-i-btn {
		font-size: 14px;
	  }
	
	.full-nav{
		background: var(--white-color);
		opacity: 0;
		transition: 0.3s ease;
	}
	.menu-open .full-nav {
		opacity: 1;
	}
	.full-nav-wrapper{
		height: calc(100vh - 112px);
		height: 90vh;
		border-radius:0px;	
		padding-bottom:var(--lg-pad); 
		z-index: 1;
	}
	.menu-open .full-nav-wrapper{
		animation: full-nav-animate 0.3s ease-out forwards;	
	}
	.menu-open.menu-ani .full-nav-wrapper{
		animation: full-nav-out-animate 0.2s ease-in forwards;	
	}
	@keyframes full-nav-animate {
		0% { opacity: 0;
			transform: translateY(5%);
		}
		100% { opacity: 1;
			transform: translateY(0%);
		}
	}
	@keyframes full-nav-out-animate {
		0% { opacity: 1;
			transform: translateY(0%);
		}
		100% { opacity: 0;
			transform: translateY(5%);
		}
	}
	
	.full-nav-top{
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		width: 100%;
		height: 56px;
		margin-top: 56px;
		padding: 4px 8px;
		background: var(--white-color);
		z-index: 2;
	}
	
	.open-sub-menu .full-nav-top{
		z-index: 0;
	}
	.full-nav-top:before{
		bottom: initial;
		top: 0px;
	}
	.full-nav-top-content {
		padding: 0px 16px;
	}
	.full-nav-top-content .lang-menu {
		padding: 16px 0px 0px 0px;
	}
	
	.full-nav-col{
		display: none;
		width: 100%;
		padding: 12px var(--main-pad) var(--lg-pad) var(--main-pad);
	}
	.first-nav-col {
		display: flex;
	}
	.full-nav-main li{
		margin-bottom: 4px;
	}
	.full-nav-main a {
		width: 100%;
		font-size: 22px;
	}	
*/
	
}

/* SMALL Mobile */
@media (max-width: 384px) {	
/*
	.header-lang{
		display: none;
	}
*/
	
}