:root {
	--main-color: #3A981A;
	--dark-main-color: #277D0A;
	
	--light-bg-color: #FCFCFC;
	--bg-color: #F9F9F9;
	--grey-bg-color: #F9F9F9;
	--mid-bg-color: #F6F6F6;
	--dark-bg-color: #F2F2F2;
	
	--bg-color-alpha: rgba(250, 250, 250, 0.48);
/*	--main-color-alpha: rgba(58, 152, 26, 0.92);*/
	--main-color-alpha: rgba(39, 125, 10, 0.88);
	
	--text-color: #333333;
	--light-text-color: #888888;
	--grey-text-color: #cdcdcd;
	
	--sub-color: #2D6719;
	--mid-sub-color: #34771E;
	--light-sub-color: #3A981A;
	--bg-sub-color: #EDF5EB;
	--bg-icon-color: #E0F0DC;
	--light-bg-sub-color: #EFF7ED;
	
/*	--hover-color: #1D1D1D;*/
	
	--bg-button: #EBEBEB;
	--bg-input: #F2F2F2;
	--bg-focus-input: #E1E1E1;
	
	--white-color: #FFFFFF;
	--grey-color: #949A9E;
	--light-grey-color: #D9D9D9;
	
	--border-color: #D9D9D9;	
	--light-border-color: #EEEEEE;	
	--dark-border-color: #CCCCCC;
	
	--green-color: #3a981a;
	--orange-color: #EF9A07;
	--red-color: #D80000;
	--green-badge-color: #9FD491;
	
/*
	--single-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
*/
	--border-radius: 3px;
	--mid-border-radius: 7px;
	--no-border-radius: 0px;
	
	--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: 20px;
	--main-font: 16px;
	--sm-font: 14px;
	--xs-font: 12px;
	--input-font: 16px;
	--button-font: 16px;
	--icon-font: 18px;
	--sm-icon: 18px;
	--main-icon: 32px;
	--large-icon: 96px;
	
	--doc-height: 100%;
}

html{
	scroll-behavior: smooth;
}

body {
	font-family: 'Jost', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	width: 100%;
	color: var(--text-color);
	background: var(--white-color);
}
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: 40px;
	font-weight: 400;
	line-height: 1.2;
}
h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}
h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}
h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}
h5 {
	font-size: 16px;
}
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);
}
:focus-visible {
	outline: none!important;
}
p{
	margin-bottom: var(--main-pad);
}
p.no-margin{
	margin-bottom: 0;
}
p.lead{
	font-size: 18px;
	font-weight: 500;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}

.form-group {
	position: relative;
	display: block;
	margin-bottom: var(--main-pad);
	margin-bottom: 12px;
}
.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%;
	display: flex;
	flex-direction: column;
	padding: 0 12px;
}
.form-cols-sm .form-col{
	width: 33.3333%;
}
.form-cols-sm .form-col.form-select{
	min-width: initial;
}

.form-col.form-col-lg{
	width: 70%;
}
.form-col.form-col-sm{
	width: 30%;
}
label {
	font-size: 16px;
	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: 16px;
}
.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;
/*	border: 1px solid var(--border-color);*/
	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;
}
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;
	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;
	line-height: 56px;
}
.form-floating .form-control {
	padding: 28px 16px 8px 16px;
	border-radius: var(--border-radius);
	background: var(--bg-input);
	line-height: 20px;
	border:none;
}
.form-floating .form-control:not(textarea) {
	height: 56px;
}
.form-col.form-floating .control-label {
	left: 28px;
}

/*.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: 36px;
	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{
	background: var(--bg-focus-input);	
	transition: all 0.4s ease;
}

.form-floating > .form-control:not(:placeholder-shown){
	background: var(--bg-input);
}
.form-floating > .form-control:focus{
	background: var(--bg-focus-input);
}

.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;
}

.form-floating .form-control:disabled, 
.form-floating .form-control[readonly] {
	color: var(--light-text-color);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form-floating .form-control:disabled + .control-label,
.form-floating .form-control[readonly] + .control-label{
	color: var(--light-text-color);
}

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 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,
.ch-btn .text-danger{
	position: absolute;
	position: relative;
	display: block;
	font-weight: 400;
	min-height: 20px;	
	font-size: 12px;
	line-height: 1.2;
	padding-top: 4px;
	color: var(--red-color)!important;
/*
	left: 16px;
	bottom: -16px;
*/
}
.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;
}

/*
.form-col.form-group .text-danger,
.form-col.form-select .text-danger{
	left: 12px;
	left: 28px;
	bottom: -16px;
	bottom: initial;
	top: 100%;
	line-height: 16px;
}
*/

div.required > .control-label:after {
	content: ' *';
	font-weight: bold;
}

.date .input-group-btn{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.date .input-group-btn .i-btn{
	width: 48px;
	height: 48px;
	font-size: 20px;
}
.date .form-control[readonly] {
    background-color: #e9ecef;
	background: var(--bg-input);
}

.form-group-small{
	margin-top: -8px;
	margin-bottom:var(--lg-pad); 
}
.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: var(--no-border-radius);
}
.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;
/*    margin-bottom: var(--main-pad);*/
	min-width: 240px;
}

.form-select .selectric-wrapper {
	position: relative;
	margin-left: -1px;
	margin-right: -1px;
	height: 48px;
	/*	z-index: 2;*/
}

/*
.form-group .form-select {
	background: var(--dark-bg-color);
}
*/

.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;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: transform 0.15s ease-out, opacity 0.1s;
	transition: transform 0.15s ease-out, opacity 0.1s;
}

.form-select .selectric-open.selectric-above .selectric-items {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	-webkit-transition: transform 0.3s ease, opacity 0.2s;
	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 {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	-webkit-transition: transform 0.3s ease, opacity 0.2s;
	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: 16px;
	color: var(--text-color);
	font-weight: 400;
}

.form-select .selectric .button {
	height: 48px;
	width: 48px;
	right: 0px;
	top: -24px;
	top: 0;
	text-align: center;
	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;
	color: var(--text-color);
}

.form-floating .selectric {
	height: 56px;
	border-radius: var(--border-radius) var(--border-radius) 0px 0px;
	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: 56px;
	border-radius: var(--border-radius);
}
.form-floating .selectric-open.selectric-above .selectric, 
.form-floating .selectric-open.selectric-below .selectric {
    border-radius: var(--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(--border-radius) var(--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(--border-radius) var(--border-radius);
	box-shadow: 0px 8px 10px rgba(112, 112, 112, 0.16);
}
.form-floating .selectric-items{
    border-radius: var(--border-radius);
    background: var(--bg-input);
	border: 1px solid transparent;		
}
.form-floating .selectric-items ul,
.form-floating .selectric-items li{
	font-size: 16px;
}
.form-floating .selectric .label {
	height: 56px;
	padding: 12px 0px 16px 16px;
}
.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 16px;
	padding: 14px 24px 14px 16px;
}
.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(--text-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: 4px;
    height: 24px;
    width: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 300;
	font-family: "Font Awesome 6 Pro";	
}
.selectric-items li.selected{
	color: var(--text-color);
	background: var(--bg-focus-input);
}
.form-select .selectric-items li[data-index="0"]:after{
	display: none;
}
.selectric-disabled {
	opacity: 1;
}
.selectric-disabled .button:after {
	display: none;
}

.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;
	background: transparent;
	height: 20px;
	width: 20px;
	left:0px;
	top:2px;
	display: block;
	text-align: center;
	border: 1px solid var(--border-color);
	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: 1px solid var(--border-color);
	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:4px;
	top:4px;
	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);
}
.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);
}
.radio.radio-normal input[type="radio"]:checked + .radio-cir:after{
	background: var(--main-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 var(--light-border-color);
    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;
}
.checkbox.ch-btn{
	
}

.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 .btn{
	width: 100%;
}
.button-split {
	justify-content: space-between;
}
.button-split .btn{
	width: calc(50% - 12px);
	margin: 0;
}


/* 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 .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;
	margin-bottom: 0;
}
.buttons.buttons-center .txt-btn{
	margin-top:var(--mid-pad);	
}
.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;
	padding:12px 24px;
	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;
	outline: 0;
	min-width: 120px;
	transition: all 0.2s ease;
}

.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.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-main-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;
}

.l-btn {
/*	background: var(--dark-bg-color);*/
	background: var(--bg-button);
	color: var(--text-color);
}
/*
.l-btn-dark {
	background: var(--bg-color);
}
*/
.l-btn.i-left{
	padding: 11px 24px 11px 56px;
	padding: 12px 24px 12px 56px;
}
.l-btn:hover, .l-btn:focus, .l-btn:active {
	background: var(--main-color);
	color: var(--white-color);
/*	border: 1px solid var(--sub-color);*/
}
/*
.l-btn span{
	padding: 0 8px;
}
*/
.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;
}
/*
.btn-primary.btn-icon-left i{
}
*/

.w-btn {
	border: 1px solid var(--white-color);
	color: var(--white-color);
}

.w-btn:hover, .w-btn:focus, .w-btn:active {
	border: 1px solid var(--main-color);
	color: var(--main-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(--dark-bg-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(--main-color);
	color: var(--white-color);
	padding-left: 8px;
	transition: all 0.4s ease-out;
}

.i-btn.btn-clean {
	background: none;
	color: var(--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-light.i-btn:hover, 
.i-light.i-btn:focus, 
.i-light.i-btn:active {
	background: var(--dark-bg-color);
	color: var(--main-color);
	padding-left: 0px;
	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 i {
	color: var(--text-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 i, .btn-primary.icon-btn i {
	width: 24px;
	min-width: 24px;
	height: 24px;
	padding: 0px;
	line-height: 24px;
	background: none;
	font-size: 24px;
	color: var(--grey-color);
	margin-left: -8px;
	margin-right: 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;
	vertical-align: top;
	font-weight: 600;
}

.l-btn.icon-btn.icon-right i, .btn-primary.icon-btn.icon-right i {
	margin-right: -8px;
	margin-left: 8px;
}

.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%;
    -webkit-transform: scale(10,10);
    transform: scale(10,10);
    opacity: 0;
    -webkit-transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    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 {
    -webkit-transform: scale(0,0);
    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.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(--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: 500;
	padding-right: var(--xs-pad);
	line-height: var(--main-pad);
}
.icon-left.txt-i-btn span{
	padding-right: 0;
	padding-left: var(--xs-pad);
}

.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 8px 0px 0px;
	text-align: center;
	transition: margin 0.2s ease;
}
.txt-i-btn:hover i{
	margin: 0px 0px 0px 8px;
	transition: margin 0.4s ease-out;
}
.icon-left.txt-i-btn i {
	margin: 0px;
}
.icon-left.btn-clean.txt-i-btn:hover i,
.icon-left.txt-i-btn:hover i{
	margin: 0px;
}

.txt-btn-sm.txt-i-btn {
	font-size: 12px;
	padding: 0;
	color: var(--main-color);
}
.txt-btn-sm.txt-i-btn span{
	font-weight: 600;
	padding: 0;
}
.txt-btn-sm.txt-i-btn i {
	font-size: 14px;
	margin: 0;
}
.txt-btn-sm.txt-i-btn:hover i{
	margin: 0px;
	transition: none;
}

.btn-clean.txt-i-btn i{
	color: var(--main-color);
}

.btn-clean.txt-i-btn:hover i{
	margin: 0px 8px 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);
	-webkit-transition: all 0.2s ease;
	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: 14px;
	font-weight: 400;
	font-size: var(--sm-font);
	color: var(--text-color);
}
.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);
}

.grecaptcha-badge {
	visibility: hidden;
}


.nav-tabs {
	margin-bottom: 16px;
}

/* GENERAL CONTENT */

#outer-wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	flex-grow: 1;
/*	padding-top: 216px; */
	padding-top: 144px; 
}
/*#outer-wrapper > div{*/
#outer-wrapper > .container{
	padding-top: 80px;
	margin-bottom: var(--max-pad);
}
#product-product,
#information-information,
.corex-selector,
.multiselector-page{
	padding-top: 80px;
	margin-bottom: var(--max-pad);	
}

#bg-wrapper {
	position: fixed;
	content: '';
	display: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
/*	background: rgba(21, 21, 21, 0.72);*/
	background: rgba(242, 242, 242, 0.48);
}

.menu-open #bg-wrapper {
	display: block;
	opacity: 1;
	animation: opac-in-animate 0.3s ease-out forwards;
}
body.menu-open{
/*	position: fixed;*/
	overflow: hidden;
}

.menu-ani #bg-wrapper {
	display: block;
	opacity: 1;
	animation: opac-out-animate 0.3s ease-in forwards;
}

#content {
	min-height: 68vh;
	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;
	margin-bottom: var(--lg-pad); 
	text-align: center;
}
.title-block h2,
.title-block h3,
.title-block h4{
	margin-bottom: 0;
	line-height: var(--lg-pad);
}
/*
.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);
}
*/
.title-block-left{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 38%;
}
.title-block-left.title-block-lg{
	width: 50%;
}
.title-block-left h2{
	margin-bottom: var(--mid-pad); 	
}
.title-block-left b{
	display: block;
}
.title-block-left.title-block-lg b{
	display: inline-flex;
}
.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{
/*	text-transform: uppercase;*/
    font-size: 16px;
    font-weight: 600;
/*    letter-spacing: 3px;*/
	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);
}
.table-main thead td{
    font-weight: 600;
}
.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(--grey-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);
}
.content-banner-white{
	background: var(--white-color);
}
.content-banner-green{
	background: var(--light-bg-sub-color);
}
.full-info-page .content-banner-grey{
	padding-bottom: var(--max-pad); 
}
.full-info-page .content-banner-white{
	padding: var(--max-pad) 0; 
}
.full-info-page .content-banner-green{
	margin-top: 240px; 	
}
.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: 0px 8px 24px rgba(0, 0, 0, 0.16);
    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;
	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-main{
	position: relative;
	display: flex;
	padding: 0 24px;
	background: var(--grey-bg-color);
/*	border-bottom: 1px solid var(--dark-bg-color);*/
	z-index: 99;
}
.header-main:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;	
	z-index: 0;
	background: var(--dark-bg-color);
}
.header-main-start{
	position: relative;
	display: flex;
	width: 15%;
}
.header-main-menu{
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 85%;
	z-index: 99;
}
.header-main-end{
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding: 24px 0px;
	width: 85%;
}
.header-main-end .btn{
	margin-left: 24px;
}

.logo-main{
	position: relative;
	display: flex;
/*	width: 25%;*/
	padding: 28px 24px 28px 0px;
	opacity: 1;
	transition: all 0.2s ease;
}
.logo-main:hover{
	opacity: 0.64;
	transition: all 0.4s ease-out;	
}
.logo-main img{
	height: 24px; 
	width: auto;
}
.logo-dark{
	display: flex;
}
.logo-light{
	display: none;
}

.logo-main span{
	
}
.logo-main h2{
	margin: 0;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 700;
}

.nav-toggle {
	position: relative;
	float: right;
	cursor: pointer;
	display: none;
	width: var(--main-pad);
	height: var(--main-pad);
	padding: 0px;
	margin: 12px 8px 12px 0px;
	background: none;
	border: none;
	overflow: hidden;
}

.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;
}

.header-menu-small{
	position: relative;
	display: flex;
	padding: 16px 16px;
}

.nav-small{
	position: relative;
	display: flex;	
	padding: 0px;
}

.nav-small .txt-link{
	font-weight: 600;
	margin-right: var(--main-pad);  
}


.nav-main{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	list-style: none;
	padding: 0px 0px;
	margin: 0px;
/*	width: 80%;*/
}
.nav-main li{
	display: block;
	margin: 0;
	padding: 0;
/*	justify-content: center;*/
}
.nav-main > li > a{
	position: relative;
	display: block;
	justify-content: center;
	padding: 8px 16px;
	padding: 28px 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--text-color);
}
.nav-main > li > a:hover{
	color: var(--light-text-color);
}
/*
.nav-main li.active-link a{
	color: var(--light-text-color);
}
*/
.mobile-nav-footer.drop-footer-logos{
	display: none;
}

#menu-bg {
    position: fixed;
	content:'';
	display: none;
	opacity: 0;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	z-index: 98;
    background: rgba(0,0,0,0.32);
    background: rgba(255,255,255,0.32);
}
.menu-drop-bg #menu-bg {
	display: block;
	animation: opac-in-animate 0.2s ease-in forwards;
}
.menu-drop-bg.menu-drop-bg-out #menu-bg {
	animation: opac-out-animate 0.1s ease forwards;	
}

.menu-drop {
	position: absolute;
	display: none;
	height:auto;
	width:100%;
	max-width: 800px;
/*	height: 100%;*/
	right:0px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	top:80px;
	padding-top: 24px;
	background: none;
	z-index: 7;
}
.menu-trigger:hover .menu-drop {
	display: flex;
	z-index: 99;	
}
.menu-drop.show-drop-out{
	display: flex;
	pointer-events: none;
}
.menu-trigger:hover .menu-drop .drop-wrap{
	display: flex;
	animation: drop-show-animate 0.3s ease-out forwards;
	animation-delay: 0.05s;
}
.nav-main > li.menu-trigger > a{
	z-index: 100;	
}
.menu-trigger > a:after{
	display: none;
	position: absolute;
	flex-direction: column;
	justify-content: flex-end;
	text-align: center;
	right: calc(50% - 12px);
	top: calc(100% + 8px);
	width: 24px;
	height: 24px;
	color: #FFFFFF;
	content: "\f2ec";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	opacity: 0;
}
.menu-trigger.drop-show a:after{
	display: flex;
	animation: drop-show-animate 0.3s ease-out forwards;
	animation-delay: 0.05s;
}


@keyframes drop-show-animate {
	0% { opacity: 0;
		transform: translateY(10%);
		transform: translateY(64px);
	}
	50% { opacity: 1; }
	100% { opacity: 1;
		transform: translateY(0);
	}
}
@keyframes drop-out-animate {
	0% { opacity: 1;
		transform: translateY(0%);
	}
	100% { opacity: 0;
		transform: translateY(5%);
	}
}
.menu-drop .drop-wrap{
    position: relative;
    display: flex;
	flex-wrap: wrap;
    width: 100%;
	padding: 48px 24px 48px 36px;
	background:#FFFFFF;	
    border-radius: 7px;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	opacity: 0;
	transform: translateY(0%);
	transition: all 0.1s ease-in-out;
}
.menu-drop ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.menu-drop.d-menu-1{
	right: auto;
	left: 0;
}
.menu-drop.d-menu-3{
	right: 12%;
/*	left: 0;*/
}
.menu-drop.drop-small .drop-wrap{
/*	width: 72%;*/
	padding: 48px 24px 0px 36px;
}

.drop-col{
	position: relative;
	display: flex;
	flex-direction: column;
	padding-right: 24px;
	padding-bottom: 40px;
	width: 50%;
}

.drop-wrap h3{
	display: block;
	width: 100%;
	padding: 0px 12px 8px 12px;
	height: 24px;
	font-size: var(--main-font);
	font-weight: 600;
	color: var(--main-color);
}
.drop-wrap ul{
	display: flex;
	float: none;
}
.drop-wrap ul li{
	display: flex;
}

.menu-drop.drop-full{
	width: 118%;
	max-width: initial;
}

.drop-full .drop-wrap{
	flex-direction: column;
}
.drop-full .drop-wrap ul{
	display: block;
	height: 364px;
	height: auto;	
	column-count: 4;	
}
.drop-full .drop-wrap ul li{
	display: inline-block;
	padding-right: 12px;
}
.drop-full .drop-wrap ul li a{
	display: block;
}
.drop-full .drop-wrap ul li a.drop-letters span.char1,
.drop-full .drop-wrap ul li a.drop-letters span.char2{
	font-weight: 700;
}

.drop-wrap .drop-col ul{
	flex-wrap: nowrap;
	flex-direction: column;
}
.drop-wrap .drop-col ul li{
	width: 100%;
}

.drop-wrap ul li a {
	position: relative;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	padding: 12px 12px;
	line-height: 20px;
	color: var(--text-color);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	background:#FFFFFF;
	width: 100%;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}
.drop-wrap a:hover {
	color: var(--text-color);
	background: rgba(58, 152, 26, 0.08);
	background: var(--light-bg-sub-color);	
}
.drop-wrap ul li a div{
	display: block;
	font-size: var(--main-font);	
	font-weight: 600;
	line-height: 20px;
	color: var(--text-color);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.menu-drop:not(.drop-full) .drop-wrap ul li a span{
	display: block;
	line-height: 20px;
	font-size: var(--sm-font);	
	color: var(--text-color);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.drop-wrap ul li a span{
}
.drop-wrap ul.drop-icon-list li a{
	padding: 12px 12px 12px 68px;
}
.drop-wrap ul.drop-icon-list li a i{
	position: absolute;
	left: 12px;
	top: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color:#3a981a;
	border-radius: 3px;
	background: rgba(58, 152, 26, 0.08);
}

.drop-wrap ul.drop-icon-list + h3{
	margin-top: 32px;
}

.drop-footer{
	display: flex;
	width: calc(100% + 60%);
	background: var(--bg-sub-color);
	padding: 24px 48px;
	margin-left: -36px;
	margin-right: -24px;
	border-radius: 0px 0px 7px 7px;
}
.drop-footer-text{
	display: flex;
	flex-direction: column;
	width: 50%;
}
.drop-footer-text div{
	font-size: 14px;
	font-weight: 700;
	color: var(--main-color);
	line-height: 22px;
}
.drop-footer-text span{
	font-size: 12px;
	color: var(--light-text-color);
	line-height: 18px;
}
.drop-footer-logos{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 50%;
}
.drop-footer-logos .app-button{
	height: 32px;
	margin-left: 16px;
}
.drop-contact li {
	display: flex;
	margin-bottom: 4px;
}
.drop-wrap ul.drop-contact li a{
	display: inline-flex;
	flex-direction: row;
}
.drop-wrap ul.drop-contact li span {
	display: inline-flex;
	padding: 6px 12px;
	line-height: 20px;
	color: #333333;
}
.drop-contact li i{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 20px;
	height: 20px;
	font-size: 16px;
	margin-right:12px;
	color:#3a981a;
}

.app-button{
    display: inline-block;
    border: none;
    box-shadow: none;
    background: none;
    height: 40px;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.app-button img{
    height: 100%;
    width: auto;
}
.app-button:hover{
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

/*
.dropdown-toggle{
	position: relative;
	display: flex;
	padding: 0 56px 0px 16px;
	line-height: 48px;
	background: none;
	font-weight: 400;
	font-size: 14px;
	border:none;
}
.dropdown-toggle:after {
    content: "\f107";
    position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
    top: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
	border: none;
    color: var(--text-color);
}
.dropdown-menu {
    position: absolute;
	display: flex;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width:120px;
	width: 100%;
    padding: 8px 0;
    margin:0;
    font-size: 16px;
    color: var(--text-color);
    text-align: left;
    list-style: none;
    background:var(--dark-bg-color);
    background-clip: padding-box;
    border: none;
    border-radius:var(--border-radius);
}

.dropdown-menu.show {
    transform-origin: 50% 0%;
    transform: scaleY(1);
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.2s;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 16px;
	line-height: 24px;
	font-size: 14px;
    clear: both;
    font-weight: 400;
    color: var(--text-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
	font-weight: 700;
	color: var(--text-color);
    background: var(--dark-bg-color);
}
.dropdown-item.active, .dropdown-item:active {
	font-weight: 700;
	color: var(--text-color);
    background: var(--light-sub-color);
}
*/


/* HEADER BOTTOM */


.header-btm{
	position: relative;
	display: flex;
	padding: 0 24px;
	line-height: 48px;
/*	border-bottom: 1px solid rgba(0, 0, 0, 0.04);*/
/*	background: var(--white-color);*/
}
.header-btm:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;	
	z-index: 0;
	background: rgba(0, 0, 0, 0.04);
}
.header-btm:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;	
	z-index: -1;
	background: rgba(255, 255, 255, 0.32);
	-webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
}
.header-btm-text{
	position: relative;
	display: block;
	width: 30%;
	padding: 8px 0px;
	font-weight: 400;
}
.header-btm-text a{
	font-weight: 600;
}
.header-btm-bar{
	display: flex;
	justify-content: flex-end;
	width: 70%;
	padding: 8px 0px;
}
.header-btm-btns{
	display: flex;	
}
.header-buttons{
	position: relative;
	display: flex;	
/*
	align-self: flex-end;
	margin-left: auto;
*/
	text-align: right;
}
.header-buttons .txt-link{
	margin-left: var(--main-pad);  
}

.search {
	position: relative;
	display: flex;
/*
	max-width: 48px;
	overflow: hidden;
	transition: max-width 0.2s ease;
*/
}
/*
.search.search-open {
	max-width: 420px;
	max-width: 360px;
	transition: max-width 0.4s ease-out;
}
*/
.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-trigger .search-icon-open,
.search.search-open .search-trigger .search-icon-close{
	display: flex;
}
.search-trigger .search-icon-close,
.search.search-open .search-trigger .search-icon-open{
	display: none;
}
*/

.search-input-wrap{
	position: relative;
	display: block;
	width: 532px;
	max-width: initial;
/*
	opacity: 0;
	transition: opacity 0.2s ease;
*/
}
.search-input-wrap input[type="text"].form-control{	
	border:none; 
	background: var(--dark-bg-color);
	background: transparent;
	border-radius: 0;
	font-size: var(--main-font); 
	text-align: right;
}
.search-input-wrap input[type="text"].form-control:focus::placeholder {
  	color: transparent!important;
}
.header-search::-webkit-input-placeholder,
.header-search::-moz-placeholder,
.header-search::-ms-input-placeholder,
.header-search::placeholder{
	color: var(--grey-text-color);
}
.search-input-wrap .header-search-btn{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	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: 16px;
    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;
	margin: 0;
}

#search-input-main{
	display: block;
}
#search-mob-btn,
#search-input-mob{
	display: none;
}


/* 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;
}

#cart>.btn,
.header-btn{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
	font-weight: 300;
	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;
	margin-left: 8px;
	border-radius: 0px;
	transition: all 0.2s ease;
}
.header-btn-label{
	display: block;
	font-size: var(--sm-font);
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
}
/*
.header-btn{
	margin-left: var(--lg-pad);
}
*/
#cart>.btn:hover,
.header-btn:hover{
	color: var(--light-text-color);
	transition: color 0.4s ease-out;
}
/*#cart>.btn>span,*/
.cart-total-indicator {
	position: absolute;
	display: block;
/*	display: none!important;*/
	min-width: 16px;
	height: 16px;
	top: 8px;
	right: 0px;
	font-size: 10px;
	font-weight: 400;
	color: var(--white-color);
	text-align: center;
}
.cart-total-indicator span{
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 16px;
	border-radius: 8px;
	padding: 0px 4px;
	background: var(--main-color);
	vertical-align: top;
}
/*
#cart>.btn > i,
.header-btn > i{
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}
*/
#cart>.btn > i,
.header-btn > i{
	margin: 2px auto 2px auto;
	width: 24px;
	height: 24px;
	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,
#main-filters{
	position: fixed;
	/*	display: none;*/
	height: 100%;
	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: 0 6px 12px rgba(0, 0, 0, .175);
	transition: 0.2s ease-out right;
}

#cart.show #cart-main,
#filters.show #main-filters.show{
	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,
.filters-main-bg{
	content: '';
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(242, 242, 242, 0.64);
	z-index: -1;
	transition: 0.2s ease-out opacity;
	-webkit-transition: 0.2s ease-out opacity;
}

#cart.show .cart-main-bg,
#filters.show .filters-main-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;
	-webkit-transition: 0.2s ease-out opacity;
}
.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-top: var(--main-pad);
	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;
	-webkit-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;
	margin-bottom: var(--lg-pad);
}

#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: -32px!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);
	border-bottom: 1px solid var(--light-border-color);
}

.cart-header-product {
	width: 60%;
}

.cart-header-amount, .cart-header-price {
	width: 20%;
	text-align: right;
}

.cart-product-line {
	display: flex;
	padding: var(--mid-pad) 0px;
	padding: var(--main-pad) 0px;
	border-bottom: 1px solid var(--light-border-color);
}

.cart-products .cart-product-line:last-child {
	border: none;
}

.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%;
}

.cart-product-image {
/*	width: 80px;*/
	text-align: left;
}

.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;
	width: calc(100% - 96px);
	height: 100%;
	text-align: left;
	padding: 0 var(--mid-pad);
}

.cart-product-text > a {
	font-weight: 600;
	line-height: var(--main-pad);
}

.cart-product-options {
	font-size: 12px;
	color: var(--grey-color);
}
.cart-product-options span{
	
}
.cart-product-sub{
	margin-bottom: 8px;
}
.cart-product-sub > div{
	position: relative;
	display: flex;
	font-size: 12px;
	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: 700;
}
.cart-product-amount {
	width: 10%;
	text-align: right;
}
.cart-product-amount span{
	display: inline-flex;
	vertical-align: top;
	border-radius: var(--border-radius);
	padding: 0 12px;
	font-size: var(--sm-font); 
	background: var(--dark-bg-color); 
	line-height: var(--main-pad);
}

.cart-product-remove {
/*	margin-top: auto;*/
}

/*
.cart-product-remove button {
	text-decoration: underline;
}

.cart-product-remove button:hover {
	text-decoration: none;
}
*/

.cart-product-price {
	text-align: right;
	width: 20%;
	font-weight: 700;
	line-height: var(--main-pad);
}



/* alert */
.notification-wrapper {
	position: fixed;
	left: var(--main-pad);
	bottom: var(--main-pad);
	margin: 0;
	z-index: 1002;
}

.alert {
	position: fixed;
	left: var(--main-pad);
	bottom: var(--main-pad);
	margin: 0;
	z-index: 1002;
	max-width: calc(100% - var(--lg-pad));
	line-height: 56px;
	padding: 0 var(--lg-pad) 0px 0px;
	background: var(--white-color);
	color: var(--main-color);
	border-radius: 5px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
	border: none;
	overflow: hidden;
	line-height: var(--main-pad);
	padding: 16px var(--lg-pad) 16px 72px;
	opacity: 0;
	animation: alert-animate 0.5s ease-out forwards;
}
.alert.alert-dismissible{
	padding: 16px 56px 16px 72px;
}

.notification-wrapper .alert {
	position: relative;
	display: block;
	left: initial;
	bottom: initial;
	margin: 0;
	max-width: 100%;
	margin-top: var(--sm-pad);
	z-index: 1;
}
.alert > i {
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: top;
	width: 56px;
	padding: 0;
	min-height: 56px;
	text-align: center;
	font-size: 16px;
	margin-right: 16px;
	color: var(--white-color);
	line-height: 56px;
	z-index: 1;
}
.alert .close {
	display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
	height: 56px;
	width: 56px;
	line-height: 56px;
	padding: 0px;
	color: var(--text-color);
	font-weight: 300;
}
.alert .close i{
	font-size: 18px;
}
.alert a {
	color: var(--main-color);
}
.alert-dismissable .close, .alert-dismissible .close, .alert-info .close {
	position: absolute;
	right: 0px;
	top: 4px;
	top: 0px;
}

.alert.alert-success, .alert.alert-danger, .alert.alert-info, .alert.alert-warning {
	color: var(--text-color);
}

.alert.alert-success > i {
	background: var(--main-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: 0;
	left: 0;
	vertical-align: top;
	width: 56px;
	padding: 0;
	font-size: 16px;
	min-height: 56px;
	text-align: center;
	margin-right: 16px;
	color: var(--white-color);
	font-weight: 300;
	line-height: 56px;
	background: var(--border-color);
	z-index: 1;
}

.alert.alert-success:before {
	content: "\f058";
	color: var(--white-color);
	background: var(--main-color);
}
.alert.alert-warning:before {
	content: "\f05a";
	color: var(--white-color);
	background: var(--orange-color);
}
.alert.alert-danger:before {
	content: "\f071";
	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 24px 0px 0px;
	line-height: 24px;
	white-space: nowrap;
}
.breadcrumb > li a{
	font-size: 12px;
	color: var(--light-text-color);
	font-weight: 400;
	text-shadow: none;
}
.breadcrumb > li a:hover{
	color: var(--sub-color);
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 6px;
	height: 6px;
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after {
	display: none;
}

.breadcrumb.top-breadcrumb{
	display: flex;
	padding: 12px 56px;
	padding: 12px 24px;
	margin: 0;
}

/* PAGINATION STYLES *****************************/

.pagination {
	position: relative;
	margin: 0;
}

.pagination li a,
.pagination li span{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: var(--text-color);
	text-decoration: none;
	background: none;
	border: none;
	border-radius: var(--border-radius);
	padding: 8px;
	width: 48px;
	height: 48px;
	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(--dark-bg-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: 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%;
/*	z-index: 1;*/
}
.swiper-slide-image img{
	opacity: 0;
}
.swiper-text-block{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px;
	width: 48%;
	height: 100%;
	z-index: 2;
	color: var(--text-color);
}
.white-text .swiper-text-block{
	color: var(--white-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;
	height: 75vh;
	min-height: 720px;
}
.home-main-banner .banner-wrapper .swiper-slide{
	height: 100vh;	
	min-height: 960px;
}
.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;
}
.downloads-empty,
.cart-empty {
	display: flex;
	flex-direction: column;
	height: 90%;
	justify-content: center;
	text-align: center;
}
.downloads-empty-icon,
.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);
}
.downloads-empty span{
	color: var(--light-text-color);
}

.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(--light-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: 60%;
	text-align: left;
}

.cart-total-total {
	width: 40%;
	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: 50%;
	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 img{
	width: 80px;
	height: auto;
}
.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-block.cart-header-info{
	background: var(--mid-bg-color);
}
.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{
	padding:12px 16px;
	line-height: 24px;
	font-weight: 600;
}

.cart-info .cart-block .image{
	width:13%;
    padding:10px 15px;
}
.cart-info .cart-block .image a{
    display: block;
}

.cart-info .cart-block .name{
	width:30%;
}
.cart-info .cart-block .model{
	width:14%;
}
.cart-info .cart-block .quantity{
	width:15%;
	text-align:center;
    line-height: 48px;
    padding:16px 16px;
}
.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:14%;
	text-align:right;
}

.cart-info .cart-block .total{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	line-height: 24px;
	width:14%;
	text-align:right;
    font-weight: 600;
	padding-right: 0;
}
.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;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.cart-info .cart-block > .cart-checkbox.select-mode.select-mode-on {
    opacity: 1;
    width: 64px;
    padding: 16px 16px;
    -webkit-transition: 0.4s ease all;
    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;
}


/* CHECKOUT STYLES*/

/*
.checkout-page #outer-wrapper{
	background: var(--dark-bg-color);
}
*/

.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-center-content{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	height: 100%;
	margin: 0 auto;
}
.checkout-content-block{
	position: relative;
	display: flex;
	flex-direction: column;	
	padding: var(--lg-pad); 
}
.checkout-center-content h4{
	margin-bottom: var(--mid-pad); 
}
.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-checkout {
	padding: var(--lg-pad) var(--max-pad);
	padding: var(--main-pad);
}
.checkout-main{
	padding: 0 var(--lg-pad);
	padding: 0;
}
.checkout-main-nav {
	margin: 0 0px var(--xl-pad) 0px;
	background: var(--grey-bg-color);
	border-radius: 9px;
}
.register-main-nav {
	margin: 0 0px var(--lg-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;
/*
	text-align: center;
	align-items: center;
	justify-content: center;
*/
	width: 16.6666%;
	width: 25%;
	padding:var(--main-pad) var(--sm-pad);
}
.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 var(--sm-pad);
}
.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);
}
.checkout-main-nav li .nav-item-link > div{
	position: relative;
	display: flex;
	text-align: center;
	align-items: center;
}
.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 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: 4px;
	right: -16px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: var(--text-color);
	z-index: 1;		
}
.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(--white-color);
	background: var(--light-text-color);
}
.register-main-nav .nav-item-nr {
	margin-right: 8px;
}
.checkout-main-nav .nav-item-link a.active .nav-item-nr,
.checkout-main-nav .nav-item-link a.step-clear .nav-item-nr{
	color: var(--white-color);
	background: var(--sub-color);
}

/*.checkout-main-nav li .nav-item-link > div.nav-item-checked .nav-item-nr*/

.nav-item-checked .nav-item-nr{
	background: var(--light-sub-color);
	background: var(--sub-color);
}

.checkout-main-nav .nav-item-nr .ni-nr{
	display: block;
}
.checkout-main-nav .nav-item-nr .ni-icon{
	display: none;
}

#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-full {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 var(--mid-pad);
	background: var(--white-color);
}
.checkout-content-full.full-no-pad{
	padding: 0;
}

.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);
}

.content-left-columns{
	position: relative;
	display: flex;
	flex-direction: row;
	margin-left: -24px;
	margin-right: -24px;
}
.checkout-left-col{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 50%;	
	padding: 0 var(--main-pad);
}

.checkout-content-cart{
	position: relative;
	display: flex;
	flex-direction: column;
	color: var(--text-color);	
}
.checkout-content-cart .checkout-content-table{
    padding: var(--main-pad);
	background: var(--bg-color);	
}
.checkout-content-center{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 36%;
	min-width: 420px;
	padding: var(--lg-pad);
	margin: 0 auto;
}
.checkout-content-center.less-pad{
	padding-top: 0;
}
.checkout-content-right .content-block {
	padding: var(--main-pad);
	margin-bottom: var(--main-pad);
}

.checkout-title-top{
	position: relative;
	display: flex;	
	width: 100%;
	margin-bottom: var(--lg-pad);
}
.checkout-title, .checkout-title-small, .checkout-form-title{
	position: relative;
	display: flex;
/*	flex-direction: column;*/
	font-size: 24px;
	font-weight: 400;
	line-height: var(--lg-pad);
/*
	border-bottom: 1px solid var(--border-color);
	padding-bottom: var(--main-pad);
*/
}
.full-no-pad .checkout-title-top .checkout-title{
	display: flex;
	padding: var(--sm-pad) 0;
	width: 30%;
}
.full-no-pad .checkout-title h1{
	line-height: var(--main-pad);
	display: inline-flex;
	margin: 0;
	margin-right: 16px;
}

.checkout-title-small, .checkout-form-title{
	font-size: 20px;
}
.checkout-title b, .checkout-title-small b, .checkout-form-title b{
	font-weight: 600;
}
.checkout-title-top .checkout-title{
	display: block;
	width: 50%;
}
.checkout-title-content{
	position: relative;
	display: flex;	
	margin-bottom: var(--main-pad);
}
.checkout-title-small{
	position: relative;
	display: block;
	line-height: var(--main-pad);	
	margin-bottom: var(--main-pad);
}
.checkout-form-title{
	display: block;
	flex-direction: row;
	line-height: var(--med-pad);
	margin-bottom: var(--lg-pad);	
}
.checkout-title-top .checkout-title-button{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	width: 50%;
}
.checkout-title-button .buttons{
	margin: 0;
}
.checkout-title-button .btn-back{
	display: none;
}
.checkout-title-buttons{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	text-align: right;
	width: 70%;	
}
.checkout-title-buttons .btn{
	margin-left: var(--mid-pad); 
}
.checkout-content-inner{
	position: relative;
	display: flex;
	flex-direction: column;	
	margin-bottom: var(--main-pad);
}
.checkout-content-inner .radio{
	margin-bottom: var(--mid-pad);
}
.checkout-content-inner .radio label{
	width: 100%;
}
.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 .content-block h2 {
	font-size: 16px;
}

.checkout-content-right .content-block legend {
	font-size: var(--sm-font);
}

.checkout-content-right .content-block .buttons {
	margin-bottom: 0;
}

.checkout-content-right .content-block .pull-right {
	width: 100%;
	margin: 0;
}

.checkout-content-right .content-block .btn {
	width: 100%;
}

.checkout-content-right .col-sm-2.control-label, .checkout-content-right .col-sm-10 {
	padding: 0;
	width: 100%;
	max-width: 100%;
}

.checkout-content-right .col-sm-2.control-label {
	font-weight: 700;
}

.checkout-content-right .cart-totals {
	border: none;
}

.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-button-bar {
	position: relative;
	display: flex;
	flex-direction: row;
	line-height: var(--lg-pad);
	width: 100%;
	margin-bottom: var(--main-pad);
}

.checkout-button-bar h3 {
	line-height: var(--lg-pad);
	margin: 0;
	font-weight: 700;
}

.checkout-button-right {
	display: flex;
	align-self: flex-end;
	margin-left: auto;
}

.checkout-button-right .btn {
	margin-left: 16px;
}

#checkout-content .table-responsive {
	overflow: hidden;
}

.checkout-hidden{
	opacity: 0;
}
.checkout-info-block{
	position: relative;
	display: flex;
    background: var(--bg-sub-color);
	color: var(--main-color); 
    padding:var(--sm-pad) var(--sm-pad);
	border-radius: var(--border-radius);
	margin-bottom: var(--lg-pad);
}
.checkout-content-inner .checkout-info-block{
	margin-left: 40px;
}
.checkout-info-block > div{
	position: relative;
	display: block;
	font-size: var(--sm-font); 
	padding-left: 32px;
}
.checkout-info-block:before{
	position: absolute;
	content: "\f05a";
	font-family: "Font Awesome 6 Pro";
	top: 12px;
	left: 12px;
	vertical-align: top;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0;
	font-size: 14px;
	text-align: center;
	z-index: 1;	
}
.checkout-info-block-title{
	display: block;
	font-weight: 600;
	line-height: 24px;
}

#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: 0px 1px 24px rgba(0, 0, 0, 0.08);
}
.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(--main-color);
	margin-bottom: 16px;
}

.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;
}

#multisafepay-form fieldset{
	display: none;
}

.download-center-text{
	display: flex;
	flex-direction: column;
	align-items: center;
    text-align: center;
/*	height: 100%;*/
	width: 48%;
	margin: 0 auto;
	padding: var(--xl-pad) 0;
	background: var(--white-color);
}
.download-success-icon{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size: 40px;
	width: 96px;
	height: 96px;
	line-height: 96px;
	border-radius: 50%;
	background: var(--light-bg-sub-color);
	color: var(--main-color);
	margin: 0 auto;
	margin-bottom: 24px;
}
.download-center-text p{
	width: 50%;
}
.download-center-text p a{
	color: var(--main-color);
}
.download-center-text p a:hover{
	color: var(--sub-color);
}



.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;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: loader-ani 1.8s infinite ease-in-out;
	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;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}
@-webkit-keyframes loader-ani {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes loader-ani {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

/* FILTERS */

.bf-panel-wrapper .box {
	border: none;
	background: none;	
}

.bf-attr-block{
	margin-bottom: var(--main-pad); 
}
.filter-main-header{
	display: none;
}
.bf-attr-header{
	padding: 8px 8px 8px 16px;
	padding: 12px 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: 300;
	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-attr-block-cont{
	padding: 0px 4px;
	padding: 0px;
}
.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;
}
.bf-price-slider-container{
	padding: 12px 8px 24px 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;
}
.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;
	outline: none!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: 7px;
	height: 48px;
	text-align: center;
	background: var(--bg-color); 
	border: 1px solid 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: 300;
	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;
}

.checkbox.ch-btn .bf-cell label{
	padding-right: 0px;
	height: 24px;
}

.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 {
	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-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: 300;
	z-index: 2;
}

.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;
    position: relative;
    cursor: pointer;
}

.bf-sliding-show:hover {
    color: var(--light-text-color); 	
}
.filter-mob-btn{
	display: none;
}

/* CATEGORY */


#product-category #content,
#product-manufacturer #content{
	padding: 0  var(--main-pad);
	width: 100%;
}

/*
#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-back-btn{
	display: none;
}
/*
#filters-toggle{

}
*/

.category-image{
	display: flex;
	margin-bottom: var(--lg-pad); 
	border-radius: var(--border-radius);
	overflow: hidden;
}
.category-image img{
	width: 100%;
	height: auto;
}

/*Temp changes*/
/*

#product-category .category-left{
	width: 30%;
	padding-right: 96px;
	
	display: none;
}
#product-category .category-left #column-left{
	max-width: 100%;
	width: 100%;
	flex: 1;
}
*/

.category-filter-bar{
	display: flex;
	justify-content: flex-end;
	width: 50%;
}

.category-filter-sort{
	display: flex;
}
.category-filter-select{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: initial;
	min-width: 108px;
	padding-left: var(--main-pad); 
	margin-bottom: 0;
}
.category-filter-select.filter-select-lg{
	min-width: 208px;
}
.category-filter-select.filter-select-list{
	padding: 0;
	width: 280px;
	width: 342px;
}
.filter-select-list .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;
}
.categroy-results{
	text-align: right;
	color: var(--light-text-color);
	line-height: var(--lg-pad); 
}
.category-filter-info .categroy-results{
	margin-top: var(--main-pad);
}

.product-row{
    display: flex;
	flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;	
	margin-bottom: var(--lg-pad); 
}

.product-special{
    margin-bottom: var(--xxl-pad);
}
.product-block{
	display: flex;
	flex-direction: column;
	width: 33.3333%;
	width: 25%;
	padding: 0 12px;
	margin-bottom: var(--main-pad); 
}
/*#product-search .product-block,*/
.product-special .product-block,
.product-featured .product-block{
	width: 25%;
	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);
/*	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);*/
}
.product-thumb-placeholder{
	position: relative;
	display: block;
    width: 100%;
/*    padding-top: 56.25%;*/
	padding-bottom: 100%;
}
.product-thumb:after {
	content: '';
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: var(--border-radius);
	background: var(--white-color);
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
	transform: scale(1);
	transition: all 0.2s ease;
}
.product-thumb:hover:after {
	transform: scale(1.04);
	transition: all 0.4s ease-out;
}
.product-thumb .image {
	position: relative;
/*	padding: var(--main-pad) var(--lg-pad); */
	margin: var(--main-pad) var(--lg-pad); 
/*	background: var(--white-color);*/
	text-align: center;
}
.product-thumb .image a {
	display: block;
	border-radius: var(--border-radius);
	overflow: hidden;
	
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-badge{
	position: absolute;
	display: flex;
	top: 24px;
	right: 24px;
	padding: 4px 8px 3px 8px;
	line-height: 17px;
	font-weight: 400;
	font-size: 12px;
/*	text-transform: uppercase;*/
	border-radius: var(--border-radius);
	color: var(--white-color);
	background: var(--main-color);
	z-index: 2;
}
.green-badge{
	background: var(--green-badge-color);
}
.red-badge{
	background: var(--red-color);
}
.orange-badge{
	background: var(--orange-color);
}

.product-block-main{
	display: flex;
	flex: 1;
	flex-direction: column;
	text-align: left;
	padding: var(--main-pad);
	padding-top: 0px;
}
.product-block-text{
	display: flex;
	flex-direction: column;
	margin-bottom: var(--main-pad);
}
.product-block-text h4{
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 8px;
}
.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;*/
	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;
}
.product-block-bottom .btn{
	align-self: flex-end;
}
.product-block-bottom .txt-i-btn{
	width: 100%;
	padding: 0;
	color: var(--main-color);
	transition: all 0.2s ease;
}
.product-block-bottom .txt-i-btn i{
	margin-left: auto;
	margin-right: 0;
}
.product-price{
	display: flex;
/*
	flex-direction: column;
	justify-content: flex-end;
	width: 50%;
*/
}
.product-button-full{
	display: flex;
	flex-direction: column;
	width: 100%;	
}
.product-button-full .btn{
	align-self: center;
	width: 100%;
}

.product-price .price {
	color: var(--light-text-color);
	margin: 0;
}
.product-price .price-main {
	font-size: 24px;
	font-weight: 600;
	color: var(--main-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-alt{
	position: relative;
}
.product-alt .product-price{
	margin-bottom: 24px;
}
.product-alt .product-block-desc{
	margin-bottom: 0px;
}
.product-discount{
	position: absolute;
	display: flex;
	flex-direction: column;
	text-align: center;
	top: 0;
	right: var(--main-pad); 
	padding: var(--mid-pad);
	color: var(--white-color);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	border-radius: 0px 0px var(--mid-border-radius) var(--mid-border-radius);
	background: var(--sub-color); 
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}
.product-discount div{
	font-size: 32px;
}
.product-discount span{
	text-transform: uppercase;
}



#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 PAGE */

/*
.product-page #outer-wrapper{
	padding: 0;
}
*/

#product-product{
	position: relative;
	z-index: 2;
}
.product-wrapper{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: var(--xxl-pad);
/*
	min-height: 92vh;
	min-height: 1040px;
*/
}
/*
.product-wrapper .breadcrumb{
	display: flex;
}
*/

.product-left{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 25%;
	padding:0; 
/*	background: var(--main-color);*/
	
	order: 1;
}
.product-images{
	position: relative;
	position: sticky;
	top: 200px;
	display: flex;
	flex-direction: column;
/*	margin-bottom: var(--lg-pad);*/
}
.product-images.product-images-mobile{
	display: none;
}

.product-left:not(.product-extra-images) .product-images{
	justify-content: flex-end;
}
.thumbnails {
	position: relative;
	display: flex;
	flex-direction: row;
	padding: 0;
/*	padding-right: 8px;*/
	margin: 0;
	margin-right: -8px;
/*	width: 128px;*/
	width: 100%;
/*	height: 100%;*/
	overflow: hidden;
}
.thumbnails .thumbnail {
	position: relative;
	display: flex;
	height: 100%;
	width: 25%;
	width: calc(25% - 8px);
	margin-right: 8px;
	border: 1px solid var(--light-border-color);
	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(--border-radius);
	overflow: hidden;
    vertical-align: top;
	margin-bottom: 16px;
}
.product-main-image img{
	height: auto;
	width: 100%;
	max-width: 100%;
}
.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{
	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-toolbar .lg-icon:hover,
.lg-next:hover:not(.disabled), 
.lg-prev:hover:not(.disabled) {
    color: var(--sub-color);
}

.product-right{
	display: flex;
	flex-direction: column;
	width:75%;
	padding: 0 0 0 var(--lg-pad);
	order: 2;
}
.product-right h1{
	font-size: 32px;
	font-weight: 600;
	margin-bottom: var(--main-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;
	line-height: var(--main-pad);
	margin-bottom: var(--main-pad);	
}
.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: 600;
	padding-left: var(--xxs-pad);
}
.product-top-right {
	justify-content: flex-end;
}

.prod-stock{
	display: flex;
}

.prod-stock span{
	font-weight: 600;
}
.prod-stock-true i, .prod-stock-none i{
	margin-right: var(--xs-pad);
    font-size: 16px;
}
.product-col .prod-stock-true i, 
.product-col .prod-stock-none i{
	margin-right: var(--xxs-pad);
}
.prod-stock-true i{
	color: var(--main-color); 
}
.prod-stock-none i{
	color: var(--orange-color);
}
.prod-stock .prod-stock-true{
	margin-left: var(--main-pad); 
	color: var(--main-color);
}
.prod-stock .prod-stock-none{
	margin-left: var(--main-pad); 
	color: var(--orange-color);
}

.product-bottom-info{
	display: flex;
	justify-content: space-between;
	margin-bottom: var(--xl-pad);
	margin-bottom:64px;	
}
.product-info-wrap{
	display: flex;
	justify-content: flex-start;
	width: 40%;	
}
#product .cart{
	display: flex;
	justify-content: flex-end;
	width: 60%;
}
.product-bottom-info .button-cart,
.product-bottom-info .button-otp-cart{
	margin-left: var(--mid-pad); 
	align-self: flex-start;
}

.product-info-text-wrap{
	display: flex;
    border-radius: 3px;
    max-width: 100%;
	background: var(--bg-sub-color);
	color: var(--main-color);
}
.product-info-text-wrap i {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
    font-size: 16px;
    font-weight: 300;
    height: var(--lg-pad);
    line-height: var(--lg-pad);
    width: var(--lg-pad);
}
.product-info-text{
	display: flex;
	font-size: 14px;
    padding: 12px 16px 12px 0;
	width: calc(100% - var(--lg-pad));
}

.product-description-short{
/*	color: var(--light-text-color);*/
	margin-bottom: var(--main-pad);
}
.product-description-short b{
	font-weight: 700;
	color: var(--white-color); 
}
.product-description{
	position: relative;
	padding: 0;
	margin: 0 0 var(--main-pad) 0;
/*	border-bottom: 1px solid var(--light-border-color);*/
}
.product-description h2{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: var(--main-pad);
}
.product-description 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-btn{
	position: relative;
	display: flex;
	padding: var(--xxs-pad) var(--sm-pad) 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-btn 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-btn:hover{
	transition: all 0.2s ease;
	color: var(--sub-color); 
	background: var(--bg-icon-color); 
}


.product-order-list{
	position: relative;
	display: inline-block;
}
#orderlist-dropdown{
	position: absolute;
	top: 64px!important;
	right: 0px!important;
	left: initial!important;
	background: #FFFFFF;
	border-radius: 9px;
	width: 254px;
	padding: 16px 16px 16px 16px;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	z-index: 9;
	text-align: left;
	float: none;
	border: none;
	margin: 0;
	min-width: initial;
	font-size: 14px;
	transform:none!important;
}
#orderlist-dropdown:before{
	display: flex;
	position: absolute;
	flex-direction: column;
	justify-content: flex-end;
	right: 32px;
	top: -16px;
	width: 24px;
	height: 24px;
	color: #FFFFFF;
	content: "\f2ec";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	z-index: 0;
}
.product-orderlist-title{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}
.product-orderlist{
	position: relative;
	height: 128px;
	height: 160px;
	overflow: hidden;
	overflow-y: auto;
	margin-bottom: 16px;
	scrollbar-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.08);
	scrollbar-width: thin;
}

#orderlist-dropdown ::-webkit-scrollbar {
	width: 8px;
	border-radius: 4px;
	cursor: pointer;
}

#orderlist-dropdown ::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.08);
	cursor: pointer;
	border-radius: 4px;
}

#orderlist-dropdown ::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	cursor: pointer;
	transition: background 300ms ease;
}

#orderlist-dropdown ::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.32);
	cursor: pointer;
}


.product-orderlist .list-checkbox{
	position: relative;
	display: block;
	padding: 4px 0px;
}
.list-checkbox .ch-btn{
	width: calc(100% - 40px);
	height: 24px;
	vertical-align: top;
}
.list-checkbox .ch-btn label{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 24px;
	margin: 0px;
	padding-right: 0px;
}
.list-checkbox .i-btn{
	position: absolute;
	right: 0px;
	top: 12px;
	width: 24px;
	min-width: 24px;
    height: 24px;
	line-height: 24px;
	padding: 4px;
    text-align: center;
	opacity: 0;
	background: none;
}
.list-checkbox:hover .i-btn{
	opacity: 1;
}
.list-checkbox .i-btn:hover, 
.list-checkbox .i-btn:focus, 
.list-checkbox .i-btn:active{
	padding: 4px;
	background: none;
	color: var(--sub-color);
}

.product-orderlist-input{
	position: relative;
}
.product-orderlist-input input[type='text']{
	min-width: initial;
	width: 100%;
}
.product-orderlist-input .i-btn{
	position: absolute;
	right: 0px;
	top: 0px;
}

.product-options{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: var(--main-pad);
}

.product-options > .form-group{
	padding-bottom: var(--main-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);	
/*	z-index: 10;*/
}
.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);	 
/*	background:transparent;	 */
	border:1px solid transparent;
}
.product-options .form-select .selectric .label {
/*
    height: 46px;
    line-height: 30px;
    margin-right: 48px;
    padding: 8px 0px 8px 16px;
*/
    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-button-wrap{
	display: flex;
	padding-right: var(--max-pad);
	margin-bottom: var(--lg-pad);
}

.product-amount{
	display: flex;
	flex-direction: column;
	padding-right: var(--main-pad);
/*	width: 50%;*/
}
.product-amount-title{
	font-weight: 500;
	margin-bottom: 4px;
}
.product-amount input.form-control{
	width: 64px;
	text-align: center;
	background: var(--bg-input);
	border: 1px solid var(--bg-input);
	margin-bottom: 0;
}
.product-cart-button {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
/*	width: calc(100% - 88px);*/
}

.product-price-list{
	position: relative;
	margin-bottom: var(--main-pad);
	margin-bottom: var(--sm-pad);
}
/*
.product-price-list:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 64px;
    background: var(--dark-border-color);
}
*/
.product-price-list h2{
	margin-bottom: 0px;
	font-size: 24px;
}
.product-price-sale{
	color: var(--light-text-color);
	text-decoration: line-through;
}
.product-price-small-text{
	color: var(--light-text-color);
/*	font-size: 14px;	*/
}

.product-payment{
	position: relative;
	display: flex;
	margin-top: var(--main-pad);
	padding-bottom: var(--main-pad);
	margin-bottom: var(--main-pad);
	line-height: var(--med-pad);
	border-bottom: 1px solid var(--light-border-color);	
}
.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;	
}
.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: 4px;
}
.product-payment ul li a img{
	height: 100%;
	width: auto;
}

.product-bottom{
	position: relative;
	display: flex;
	flex-direction: column;
}
.product-bottom-related{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: var(--mid-pad);
}

.mobile-product-button{
	display: none;
}

/*
.info-text{
	position: relative;
	display: block;
	padding: var(--mid-pad) var(--main-pad) var(--mid-pad) var(--lg-pad);
	margin: var(--main-pad) 0;
	background: var(--dark-bg-color);
	border-radius: var(--border-radius);
}
.info-text:before {
    position: absolute;
    display: inline-block;
    content: "\f05a";
    left: 16px;
    top: 16px;
    height: var(--main-pad);
    width: var(--main-pad);
    line-height: var(--main-pad);
    font-size: 18px;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
	pointer-events: none;
}
.info-text a{
	display: inline-block;
	text-decoration: underline;
}
.info-text a:hover{
	text-decoration: none;
}
*/


/* OTP PRODUCT TABLE */

.otp-holder{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 120px;
	order: 3;
/*	margin-bottom: var(--lg-pad); */
}
#otp-model, #otp-stock, #otp-extra{
	color: #3a981a;
	display:inline;
}
#otp-extra{
	font-weight:bold;
}

.product-table{
	position: relative;
	margin-bottom: var(--main-pad); 
	width: 100%;
}
.product-table .product-table-row{
	position: relative;
	display: block;
/*	display: flex;*/
	padding: 0px 8px;
}
.product-table .product-table-row.header-row{
	color: var(--text-color);
	display: block;
}
/*
.product-table .product-table-row:nth-of-type(2n){
	background: var(--bg-color); 
}
*/
.product-table .product-table-row:nth-child(odd){
	background: var(--bg-color); 
}
/*
.product-table .product-table-row:nth-child(even){
	background: var(--light-bg-color); 
}
*/
.product-table .product-table-row:hover{
	background: var(--bg-sub-color); 
	background: var(--light-bg-sub-color); 
}
.product-table .product-table-row.header-row:hover{
	background: var(--bg-color); 
}
.product-col{
	display: flex;
	display: block;
	float: left;
	width: 11%;
	padding: 12px 8px;
	line-height: 24px;
/*	font-size: 15px;*/
	overflow: hidden;
	white-space: nowrap;
/*	text-overflow: ellipsis;*/
}
.product-table-row.header-row{
	background: var(--bg-color); 
}
.product-table-row:after{
	content: '';
	display: block;
	clear: both;
}
.product-table-row.header-row .product-col{
/*	padding: 0 5px;*/
	text-overflow: ellipsis;
	font-weight: 500;
}
.product-col.p-col-model{
	width: 14%;
}
.product-col.p-col-quan{
	width: 9%;
	width: 8%;
}
.product-col.p-col-price, .product-col.p-col-price-b{
	text-align: right;
	float: right;
	width: 12%;
	overflow: inherit;
}
.product-col.p-col-price .price-old{
	color:var(--red-color);  
	text-decoration: line-through;
}

.product-col.p-col-price-b{
	width: 12%;
}
.product-col.p-col-price-q{
	text-align: right;
	float: right;
	width: 11%;
	overflow: inherit;
}
.product-col.p-col-input{
	text-align: right;
	float: right;
	width: 10%;
	padding-right: 0;
}
/*
.product-table-row.header-row .product-col.p-col-price,
.product-table-row.header-row .product-col.p-col-price-b,
.product-table-row.header-row .p-col-price-q,
.product-table-row.header-row .product-col.p-col-input{
	float: right;
}
*/
.tab-8 .product-col{
	width: 12%;
}
.tab-8 .product-col.p-col-quan{
	width: 16%;
}
.tab-8 .product-col.p-col-price-q{
	width: 14%;
}
.tab-8 .product-col.p-col-input{
	width: 10%;
}
.tab-6 .product-col{
	width: 17%;
}
.tab-6 .product-col.p-col-input{
	width: 15%;
}

.tab-4 .product-col{
	width: 20%;
}
.tab-4 .product-col.p-col-input{
	width: 15%;
}

.header-row .product-col.p-col-input{
	padding-right: 5px;
}
.product-col.p-col-input .quantity-picker .quantity {
    float: right !important;
    margin: 0;
}

.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: 300;
    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);	
}
.otp-quantity, 
.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);	
}
.otp-quantity:focus,
.product-quantity:focus{
	border: none;
	outline: none;
}
.product-swipe{
    display: none;
}

/*
.product-top:after, .product-row:after{
	content: '';
	clear: both;
	display: block;
}
*/

.price-info-sm{
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	text-align: right;
	font-size: 12px;
	color: var(--grey-color);
	line-height: var(--main-pad);
}
.price-info-old {
	text-decoration: line-through;
}


.price-info{
	position: relative;
	display: inline-block;

}
.price-info-i{
	color: #3a981a;
	font-size: 16px;
	cursor: pointer;
    margin-left: 5px;
}
.price-info-i i{
    vertical-align: text-bottom;
}

.price-info-content{
	display: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 15px 20px 10px 20px;
	z-index: 2;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #e1e1e1;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
}
.price-info-content h4{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
}
.price-info:hover .price-info-content{
	display: block;
}

/* HOME */

.home-page #outer-wrapper{
	padding-top: 80px;
	padding-top: 0px;
}
#common-home{
	position: relative;
	padding: 0px!important;
	margin-bottom: 0!important;
}
#common-home #content {
	min-height: initial;
}
.home-main-banner{
/*	background: var(--mid-bg-color);*/
	background: var(--bg-color);
	padding-bottom: var(--max-pad);
}
.home-main-banner #banner1{
	display: none;
}
.home-main-banner .swiper-slide-text-wrap{
	height: 50%;
	top: 50%;
}
.home-main-banner .swiper-text-block{
	justify-content: flex-start;
}
.home-banner-blocks{
	position: relative;
	display: flex;
	margin-top: -120px;
	padding-left: 174px;
	z-index: 2;
}
.home-banner-block{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 33.3333%;
}
.swiper-slide.home-banner-block{
	width: 33.3333%;
	height: auto;
}
.home-banner-block-content{
	position: relative;
	display: flex;
	height: 100%;
	padding: var(--lg-pad);	
}
.home-banner-block-icon{
	position: relative;
	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: 24px;
}
.home-banner-block-text{
	position: relative;
	display: flex;
	width: calc(100% - var(--lg-pad) );
	flex-direction: column;
	padding-left: var(--mid-pad);
}
.home-banner-block-text h3{
	line-height: var(--lg-pad);
	line-height: 1.4;
	padding: 8px 0px;
	margin-bottom: 4px;
}
.home-banner-block-text p{
	margin: 0;
	line-height: 1.5;
}
.home-banner-block-button{
	position: relative;
	display: flex;
	padding:var(--sm-pad) var(--lg-pad) var(--sm-pad) 112px;
}
.home-banner-block-button .txt-i-btn{
	color: var(--white-color);
	padding: 0;
	transition: all 0.2s ease;
}
.home-banner-block-button .txt-i-btn:hover{
	color: var(--white-color);
	opacity: 0.8;
}

.hbb-1 .home-banner-block-content{
	background: #E8E7E7;
}
.hbb-1 .home-banner-block-button{
    background: var(--sub-color);
}
.hbb-2 .home-banner-block-content{
    background: var(--dark-bg-color);
}
.hbb-2 .home-banner-block-button{
    background: var(--mid-sub-color);
}
.hbb-3 .home-banner-block-content{
	background: var(--grey-bg-color);
}
.hbb-3 .home-banner-block-button{
    background: var(--light-sub-color);
}

.home-content-top{
	position: relative;
	background: var(--bg-color);
	margin-bottom: var(--full-pad);
}
.home-content-top .container{
	position: relative;
	z-index: 1;
}
.home-content-top:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 40%;
	left: 0;
	bottom: 0;
	background: var(--white-color);
	z-index: 0;
}
.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-page .news-module{
	margin-bottom: 120px;
}

.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-tabs-2 .nav-item {
	width: 50%;
}
.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;
}
.home-app-banner .container{
	position: relative;
	z-index: 1;
}
.home-app-banner .home-banner-content{
	background: var(--bg-sub-color);
	border-radius: var(--border-radius) 0 0  var(--border-radius); 
}
.home-app-banner:after{
	content: '';
	position: absolute;
	display: block;
	width: 50%;
	height: 100%;
	right: 0%;
	top: 0;
	background: var(--bg-sub-color);
	z-index: 0;
}
.home-app-banner .home-banner-text{
	padding: var(--lg-pad);
	padding: 80px var(--lg-pad) 80px 80px;
}
.home-app-banner h2{
	font-size: 40px;
	margin-bottom: var(--mid-pad);
}
.home-app-banner h2 span{
	color: var(--main-color);
	font-weight: 600;
}
.home-app-banner p{
	font-weight: 400;
	margin-bottom: var(--lg-pad);
}
.home-app-banner .home-banner-img{
	padding-left:  var(--lg-pad);
}
.home-app-banner .home-banner-img img{
	margin-top: -200px;
}

.home-team-banner{
	position: relative;
	display: flex;
	flex-direction: column;
	background: linear-gradient(180deg, rgba(237, 245, 235, 0) 0%, rgba(237, 245, 235, 1) 100%) 0% 0% no-repeat;
	padding-bottom: var(--max-pad); 
}
.home-team-banner .home-banner-content{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.home-team-top{
	display: flex;
	flex-direction: column;
	padding-top: var(--lg-pad);
	width: 100%;
	align-self: center;
	align-items: center;
}
.home-team-banner .home-banner-text{
	width: 28%;
	align-self: center;
	text-align: center;
	margin-bottom: var(--xl-pad);
}
.home-team-banner h2{
/*	font-size: 40px;*/
	margin-bottom: var(--mid-pad);
}
.home-team-banner h2 b{
	display: block;
}
.home-team-banner p{
	margin-bottom: var(--lg-pad);
}
.home-team-banner .btn{
	align-self: center;
}
.home-team-banner .home-banner-img{
	width: 100%;
	align-self: center;
	align-items: center;
	border-radius: var(--mid-border-radius);
	overflow: hidden;
/*	background: var(--bg-sub-color);*/
}
.home-team-banner .home-banner-img img{
	width: 100%;
	height: auto;
}

.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{
	position: relative;
	display: flex;
	flex-direction: column;	
	flex-grow: 1;
}
.home-text-block-text.no-text h3{
	margin-bottom: var(--lg-pad); 
}
.home-text-block .txt-i-btn{
	padding: 0;
	margin-top: auto;
}


/* CONTACT PAGE */

#information-contact{
	position: relative;
	background: var(--bg-color);
	padding-top: 80px;
    margin-bottom: var(--max-pad);
}
#information-contact .container{
	position: relative;
	z-index: 2;
}
.contact-bg{
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	z-index: 0;
	background: var(--white-color);		
}

.contact-top{
	position: relative;
	display: flex;
	margin-bottom: var(--lg-pad);
}
.contact-text{
	width: 50%;
}
.contact-text h1{
	font-size: 48px;
	margin-bottom: var(--main-pad);
}
.contact-block{
	position: relative;
	display: flex;
	background: var(--white-color);	
	padding: var(--lg-pad); 
/*	margin-bottom: var(--lg-pad);*/
	border-radius: var(--border-radius);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);	
}
.contact-form{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 64%;
	padding-right: var(--lg-pad);
	border-right: 1px solid var(--border-color);
}
.contact-form form{
	width: 100%;
}
.contact-form .buttons{
	margin-bottom: 0px;
}
.contact-block h4{
	margin-bottom: var(--main-pad);	
}
.contact-info{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 36%;
	padding-left: var(--lg-pad);
}
.contact-info-list{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: var(--lg-pad);	
}
.contact-info-list li{
	display: flex;
	line-height: 24px;
	padding: 0;
	margin: 0;
	margin-bottom: var(--xs-pad);	
}
.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);
}

/* INFORMATION STYLES *****************************/

#information-information{
	
}
#information-information > .container{
	
}
.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-content h1{
	margin-bottom: var(--med-pad); 
}
.information-content h2,
.information-content h3,
.information-content h4{
	margin-bottom: var(--sm-pad); 
}
.information-content p + h2,
.information-content p + h3,
.information-content p + h4{
	margin-top: var(--lg-pad); 
}
.information-content ul{
    list-style: none;
    padding: 0px;
	margin-bottom: var(--main-pad); 
}
.information-content ol{
    padding: 0px 0px 0px 20px;
}
.information-content ul li{
    position: relative;
    padding-left: var(--med-pad);
}
.information-content ul li:before{
    content: "\f00c";
	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: 300;
	font-size: 16px;
	vertical-align: middle;
    text-align: left;
    color: #3a981a;
}

.information-content p a{
    text-decoration: underline;
}
.information-content p 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: 0px 8px 24px rgba(0, 0, 0, 0.16);
    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;
}

/* 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 #banner1,
.corex-main-top #banner1{
	display: none;
}
.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);	
	padding: var(--lg-pad) var(--lg-pad) var(--lg-pad) 0; 
    width: 50%;
	background: var(--main-color-alpha);	
	color: var(--white-color); 	
	opacity: 0;
	animation: btm-up-animate 0.5s ease-out forwards;
	animation-delay: 0.1s;
	
/*
	background: var(--main-color);
	background-blend-mode: multiply;
*/
}
.info-main-banner-txt:before{
	content: '';
	display: block;
	position: absolute;
	width: 200%;
	height: 100%;
	bottom: 0;
	right: 100%;
	background: var(--main-color-alpha);
/*
	background: var(--main-color);
	mix-blend-mode: multiply;	
*/
}
.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 h1{
	font-size: 32px;
}
/*
.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);
}

.information-content .content-block a.btn{
	margin-top: var(--main-pad);
}

.information-content .content-block a:not(.btn):hover{
	text-decoration: underline;
}

.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,
.category-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,
.category-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,
.category-image-slider .swiper-pagination-bullet:hover,
.home-banner-blocks .swiper-pagination-bullet:hover{
	background: var(--main-color);
}

.category-image-slider{
	position: relative;
	margin-top: -48px;
	margin-left: -48px;
	margin-right: -48px;
/*	padding-bottom: var(--lg-pad);	*/
	margin-bottom: var(--lg-pad);
	margin-bottom: 72px;
}
.category-image-slider .swiper-horizontal>.swiper-pagination-bullets, 
.category-image-slider .swiper-pagination-bullets.swiper-pagination-horizontal, 
.category-image-slider .swiper-pagination-custom, .swiper-pagination-fraction {
	display: none;
	bottom: -24px;
    left: 0;
    width: 100%;
	height: 24px;
}
#category-slider-wrap.slider-closed #category-slider{
	display: none;
}
.category-image-button-wrap{
	position: absolute;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 0 8px;
/*	bottom: var(--lg-pad);*/
/*	top: calc(100% - 48px);*/
	bottom: 0;
	right: 0;
	z-index: 3;
}
.slider-collapse .category-image-button-wrap{
/*
	bottom: var(--main-pad);
	top: initial;
	top: 0;
*/
	bottom: -24px;
}
.slider-collapse .category-image-button-wrap:before{
	content: '';
	display: block;
	position: absolute;
	top: 24px;
	left: 0;
	width: calc(100% - 200px);
	height: 1px;
	background:var(--light-bg-sub-color);
}
.category-image-button-wrap .txt-i-btn{
	color: var(--main-color); 
}
.category-image-button-wrap .txt-i-btn:hover{
	color: var(--sub-color); 
}
.category-image-button-wrap .txt-i-btn:hover i {
    margin: 0px 8px 0px 0px;
    transition: margin 0.4s ease-out;
}
.category-image-button-wrap .txt-i-btn i{
	font-size: 14px;
}
.btn-show-main{
	display: flex;
}
.btn-show-collapse{
	display: none;
}
.slider-collapse .btn-show-main{
	display: none;
}
.slider-collapse .btn-show-collapse{
	display: flex;
}
/*
#category-image-toggle i{	
	transform: rotate(0deg);
	transition: all 0.3s ease;
}
.slider-closed #category-image-toggle i{
	transform: rotate(-180deg);
	transition: all 0.3s ease;
}
*/
.category-image-slider .slider-wrapper{
	padding-bottom: 0;
/*	padding-bottom: var(--main-pad); */
}
.image-slide-block img{
	width: 100%;
	height: auto;
}
.image-slide-block > a{
	position: relative;
	display: flex;
	overflow: hidden;
	border-radius: var(--border-radius);
}
.image-slide-text{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	padding: var(--lg-pad);
	z-index: 2;
}
.image-slide-text h2{
	font-weight: 600;
}
.image-slide-text p{
	margin: 0;
	margin-bottom: var(--lg-pad); 
	color: var(--light-text-color);
}
.image-slide-text .btn{
	align-self: flex-start;
}
.sub-title{
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--main-color);
	font-weight: 600;
	margin-bottom: var(--xs-pad);	
}


.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(--lg-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: 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-lg{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 50%;
	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-lg{
	position: relative;
	display: flex;
	overflow: hidden;
	margin-bottom: var(--mid-pad);	
}
.img-blk-img img,
.img-blk-img-lg 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;
}

.text-block-full{
	position: relative;
	display: flex;
	width: 80%;
	padding: 0; 
	margin-bottom: var(--main-pad);
}
.text-block-full-content{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding: var(--lg-pad);
	background: var(--mid-bg-color);
	border-radius: var(--border-radius);
}
.text-block-full-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); 
}
.text-block-full-content p{
	margin-bottom: var(--lg-pad); 
}
.text-block-full .txt-i-btn{
	padding: 0;
}

/* COREX INFO PAGE */

.corex-info-page{
	padding-top: 0px!important;
	margin-top: -144px;
	margin-bottom: 120px;
}
.corex-info-page #column-left{
	max-width: 100%;
	width: 100%;
	flex: 1;
	padding: 0;
}
.corex-main-top{
	position: relative;
	display: block;	
}
.corex-info-page #content{
	min-height: initial;
}

.corex-banner-main{
	position: relative;
	display: block;
	height: 100vh;
	overflow: hidden;
}
.corex-banner-main > img{
	position: relative;
	max-width: 100%;
	z-index: 1;
}
.corex-banner-main-wrap{
    position: absolute;
    display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
    height: 100%;
	top: 0;
    height: 50%;
	top: 50%;
	left: 0;
	z-index: 2;
}
.corex-banner-main-wrap .container{

}
.corex-main-banner-txt{
    position: relative;
    display: flex;
	flex-direction: column;
    width: 32%;
	opacity: 0;
	animation: btm-up-animate 0.5s ease-out forwards;
	animation-delay: 0.1s;
}
.corex-info-page .swiper-slide-text-wrap{
	height: 50%;
    top: 50%;
}
.corex-info-page .swiper-text-block{
	justify-content: flex-start;
    width: 32%;
	opacity: 0;
	animation: btm-up-animate 0.5s ease-out forwards;	
}
.corex-info-page .swiper-text-block h2, 
.corex-main-banner-txt h1{
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
	margin-bottom: var(--mid-pad);
}
.corex-info-page .swiper-text-block h2 b,
.corex-main-banner-txt h1 b{
    font-weight: 700;
	color: var(--main-color);
}
.corex-main-banner-txt p{
/*    font-size: 24px;*/
	margin-bottom: var(--lg-pad);
}
.corex-main-banner-txt .btn{
	align-self: flex-start;
}


#corex-text-blocks{
	margin-top: -120px;
	z-index: 2;
}
#corex-text-blocks .home-text-block-text{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
#corex-text-blocks .home-text-block-text > a{
	display: flex;
	flex-direction: column;
	height: 100%;
}
#corex-text-blocks .home-text-block-text > a .txt-i-btn {
	margin-top: auto;
}

.corex-info-page .home-banner-blocks{
	margin-bottom: var(--full-pad);
}

.corex-info-banners{
	position: relative;
	display: flex;
	margin-left: -24px;
	margin-right: -24px;
}

.corex-info-banner{
	position: relative;
	display: flex;
	padding: 24px;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	background: #FFFFFF;
	border-radius: 7px;
	margin: 0 24px;
}
.corex-info-banner-text{
    position: relative;
    display: flex;
	flex-direction: column;
    width: 72%;
    width: 100%;
	z-index: 1;
}
.corex-info-banner-icon{
    position: relative;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    width: 48px;	
    height: 48px;
	font-size: 22px;
	margin-bottom: 24px;
    color: #3a981a;
    border-radius: 3px;
    background: rgba(58, 152, 26, 0.08);
}
.corex-info-banner-text h2{
    font-size: 24px;
    color: #3a981a;	
}
.corex-info-banner-text p{
	margin-bottom: 48px;
}
.corex-info-banner-text .button{
	align-self: flex-start;
}
.corex-info-page .content-blk .title-block{
	display: none;
}
.corex-info-page .content-blk .product-row{
	margin-bottom: var(--full-pad);
}

.corex-banners-btm{
	display: flex;
	flex-direction: column;
	margin-bottom: var(--full-pad);
}
.corex-info-banner-center{	
	width: 40%;
	margin: 0 auto var(--xl-pad) auto;
	text-align: center;
}
.corex-info-banner-center .center-title{
	margin-bottom: 32px;
}
.corex-info-banner-center .center-title span{
	color: var(--main-color);
	font-weight: 600;
}
.corex-info-banner-center p{
	margin-bottom: var(--lg-pad);
}
.corex-info-banner-center-img{
	position: relative;
}
.corex-info-banner-center-img img{
	max-width: 100%;
}
/*
.banner-btm-1.corex-info-banner:after{
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 44%;
	width: 80%;
	right: 0;
	top: 0;
	border-radius: 0px 7px 7px 0px;
	background: transparent linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.89) 28%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
	z-index: 0;
}

.banner-btm-1{
	background: url(/image/corex/fireproof-corex-appbanner.jpg) right center no-repeat #FFFFFF;
	background-size: contain;
}

.corex-banners-btm .corex-info-banner{
	width: calc(100% - 48px);
}
.corex-banners-btm .corex-info-banner-text{
	width: 36%;
}
*/

.corex-info-logos{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
/*	width: 50%;*/
}
.corex-info-logos .app-button{
	height: 40px;
	margin-right: 16px;
}

.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%;
    border-radius: var(--border-radius);
    padding: 0 var(--main-pad);
}
.info-blks .info-blk-content{
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--mid-bg-color);
    border-radius: var(--border-radius);
    padding: var(--lg-pad);
}
.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;
	color: var(--light-text-color); 
}
.info-blks .product-download-btn {
	margin-top: auto;
	align-self: flex-start;
}


/* MULTISELECTOR INFO PAGE */

.multiselector{
	width: 100%;
	min-height: 120vh;
	border: none;
}

.multiselector{
	scrollbar-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.08);
	scrollbar-width: thin;
}

.multiselector::-webkit-scrollbar {
	width: 8px;
	border-radius: 4px;
	cursor: pointer;
}
.multiselector::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.08);
	cursor: pointer;
	border-radius: 4px;
}
.multiselector::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	cursor: pointer;
	transition: background 300ms ease;
}
.multiselector::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.32);
	cursor: pointer;
}


/* ACCORDION */

.accordion{
	margin-bottom: var(--lg-pad); 
}
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: 300;
	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 .header-btm,
.empty-page #footer-main{
	display: none;
}
.empty-page #outer-wrapper{
	padding-top: 0;
}
.header-empty{
	position: relative;
	display: flex;
	padding: 0 24px;
	z-index: 99;
}
.empty-wrapper{
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
	margin: 0!important;
	padding: 0;
}
.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(--lg-pad) 0; 
	padding: var(--xxl-pad) 0 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(--dark-bg-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: 0px 1px 24px rgba(0, 0, 0, 0.08);	
	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;
}

.not-found-page .empty-content-center{
	text-align: center;
	flex-direction: column;	
}
.not-found-icon{
	position: relative;
	display: flex;
	flex-direction: column;	
	margin-bottom: var(--lg-pad);
}
.not-found-icon img{
	height: 112px;
	width: auto;
}
.not-found-icon i{
	font-size: 72px;
	color: var(--main-color);  
}

#register-content {
}
#register-content.tab-content > .active{
	display: flex;
	flex-direction: column;
}
#register-content .tab-pane{
	min-height: 480px;	
}
#register-content #tab-register-1.tab-pane{
	min-height: 240px;	
}
/*
#register-content fieldset{
	height: 100%;
	flex-grow: 1;
}
*/

.register-check{
	position: relative;
    display: flex;
    flex-direction: column;
	margin-bottom: var(--main-pad); 	
}

#account-register .content-block-header h2{
	margin-bottom: var(--xs-pad); 	
}

#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-right{
	margin-top: var(--xl-pad);	
}

.account-menu-wrap,
.info-menu-wrap{
	position: relative;
	display: flex;
	flex-direction: column;
}
.account-menu-wrap h2,
.info-menu-wrap h2{
	line-height: 1.6;
/*	font-size: 40px;*/
	margin-bottom: var(--mid-pad); 
}
.account-menu,
.info-menu{
	position: relative;
	display: flex;
	flex-direction: column;	
}
.account-menu-link,
.info-menu-link{
	position: relative;
	display: flex;
	border: none;
	line-height: 40px;
	padding:16px 12px;
	font-weight: 400;
	color: var(--text-color);
	border-radius: var(--border-radius);
	background: var(--white-color); 
	transition: all 0.2s ease;	
}
.account-menu .account-menu-link:hover,
.account-menu .account-menu-link.active-link,
.info-menu .info-menu-link:hover,
.info-menu .info-menu-link.active-link{
	color: var(--text-color);
	background: var(--light-bg-sub-color);
	transition: all 0.3s ease-in-out;	
}
.info-menu-header,
.account-menu-header{
	display: none;
}
.account-menu-icon,
.info-menu-icon{
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: var(--main-color);
	background: var(--light-bg-sub-color);
    height: 40px;
    line-height: 40px;
    width: 40px;
    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,
.info-menu-link:hover .info-menu-icon,
.info-menu-link.active-link .info-menu-icon{
    background: var(--bg-icon-color);
	transition: all 0.3s ease-in-out;	
}
.account-menu-title,
.info-menu-title{
	position: relative;
    display: flex;	
	padding: 0 var(--mid-pad); 
	font-weight: 600;
}

#info-menu-select{
	display: none;
}

/*

.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(--xl-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;
}
.account-block-header h3{
/*	line-height: 48px;*/
	margin-bottom: var(--main-pad);
}
.account-block-header p{
	margin: 0;
}
.account-block-buttons{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 50%;
	margin-left: auto;
}

.account-cards{
	position: relative;
	display: flex;	
	margin: 0 -12px;
}
.account-card-wrap{
	position: relative;
	display: flex;
	width: 33.3333%;
	padding: 0 var(--sm-pad);	
}
.account-card{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: var(--border-radius);
	padding: var(--main-pad);
	background: var(--mid-bg-color);
/*	transition: all 0.2s ease;	*/
}
.account-card.ac-link{
	padding: 0;
}
/*
.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%;
	margin-bottom: var(--main-pad);
}
/*
.account-card.ac-link > a:after,
.account-block-inline > a:after{
	position: absolute;
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	top: 48%;
	top: calc(50% - 12px);
	right: var(--main-pad);
	width: var(--main-pad);
	height: var(--main-pad);
	line-height: var(--main-pad);
	padding: 0;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	color: var(--text-color);
	z-index: 1;
	transition: all 0.2s ease;	
}
*/
.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-header-icon{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 40px;
	color: var(--main-color);
	margin-bottom: var(--main-pad);
}
.account-block-details{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: var(--lg-pad);
/*	padding-left: 64px;*/
} 
.account-block-details div{
	line-height: 32px;
	font-weight: 400;
}

.account-block-form{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: var(--main-pad) var(--xs-pad) 0 var(--xs-pad);
	padding: var(--main-pad) 0 0 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;
}

.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);
	background: var(--mid-bg-color);
}
.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: 300;
	color: var(--main-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-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(--mid-bg-color);
	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;
	top: calc(50% - 12px);
	right: 24px;
	font-size: 24px;
}
.checkout-address-blocks .address-content-block:hover{
	cursor: pointer;
}
.checkout-address-blocks .address-content-block:hover .address-block-bg{
	background: var(--bg-sub-color);
}
.checkout-address-blocks .address-content-block input[type="radio"]:checked + .address-block-bg{
	background: var(--bg-sub-color);
}
.checkout-address-blocks .address-content-block input[type="radio"]:checked ~ .address-block-details{
	color: var(--main-color);
}
.checkout-address-blocks .address-content-block input[type="radio"]:checked ~ .address-block-icon{
	display: flex;
}
/*.radio input[type="radio"]:checked + .radio-cir*/

.account-order-block{
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--mid-bg-color);
	padding: var(--main-pad);
	margin-bottom: var(--main-pad);
	border-radius: var(--border-radius); 
}
.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;
	padding-top: 8px;
}
.account-order-column{
	position: relative;
	display: flex;
	flex-direction: column;	
	width: 50%;
}
.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;
	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-content div.acc-col-lg{
	flex-direction: column;
}
.account-order-content div.acc-col-lg span{
	display: block;
	font-size: 14px;
}
.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: 4px;
	font-weight: 600;
}
.account-order-column > div > span{
	font-weight: 600;
	padding-right: 4px;
}
.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: 40%;
}
.acc-cols-3 .account-order-line-cols > div.acc-col-sm{
	width: 20%;
}

/* BLOG */

.news-page-top{
	position: relative;
	display: flex;
	flex-direction: column;	
    text-align: center;
    margin-bottom: var(--lg-pad);
}
.news-page h1{
	margin: 0;
}

.news-container{
    position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -24px;
/*    padding: 0 var(--max-pad);*/
}

.news-category-wrap{
	position: relative;
	display: flex;
	width: 33.3333%;
	flex-direction: column;	
	padding: 0 var(--main-pad);
	margin-bottom: var(--lg-pad);
}
.news-category-block{
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: var(--border-radius);
	overflow: hidden;
}
.news-category-image{
	position: relative;
	display: flex;
	flex-direction: column;	
}
.news-category-image img{
	max-width: 100%;
}
.news-category-text{
	position: relative;
	display: flex;
	flex-direction: column;	
	padding: var(--main-pad);
	background: var(--bg-color);
	height: 100%;
}
.news-category-title{
    margin-bottom: var(--mid-pad);
}
.news-category-text h3{
	display: block;
	display: -webkit-box;
	font-size: 20px;
	margin: 0;
	line-clamp: 2;
	-webkit-line-clamp: 2;	
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-category-text p{
	color: var(--light-text-color);
/*	margin-top: auto;*/
}
.news-category-text .txt-i-btn{
	margin-top: auto;
}
.news-article-page{
	position: relative;
/*
	margin-top: -144px;
	padding-top: 0!important;
*/
}

.news-article-wrap{
	position: relative;
	display: block;
/*	overflow: hidden;	*/
}

/*
.news-article-banner{
	position: relative;
	display: block;
	height: 560px;
	background-size: cover;
	background-position: center center;
}
.news-article-banner img{
	display: block;
	width: auto;
	width: 100%;
}
*/

.news-article-main{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 70%;
	width: calc(70% - 16px);
	margin: 72px auto 120px auto;	
	padding: 0;
}
.news-article-video,
.news-article-image{
	position: relative;
	display: flex;	
}

.news-article-image img{
	display: block;
	width: auto;
	width: 100%;
}

.news-article-content{
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--bg-color);
	padding: var(--lg-pad);
}
.news-article-date{
	position: relative;
	display: flex;
	font-size: var(--sm-font);	 
	font-weight: 300;
    margin-bottom: var(--main-pad);	
	color: var(--main-color);
}

.news-article-title{
	position: relative;
	display: flex;	
    margin-bottom: var(--main-pad);
}
.news-article-title h1{
	margin: 0;
	font-size: 32px;
}

.news-article-text{
	position: relative;
	display: flex;
	flex-direction: column;
	padding-right: var(--lg-pad);
	margin-bottom: var(--main-pad);
}

.news-article-text a,
.news-article-text a:visited{
	color: var(--main-color);
}
.news-article-text a:hover,
.news-article-text a:active,
.news-article-text a:focus{
	color: var(--sub-color)
}

.news-article-text ul{
    list-style: none;
    padding: 0px;
}
.news-article-text ul li{
    position: relative;
    padding-left: var(--med-pad);
    margin-bottom: var(--xs-pad);
}
.news-article-text 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: 8px;
	vertical-align: middle;
    text-align: center;
    color: #3a981a;
}
.news-article-buttons{
	position: relative;
}
.news-article-buttons .btn{
	margin-right: var(--main-pad);
}
.news-social{
	position: absolute;
	display: flex;
/*	top: 160px;*/
	bottom: 48px;
	right: -40px;
}
.article-share{
	position: relative;
	display: flex;
	flex-direction: column;
	list-style: none;
	width: 80px;
	padding: 0;
	margin: 0;
	background: var(--bg-sub-color);
}
.article-share li{
	position: relative;
	display: flex;
	flex-direction: column;
	padding:var(--mid-pad);
}
.article-share a{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	width:  var(--lg-pad);
	height:  var(--lg-pad);
	line-height: var(--lg-pad);
	font-size: 16px;
	color: var(--main-color);
	transition:0.2s ease all;
}
.article-share a:hover{
	color: var(--text-color);	
}

.news-article-form{
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--white-color);
	border-radius: var(--border-radius);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
	margin-top: var(--lg-pad);
	padding: var(--lg-pad);
}

.news-article-form p{
	margin-bottom: var(--med-pad); 
}
.training-article .news-article-text{
	margin-bottom: 0;
}

/*

.blogs-col{
    margin-bottom: var(--lg-pad);	
}

.blogs-post{
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	background: var(--dark-bg-color);
}
.blogs-post .image{
	position: relative;
	display: flex;
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
}
.blog-content{
	position: relative;
	display: flex;
	flex-direction: column;	
	flex-grow: 1;
	padding: var(--lg-pad);
}
.blog-content h4{
	font-weight: 700;
	letter-spacing: 0px;
}
.date-blog{
	position: relative;
	display: flex;
	line-height: var(--main-pad); 
	margin-bottom: var(--mid-pad);
}
.date-blog i{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	width:  var(--main-pad);
	height:  var(--main-pad);
	line-height: var(--main-pad);
	font-size: 16px;
	margin-right:var(--sm-pad);	
}
.blog-content .btn{
	align-self: flex-start;
	margin-top: auto;
}
*/

/* DOWNLOADS */

#downloads-page{
	margin-top: -144px;
	padding-top: 80px;
    margin-bottom: var(--max-pad);
}

#downloads-page .pd-downloads{
	overflow: initial;
}

.downloads-page-banner{
	position: relative;
	display: flex;
	background: var(--bg-color); 
	min-height: 600px;
	margin-bottom:var(--max-pad);
    margin-bottom: var(--xxl-pad);
	background: url(/image/banners/fire-proof-downloads-banner.jpg) right center no-repeat var(--bg-color);
	background-size: cover;
}
.downloads-page-banner .container{
	position: relative;
	display: flex;
	
}
.downloads-banner-text{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
    width: 48%;
    height: 100%;
    z-index: 2;
}
.downloads-banner-text h2{
	margin-bottom:var(--main-pad);	
}
/*
.downloads-banner-text .form-group{
	position: relative;
	width: 70%;
}
*/

.downloads-navigation{
	position: relative;
	display: flex;
    width: 80%;
    margin: 0 auto var(--xl-pad) auto;
    padding: 0 var(--main-pad);		
}

.downloads-navigation .nav{
	position: relative;
	display: flex;
	flex: 1;
/*	flex-wrap: nowrap;*/
	padding: 0;
	margin-left: -12px;
	margin-right: -12px;
}
.downloads-navigation .nav .nav-item{
	position: relative;
	display: flex;
    width: 33.3333%;	
	padding: 0 var(--sm-pad);	
}
.downloads-navigation .nav-link{
	display: flex;
	width: 100%;
	padding: var(--xs-pad);	
	color: var(--text-color); 
	background: var(--bg-color);
	border: none;
	transition:0.2s ease all;
}
.downloads-navigation .nav-link.active{
	background: var(--bg-sub-color);
	color: var(--text-color); 
}
.downloads-navigation .nav-link:hover{
	background: var(--bg-sub-color);
}
.downloads-navigation .nav-link .nav-link-icon{
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
    width: 64px;
    height: 64px;
    line-height: 64px;
	font-size: 36px;
	margin: var(--mid-pad) 0;
	color: var(--main-color);
}
.downloads-navigation .nav-link .nav-link-text{
	position: relative;
    display: flex;
	width: calc(100% - 64px);
    flex-direction: column;
	text-align: left;
	padding: var(--mid-pad) 0 var(--mid-pad) var(--xs-pad); 
}
.nav-link-title{
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: var(--main-pad); 
	margin-bottom: var(--mid-pad); 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav-link-title b{
	font-weight: 600;
}
.downloads-navigation .nav-link .txt-i-btn{
	color: var(--light-text-color);
	padding: 0;
	line-height: var(--main-pad); 
}
.downloads-navigation .nav-link:hover .txt-i-btn i {
    margin: 0px 0px 0px 8px;
    transition: margin 0.4s ease-out;
}

.download-filter-bar{
	position: relative;
	display: flex;
/*	justify-content: flex-end;*/
    width: 80%;
    margin: 0 auto var(--lg-pad) auto;
    padding: 0 var(--main-pad);	
}
.download-search{
	display: flex;
	width: 72%;
	padding-right:var(--main-pad); 
}
.download-search .pd-search-form{
	width: 100%;
}
.download-search .form-group .form-control{
	padding-right: 56px;
    border-radius: var(--border-radius)!important;
}
.download-search .input-group-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
}
.download-filter-sort{
	display: flex;
	width: 28%;
	min-width: 280px;
}
.download-filter-select{
	width: initial;
	min-width: 108px;
	padding-left: var(--main-pad); 
	margin-bottom: 0;
}
.download-filter-select.filter-select-lg{
	min-width: 208px;
}
.download-filter-select.filter-select-list{
	padding: 0;
	width: 100%;
}
.download-search input[type=text][name=dsearch]{
	padding: 8px 16px;
}

.download-list-full{
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 0 var(--main-pad);
}

.download-list-title{
	position: relative;
	display: flex;
	margin-bottom:var(--mid-pad);
}
.download-list-title h4{
	margin: 0;
	font-weight: 600;
}

.download-list-block{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom:var(--lg-pad);
}
.download-item{
	position: relative;
	display: flex;
	width: 100%;
	padding:var(--sm-pad) var(--mid-pad) var(--sm-pad) var(--xs-pad); 
	font-size: 16px;
}
.download-list-block .download-item:nth-child(even){
	background: var(--bg-color); 
}
.download-item-name{
	display: flex;
	width: 80%;
	float: left;
}
.download-item-name a{
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 24px;
}
.download-item-name a:hover{
	color: var(--main-color);
}
.download-item-name a 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);
}
.download-item-name a span{
	padding: 0 var(--xs-pad);
}
.download-item-size{
	display: flex;
	justify-content: flex-end;
	width:20%;
	text-align: right;
}

.no-downloads{
	position: relative;
	display: block;
	text-align: center;
	padding-top:40px;
	margin: 0px 0px 40px 0px;
}
.no-downloads-txt{
	font-size: 18px;
}
.no-downloads-txt span{
	display: block;
	font-size: 30px;
	margin-bottom: 0px;
}

/*
.pd-overlay.fade{
	display: flex!important;
	visibility:visible!important;
	opacity: 1!important;
}
*/

.pd-overlay-progress i{
	font-size: 56px;
	color: var(--main-color);
}


/** A1 COREX CALC **/
#loading{
    position: relative;
	overflow: hidden;
    z-index: 1;
}
.corex-footer #footer_wrapper{
    z-index: 11;
}

#loading #content{
    padding-top: 0px;
}
#corex-blk{
	min-height: 800px;
}
.selector-btn-bar-wrap .breadcrumb-blk{
    line-height: 40px;
}

/*
.lang-select{
	position: absolute;
	right: 0;
	top: -64px;
}
*/

.lang-select{
	position: relative;
	display: flex;
	margin-left: auto;
}

.lang-select .nav-lang-btn{
	background: #F2F2F2;
	color: #333333;
/*	border: 1px solid #F2F2F2;*/
	border-radius: 5px;
	text-align: left;
	min-width: 300px;
	border: none;
	height: 48px;
	padding: 8px 16px;
}
.lang-select .nav-lang-btn .lang-icon{
	float: right;
	margin-left: 10px;
}
.lang-select.show .nav-lang-btn{
	border-radius: 5px 5px 0px 0px;
}
.lang-select .dropdown-menu{
	background: #F2F2F2;
	color: #333333;
/*	border: 1px solid #e1e1e1;*/
	border: none;
	border-radius: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
	margin: 0;
	min-width: initial;
	width: 100%;
	margin-top: -1px;
}
.lang-select .dropdown-menu .language-select{
	display: block;
	width: 100%;
	background: #F2F2F2;
	color: #333333;
	text-align: left;
	padding: 12px 16px 12px 16px;
	line-height: 24px;
	border: none;
}
.lang-select .dropdown-menu .language-select:hover{
	background: #E1E1E1;	
}

.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;
}


.selector-steps {
	position: relative;
	display: flex;
	margin: 0px 0px 40px 0px;
}
.disabled-step {
	pointer-events: none;
}
.sel-step{
	display: block;
	width: 12.5%;
	padding: 0px 0px;
}

.five-steps .sel-step{
	width: 16.6667%;
}

.sel-step-title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 8px;
	height: 48px;
	color: #888;
/*	border-bottom: 5px solid #e1e1e1;*/
	border-bottom: 1px solid #888888;
}
.sel-step.active .sel-step-title{
	color: #0a253e;
	color: #333333;
	font-weight: 600;
	color: var(--main-color);
}
.sel-step.active .sel-step-title:after{
	position: absolute;
	content: '';
	display: block;
	width:0%;
	height: 1px;
	left: 0;
	bottom: -1px;
	background: #333333;
	-webkit-animation: step-line-animate 0.5s ease-out;
	animation: step-line-animate 0.5s ease-out;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
@-webkit-keyframes step-line-animate {
	0% { width:0%;}
	100% { width:100%;}
}
@keyframes step-line-animate {
	0% { width:0%;}
	100% { width:100%;}
}
.sel-step .sel-step-title:hover{
	cursor: pointer;
	color: var(--main-color);
/*
	color: rgba(19,22,48,0.3);
	border-bottom: 1px solid rgba(19,22,48,0.3);
*/
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.sel-step.active .sel-step-title:hover{
	cursor: default;
	color: #0a253e;
}
.sel-step-end{
	position: relative;
	display: block;
	flex: 1;
	padding: 0px 0px;
}
.sel-step-end .sel-step-title{
	color: #333333;
	border-bottom: 1px solid #888888;
	max-height: 48px;
	overflow: hidden;
}

.main-selector img{
	position: relative;
	max-width: 100%;
/*	image-rendering: crisp-edges!important;*/
/*
	-ms-interpolation-mode: nearest-neighbor;
	-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
*/

}
.select-label{
	position: relative;
	display: block;
	margin-bottom: 16px;
/*
    font-size: 16px;
	font-weight: 700;
*/
	font-size: 24px;
	font-weight: 600;
}
.select-choice{
	position: relative;
	display: flex;
    padding: 24px;
	margin-bottom: 16px;
	border-radius: 3px;
	background: #FFFFFF;
	background:#F9F9F9;
/*
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
*/
	-webkit-transition:0.2s ease all;
	transition:0.2s ease all;
}
.select-choice:hover{
	cursor: pointer;
	background:#EDF5EB;
/*
	-webkit-box-shadow: 1px 2px 4px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 4px 1px rgba(0,0,0,0.3);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
*/
	-webkit-transition:0.4s ease all;
	transition:0.4s ease all;
}
.select-choice-img{
	position: relative;
	display: inline-block;
	float: left;
	width: 80px;
	height: 80px;
	margin: 0px 24px 0px 0px;
	overflow: hidden;
}
.sol-choice .select-choice-img{
	margin: 0px 24px 0px 0px;
}
.select-choice-img img {
	max-width: 100%;
/*
    shape-rendering: auto;
    image-resolution: snap;
    shape-rendering="optimizeQuality"
*/
}

.selector-btn-bar-wrap:after,
.select-choice:after {
  content: '';
  display: block;
  clear: both;
}

.select-choice-title{
/*
	position: absolute;
	left: 112px;
    top: 0;
*/
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
	overflow: hidden;
	width: calc(100% - 120px);
	flex-grow: 1;
/*	height: 100%;*/
	padding: 24px 0px 24px 0px;
	padding: 0;
}
.select-choice-title h4{
	display: block;
    vertical-align: middle;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.0;
/*    margin-bottom: 4px;*/
	margin: 4px 0px;
}
.select-choice-title span{
    color: #999999;
}
.select-choice-icon{
	position: absolute;
	top:0;
	right: 0;
	height: 48px;
	width: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 40px;
/*
	color: #e1e1e1;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
*/
}
.select-choice:hover .select-choice-icon{
/*
	transition:0.4s ease all;
	-webkit-transition:0.4s ease all;
*/
	color: #3a981a;
}
.select-choice-icon svg {
    width: 32px;
    height: 32px;
}

.checkpath {
    stroke-linecap: round;
    stroke-dasharray: 27;
    stroke-dashoffset: -23;
}
.select-choice:hover .checkpath{
    -webkit-animation: dash 0.5s ease-out forwards;
    animation: dash 0.5s ease-out forwards;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.choices-wrapper{
    margin: 0 -24px;
	margin-bottom: 24px;
}
/*
.choices-container{
    margin: 0 -16px;
	margin-bottom: 24px;
}
*/

.choices-container .select-step{
	position: relative;
	margin: 0 -16px;
	margin-bottom: 32px;
}
.choices-container .select-choice-wrap{
    position: relative;
    display: block;
	float: left;
	width: 33.3333%;
	padding: 0px 16px;
	margin-bottom: 16px;
	width: 25%;
	padding: 0px 24px;
	margin-bottom: 24px;
}
#solutions.choices-container{
/*    clear: both;*/
    float: left;
    width: 66.6666%;
}
#solutions.choices-container .select-choice-wrap{
    position: relative;
    display: block;
	float: left;
	width: 50%;
}

#selected-choices{
/*
    display: flex;
    align-self: flex-start;
    order: 1;
*/
    float: left;
    width: 33.3333%;
    padding: 0px 32px 0px 16px;
	margin-bottom: 16px;
}
#selected-choices .select-label {
    padding: 0px 0px;
    margin-bottom: 8px;
}
#choice-label.select-label {
	padding: 0px 24px;
}

#selected-choices .selected-choices{
    margin-bottom: 24px;
}

#selected-choices .selected-choice{
    display: flex;
    flex-direction: row;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 0px;
    padding: 24px 16px;
	line-height: 24px;
/*    border-bottom: 1px solid #e1e1e1;*/
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#selected-choices .selected-choice:nth-child(odd){
	background: #F9F9F9;
}
#selected-choices .selected-choice:last-child{
    border-bottom: 0px;
}

#selected-choices .selected-choice-step{
    width: 15%;
    display: block;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: var(--main-color);
}

#selected-choices .selected-choice-title{
    max-width: 45%;
    width: 45%;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 8px;
}
#selected-choices .selected-choice-text{
    max-width: 50%;
	width: 50%;
    display: flex;
    overflow: hidden;
    /* white-space: nowrap;
    text-overflow: ellipsis; */
    font-weight: 700;
	text-align: right;
	justify-content: flex-end;
}
#selected-choices .selected-choice:hover{
    color: #3a981a;
    -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.choice-reset{
/*
    padding: 8px 0px;
    font-weight: 700;
    font-size: 16px;
    color: #3a981a;
    cursor: pointer;
*/
    margin-bottom: 24px;
    padding: 12px 20px;
    width: 100%;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.choice-reset span{
/*    font-size: 20px;*/
    margin-right: 8px;
}

.select-choice-title h4 {
    font-size: 16px;
}

.selector-content{
	position: relative;
	padding: 280px 0px 40px 0px;
	background: #FFFFFF;
}
.selector-content:after{
	content: '';
	display: block;
	clear: both;
}
.selector-content .selector-left{
	position: relative;
	display: block;
	width: 45%;
	float: left;
}
.selector-content .selector-right, .selector-content .selector-right-btns {
	position: relative;
	display: block;
	width: 55%;
	float: right;
	padding-left: 60px;
}
.selector-btn-bar-wrap{
	position: relative;
	display: block;
	background: #FFFFFF;
	padding:30px 0px;
	padding:48px 0px 24px 0px;
}
.selector-btn-bar-wrap .breadcrumb-blk{
    display: inline-block;
    padding: 0;
}


.solution-title{
    font-size: 24px;
    margin-bottom: 0;
}
.selector-content .selector-right h3{
    font-size: 16px;
}
#selector-modal{
	z-index: 10;
    position: absolute!important;
/*	overflow-y: hidden!important;*/
/*	overflow-y: auto!important;*/
    padding: 0!important;
    bottom: initial!important;
}
#selector-modal .modal-dialog {
    position: relative;
    z-index: 99;
	width: 100%;
	max-width: 100%;
	margin: 0px auto 0px auto;
    pointer-events: auto;
}
#selector-modal .close-btn {
	position: relative;
	float: left;
	margin-left: 0px;
}
.selector-btn-bar .btn {
	margin-left: 24px;
    float: right;
	display: inline-block;
	width: inherit;
	padding: 9px 24px;
	height: 40px;
	letter-spacing: 0px;
}
/*
#selector-modal .btn span{
	display: none;
}
*/
#selector-modal .close-btn, .header-reset-btn .btn-reset {
    font-size: 14px;
}

#selector-modal .container{
	position: relative;
	height: 100%;
}
.selector-btn-bar{
	position: fixed;
	display: block;
	top:160px;
	top:144px;
	left: 0px;
	width: 100%;
	z-index: 1000;
}
.selector-btn-bar.sticky .selector-btn-bar-wrap{
	border-bottom: 1px solid #e1e1e1;
}
.selector-btn-bar .btn i, #selector-modal .close-btn i {
/*	color: #1f9bde;*/
 	font-size: 16px;
	margin-right: 12px;
	line-height: 20px;
/*
    vertical-align: text-top;
    vertical-align: text-bottom;
*/
}
#selector-modal .close-btn{
	position: relative;
	float: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
    padding: 9px 24px;
	background: none;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	text-shadow: none;
	z-index: 99;
	margin-left: 24px;
	letter-spacing: 0px;
}
#solution-download .close-btn{
	position: absolute;
/*    position: fixed;*/
	height: 32px;
	top: 48px;
    right: 48px;
	padding: 0px;
	border: none;
	background: none;
	border-radius: 0px;
	text-shadow: none;
	z-index: 99;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#solution-download .close-btn img{
	width: 32px;
	height: 32px;
}

#solution-send .close-btn{
	position: absolute;
/*    position: fixed;*/
	height: 24px;
	top: 48px;
    right: 48px;
	padding: 0px;
	border: none;
	background: none;
	border-radius: 0px;
	text-shadow: none;
	z-index: 99;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
#solution-send .close-btn img{
	width: 12px;
	height: 12px;
}
#solution-send .close-btn:hover{
	opacity: 0.4;
}

.clean-modal .close-btn span{
    font-weight: 300;
    margin-right: 20px;
}
#selector-modal .close-btn:hover{
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
#selector-modal .close-btn:hover, .selector-btn-bar .btn:hover{

}
.selector-content .selector-right-btns {
	position: relative;
	display: block;
	width: 55%;
	float: right;
	padding-left: 60px;
}
.selector-content .btn-wrap, .selector-right-btns-wrap{
	position: relative;
	display: block;
	padding:0px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
/*	text-align: center;*/
}
.sel-btn-wrap{
	display: inline-block;
	float: left;
	width:50%;
	padding: 0px 15px;
}
.btn-wrap .btn, .selector-right-btns .b-button{
	display: flex;
	line-height: 22px;
    justify-content: center;
	width: 100%;
	padding: 9px 20px;
	overflow: hidden;
}
#selector-modal .left-modal-btn i, #selector-modal .right-modal-btn i{
	font-size: 18px;
	line-height: 22px;
}
#selector-modal .left-modal-btn i{
	margin-right: 12px;
}
#selector-modal .right-modal-btn i{
	margin-left: 12px;
}
.selector-main-image{
	position: relative;
	display: block;
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
}
.selector-main-image img{
	max-width: 100%;
}

.img-zoom-icon{
	position: absolute;
	display: block;
	text-align: center;
	bottom:10px;
	right:10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #e1e1e1;
	z-index: 3;
}
.img-download-btn{
	position: absolute;
	display: block;
	text-align: left;
	bottom:10px;
	left:20px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #e1e1e1;
	z-index: 1000;
}
.img-download-btn span{
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	padding: 0px 10px;
}
.img-download-btn:hover{

}


body.sel-open{
	padding-right: 0px!important;
	overflow-y: auto!important;
}
.sel-open .modal-backdrop.show {
    opacity: 1;
}
.sel-open .modal-backdrop {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.zoomContainer{
	z-index: 11!important;
}
.zoomWindow{
	z-index: 97;
	background-size: 750px!important;
	background-color: #FFFFFF;
}

.display-none{
	display: none!important;
}

/* COREX SOLUTION */

.solution-subtitle{
    margin-bottom: 20px;
    font-size: 16px;
    color: #999999;
}

.solution-bullets{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.solution-bullet{
    position: relative;
    display: block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
}

.solution-nr{
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #97ce8b;
    color: #ffffff;
    line-height: 19px;
    text-align: center;
    font-size: 1rem;
    vertical-align: text-top;
}
.solution-bullet > div, .solution-remark > div{
    padding-left: 36px;
}

.solution-remark{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.solution-remark > span{

}
.selector-right .selected-choices-wrap{
    display: block;
    margin-bottom: 24px;
}
.selector-right .selected-choice{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
/*    font-size: 16px;*/
}
.selector-right .selected-choice-title{
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.selector-right .selected-choice-text{
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
}
#solution-send .modal-dialog{
    pointer-events: auto;
    align-self: center;
    display: flex;
    height: 100%;
    margin: 0 auto;
}
#solution-send .modal-dialog .sol-dialog {
	padding: 48px;
    background: var(--white-color);
    border: 0px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
#solution-send .modal-dialog .sol-dialog .waiting{
	width: 100%;
    left: 0;
    border-radius: 5px;
}
.sol-dialog{
	position: relative;
	display: block;
    align-self: center;
}
.sol-dialog h4{
	line-height: 1.2;
	margin-bottom: 16px;
}
.sol-dialog h4 span{
	display: block;
}
.sol-dialog p{
	margin: 20px 0px;
}
.sol-images{
	position: relative;
}
.sol-form {
	position: relative;
}
.sol-form h3{
	margin-bottom: 20px;
}
.sol-form .sol-check{
    margin-bottom: 20px;
}
.sol-form .form-matd label, .sol-form .form-matd input:invalid ~ label {
	left: 0px;
}
.sol-dialog .form-matd input:focus ~ label,
.sol-dialog .form-matd input:valid ~ label,
.sol-dialog .form-matd textarea:focus ~ label,
.sol-dialog .form-matd textarea:valid ~ label {
    top: -20px;
	left: 0px;
}
.sol-form .form-matd label i{
	font-style: normal;
}
.sol-btns{
	display: flex;
	justify-content: space-between;
	padding-top: 32px;
}
.sol-btns button{
/*    margin-left: 24px;*/
	width: calc(50% - 24px);
}
#solution-download, #add-to-favorites {
    background: #FFFFFF;
}
#solution-send{
	background: rgba(0,0,0,0.32);
}
.sol-email-sent{
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	right: 0;
	background: #FFFFFF;
	text-align: center;
	z-index: 98;
    justify-content: center;
    flex-direction: column;
}
.sol-email-sent.show-msg{
	display: flex;
}
.sol-email-sent-msg{
	padding: 0px 10%;
}
.sol-email-sent-msg span{
	position: relative;
	display: inline-block;
	border: 2px solid #e1e1e1;
	border-radius: 50%;
	font-size: 48px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin-bottom: 20px;
}
.popover{
    font-size: 14px;
}
#snd-mail .control-label i{
	display: none;
}
#snd-mail.inpreq .control-label i{
	display: inline-block;
}
.modal-links{
    text-align: center;
}
.app-button{
    display: inline-block;
    border: none;
    box-shadow: none;
    background: none;
    height: 40px;
    text-align: center;
    opacity: 1;
    transition: opacity 0.2s ease;
}
.app-button img{
    height: 100%;
    width: auto;
}
.app-button:hover{
    opacity: 0.5;
    transition: opacity 0.5s ease-out;
}

/* 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;
}
#selector-modal .waiting{
    top: 120px;
}

.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;
}
.otp-holder .page-loader-icon, .ca-t-c .page-loader-icon{
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
}
.otp-holder .page-loader-icon{
	top: 24px;
}
.otp-holder .page-loader-icon div, .ca-t-c .page-loader-icon div{
    font-size: 36px;
    line-height: 36px;
}
.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); }
}


/*Berekenings Module Styles*/


#scandi-blk, #hempa-blk{
	min-height: 700px;
}
#scandi-blk h1, #hempa-blk h1{
	
}

.op-left{
/*	border-right: 1px solid #e1e1e1;*/
}

.op-right{
	margin-left: -1px;
/*	border-left: 1px solid #e1e1e1;*/
	padding-left:30px;
}
.option_choices{
	display: block;
	width:100%;
	padding:0px 15px 30px 0px;
}

.option_choices select{
	width:100%;
/*
    border-radius: 5px;
    border: 1px solid #CCCCCC;
*/
}
.option_label{
	display: block;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: 700;
}
.op-right h2{
	font-size: 20px;
}
.op-img{
	border: 1px solid #e1e1e1;
}

#image_info ul{
	padding:0px;
	list-style: none;
}

#image_info ul li{
	clear: both;
	margin-bottom: 10px;
	line-height: 16px;
}

#image_info ul span{
	display: inline-block;
	float: left;
	border-radius: 50%;
	color: #ffffff;
	height: 18px;
	width: 18px;
	text-align: center;
	line-height: 17px;
	background: #3a981a;
	margin-right: 10px;
	margin-bottom: 15px;
}

#waiting{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left:0%;
	top:0%;
	background: rgba(255, 255, 255, 0.8) url('../image/loader.gif') center 40% no-repeat;
}
.hemp-img{
	position: relative;
}
.hemp-img img{
	max-width: 100%;
	height: auto;
}
.op-col{
	position: relative;
	display: flex; 
	flex-direction: column;
	padding: 24px;
	width:50%;
}
.op2-img{
	position: relative;
	display: flex;
	margin-left: auto;
	width:44%;
	padding: 0px 0px 0px 48px;
}
#hempa-blk .op-top{
	position: relative;
	display: flex;
	flex-direction: row;
/*	justify-content: space-between;*/
	margin: 24px 0px 72px 0px;
}
/*
#hempa-blk .op-top:after{
	content: '';
	display: block;
	clear: both;
}
*/
.op-top-wrapper{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -24px;
	margin-right: -24px;
	width: 56%;
}
#hempa-blk .option_choices{
	position: relative;
	padding:15px 30px 20px 0px;
	padding: 24px;
	margin-bottom: 24px;
	background: #F9F9F9;
/*	border-top: 1px solid #e1e1e1;*/
}
#hempa-blk .op-top .option_label{
/*	padding-left: 32px;*/
	font-size: 16px;
}
#hempa-blk .op-top .option_label span{
	color:var(--main-color);
}
/*
#hempa-blk .op-top .option_label span{
	position: absolute;
	left:0px;
	height:20px;
	width:20px;
	font-size: 12px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
	background: #3a981a;
	background: var(--main-color);
	font-weight: 300;
}
*/
/*
#hempa-blk .option_choices select, #hempa-blk .option_choices input[type='text']{
	background: #FFFFFF;
}
*/
#hempa-blk .last-col .option_choices{
	display: block;
	padding-right: 0px;
}
#hempa-blk .last-col{
/*	width: calc( 20% - 30px);*/
}
.op-col-button{
	position: relative;
	display: flex;
	width: 100%;
	padding: 0 24px;
}
.op-col-button .button{
	align-self: flex-start;
}

#hempa-blk .op-col .option_choices:first-child{
	border: 0px;
}
#hempa-blk .option_choices input{
	max-width: 100%;
	min-width: 100%;
}

div.spinedit {  
	position: absolute; 
	display: flex; 
	right:28px; 
	bottom: 24px; 
	height:48px; 
	width: 24px;
	padding: 0px;
/*	background: red;*/
}
/*
input[type="text"].spinedit { 
	width: 35px; 
}
*/

div.spinedit .icon-chevron-up,
div.spinedit .icon-chevron-down { 
    position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
    height: 24px;
    width: 24px;
	cursor: pointer;
	z-index: 1;
    color: var(--text-color);
}
div.spinedit .icon-chevron-up { 
    top: 0px;
    right: 0px;
}
div.spinedit .icon-chevron-down { 
	bottom: 0px;
    right: 0px;
}
div.spinedit .icon-chevron-up:hover,
div.spinedit .icon-chevron-down:hover{
	color: var(--main-color);
}

div.spinedit .icon-chevron-up:after,
div.spinedit .icon-chevron-down:after { 
    position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
    line-height: 24px;
    height: 24px;
    width: 24px;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
	cursor: pointer;	
}
div.spinedit .icon-chevron-up:after { 
	content: "\f106";
}
div.spinedit .icon-chevron-down:after { 
	content: "\f107";
}


#hempa-blk button.remove_row{
/*
	padding:0px 10px;
	height:30px;
	line-height: 30px;
	color: var(--text-color);
	border: none;
	box-shadow: none;
*/
}
#hempa-blk button.remove_row:hover{
	color: var(--man-color);
}
#product-table {
	position: relative;
	display: block;
	margin-bottom: 72px;
}
#product-table:after {
	content: '';
	display: block;
	clear: both;
}
#product-table .button{
	float: right;
}

#resultsTable {
	border: 1px solid #e1e1e1;
	border: none;
	line-height: 20px;
	margin-bottom: 20px;
}
#resultsTable th{
/*	color: #3a981a;*/
	background: #F2F2F2;
	border: none;
	padding: 7px 10px;
	vertical-align: top;
	text-align: left;
}
#resultsTable tr{
	padding: 0px;
}
#resultsTable tbody tr:nth-child(even){
	background: #F2F2F2;
}
#resultsTable td{
	padding: 7px 10px;
	text-align: left;
	border: none;
}
#resultsTable td.left-align, #resultsTable td:nth-child(12), #resultsTable th:nth-child(12){
	text-align: left;
}
#resultsTable tr td:first-child{
	text-align: left;
}

#hempa-blk #product_found{
	position: relative;
	overflow: hidden;
}
#hempa-blk h3{
	margin-bottom: 24px;
}
.hempa-mid{
	position: relative;
	margin-bottom: 20px;
}
.hempa-left{
	position: relative;
	display: block;
	width: 60%;
	float: left;
	margin-bottom: 20px;
}
.hempa-mid:after{
	content: '';
	display: block;
	clear: both;
}
.hempa-left span{
	position: relative;
	width: 33.3333%;
	width: 50%;
	float: left;
}
.hempa-left span b{
	display: block;
	margin-bottom: 10px;
	min-height: 40px;
}
.hempa-left span img{
	display: inline-block;
	margin-right: 24px;
	max-width: 70px;
	max-width: 120px;
	border: 1px solid #e1e1e1;
}
.hempa-left span img:hover{
	border: 1px solid #3a981a;
}
.hempa-right{
	position: relative;
	display: block;
	width: 40%;
	float: left;
	margin-bottom: 20px;
	padding-left: 15px;
}
/*
.hempa-right p{
	margin-bottom: 10px;
}
*/
/*
#hempa-blk .op-top .hempa-right .option_label {
    padding-left: 0px;
}
*/
.hempa-right input[type="text"]{
	min-width: inherit;
	width: 48%;
	max-width: 48%;
	float: left;
}
.hempa-right button{
	float: right;
	margin-right: 0px;
	width: 48%;
	max-width: 48%;
/*    padding: 5px 20px 5px 20px;*/
}
#HempacoreAQ48860-tr, #HempacoreONE43600-tr, #FiretexFX5090-tr {
	font-weight: 700;
}

#calc-blk{

}
#calc-blk .op-left{
	min-height: 400px;
	padding-left: 0px;
}
#calc-blk .op-right h2{
	margin-bottom: 15px;
}
#calc-blk .display-none{
	display: none;
}
#calc-blk .option_choices {
	position: relative;
	width:50%;
	float: left;
	padding: 0px 15px 30px 15px;
}
#calc-blk .option_choices.display-none {
	display: block;
}
#calc-blk .option_choices.display-none:after {
	content: '';
	display: block;
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: rgba(255,255,255,0.7);
}
 #calc-blk .option_label span{
	display: none;
	position: absolute;
	left:0px;
	height:18px;
	width:18px;
	border-radius: 10px;
	text-align: center;
	line-height: 18px;
	color: #FFFFFF;
	background: #3a981a;
	font-weight: 400;
}
.product_list{
	position: relative;
	list-style: none;
	margin: 0px -15px;
	padding: 0px;
}
.product_list li{
	position: relative;
	float: left;
	display: inline-block;
	width:33.3333%;
	margin: 0px;
	padding: 0px 15px 30px 15px;
}
.product_list li a{
	position: relative;
	display: block;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: inset 0px 0px 3px 2px rgba(220,220,220,0.8);
	box-shadow: inset 0px 0px 3px 2px rgba(220,220,220,0.8);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.product_list li a:hover{
	border-color: #3a981a;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(54, 153, 5, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(54, 153, 5, 0.6);
}
.product_list:after{
	clear: both;
}

#calc-blk .info-txt{
	position: relative;
	clear: both;
	padding: 0px 15px;
	margin-bottom: 40px;
}



/* footer */
#footer-main {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: auto;
	background: var(--grey-bg-color);
}
#footer-main .container{
	display: flex;
}
.footer-main{
	position: relative;
	display: flex;
	flex-direction: column;	
	width: 100%;
	padding: 16px 0px;
}
.footer-top{
	position: relative;
	display: flex;
	flex-direction: row;
	padding: 48px 0px;
	border-bottom: 1px solid var(--light-border-color);
}
.footer-top-left{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 60%;
	margin: 0;
}
.footer-top-right{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 40%;
	padding-left: var(--main-pad);  
}
.footer-top-left p{
	margin: 0;
}
.newsletter-form{
	display: flex;
	margin-left: -12px;
	margin-right: -12px;
}
.newsletter-form .form-input{
	width: 70%;
}
.newsletter-form .form-btn{
	width: 30%;
}
.newsletter-form .form-control{
	background: var(--bg-button);
}

.footer-menu-wrap{
	position: relative;
	display: flex;
	padding: 72px 0px;
	margin-left: -24px;
	margin-right: -24px;
}
.footer-menu{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 20%;
	padding: 0 var(--main-pad); 
}
.footer-menu-large{
	width: 40%;
}
.footer-menu-list,
.footer-menu-list-sub{
	display: flex;
	flex-direction: column;
}
.footer-menu-title,
.footer-menu-title-sub{
	position: relative;
	display: flex;
	margin: 0 0 var(--sm-pad) 0;
	padding: 0;
	font-weight: 400;
	font-size: 20px;
}
.footer-sub-menu{
	margin-top: var(--mid-pad);
}
.footer-menu-title b{
	font-weight: 400;
}
.footer-menu-title{
	line-height: 24px;
	line-height: 1.5;
}
.footer-menu-title a{
	padding: 0px 0px;
	color: var(--text-color);
	transition: all 0.2s ease;	
}
.footer-menu ul{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu ul li{
	position: relative;
	display: flex;
	margin: 0;
	padding: 4px 0px;
	font-weight: 400;
	list-style: none;
}
.footer-menu.footer-menu-large ul{
	flex-wrap: wrap;
	flex-direction: row;
}
.footer-menu.footer-menu-large ul li{
	width: 50%;
}
.footer-menu.footer-menu-large ul li a{
	position: relative;
	padding-left: 24px;
}
.footer-menu.footer-menu-large ul li a:before{
	content: "\f105";
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	top: 0px;
	left: 0px;
	height: 24px;
	line-height: 24px;
	width: 16px;
	font-size: 16px;
	font-weight: 300;
	font-family: "Font Awesome 6 Pro";
}
.footer-menu ul li a{
	display: flex;
	line-height: 24px;
	color: var(--text-color);
	transition: all 0.2s ease;	
}
.footer-menu ul li.green-link a{
	color: var(--main-color);
}
.footer-menu ul li a i{
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: var(--main-color);
}
.footer-menu ul li a:hover,
.footer-menu ul li.green-link a:hover{
	color: var(--sub-color);
}
.footer-menu ul li span{
	font-weight: 600;
	margin-right: 8px;
}
.footer-bottom{
	display: flex;
	line-height: 24px;
	padding: 16px 0px;
	background: var(--dark-bg-color);
}
.footer-bottom-left{
	position: relative;
	display: flex;
	width: 30%;
}
.footer-bottom-center{
	position: relative;
	display: flex;
	justify-content: center;
	width: 40%;
}
.footer-bottom-right{
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 30%;
	text-align: right;
}
.footer-logo{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 30%;
}
.footer-logo-main{
	display: inline-block;
	padding: 16px 0px;
	opacity: 1;
	transition: all 0.2s ease;
}
.footer-logo-main img{
	height: 16px;
	width: auto;
}
.footer-logo-main:hover{
	opacity: 0.64;
	transition: all 0.4s ease-out;	
}
.footer-logo .btn{
	align-self: flex-start;
}
.footer-bottom-list{
	position: relative;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;	
}
.footer-bottom-list li{
	padding: 12px 8px;
	font-size: 12px;
	font-weight: 400;
}
.footer-bottom-list li a{
	color: var(--text-color);
	transition: all 0.2s ease;	
}
.footer-app-buttons{
	display: flex;
	padding: 4px 0px;
}
.footer-app-buttons .app-button{
	margin-left: 16px;
}
/*
.footer-socials{
	position: relative;
	display: flex;
	margin: 0;
	margin-left: auto;
	padding: 0;
	list-style: none;	
}
.footer-socials li{
	margin: 0;
	padding: 0;	
}
.footer-socials li a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 48px;
	height: 48px;
	color: var(--main-color);
	font-size: 16px;
	transition: all 0.2s ease;
}
*/
.footer-bottom-list li a:hover,
.footer-socials li a:hover{
	color: var(--sub-color);
}


/* MODAL STYLES *****************************/

body.modal-open {
	padding: 0px!important;
	overflow: hidden;
	overflow-y: hidden;
}

.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: 300;
    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: 300;
	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;
/*	padding-top: var(--lg-pad); */
	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);
}
.modal-form-title{
	display: flex;
	margin-bottom: 8px;
}
.modal-form-title h4{
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.modal-form-title .txt-i-btn{
	margin-left: auto;
}
#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-dialog{
	min-width: 720px;
}
#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: 300;
    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;
}

#contact-chosen{
	position: absolute;
	top: 4px;
    right: 2px;
    z-index: 4;
}

.modal-body .adr-select {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    max-height: 420px;
/*    max-height: 364px;*/
	margin-right: -8px;
	padding-right: 8px;
    margin-bottom: 0px;
    overflow-y: auto;
}
.modal-body .adr-select:before {
	content:'';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	pointer-events: none;
	width: calc(100% - 28px);
	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% - 28px);
	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-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: 364px;
    min-height: 432px;
}
.modal-carousel .carousel-item .modal-body.slide-body{
	min-height: initial;
}

.modal-carousel .carousel-item .modal-footer{
/*    padding-top: 0px;*/
}
#shipping-new-form{
    min-height: 496px;
    min-height: 504px;
}

/* 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 *****************************/

.no-mobile{
	position: fixed;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF;
	z-index: 99999999;
}

@media (max-width: 1599px) {
	.no-mobile{
		display: flex;
	}
}


.show-mob{
	display: none!important;
}

.container {
	/*
    padding-right: 48px;
    padding-left: 48px;
*/
	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) {
	.home-banner-block-text p{
		padding-right: 30%;
	}

}

@media (min-width: 1600px) {
	.container {
		width: 1488px;
		max-width: 1488px;
	}
}

@media (min-width: 1366px) and (max-width: 1599px) {
/*
	.header-main-menu{
		width: 100%;
	}
*/
	.container {
		width: 1368px;
		max-width: 100%;
	}
	.header-main, .header-btm {
		padding: 0 32px;
	}
	.nav-main > li > a{
		padding: 28px 8px;
	}

	.menu-drop.drop-full {
		width: 120%;
		max-width: 1080px;
	}
	.drop-full .drop-wrap ul{
		column-count: 3;
	}
	
	.category-filter-select.filter-select-list{
		width: 308px;
	}
	.category-image-slider{
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: var(--lg-pad);		
	}
	.home-text-block-content{
		padding: 32px;
	}
	.home-text-blocks-wrap {
		margin-left: -48px;
		margin-right: -48px;
		overflow: hidden;
	}
	
}
@media (min-width: 1200px) and (max-width: 1367px) {
	
	.container {
		max-width: 1280px;
	}
	.header-main,
	.header-btm{
		padding: 0 24px;
	}
	.header-btm-text{
		width: 40%;
	}
	.header-btm-bar{
		width: 60%
	}
	.header-main-menu{
		width: 100%;
	}
	.nav-main > li > a{
		padding: 28px 8px;
		font-size: 14px;
	}
	.menu-drop.drop-full{
		width: 115%;
	}
	.drop-full .drop-wrap ul{
		column-count: 3;
	}
	
	.home-main-banner .swiper-slide-text-wrap{
		top: 40%;
	}
	.swiper-text-block h2{
		font-size: 40px;
	}
	.swiper-slide.home-banner-block{
		height: auto;
	}
	.home-banner-block-content{
		padding: 24px;
	}
	.home-banner-block-text h3{
		line-height: 32px;
	}
	.home-app-banner h2 {
    	font-size: 32px;
	}
	.home-app-banner .home-banner-img img {
		margin-top: -120px;
	}
	.home-text-blocks-wrap{
		margin-left: -24px;
		margin-right: -24px;
	}
	
	#corex-text-blocks{
		margin-top: -96px;
	}
	#corex-text-blocks .home-text-block-content{
		padding: 24px;
	}
	
	.full-info-page .content-blocks {
		margin-left: -24px;
		margin-right: -24px;
	}
	.full-info-page .content-blocks .content-block{
		padding: 0 var(--main-pad);
	}
	.corex-banner-main-wrap{
		top: 40%;
	}
	.info-menu-title{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.category-image-slider{
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: var(--lg-pad);		
	}
	.image-slide-text p {
		margin-bottom: 32px;
	}
	.image-slide-text{
		width: 60%;
	}
	.category-filter-select.filter-select-list{
		width: 268px;
	}
	.footer-menu-large{
		padding-right:0;
	}
	.product-col{
		padding: 8px 4px;
		font-size: 14px;
	}
	.empty-content-center {
		width: 48%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	body {
		font-size: 14px;
	}
	.btn, .btn-primary{
		font-size: 14px;
	}
	.container {
		max-width: 100%;
	}
	
}

/*@media (min-width: 768px) and (max-width: 991px) {*/
@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;
	
	--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,
	.news-article-title h1,
	.corex-main-banner-txt h1{
		font-size: 32px;
	}
	
	label,
	.form-floating .control-label,
	.form-select .selectric .label{
		font-size: 14px;
	}
	.btn, .btn-primary,
	.card-header-btn{
		font-size: 14px;
	}
/*
	.btn-primary {
		padding: 12px 48px 12px 16px;
	}
*/
	
		
	.container {
		max-width: 100%;
	}
	#outer-wrapper{
		padding-top: 72px;
	}
	#outer-wrapper > .container{ 
		margin-bottom: 72px;
	}
	#product-product,
	#information-information,
	.corex-selector,
	.multiselector-page{
		padding-top: 72px;
		margin-bottom: 72px;	
	}
	
	html.cart-open #header-main,
	html.cart-open{
		padding-right: 0;
	}
/*	.header-btm:before,*/
/*
	.header-btm-text{
		display: none;
	}	
*/
	.header-main{
		padding: 8px 16px;
		z-index: 1;
	}
	.header-main-start{
		width: 100%;
	}
	.header-main-end{
		
	}
	.header-btm{
		position: initial;
		padding:0px 4px 0px 16px;
		z-index: 2;
	}
	.header-btm:before{
		
	}
	.logo-main{
		width: initial;
		justify-content: flex-start;
		padding: 0;
	}
	.logo-main span {
		 margin: 14px 0; 
	}	
	.logo-main img{
		height: 20px;
		vertical-align: top;
	}	
	.header-nav-mob{
		display: flex;
		position: relative;
		padding: 0px 0px;
		z-index: 3;
	}
	.nav-toggle {
		display: block;
		position: fixed;
		top: 8px;
		right: 16px;
	}	
	.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;
		background: var(--bg-color);
		overflow: hidden;
		z-index: 4;
		transition: all 0.2s ease;
	}
	.menu-open .header-main-menu{
		left: 0%;
/*		box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);*/
		transition: all 0.4s ease-out;
	}
	.header-btm-text{
		width:50%;
		padding: 0;
		padding-right: 16px;
		overflow: hidden;
	}
	.header-btm-bar {
		justify-content: flex-end;
		width: initial;
		padding: 0px 8px;
		width: calc(100% - 48px);
		width: 50%;
	}
	#cart>.btn, .header-btn{
		margin-left: 0px;
	}
	.header-search-main{
		width: 50%;
	}
	#search-input-main{
		display: none;
	}
	#search-mob-btn{
		display: flex;
	}
	#search-input-mob{
		display: flex;
	}
	.search-input-wrap .header-search-btn{
		z-index: 0;
	}
	
	.nav-main{
		flex-direction: column;
		justify-content: flex-start;
		padding: 32px 16px 24px 16px;
		padding: 32px 80px 24px 80px;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		opacity: 0;
	}
	.menu-open .nav-main{
		animation: opac-in-animate 0.4s ease-in forwards;
		animation-delay: 0.3s;
	}
	.nav-main li{
		justify-content: flex-start;
	}
	.nav-main li > a{
		position: relative;
		display: block;
		font-size: 14px;
		width: 100%;
		justify-content: flex-start;
		padding: 8px 0px 8px 40px;
	}
	.nav-main li.menu-trigger > a:after {
		content: "\f107";
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		top: 0px;
		left: -8px;
		right:initial;
		height: 40px;
		line-height: 40px;
		width: 40px;
		color: var(--text-color);
		font-size: 20px;
		font-weight: 300;
		font-family: "Font Awesome 6 Pro";
		z-index: 9;
		opacity: 1;
		transition: all 0.2s ease;
	}
	.nav-main li.active-link a,
	.nav-main > li > a:hover {
		color: var(--dark-main-color);
	}
	.nav-main li.menu-trigger.drop-open > a:after {
		color: var(--dark-main-color);
		transform: rotate(-180deg);
	}
	
	.menu-drop {
		position: relative;
		height: auto;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		max-width: 100%;
		/* height: 100%; */
		right: initial;
		left: initial;
		top: initial;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 40px;
		background: none;
		z-index: 7;
	}
	.menu-drop.d-menu-1,
	.menu-drop.d-menu-3{
		right: initial;
		left: initial;
	}
	.menu-drop.drop-full {
		width: 100%;
		max-width: initial;
	}
	.menu-drop .drop-wrap{
		border-radius: 0px;
		background: none;
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 0;
		opacity: 1;
		background: none;
		box-shadow: none;
    	transform: none;
	}
	.menu-drop.drop-small .drop-wrap{
		padding: 0;
	}
	.menu-trigger:hover .menu-drop{
		display: none;
	}
	.menu-trigger:hover .menu-drop .drop-wrap{
		animation: none;
		opacity: 1;
	}
	.drop-col {
		padding: 0px;
		width: 100%;
	}
	.drop-wrap ul li{
		margin-bottom: 8px;
	}
	.drop-wrap ul li a{
		padding: 0;
		background: none;
		box-shadow: none;
	}
	.drop-wrap a:hover {
		color: var(--text-color);
		background: none;
	}
	.drop-wrap ul li a div{
		font-size: 14px;
	}
	.drop-wrap ul li a span,
	.menu-drop:not(.drop-full) .drop-wrap ul li a span{
		color: var(--light-text-color);
	}
	.drop-wrap ul.drop-icon-list li a{
		padding: 0;
	}
	.drop-full .drop-wrap ul{
		column-count: 1;
	}
	.drop-full .drop-wrap ul li{
		display: block;
		width:100%;
		padding: 0;
	}
	.drop-full .drop-wrap ul li a{
		line-height: 24px;	
	}
	.drop-full .drop-wrap ul li a.drop-letters span{
		color: var(--text-color);
	}
	.drop-wrap h3,
	.drop-col.col-contact,
	.drop-footer,
	.drop-wrap ul.drop-icon-list li a i{
		display: none;
	}
	
	.nav-main li > a{
		font-size: 16px;
	}
	
	.mobile-nav-footer.drop-footer-logos{
		display: flex;
	}
	.mobile-nav-footer{
		width: 100%;
		background: var(--dark-bg-color);
		padding: 24px 80px;
	}
	.mobile-nav-footer div{
		font-size: 16px;
		font-weight: 400;
		align-self: flex-start;
		margin-right: auto;
		line-height: 40px;
	}
	.mobile-nav-footer div span{
		font-weight: 600;		
	}
	.mobile-nav-footer.drop-footer-logos .app-button{
		height: 40px;
	}

	.breadcrumb.top-breadcrumb{
        margin-top: 48px;    
    }
	
	.header-info-txt{
		margin-right: 24px;
	}
	.header-info-txt div{
		white-space: nowrap;
	}
	
	.header-empty{
		padding: 16px 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(--dark-bg-color);
	}
	.header-empty .header-main-start {
		width: 100%;
	}
	.header-empty .logo-main{
		padding: 8px 0px;
	}
	.header-empty .logo-main img {
		height: 24px;
	}
	.header-empty .logo-main span {
		margin: 4px 0;
	}
	.header-main-end{
		padding: 0;
	}
	.empty-content-center{
		width: 80%;
	}
	#common-home{
		padding: 48px 0px 0px 0px;
	}
	.home-main-banner{
		margin-bottom: 0;
		padding-bottom: 72px;
	}
	
	.swiper-text-block{
		width: 70%;
	}
	.swiper-text-block h2{
		font-size: 32px;
	}
	.home-banner-blocks{
		padding-left: 24px;
	}
	.swiper-slide.home-banner-block{
		height: auto;
	}
    
	.home-banner-block-content{
		padding: 16px;
		height: 100%;
	}
    .home-banner-block-icon{
        width: 32px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .home-banner-block-text{
        width: calc(100% - 32px);
        padding-left: 8px;
    }
	.home-banner-block-text h3{
		line-height: 1.4;
	}
	.home-banner-block-button{
		padding: var(--sm-pad) var(--main-pad) var(--sm-pad) 56px;	
	}
	
	.home-content-top,
	.home-page .home-content-tabs,
	.home-banner-wrap,
	.home-text-blocks{
		margin-bottom: 72px;
	}
	
	.home-nav-tabs.nav-tabs .nav-link{
		font-size: 18px;
	}
	.home-content-tabs{
		margin-bottom: 48px;
	}
	.tab-content-text p{
		font-size: 16px;
		padding-right: 0;
		margin-bottom: var(--main-pad);
	}
	.title-block{
		margin-bottom: var(--main-pad);
	}
	.title-block-left{
		width: 50%;
	}
	.title-block-left h2{
		line-height: 1.4;
	}
	.content-banner-wrapper{
		padding: 48px 0px;
	}
/*
	.home-team-banner h2{
		font-size: 32px;
	}
*/
	
	.home-page .title-block h2 {
		
	}
	
	.home-app-banner .home-banner-text {
		padding: var(--lg-pad);
		padding: 48px var(--lg-pad) 48px 48px;
	}
	.home-app-banner h2{
		font-size: 28px;
	}
	.home-app-banner .home-banner-img{
		justify-content: flex-end;
	}
	.home-app-banner .home-banner-img img {
		margin-top: -120px;
		margin-top: 0;
	}
	.home-text-blocks{
		overflow: hidden;
	}
	.home-blocks-full {
		margin: 0 -24px;
		padding: 0 24px;
		overflow-x: auto;
	}	
	.home-text-blocks-wrap{
		margin: 0 -12px;
		width: 180%;
	}
	.home-text-block{
		width: 25%;
		margin-bottom: 24px;
	}
	.home-text-block-content{
		padding: 24px;
	}
	.home-team-banner .home-banner-text{
		width: 60%;
	}
	#corex-text-blocks{
		margin-top: -96px;
		margin-bottom: 48px;
	}
	#corex-text-blocks .home-blocks-full{
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	#corex-text-blocks .home-text-blocks-wrap{
		display: flex;
		width: 100%;
		flex-wrap: wrap;		
	}
	#corex-text-blocks .home-text-block{
		width: 50%;
	}
	
	.corex-info-page {
		padding-top: 0px!important;
		margin-top: 0px;
		margin-bottom: 72px;
	}
	.corex-banner-main > img{
		max-width: 120%;
		margin-left: -20%;
	}
	.corex-banner-main-wrap{
		top: 32%;
	}
	.corex-info-page .swiper-text-block{
		width: 50%;
	}
	.corex-main-banner-txt{
		width: 50%;
	}
	.corex-main-banner-txt p{
		margin-bottom: 24px;
	}
	.corex-info-page .home-banner-blocks{
		margin-bottom: 72px;
	}
	.corex-info-banner-center{
		width: 70%;
	}
	.corex-info-page .content-blk .product-row,
	.corex-banners-btm{
		margin-bottom: 48px;
	}
	.corex-info-page .title-block h2 br{
		display: none;
	}
	.info-banner-main{
		margin-bottom: 72px;
	}
	.info-main-banner-txt{
		width: 72%;
	}
	.info-main-banner-txt h2{
		font-size: 32px;
	}
	.information-content {
		position: relative;
		margin-top: var(--main-pad);
		margin-bottom: var(--lg-pad);
	}
	.info-image-slider{
		margin-bottom: var(--lg-pad);
	}
	
	.full-info-page .content-blocks{
		margin: 0 -12px;
	}
	.full-info-page .content-blocks .content-block {
		width: 72%;
		padding: 0 12px;
	}
	
	.full-info-page h1{
		font-size: 24px;
	}
	
	.title-block-line{
		margin-left: 24px;
	}
	.img-block-wrapper{
/*		padding: 48px 0px;*/
	}
	.img-blk-name{
		font-size: 16px;
	}
	
	#outer-wrapper > #product-category.container{
		padding-top: 48px;
	}
	
	.category-image-slider{
		margin-top: -24px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 48px;		
	}
	.image-slide-text{
		width: 60%;
		padding: var(--main-pad);	 
	}
	.image-slide-text p {
		margin-bottom: 24px;
		margin-bottom: 0;
	}
	.category-image-slider .image-slide-block img {
		max-width: initial;
		width: 120%;
		margin-left: -20%;
	}
	.image-slide-text .btn,
	.sub-title{
		display: none;
	}

	.category-pagination{
		margin: 0;
	}
	.category-pagination .col-sm-6{
		padding: 0px;
	}
	
	#checkout-checkout {
		padding: var(--main-pad) 0;
	}
	#checkout-checkout > .row{
		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-content-left,
	.checkout-content-right{
/*		padding: 24px;*/
		width: 100%;
		margin-bottom: 24px;
	}
	.content-left-columns{
		margin-left: -12px;
    	margin-right: -12px;
	}
	.checkout-left-col{
		padding: 0 12px;
	}
	.checkout-content-right{
		padding-left: 24px;
		padding: 0;
	}
	.checkout-title{
		font-size: 20px;
		padding-bottom: 12px;
	}
	.checkout-content-sub-text{
		font-size: 12px;
	}
	.address-content-block{
		padding: 16px;
	}
	.address-inline-icon {
		height: 40px;
		line-height: 40px;
		width: 40px;
		font-size: 20px;
	}
	.address-block-inline .address-block-details{
		padding-left:16px;
    	width: calc(100% - 40px);
	}
	.checkout-content-full.full-no-pad .checkout-title-top{
		flex-direction: column;
	}
	.full-no-pad .checkout-title-top .checkout-title {
		display: flex;
		padding: var(--sm-pad) 0;
		width: 100%;
		margin-bottom: 16px;
	}
	.checkout-title-buttons{
		width: 100%;
	}
	.cart-total-top{
		position: absolute;
		top: -64px;
		right: 0;
	}
	
	#common-success .success-center-text{
		width: 80%;
	}
	
	#column-left,
	#column-left + #content{
		width: 100%;
		flex: 100%;
    	max-width: 100%;
/*		padding: 0;*/
	}
	.account-menu-wrap{
	}
	.account-menu-wrap h2{
		margin: 0;
		display: none;
	}
	.account-menu-wrapper,
	.info-menu-wrapper{
		position: relative;
	}
	.account-menu:after,
	.info-menu:after{
		content: '';
		position: absolute;
		display: block;
		width: calc(100% + 32px);
		height: 100%;
		left: -16px;
		top: 0;
		background: var(--white-color);
		z-index: -1;
	}
	.account-menu-header,
	.info-menu-header{
		display: flex;
		padding: 12px 12px;
		background: var(--light-bg-sub-color);
	}
	.account-menu-header:after,
	.info-menu-header:after{
		position: absolute;
		display: inline-block;
		content: "\f078";
		right: 12px;
		top: 20px;
		height: 24px;
		width: 24px;
		line-height: 24px;
		font-size: 16px;
		color: var(--text-color);
		vertical-align: middle;
		text-align: center;
		font-family: "Font Awesome 6 Pro";
		font-weight: 300;
		transform: rotate(0deg);
		transition: all .3s ease;
	}
	.ac-menu-open .account-menu-header:after,
	.info-menu-open .info-menu-header:after{
		transform: rotate(-180deg);
		transition: all .3s ease;
	}
	.account-menu-header .account-menu-icon,
	.info-menu-header .info-menu-icon{
		background: var(--bg-icon-color);
	}
	.account-menu,
	.info-menu{
		position: absolute;
		width: 100%;
		top: 64px;
		left: 0;
		z-index: 2;
	}
	
	.account-cards{
/*		flex-direction: column;*/
	}
	.account-card-wrap{
		width: 50%;
	}
	
	.info-menu-wrap{
		margin-bottom: var(--med-pad);	
	}
/*
	#info-menu{
	}
*/
	.info-menu-wrap h2{
		display: none;
		text-align: center;
	}
/*
	#info-menu-select{
		display: block;
	}
*/
	
	
	#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;
	}
	
	.category-filter-label{
		display: none;
	}
	
	.product-block{
		width: 50%;
	}
	
	.featured-module{
/*		overflow: hidden;	*/
	}
	.product-featured-wrap{
		margin: 0 -24px;
		padding: 16px 24px;		
		overflow-x: auto;
	}
	.product-special.product-row,
	.product-featured.product-row{
		width: 150%;
		margin-bottom: 0;
	}
	.product-special .product-block,
	.product-featured .product-block {
		width: 25%;
		margin-bottom: 24px;
	}
	.corex-info-page .product-featured.product-row{
		width: 100%;
	}
	.corex-info-page .product-featured .product-block{
		width: 50%;
	}
	
	.product-price .price-main{
		font-size: 18px;
	}
	
	.product-left {
		position: initial;
		width: initial;
		padding: 0;
	}
	.product-images {
		position: relative;
		top: initial;
		flex-direction: row;
		margin-bottom: var(--main-pad);
	}
	.product-main-image {
		display: flex;
		padding: 0;
		width: 100%;
		order: 2;
		border-radius: var(--border-radius);
		overflow: hidden;
		margin-bottom: 0px;
	}
	.product-main-image img {
		height: auto;
		width: 70%;
		max-width: 100%;
		margin: auto;
	}
	.thumbnails + .product-main-image {
		width: 80%;
		padding-left: 24px;		
	}
	.thumbnails {
		flex-direction: column;
		padding: 0;
		margin: 0;
		width: 20%;
	}
	.thumbnails .thumbnail {
		display: flex;
		height: initial;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 8px;
	}
	.product-right {
		order: 1;
		width: 100%;
		padding: 0px 0px 24px 0px;
	}
	.product-col{
		padding: 12px 8px;
		padding: 8px 4px;
		font-size: 12px;
		width: 10%;
	}
	.product-col.p-col-model {
		width: 12%;
	}
	.product-col.p-col-input{
		width: 11%;
	}
	.product-col.p-col-price-q{
		width: 15%;
	}
	.otp-quantity, .product-quantity{
		width: 36px;
	}
	.prod-stock-true i, .prod-stock-none i{
		font-size: 14px;
		margin-right: 4px;
	}
	.cart .btn span{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.cart .btn.btn-icon-left {
		padding: 12px 16px 12px 12px;
	}
	.cart .btn-icon-left i {
		margin-right: 4px;
	}
	.news-container{
		margin: 0 -12px;
	}
	.news-category-wrap{
		padding: 0 12px;
	}
	.news-article-main{
		width: 90%;
	}
	#downloads-page{
		margin-top: -48px;
	}
	.downloads-page-banner {
		min-height: 420px;
		margin-bottom: 48px;
		background: url(/image/banners/fire-proof-downloads-banner.jpg) 50% center no-repeat var(--bg-color);
		background-size: cover;
	}
	.downloads-navigation{
		width: 100%;
/*		padding: 0 12px;*/
	}
	.downloads-navigation .nav-link .nav-link-icon {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 24px;
		margin: var(--mid-pad) 0;
	}
	.downloads-navigation .nav-link .nav-link-text{
		width: calc(100% - 48px);
	}
	.nav-link-title{
		font-size: 16px;
		margin-bottom: 4px;
	}
	.downloads-navigation .nav-link .txt-i-btn span{
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.download-filter-bar{
		width: 100%;
	}
	
	.download-list-full{
		width: 100%;
	}
/*
	.download-center-text{
		width: 48%;
		padding: var(--xl-pad) 0;
	}
*/
	.download-success-icon{
		font-size: 36px;
		width: 72px;
		height: 72px;
		line-height: 72px;
		border-radius: 50%;
	}
	.download-center-text p{
		width: 70%;
	}
	
	.contact-block{
		flex-direction: column;
	}
	.contact-form{
		width: 100%;
		padding: 0;
		border: none;
	}
	.contact-info{
		flex-direction: row;
		border-top: 1px solid var(--border-color);
		width: 100%;
		padding: 48px 0px 0px 0px;
		margin-top: 48px;
	}
	.contact-info-blk{
		width: 50%;
	}
	.contact-info-list{
		margin: 0;
	}
	
	
	#footer-main{
		padding: 48px 0px 0px 0px;
	}
	
	.footer-main{
		padding: 0px;
	}
	
	.footer-top{
		flex-direction: column;
		padding: 0 72px 48px 72px;
		font-size: 14px;
		margin-bottom: 8px;
		border-bottom: 1px solid var(--light-border-color);
	}
	.footer-top-left{
		width: 100%;
		text-align: center;
	}
	.footer-top-left p {
		margin: 0;
		margin-bottom: 24px;
	}
	.footer-top-right{
		width: 100%;
		padding: 0;
	}
	.newsletter-form{
		margin: 0;
	}
	.newsletter-form .form-col{
		padding: 0;
	}
	.newsletter-form .form-input{
		width: calc(100% - 120px);
		padding-right: 8px;
	}
	.newsletter-form .form-btn {
		width: 120px;
	}
	
	.footer-main{
		padding: 16px 48px;
	}

	.footer-menu-wrap{
		width: 100%;
		flex-direction: column;
		padding: 24px 0px;
		margin: 0;
	}
	.footer-menu{
		padding: 0px;
	}
	.footer-menu-title,
	.footer-menu-title-sub{
		width: 100%;
		font-size: 16px;
		margin: 0;
	}
	.footer-menu-title a,
	.footer-menu-title-sub a{
		line-height: 48px;
	}
	.footer-menu-title:after,
	.footer-menu-title-sub:after {
		position: absolute;
		display: inline-block;
		content: "\f078";
		right: 0px;
		top: 12px;
		height: 24px;
		width: 24px;
		line-height: 24px;
		font-size: 14px;
		color: var(--text-color);
		vertical-align: middle;
		text-align: center;
		font-family: "Font Awesome 6 Pro";
		font-weight: 300;
		transform: rotate(0deg);
		transition: all .3s ease;
	}
/*
	.home-page .footer-menu-title:after,
	#information-information .footer-menu-title:after,
	#information-contact .footer-menu-title:after{
		color: var(--main-color);
	}
*/
	.footer-menu-open .footer-menu-title:after,
	.footer-menu-open .footer-menu-title-sub:after {
		transform: rotate(-180deg);
		transition: all .3s ease;
	}
	.footer-menu{
		display: block;
		flex-direction: initial;
		justify-content: initial;
		width: 100%;
		margin-bottom: 0px;
	}
	.footer-menu-list, .footer-menu-list-sub{
		display: none;
		flex-direction: initial;
	}
	.footer-sub-menu{
		margin-top:0;
	}
	.footer-menu-nocollapse .footer-menu-title:after {
		display: none;
	}
	.footer-menu-nocollapse .footer-menu-list{
		display: flex!important;
		flex-direction: column;
	}
	.footer-menu ul{
		flex-direction: initial;
		width: 100%;
		text-align: left;
		padding-bottom: 8px;
	}
	.footer-menu.footer-menu-large ul li {
		width: 100%;
	}
	.footer-menu.footer-menu-large ul li a {
		padding-left: 0px;
	}
	.footer-menu.footer-menu-large ul li a:before{
		display: none;
	}
	.footer-menu-title, .footer-menu ul li{
		display: block;
	}
	.footer-menu ul li a{
		display: block;
		width: 100%;
		padding: 0px 0px;
		font-weight: 400;
	}
	.footer-menu ul li a, .footer-menu ul li span{
		line-height: 24px;
	}
	.footer-bottom{
		flex-direction: column;
		justify-content: center;
		text-align: center;		
		font-size: 12px;
		border: none;
	}
	#footer-main .container {
		display: flex;
		flex-direction: column;
	}
	.footer-bottom-center,
	.footer-bottom-left,
	.footer-bottom-right{
		flex-direction: column;
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	.footer-bottom-left{
		order: 2;
	}
	.footer-bottom-right{
		padding: 8px 0px;
		order: 1;
	}
	.footer-bottom-center{
		order: 3;
	}
	.footer-logo{
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: 100%;
		text-align: left;
		padding-right: 0px;
		margin-bottom: 0px;
	}
	.footer-logo a img{
		height: 16px;
	}
	.footer-app-buttons{
		justify-content: center;
		margin-bottom: 8px;
	}
	.footer-bottom-list{
/*		flex-direction: column;*/
		justify-content: center;
		text-align: center;
	}
	.footer-bottom-list li {
/*		padding: 0;*/
	}
/*
	.app-button{
		height: 32px;
	}
*/
	
	.not-found-icon img{
		height: 96px;
	}
	.not-found-icon i{
		font-size: 64px;
	}
}

@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;
	}
	
/*
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
*/
	.show-mob{
		display: flex!important;
	}
	.hide-mob{
		display: none!important;
	}
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 22px;
		font-weight: 600;
	}
	h2 {
		font-size: 18px;
		font-weight: 600;
	}
	h3 {
		font-size: 16px;
		font-weight: 600;
	}
	h4 {
		font-size: 16px;
	}
	p.lead {
		font-size: 14px;
	}
/*
	.btn {
		padding: 4px 24px;
		font-weight: 500;
	}
*/
	body.cart-open {
		position: relative;
		overflow: hidden;
	}
	.btn, .btn-primary {
		font-size: 14px;
		padding: 12px 16px 12px 16px;
	}
/*
	.btn-lg {
		padding: 11px 24px;
	}
*/
	.i-btn {
		width: 24px;
		min-width: 24px;
		height: 24px;
		line-height: 24px;
		padding: 0;
	}
	.btn.i-btn {
		padding: 0;
	}
	.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;
	}
	.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);	
	}

	.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: 32px 16px 8px 16px;
		padding: 24px 16px 8px 16px;
	}
	.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: 10px;
		line-height: 32px;
	}
	.form-floating.date .input-group-btn .i-btn {
		width: 48px;
		height: 48px;
		font-size: 18px;
	}
	.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 {
		margin: -16px 0 var(--main-pad) 0;
	}
	.breadcrumb.top-breadcrumb{
		margin: 0;
		padding: 12px 16px;
		display: none;
	}
	
	#outer-wrapper{
		padding-top: 120px;
/*		padding-top: 136px;*/
		padding-top: 104px;
	}
/*	#outer-wrapper > div {*/
	#outer-wrapper > .container{
		padding-top: 24px;
		margin-bottom: 72px;
	}
	#product-product,
	#information-information,
	.corex-selector,
	.multiselector-page{
		padding-top: 24px;
		margin-bottom: 72px;	
	}
	#product-product{
		padding-top: 16px;
	}
	
	header{

	}
	html.cart-open #header-main,
	html.cart-open{
		padding-right: 0;
	}
/*	.header-btm:before,*/
	.header-btm-text{
		display: none;
	}	
	.header-main{
		padding: 8px 16px;
		z-index: 1;
	}
	.header-main-start{
		width: 100%;
	}
	.header-main-end{
		
	}
	.header-btm{
		position: initial;
		padding:0px 4px 0px 16px;
		z-index: 2;
	}
	.header-btm:before{
		
	}
	.logo-main{
		width: initial;
		justify-content: flex-start;
		padding: 0;
	}
	.logo-main span {
		 margin: 12px 0; 
	}	
	.logo-main img{
		height: 16px;
		vertical-align: top;
	}	
	.header-nav-mob{
		display: flex;
		position: relative;
		padding: 0px 0px;
		z-index: 3;
	}
	.nav-toggle {
		display: block;
		margin: 8px 12px 8px -4px;
	}	
	.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;
		background: var(--bg-color);
		overflow: hidden;
		z-index: 2;
		transition: all 0.2s ease;
	}
	.menu-open .header-main-menu{
		left: 0%;
/*		box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);*/
		transition: all 0.4s ease-out;
	}
	.header-btm-bar {
		justify-content: flex-start;
		width: initial;
		padding: 0px 0px;
		width: calc(100% - 48px);
		width: 100%;
	}
	.menu-open .header-btm,
	.menu-open .header-nav-mob,
	.menu-open .header-search-main{
		background: var(--bg-color);
	}
	.header-search-main,
	.search-input-wrap{
		width: 100%;
		z-index: 3;
	}
	.search-input-wrap input[type="text"].form-control{
		text-align: left;
	}
	#search-input-main{
		display: none;
	}
	#search-mob-btn,
	#search-input-mob{
		display: none;
		display: flex;
	}
	.search-input-wrap .header-search{
		padding-left: 32px;
	}
	.search-input-wrap .header-search-btn{
/*
		cursor: pointer;
		position: absolute;
		top: 0;
*/
		width: 36px;
		right: initial;
		left: -8px;
	}
	.header-btn.header-search-btn > i{
		width: 36px;
		font-size: 14px;
		color: var(--grey-color);
	}
	
	.nav-main{
		flex-direction: column;
		justify-content: flex-start;
		padding: 56px 16px 24px 16px;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		opacity: 0;
	}
	.menu-open .nav-main{
		animation: opac-in-animate 0.4s ease-in forwards;
		animation-delay: 0.3s;
	}
	.nav-main li{
		justify-content: flex-start;
	}
	.nav-main li > a{
		position: relative;
		display: block;
		font-size: 16px;
		width: 100%;
		justify-content: flex-start;
		padding: 8px 0px 8px 32px;
		padding: 8px 0px 8px 0px;
	}
	.nav-main li.menu-trigger > a:after {
		content: "\f107";
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		top: 0px;
		left: -8px;
		right:initial;
		left: initial;
		right:0;
		height: 40px;
		line-height: 40px;
		width: 40px;
		color: var(--text-color);
		font-size: 20px;
		font-weight: 300;
		font-family: "Font Awesome 6 Pro";
		z-index: 9;
		opacity: 1;
		transition: all 0.2s ease;
	}
	.nav-main li.active-link a,
	.nav-main > li > a:hover {
		color: var(--dark-main-color);
	}
	.nav-main li.menu-trigger.drop-open > a:after {
		color: var(--dark-main-color);
		transform: rotate(-180deg);
	}
	
	.menu-drop {
		position: relative;
		height: auto;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		max-width: 100%;
		/* height: 100%; */
		right: initial;
		left: initial;
		top: initial;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 32px;
		padding-left: 0px;
		background: none;
		z-index: 7;
	}
	.menu-drop.d-menu-1,
	.menu-drop.d-menu-3{
		right: initial;
		left: initial;
	}
	.menu-drop.drop-full {
		width: 100%;
		max-width: initial;
	}
	.menu-drop .drop-wrap{
		border-radius: 0px;
		background: none;
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 0;
		opacity: 1;
		background: none;
		box-shadow: none;
/*    	transform: translateY(0%);*/
    	transform: none;
	}
	.menu-drop.drop-small .drop-wrap{
		padding: 0;
	}
	.menu-trigger:hover .menu-drop{
		display: none;
	}
	.menu-trigger:hover .menu-drop .drop-wrap{
/*		display: flex;*/
		animation: none;
		opacity: 1;
	}
	.drop-col {
		padding: 0px;
		width: 100%;
	}
	.drop-wrap ul li{
		margin-bottom: 8px;
	}
	.drop-wrap ul li a{
		padding: 0;
		background: none;
		box-shadow: none;
	}
	.drop-wrap > ul > li > a{
		font-size: 14px;
	}
	.drop-wrap a:hover {
		color: var(--text-color);
		background: none;
	}
	.drop-wrap ul li a div{
		font-size: 14px;
	}
	.drop-wrap ul li a span,
	.menu-drop:not(.drop-full) .drop-wrap ul li a span{
		color: var(--light-text-color);
	}
	.drop-wrap ul.drop-icon-list li a{
		padding: 0;
	}
	.drop-full .drop-wrap ul{
		column-count: 1;
	}
	.drop-full .drop-wrap ul li{
		display: block;
		width:100%;
		padding: 0;
	}
	.drop-full .drop-wrap ul li a{
		line-height: 24px;	
	}
	.drop-full .drop-wrap ul li a.drop-letters span{
		color: var(--text-color);
	}
	.drop-wrap h3,
	.drop-col.col-contact,
	.drop-footer,
	.drop-wrap ul.drop-icon-list li a i{
		display: none;
	}
	
	.mobile-nav-footer.drop-footer-logos{
		display: flex;
		justify-content: flex-start;
	}
	.mobile-nav-footer{
		flex-wrap: wrap;
		width: 100%;
		background: var(--dark-bg-color);
		padding: 24px 8px 24px 48px;
		padding: 24px 8px 24px 16px;
	}
	.mobile-nav-footer div{
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 8px;
		font-weight: 400;		
	}
	.mobile-nav-footer div span{
		font-weight: 600;		
	}
	.mobile-nav-footer.drop-footer-logos .app-button{
		height: 40px;
		margin: 0;
		margin-right: 16px;
		
	}
	
	
	.header-btm-btns{
		position: absolute;
		top: 8px;
		right: 16px;
		padding: 8px 0px;
/*		background: red;*/
		z-index: 10;
	}
	
	.header-cart{
		width: initial;
		justify-content: initial;
	}
	#cart>.btn{
	}
	#cart>.btn, .header-buttons .header-btn{
		width: 24px;
		height: 24px;
		text-align: center;		
    	min-width: initial;
		font-size: 16px;
		margin-left: 16px;
	}
/*	.header-btn.header-search-btn > i,*/
	#cart>.btn > i, .header-buttons .header-btn > i {
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin: 0;
	}
	.header-btn-label,
	#cart>.btn > span, .header-btn > span{
		display: none;
	}
	.cart-total-indicator{
		right: -8px;
		top: -4px;
	}
	#cart #cart-main{
		right: -768px;
		width: 100%;
		padding: var(--mid-pad) var(--mid-pad) var(--mid-pad) var(--mid-pad);
	}
	#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-line{
		position: relative;	
	}
	.cart-product-sub{
		margin-bottom: 0px;
	}
	.cart-product-sub div{
		font-size: 10px;
	}
	.cart-product-text{
		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);
	}
	.checkout-content-right .cart-totals{
		margin-bottom: 0;
	}
	.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;
	}
	.cart-info .cart-totals {
		margin-left: 0%;
		padding-right: 0px;
		margin-top: 24px;
	}
	
	#common-home{
		padding: 0px;
	}	
	.home-main-banner{
		overflow: hidden;
		padding-bottom: 96px;
	}
	.home-main-banner .banner-wrapper .swiper-slide {
		height: 92vh;
		min-height: 720px;
	}
	.home-main-banner .banner-wrapper{
		margin-left: -1px;	
	}
	.home-main-banner #banner0{
		display: none;
	}
	.home-main-banner #banner1{
		display: flex;
	}
	.home-main-banner .swiper-slide .container{
		justify-content: flex-end;
	}
	.home-main-banner .swiper-text-block,
	.corex-main-top .swiper-text-block{
		justify-content: flex-end;
		padding-bottom: 96px;
	}
	.home-main-banner .banner-wrapper .swiper-text-block p {
		display: none;
	}
	
	.home-banner-blocks{
		margin: 0;
		margin-top: -48px;
		padding-left: 16px;
	}
	.home-banner-block-content{
		padding: 16px 16px 24px 8px;
	}
	.home-banner-block-text{
		padding-left: 8px;
		min-height: 96px;
	}
	.home-banner-block-text h3{
		margin-bottom: 0;
	}
	.home-banner-block-button{
		padding-left: 64px;
	}
	
	.home-content-top {
/*		margin-bottom: var(--main-pad);*/
		padding-bottom: var(--main-pad);
		background: var(--bg-color); 
		overflow: hidden;
	}
	.home-content-top:after{
		display: none;
	}
	.home-content-top .banner-wrapper {
		margin-bottom: var(--main-pad);
	}
	.home-content-banners {
		margin: 0px;
		margin-bottom: var(--lg-pad);
		flex-direction: column;
	}
	.home-content-banners #column-left.col-sm-3{
		flex-direction: column;
	}
	.home-content-banners .banner-wrapper {
		width: 100%;
		padding: 0 0px;
		margin-bottom:0;
	}
	.banner-wrapper .swiper-slide{
		height: 75vh;
		min-height: 480px;
	}
	.banner-wrapper .swiper-slide > .btn-primary{
		bottom: 8px;
		right: 8px;
	}
	.home-content-tabs,
	.home-page .home-content-tabs{
		margin-bottom: 72px;
	}	
	.home-nav-tabs{
		margin-bottom: 24px;
	}
	.home-nav-tabs.nav-tabs .nav-link{
		font-size: 16px;
	}
	.tab-content-block{
		flex-direction: column;
	}
	.tab-content-img{
		width: 100%;
		height: 120px;
		justify-content: center;
		margin-bottom: 24px;
	}
	.tab-content-text{
		width: 100%;
		padding: 0;
	}
	.tab-content-text p{
		padding-right: 0;
		font-size: 14px;
	}
	.home-app-banner .home-banner-content{
		padding: 48px 0px 0px 0px;
	}
	
	.swiper-text-block{
		width: 100%;
	}
	.swiper-text-block h2{
		font-size: 22px;
		font-weight: 400;
	}
	.home-main-banner .swiper-text-block h2{
		margin-bottom: 32px;		
	}
	.swiper-text-block b{
		font-weight: 600;	
	}
	.swiper-text-block p {
		margin-bottom: 24px;
	}
	.info-image-slider .swiper-pagination-bullet-active,
	.category-image-slider .swiper-pagination-bullet-active,
	.home-banner-blocks .swiper-pagination-bullet-active{
		width: 24px;
	}
	.category-image-slider .swiper-horizontal>.swiper-pagination-bullets, 
	.category-image-slider .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.category-image-slider .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: -4px; 
	}	
	.category-image-slider{
		display: block;
		width: 100%;
		margin-top: -24px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: var(--main-pad);		
	}
	.category-image-slider .slider-wrapper {
		margin-top: 16px;
	}
	#category-slider-wrap.slider-closed #category-slider{
		display: flex;
	}
	.image-slide-block{
		width: 100%;
	}
	.image-slide-text{
		width: 56%;
		padding: var(--xs-pad);	 
	}
	.image-slide-text h2{
		position: relative;
		font-size: 14px;
/*
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
*/
	}
	.image-slide-text p{
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 0;
	}
	.category-image-button-wrap,
	.image-slide-text .btn,
	.image-slide-text p{
		display: none;
	}
	.sub-title{
		font-size: 10px;
	}
	.category-image-slider .image-slide-block img {
		max-width: initial;
		width: 210%;
		margin-left: -80%;
		margin-right: -30%;
	}
	.home-content-center {
		margin-bottom: var(--lg-pad);
		margin-bottom: 72px;
	}
	.home-banner-wrap{
		margin-bottom: 48px;
		margin-bottom: 72px;
	}	
	.home-banner-content{
		flex-direction: column;
	}	
	.home-banner-text{
		width: 100%;
		text-align: center;
	}
	
	.home-text-blocks{
		overflow: hidden;
		margin-top: 48px;
	}
	.home-text-blocks .title-block-btn span{
		display: none;
	}
	.home-text-blocks .title-block-btn{
		position: absolute;
		top: 0;
		right: 0;
	}
	.home-blocks-full {
		margin: 0 -24px;
		padding: 0 24px;
		overflow-x: auto;
	}	
	.home-text-blocks-wrap{
		margin: 0 -12px;
		width: 320%;
	}
	.home-text-block{
		width: 25%;
		margin-bottom: 24px;
	}
	.home-text-block-content{
		padding: 16px;
	}
	.home-text-block-icon{
		width: 48px;
		height: 48px;
		font-size: 28px;
	}
	.home-text-block .txt-i-btn span{
		white-space: nowrap;
	}
/*
	.text-blocks-small.home-text-blocks-wrap{
		margin-left: -8px;
		margin-right: -8px;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.text-blocks-small .home-text-block{
		width: 50%;		
		padding: 0 8px;
	}
*/
	.text-blocks-small .home-text-block-icon{
		margin-bottom: 16px;
	}
	.home-text-block-text.no-text{
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.home-text-block-text.no-text h3{
		margin-bottom: 8px;
	}
	.text-blocks-small .home-text-block .txt-i-btn{
		margin-top: auto;
	}
	
	.home-app-banner{
		background: var(--bg-sub-color);
	}
	.home-app-banner .home-banner-text{
		padding: 24px;
	}
	.home-app-banner .home-banner-text p{
		padding: 0 10%;
	}
	.home-banner-img{
		width: 100%;
	}
	.home-app-banner .home-banner-img {
		padding-left: 0;
	}
	.home-app-banner .home-banner-img img {
		margin-top: 0px;
	}
	.home-team-banner{
		padding-bottom: var(--lg-pad);
	}
	.home-team-banner .home-banner-text{
		width: 100%;
		padding: 0 16px;
		margin-bottom: var(--lg-pad);
	}
	.home-team-banner .home-banner-img img {
		width: 100%;
	}
	
	.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;
	}

	#home-banner-1{
		padding: 120px 0px;
		margin-bottom: var(--main-pad);
	}
	#home-banner-1:before, #home-banner-1:after{
		background-size: 250%;
	}
	
	.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-left.title-block-lg {
		width: 100%;
	}
	.title-block h2 {
/*		font-size: 16px;*/
	}
	.title-block h2, .title-block h3, .title-block h4 {
		line-height: var(--main-pad);
	}
	.home-page .title-block h2{
		font-size: 18px;
	}
	.home-team-banner h2,
	.home-app-banner h2{
		font-size: 18px;
	}
	.title-block-btn{
/*
		margin-left: initial;
		align-self: auto;
*/
	}
	.title-block-btn .txt-i-btn{
		padding: 0px;
	}
	.title-block-btn .txt-i-btn i,
	.title-block-btn .txt-i-btn i:hover{
		margin: 0px 0px 0px 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;
	}
	.title-block-line{
		margin-left: 8px;
	}
	.tbl{
		height: 2px;
	}
	#team-fireproof .title-block{
		margin-bottom: 16px;
	}
	.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;
	}
	
	.featured-module,
	.news-module{
		position: relative;
		padding-bottom: 24px;
	}
	.featured-module .title-block,
	.news-module .title-block{
		margin-bottom: 16px;
	}
	.featured-module .title-block-btn span,
	.news-module .title-block-btn span{
		display: none;	
	}
/*
	.featured-module .title-block-btn{
		position: absolute;
		left: 0;
		bottom: -8px;
	}
	.news-module .title-block-btn{
		position: absolute;
		left: 16px;
		bottom: 0px;
	}
*/
	.home-page .news-module{
		margin-bottom: 48px;
	}
	
	.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);
	}
	#content.account-order-details{
		margin-top: var(--main-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: 72px;
	}
	.info-banner-main #banner0,
	.corex-main-top #banner0{
		display: none;
	}
	.info-banner-main #banner1,
	.corex-main-top #banner1{
		display: flex;
	}
	.info-banner-main .banner-wrapper .swiper-slide{
		height: 75vh;
		min-height: 560px;
	}
	
	.info-banner-main-wrap .container{
		padding: 0;
	}
	.info-main-banner-txt{
		width: 100%;
		padding: 16px 16px;
	}
	.info-main-banner-txt:before{
		display: none;
	}
	
	.info-main-banner-txt h2{
		font-size: 22px;
	}
	.information-content {
		margin-top: 0px;
		margin-bottom: 24px;
	}
	.information-content p + h2,
	.information-content p + h3,
	.information-content p + h4{
		margin-top: 32px; 
	}
	.information-content .content-block a.btn {
		margin-top: 0;
	}
	.full-info-page{
		margin-top: -104px;
	}
	.full-info-page h1{
		font-size: 18px;
	}
	.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;
	}
	.full-info-page .content-banner-white {
		padding: 72px 0 48px 0;
	}
	.full-info-page .content-banner-green {
		margin-top: 96px;
	}
	.info-image-slider{
		overflow: hidden;
		margin-bottom: 48px;
	}
	.content-banner-full-image .content-banner-image{
		display: flex;
		justify-content: center;
	}
	.content-banner-wrapper.image-banner-bg-color{
		padding-top: 0;
	}
	.content-banner-full-image img{
		max-width: 120%;
		margin-left: -10%;
	}
	.img-block-wrapper{
		padding: 24px 0px;
	}
	.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;
	}
	
	
	.corex-info-page{
		margin-top: -104px;
		margin-bottom: 0px!important;
	}	
	.corex-banner-main{
		overflow: hidden;
	}
	.corex-banner-main-wrap{
		top: 60%;
		height: 40%;
	}
	.corex-banner-main > img{
		margin-left: -90%;
		margin-right: -30%;
		max-width: 220%;
		margin-left: -120%;
		max-width: 320%;
	}
	.corex-info-page .swiper-text-block{
		width: 100%;
	}
	.corex-info-page .swiper-text-block h2, 
	.corex-main-banner-txt h1{
		font-size: 22px;
	}
	.corex-main-banner-txt p{
		font-size: 16px;
		margin-bottom: 24px;
/*		margin: 0;*/
	}
	.corex-info-page .box-product > div{
		width: 100%;
	}
	.corex-info-page .box-product .image a{
		text-align: center;
	}
	.corex-main-top{
		overflow: hidden;
		margin-top: -48px;
		margin-top: 0px;
		padding-bottom: 48px;
		margin-bottom: 24px;
		margin-bottom: 0px;
	}
/*
	.corex-main-top .home-banner-blocks {
		margin: 0;
	}
*/
	
	#corex-text-blocks{
		margin-top: -48px;
		margin-bottom: 0px;
	}
	#corex-text-blocks .home-blocks-full{
		margin: 0 -8px;
		padding: 0;
		overflow: hidden;
	}
	#corex-text-blocks .home-text-blocks-wrap{
		display: flex;
		margin: 0;
		width: 100%;
		flex-wrap: wrap;		
	}
	#corex-text-blocks .home-text-block{
		width: 50%;
		padding: 0 8px;
		margin-bottom: 16px;
	}
	#corex-text-blocks .home-text-block-icon {
		width: 36px;
		height: 36px;
		font-size: 24px;
		margin-bottom: 16px;
	}
	#corex-text-blocks .home-text-block h3{
		font-weight: 400;
		margin: 0;
	}
	#corex-text-blocks .home-text-block-text p,
	#corex-text-blocks .home-text-block-text .txt-i-btn{
		display: none;
	}
	
	.swiper-slide.home-banner-block{
		width: 33.3333%;
		width: 100%;
	}
	.corex-info-banners{
		flex-direction: column;
		margin-left: 0px;
		margin-right: 0px;
	}
	.corex-info-banner{
		padding: 16px;
		margin: 0px 0px 24px 0px;
	}
	.corex-info-banner-text{
		width: 100%;
	}
	.corex-info-banner-text h2{
		font-size: 20px;
	}
	.corex-info-banner-text p{
		margin-bottom: 24px;
	}
	.corex-banners-top .corex-info-banner-text p{
	}
	.corex-info-banner-text .button{
		display: inline-block;
		width: 100%;
	}
	.corex-banners-top{
		margin-top: -72px;
		margin-top: 24px;
	}
	.corex-banners-top .corex-info-banner{
		width: 100%;
	}
	.corex-info-banner-icon{
		margin-bottom: 16px;
	}
	.corex-info-logos .app-button{
		height: 32px;
	}
	.corex-banners-btm{
		margin-bottom: 48px;
	}
	.banner-btm-1.corex-info-banner:after{
		display: none;
	}
	.banner-btm-1{
		background: url(/image/corex/fireproof-corex-appbanner.jpg) right top no-repeat #FFFFFF;
		background-size: contain;
	}
	.corex-info-banner-center{
		width: 100%;
    	margin: 0 auto 48px auto;
    	margin: 0 0 24px 0;
		padding: 0 24px;
	}
	.corex-info-banner-center p {
		margin-bottom: var(--main-pad);
	}
	.corex-banners-btm .corex-info-banner{
		width: 100%;
	}
	.corex-banners-btm .corex-info-banner-text{
		width: 100%;
		padding-top: 36%;
		padding-top: 0;
	}
/*
	.corex-info-page .product-featured-wrap{
		margin: 0 -12px;
	}
*/
	.info-blks{
		flex-direction: column;
		margin:0px 0px 24px 0px;
	}
	.info-blks .info-blk{
		width: 100%;
		padding: 0px 0px;
		margin-bottom: 24px;
	}
	.info-blks .info-blk-content{
		padding: 24px;
	}
	.home-banner-logos{
		align-self: center;
	}
	.home-banner-logos .app-button {
		margin: 0 8px;
	}
	
	.text-block-full{
		width: 100%;
		
	}
	.text-block-full-content{
		padding: 24px;
	}
	
	#information-contact{
		margin-top: 0px;
		padding-top: 24px!important;
		margin-bottom: 48px;
	}
	.contact-block{
		margin-bottom: 0px;
	}
	.contact-form{
		margin-left: -16px;
		margin-right: -16px;
		padding: 0 var(--mid-pad) var(--lg-pad) var(--mid-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-top{
		margin-bottom: 24px;
		margin-bottom: 16px;
	}
	.contact-text{
		width: 100%;	
	}
	.contact-text h1{
		font-size: 24px;
		margin-bottom: 8px;
	}
	.contact-block h4{
		font-size: 18px;
	}
	.contact-block{
		padding: 24px;
		flex-direction: column;
	}
	.contact-form{
		margin: 0;
		padding: 0;
		width: 100%;
		border: none;
	}
	.contact-form .buttons .btn{
		width: 100%;
	}
	
	.contact-info{
		padding: 0;
		padding-top: 24px;
		margin-top: 24px;
		width: 100%;
/*		border-top: 1px solid var(--border-color);*/
	}
	.contact-info-list{
		margin-bottom: 24px;
	}
	
	.account-menu-wrap{
/*
		margin-left: -16px;
		margin-right: -16px;
*/
	}
	.account-menu-wrap h2{
		margin: 0;
	}
	.account-menu-wrapper,
	.info-menu-wrapper{
		position: relative;
	}
/*
	.account-menu:after{
		content: '';
		position: absolute;
		display: block;
		width: calc(100% + 32px);
		height: 100%;
		left: -16px;
		top: 0;
		background: var(--white-color);
		z-index: -1;
	}
*/
	.account-menu-header,
	.info-menu-header{
		display: flex;
		padding: 12px 12px;
		background: var(--light-bg-sub-color);
	}
	.ac-menu-open .account-menu-header,
	.info-menu-open .info-menu-header{
		box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);	
	}
	.account-menu-header:after,
	.info-menu-header:after{
		position: absolute;
		display: inline-block;
		content: "\f078";
		right: 12px;
		top: 20px;
		height: 24px;
		width: 24px;
		line-height: 24px;
		font-size: 16px;
		color: var(--text-color);
		vertical-align: middle;
		text-align: center;
		font-family: "Font Awesome 6 Pro";
		font-weight: 300;
		transform: rotate(0deg);
		transition: all .3s ease;
	}
	.ac-menu-open .account-menu-header:after,
	.info-menu-open .info-menu-header:after{
		transform: rotate(-180deg);
		transition: all .3s ease;
	}
	.account-menu-header .account-menu-icon,
	.info-menu-header .info-menu-icon{
		background: var(--bg-icon-color);
	}
	.account-menu,
	.info-menu{
		position: absolute;
		width: 100%;
		top: 64px;
		left: 0;
		z-index: 2;
		background: var(--white-color);
		box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
	}
	
	.account-cards{
		flex-direction: column;
	}
	.account-card-wrap{
		width: 100%;
		margin-bottom: 24px;
	}
	.account-card{
		padding: 16px;
	}
	.account-blocks{
		margin: 0;
		padding: 0;
/*		margin-top:  var(--main-pad);*/
	}
	.account-menu-wrap{
		margin-bottom: var(--main-pad);
	}
	.account-menu-wrap h2{
		display: none;	
	}
	.account-blocks .account-content-block{
		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 h4{
		line-height: 32px;
	}
	.account-content-block > a{
		padding: var(--xs-pad);
	}
	.account-content-block.ac-link {
		padding: 0;
	}
	.account-block-details{
/*		padding-left: 48px;*/
		margin-bottom: 16px;
	}
	.account-block-details div {
		line-height: 24px;
	}
	.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;
	}
	.account-block-buttons{
		position: fixed;
		justify-content: center;
		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-block-buttons .btn{
		width: 100%;	
	}
	.account-order-block{
		padding: 16px;
	}
	.account-order-ref{
		display: none!important;
	}
	.account-order-content{
		flex-direction: column;
		padding-top: 12px;
	}
	.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-column{
		width: 100%;
	}
	.account-order-full-line > div, .account-order-column > div {
		padding: 4px 0;
		line-height: var(--main-pad);
	}
	.account-order-scroll-wrap{
		overflow-x: scroll;
		padding-left: 16px;
		padding-right: 16px;
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: 16px;
	}
	.account-order-scroll-wrap .account-order-block{
		width: 200%;
	}
	
	
	.info-menu-wrap{
		margin-bottom: var(--med-pad);	
	}
	#info-menu{
		display: none;
	}
	.info-menu-wrap h2{
		text-align: center;
		display: none;
	}
	#info-menu-select{
		display: block;
	}
	#downloads-page {
		margin-bottom: 72px;
		margin-top: 0px;
		padding-top: 0!important;
	}
	
	.downloads-page-banner{
		min-height: 400px;
		min-height: 320px;
		background: url(/image/banners/fire-proof-downloads-mobile-banner.jpg) center 40%  no-repeat var(--bg-color);
		background-size: cover;
		margin-bottom:var(--main-pad);
	}
	.downloads-banner-text {
		justify-content: flex-end;
		padding:48px 0 24px 0;
		width: 100%;
		z-index: 2;
	}
	.downloads-banner-text h2{
		font-size: 20px;
		margin-bottom: 0px;
	}
	.downloads-navigation{
		width: 100%;
		padding: 0;
		margin: 0 0 var(--main-pad) 0;
	}
	.downloads-navigation .nav{
		flex-direction: column;
		margin: 0;
	}
	.downloads-navigation .nav .nav-item{
		width: 100%;
		padding: 0;
		margin-bottom: 8px;
	}
	.downloads-navigation .nav-link .nav-link-icon {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 20px;
		margin: var(--xs-pad) 0;
	}
	.downloads-navigation .nav-link .nav-link-text{
		width: calc(100% - 48px);
		padding: var(--xs-pad) 0 var(--xs-pad) var(--xs-pad);
	}
	.nav-link-title{
		font-size: 16px;
		margin-bottom: 0px;
	}
	.downloads-navigation .nav-link .txt-i-btn span{
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	
	.download-search{
		width: 60%;
/*		padding-right: 0;*/
	}
	.download-search .i-btn{
		width: 48px;
		height: 48px;
	}
	.download-filter-bar {
		padding: 0;
		width: 100%;
		margin: 0 0 var(--main-pad) 0;
/*
		flex-direction: column;
		padding: 0 0;
*/
	}
	.download-filter-label{
		display: none;
	}
	.download-filter-sort{
		min-width: initial;
		width: 40%;
	}
	.download-filter-select{
		min-width: initial;
	}
	.download-filter-select.filter-select-list{
		width: 100%;		
	}
	.download-list-full{
		padding: 0;
		width: 100%;
	}
	.download-list-block{
		margin-bottom: 24px;
	}
	.download-item{
		font-size: 12px;
		padding: var(--xs-pad) var(--xs-pad) var(--xs-pad) var(--xxs-pad);
	}
	.download-item-name a span{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.download-item-size{
		line-height: 24px;
	}
	.news-container{
		margin: 0;
		flex-direction: column;
	}
/*
	.news-article-page{
		margin-top: -48px;
	}
	.news-article-wrap{
		padding-top: 56px;
	}
*/
	.news-category-wrap{
		width: 100%;
		padding: 0;
		margin-bottom: 24px;
	}
	.news-category-text h3{
		font-size: 16px;
	}
/*
	.news-article-banner {
		height: 360px;
		background-position: top center;
	}
*/
	.news-article-main{
		width: 100%;
/*		margin: -48px 0px 96px 0px;*/
		margin: 24px 0px 96px 0px;
		padding: 0px;
	}
	.news-article-content{
		padding: 16px;
		padding-bottom: 64px;
	}
	.news-article-title h1{
		font-size: 18px;
	}
	.news-social{
		top: initial;
		right: initial;
		left: 0px;
		bottom: -32px;
		width: 100%;
		justify-content: center;
	}
	.article-share{
		width: initial;
		flex-direction: row;
		justify-content: center;
	}
	.article-share li{
		padding: 8px;
	}
	.news-article-buttons{
		display: flex;
		justify-content: space-between;
	}
	.news-article-buttons .btn {
		margin-right: 8px;
		padding: 12px 16px;
	}
	.news-article-buttons .txt-i-btn {
		margin:12px 0;
	}
	.news-article-buttons .txt-i-btn i{
		margin-right: 0;
	}
	
	.news-article-text{
		padding-right: 0px;
	}
	
	.news-article-form{
		padding: 24px;
	}
	.news-article-form .form-cols{
		flex-direction: column;
	}
	.news-article-form .form-col{
		width: 100%;
	}
	
/*
	#product-category .category-left {
		width: 0%;
		padding-right: 0px;
	}
	#product-category .title-block{
		text-align: center;
		justify-content: center;
	}
*/
	#product-category .breadcrumb{
		display: none;
	}
	
	#product-category #content {
/*		width: initial;*/
		padding: 0 16px;
	}
	.category-top-info{
		position: relative;
		flex-direction: column;
		padding-top: 0px;
		margin-bottom: 16px;
	}
	.category-description{
		display: none;
	}
	.category-info,
	.category-filter-bar{
		width: 100%;	
	}
	
	
	.category-image{
		display: none;
	}
	.category-info{

	}
	.category-info h1{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0px;
		padding-right: 32px;
		display: none;
	}
	.category-back-btn{
		display: flex;
	}
	.category-back-btn .txt-i-btn{
		padding: 0px 0px;
		color: var(--light-text-color);
	}
	
	.filter-amount{
		display: none;
	}
	
	.category-info p{
		font-size: 12px;
	}
	.category-filter-label{
		margin-bottom: 4px;
		font-size: 12px;
	}
	.category-filter-label.filter-label-inline{
		display: none;
	}
	.category-filter-select.filter-select-lg{
		min-width: initial;
	}
	.category-filter-select{
		padding-left: 0;
		margin-left: auto;
	}
	.category-filter-sort{
		width: initial;
		width: 100%;
	}
	.filter-select-lg{
		width: 50%;
		width: auto;
/*		padding-right: 8px;*/
	}
	.filter-amount{
		width: 50%;
		padding-left: 8px;
	}
	.category-filter-select .form-control{
		width: auto;
		background: var(--white-color); 
	}
	.category-filter-select.filter-select-list{
		width: auto;
		margin-left: auto;
	}
	.category-filter-select.form-select .selectric-wrapper,
	.category-filter-select.form-select .selectric{
		height: 24px;
	}
	.category-filter-select.form-select .selectric{
		background: var(--white-color); 
		border: 1px solid var(--white-color);
	}
	.category-filter-select.form-select .selectric .label{
/*		color: var(--light-text-color); */
		height: 24px;
		padding: 0px 0px 0px 8px;
	}
	.category-filter-select.form-select .selectric .button,
	.category-filter-select.form-select .selectric .button:after{
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	
	.category-top-info:not(.top-category) #filters-toggle{
/*		display: flex;*/
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.categroy-results{
		text-align: center;
		line-height: 24px;
	}	
	.product-row{
		margin-left: -8px;
		margin-right: -8px;
		margin-bottom: var(--main-pad); 
	}
	.product-special {
		margin-bottom: var(--main-pad);
	}
	.product-block{
		width: 50%;
		padding: 0 8px;
		margin-bottom: 16px;
	}
	#product-search .product-block{
		width: 50%;
		margin-bottom: 16px;
	}
/*
	.featured-module .title-block{
		text-align: left;
		margin-bottom: 8px;
	}
	.product-featured-wrap{
		margin: 0 -24px;
		padding: 16px 24px;		
		overflow-x: auto;
	}
	.product-special.product-row,
	.product-featured.product-row{
		width: 240%;
		margin-bottom: 0;
	}
*/
	.product-special .product-block,
	.product-featured .product-block {
		width: 50%;
		margin-bottom: 16px;
	}
	.corex-info-page .product-featured.product-row{
		width: 100%;
	}
	.corex-info-page .product-featured .product-block{
		width: 50%;
	}
	.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-main{
		padding: 8px;
	}
	.product-block-text{
		padding: 0px;
		text-align: left;
		margin-bottom: 0px;
	}
	.product-block-text h3,
	.product-block-text h4{
		font-size: 14px;
	}
	.product-block-text .product-block-desc{
		font-size: 11px;
		margin-bottom: 8px;
		display: none;
	}

	.product-block-attributes{
		display: none;
	}
	.product-thumb:hover:after{
		transform: none;
	}
	.product-thumb .image{
		margin: 8px;
	}
	.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;
	}
	.product-price .price-main span{
		font-size: 10px;
	}
	.product-alt .product-price {
		margin-bottom: 8px;
	}
	.product-badge{
		top: 8px;
		right: 8px;
		font-size: 10px;
		line-height: 13px;
	}
	.product-block-bottom .i-btn {
		width: 40px;
		min-width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	
/*
	.product-page #outer-wrapper{
		padding-top: 56px;
	}
*/
	.product-wrapper{
		flex-direction: column;
		min-height: initial;
		margin-bottom: 24px;
	}
	.product-left{
		position: initial;
		width: initial;
		padding: 0;
	}
	.product-left:not(.product-extra-images) .product-images{
		justify-content: initial;
	}
/*
	#product-images{
		display: none;
	}
	.product-images.product-images-mobile{
		display: flex;
	}
*/
	.product-images{
		position: relative;
		top: initial;
		flex-direction: column;
		margin-bottom: var(--main-pad); 
	}
	.product-main-image{
		display: flex;
		padding: 0;
		width: 100%;
		min-height: 320px;
		order: 1;
		border-radius: var(--border-radius);
		overflow: hidden;
		margin-bottom: 8px;
	}
	.thumbnails {
		display: flex;
		flex-direction: row;
		width: initial;
		width: calc(100% + 8px);
		padding: 0;
		margin: 0;
		margin-right: -8px;
		order: 2;
	}
	.thumbnails .thumbnail{
		padding: 0;
		margin: 0;
		height: 100%;
		width: calc(25% - 8px);
		margin-right: 8px;
		border-radius: var(--border-radius);
		overflow: hidden;
	}
/*
	.thumbnails a.vid-link:after {
		font-size: 24px;	
	}
*/
	.product-right{
		order: 1;
		width: 100%;
		padding: 0px 0px 24px 0px;
	}
	.product-tags{
		flex-wrap: wrap;
	}
	.product-tag{
		font-size: 12px;
		margin-bottom: 8px;
	}
	.product-right h1{
		font-size: 18px;
		margin-bottom: 16px;
	}
	.product-top-info{
		flex-direction: column;	
		font-size: 12px;
	}
	.product-top-left, .product-top-right{
		width: 100%;
	}
	.product-top-left{
		margin-bottom: 8px;
	}
	.product-top-right{
		justify-content: flex-start;
	}
	.prod-stock .prod-stock-none,
	.prod-stock .prod-stock-true{
		margin-left: 0;
		margin-right: 8px;
	}
	.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-description h2{
		font-size: 16px;	
	}
	
/*
	.product-description{
		margin-bottom: 0px;
	}
*/
	.product-table-wrap{
		overflow-x: auto;		
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: 16px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 16px;
	}
	.otp-holder{
		width: initial;
	}
	.product-table{
		width: 300%;
		margin-bottom: 0;
	}
	.product-col{
		padding: 8px 8px;
	}
	
	.product-bottom-info{
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 48px;
	}
	.product-info-wrap{
		width: 100%;
		margin-bottom: 24px;
	}
	.product-info-text-wrap{
		width: 100%;
	}
	.product-order-list{
		display: flex;
		width: 100%;
		order: 2;
	}
	#product .cart{
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
	}
	.product-bottom-info .btn-icon-left i{
		display: none;
	}
	#button-orderlist-dropdown{
		width: 100%;
	}
	.product-bottom-info .button-cart,
	.button-otp-cart{
		margin: 0;
		width: 100%;
		margin-bottom: 16px;
	}
	.prod-downloads{
		border: none;
	}
	
	#orderlist-dropdown{
		width: 100%;
	}
	.product-orderlist-input .i-btn{
		width: 48px;
		height: 48px;
		line-height: 48px;
	}
	.mobile-product-button{
		position: fixed;
		display: flex;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 16px;
		background: var(--white-color);
		box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.12);
		z-index: 3;
	}
	.mobile-product-button .btn{
		width: 100%;	
	}
	
	#checkout-checkout{
		padding: 0px;
		padding-right: 16px;
    	padding-left: 16px;
	}
	.checkout-main {
		padding: 0 ;
	}
	.checkout-main-nav {
		margin: 0 0px var(--main-pad) 0px;
		padding: 16px 0px 8px 0px;
	}
	.checkout-main-nav li {
		width: 25%;
		padding: 0 var(--sm-pad);
		padding: 0;
	}
	.checkout-main-nav .nav-item-nr{
		width: 32px;
		height: 32px;
		line-height: 32px;
/*		opacity: 0.8;*/
	}
	.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: 300;
		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;
/*		white-space: nowrap;*/
		letter-spacing: 0px;
		line-height: 12px;
		opacity: 0;
		padding: 4px 8px 0 8px;
	}
	.checkout-main-nav .nav-item-link a.active span{
		opacity: 1;
		text-align: center;
	}
	
	#checkout-success .checkout-main-nav li#link-checkout-confirm .nav-item-link > div > span{
		opacity: 1;
	}
	.checkout-main-nav .nav-item-nr{
		color: var(--dark-bg-color);
	}
	.checkout-main-nav .nav-item-link a.active .nav-item-nr, .checkout-main-nav .nav-item-link a.step-clear .nav-item-nr, .checkout-main-nav li .nav-item-link > div.nav-item-checked .nav-item-nr {
		opacity: 1;
		color: var(--main-color);
		color: var(--white-color);
/*		background: var(--main-color);*/
	}
	.checkout-main-nav .nav-item-link a.active .nav-item-nr{
		background: var(--main-color);
	}
	
/*	.checkout-main-nav .nav-item-nr .ni-nr,*/
	.checkout-main-nav .nav-item-checked .ni-nr,
	.checkout-main-nav .nav-item-checked .nav-item-nr .ni-icon i{
		display: none;
	}
/*	.checkout-main-nav .nav-item-nr .ni-icon{*/
	.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: 300;
		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-content-wrap{
		flex-direction: column;
	}
	.checkout-center-content{
		width: 100%;
	}
	#login-tabs .inline-btn .txt-btn{
		font-size: 16px;
	}
	.checkout-content-block{
		padding: 0;
	}
	.checkout-form-small {
		padding: 0;
	}
	.checkout-content-left {
		width: 100%;
		padding: 0;
/*		border: 1px solid var(--sub-color);*/
	}
	.checkout-content-right{
		width: 100%;
		padding: 0;
	}
	.checkout-title, .checkout-title-small{
		font-size: 16px;
	}
	.checkout-title-top, .checkout-title-small{
		margin-bottom: 16px;
	}
	.checkout-title-top .checkout-title{
		width: 100%;
	}
	.checkout-title-top .checkout-title-button {
		position: fixed;
		flex-direction: row;
		justify-content: flex-end;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 16px;
		z-index: 3;
		background: #FFFFFF;
		box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.12);
	}
	.checkout-title-button .btn-back{
		display: inline-block;
		text-align: center;
		margin-right: 16px;
	}
	.checkout-title-top .checkout-title-button .btn,
	.checkout-title-top .checkout-title-button .buttons{
		width: calc(50% - 8px);	
	}
	.checkout-title-top .checkout-title-button .buttons .pull-right,
	.checkout-title-top .checkout-title-button .buttons .pull-right .btn{
		width: 100%;
	}
	
	.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);
	}
	.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: #FFFFFF;
	}
	#address-order-list .modal-dialog{
		height: var(--doc-height);
		min-height: initial;
	}
	#address-order-list .modal-content{
		height: 100%;
	}
	.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-content .table-responsive {
		overflow: hidden;
		overflow-x: auto;
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: 16px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 16px;
		width: initial;
	}
	#checkout-content .table-responsive .table{
		width: 150%;
	}

	
	.modal-body{
		padding: 0px var(--mid-pad);
	}
	.modal-header,
	.modal-footer{
		padding: var(--main-pad) var(--mid-pad);
	}
	.modal-header .close{
		top: 12px;
    	right: 4px;
	}
	.modal-buttons .modal-btn {
		width: calc(50% - 8px);
		margin: 0;
	}
	.modal-carousel{
		padding: 0;
		height: 100%;
	}
	.modal-carousel .carousel-inner{
		height: 100%;
/*		height: calc(100% - 168px);	*/
	}
	.modal-carousel .carousel-item .modal-body{
		min-height: calc(100% - 240px);
		height: calc(100% - 240px);
		
/*
		min-height: calc(var(--doc-height) - 168px);
		height: calc(var(--doc-height) - 168px);	
*/
		
		padding: 0px var(--mid-pad);
	}
	.modal-body .adr-select{
		max-height: 100%;
/*		max-height: calc(100% - 240px);*/
	}
	
	.modal-body .form-cols{
		margin-left: -8px;
    	margin-right: -8px;
	}
	.modal-body .form-col{
		padding: 0 8px;
	}
	
	.form-cols-collapse{
		flex-direction: column;
		margin: 0;
	}
	.form-cols-collapse .form-col{
		width: 100%;
		padding: 0;
		margin-bottom: 32px;
	}
	.form-cols-sm .form-col{
		width: 100%;
	}
	
	#address-carousel .form-cols{
		flex-wrap: wrap;
	}
	
	#address-carousel .form-cols-sm .form-col{
		width: 50%;
	}
	#address-carousel .form-cols-sm .form-col.form-select{
		width: 100%;
		margin-bottom: 32px;
	}
	#address-carousel .sticky-error .form-group .text-danger{
		top: 48px;
	}
	#address-carousel #ship-new-address .modal-body{
		height: calc(100% - 168px);
		overflow-y: auto;
	}
	
	#shipping-new-form{
/*		overflow-y: auto;*/
	}
	
	#account-register .empty-content-center{
		justify-content: flex-start;
	}
	#account-register .content-block-header h2 {
		margin-bottom: 0;
	}
	.register-main-nav li {
		padding:0 var(--sm-pad) 0 0;
		padding: 0;
		width: 33.3333%;
		text-align: center;
	}
	.register-main-nav li .nav-item-link{
		padding: 0;
		font-size: 12px;
		line-height: 32px;
	}
	.register-main-nav .nav-item-nr {
		margin-right: 0px;
	}
	.register-main-nav.checkout-main-nav li .nav-item-link > a:after, 
	.register-main-nav.checkout-main-nav li .nav-item-link .nav-item-checked:after, 
	.register-main-nav.checkout-main-nav li .nav-item-link .nav-item-open:after{
		right: -12px;
	}
	.register-main-nav.checkout-main-nav .nav-item-checked .ni-nr{
		display: block;	
	}
	
	#register-content .form-buttons{
		margin-top: 24px;	
	}
	#register-content #tab-register-3 .checkbox {
		margin-bottom: 24px;	
	}
	#register-content .form-cols-collapse .form-col{
		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;
	}
	
	.header-empty{
		padding: 16px 16px;	
		background:var(--bg-color);
	}
/*
	.header-empty:after{
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 1px;
		left: 0;
		bottom: 0;	
		z-index: 0;
		background: var(--dark-bg-color);
	}
*/
	.header-empty .header-main-start {
		width: 100%;
	}
	.header-empty .logo-main{
		padding: 0;
	}
	.header-empty .logo-main img {
		height: 16px;
	}
	.header-empty .logo-main span {
		margin: 4px 0;
	}
	
	.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-page{
		background:var(--bg-color);
	}
	.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{
		width: 100%;
		padding: var(--xl-pad) var(--mid-pad) var(--lg-pad) var(--mid-pad);
	}
	.empty-content-block{
		padding: var(--main-pad);
		padding: 0;
		box-shadow: none;
		background:var(--bg-color);
	}
	.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;
	}
	.empty-content-block-footer{
		display: none;	
	}
	.downloads-empty-icon,
	.cart-empty-icon {
		width: 48px;
		height: 48px;
		font-size: 36px;
		margin-bottom: 16px;
	}
	
	.footer-copyright-menu li{
		border: none;
		line-height: 24px;
		font-size: 14px;
	}
	.footer-copyright-menu li a{
	}
	#hempa-blk h1{
		font-size: 16px;
	}
	#hempa-blk .op-top{
		flex-direction: column;
		margin: 16px 0px;
/*
		margin-bottom: 40px;
*/
	}
	.op-top-wrapper{
		flex-direction: column;
		margin: 0;
		width: 100%;
	}
	#hempa-blk .op-col{
		width: 100%;
		float: none;
		padding: 0;
	}
	#hempa-blk .option_choices{
		padding: 16px 16px;
	}
	#hempa-blk .op-top .option_label{
		font-size: 14px;
	}
	div.spinedit{
		right: 0;
		bottom: 8px;
	}
	.op2-img {
		width: 100%;
		float: none;
		padding: 24px 0px;
	}
	.hemp-img img{
		max-width: 100%;
	}
	#product-table {
		position: relative;
		display: block;
		overflow-x: scroll;
	}
	#product-table .button {
		float: left;
		width: 100%;
	}
	#resultsTable {
		line-height: 20px;
		margin-bottom: 20px;
	}
	#resultsTable th{
		font-size: 11px;
	}
	.hempa-mid{
		display: none;
	}
	.hempa-left,
	.hempa-right{
		width: 100%;
		float: none;
		margin-bottom: 24px;
		padding: 0px;
	}
	.hempa-left span{
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 24px;
	}
	.hempa-left span img{
		max-width: 72px;
	}
	.hempa-left span b{
		min-height: initial;
	}
	
	
	.download-center-text{
		width: 100%;
/*		padding: var(--xl-pad) 0;*/
	}

	.download-success-icon{
		font-size: 36px;
		width: 72px;
		height: 72px;
		line-height: 72px;
		border-radius: 50%;
	}
	.download-center-text p{
		width: 70%;
	}
	
	.notification-wrapper {
		left: 16px;
		bottom: 16px;
		right: 16px;
		z-index: 11;
	}
	.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: 16px;
		font-size: 12px;
		line-height: 16px;
		padding: 8px 40px 8px 56px;
		width: 100%;
		max-width: calc(100% - 32px);
	}
	.alert:before{
		width: 40px;
		height: 100%;
		min-height: 100%;
		line-height: 32px;
	}
	.alert.alert-dismissible {
		padding: 8px 40px 8px 56px;
	}
	.alert>i, .alert.alert-danger:before {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 40px;
		min-height: 32px;
		height: 100%;
		max-width: calc(100% - 32px);
		font-size: 13px;
	}
	.alert .close {
		width: 40px;
		height: 40px;
		height: 100%;
		line-height: 100%;
		font-size: 18px;
	}
	.alert-dismissable .close, .alert-dismissible .close {
		right: 0px;
		top: 0px;
		padding: 4px;
	}
	
	
	#footer-main{
		padding: 48px 0px 0px 0px;
	}
	
	.footer-main{
		padding: 0px;
	}
	
	.footer-top{
		flex-direction: column;
		padding: 0 0 48px 0px;
		font-size: 14px;
		margin-bottom: 8px;
		border-bottom: 1px solid var(--border-color);
	}
	.footer-top-left{
		width: 100%;
	}
	.footer-top-left p {
		margin: 0;
		margin-bottom: 16px;
	}
	.footer-top-right{
		width: 100%;
		padding: 0;
	}
	.newsletter-form{
		margin: 0;
	}
	.newsletter-form .form-col{
		padding: 0;
	}
	.newsletter-form .form-input{
		width: calc(100% - 120px);
		padding-right: 8px;
	}
	.newsletter-form .form-btn {
		width: 120px;
	}
	
	

	.footer-menu-wrap{
		width: 100%;
		flex-direction: column;
		padding: 24px 0px 48px 0px;
		margin: 0;
	}
	.footer-menu{
		padding: 0px;
		border-bottom: 1px solid var(--light-border-color);
	}
	.footer-menu-wrap .footer-menu:last-child{
		border-bottom: none;
	}
	.footer-sub-menu{
		border-top: 1px solid var(--light-border-color);		
	}
	.footer-menu-title,
	.footer-menu-title-sub{
		width: 100%;
		font-size: 16px;
		margin: 0;
	}
	.footer-menu-title a,
	.footer-menu-title-sub a{
		font-weight: 400;
		line-height: 48px;
	}
	.footer-menu-title a b{
		font-weight: 400;
	}
	.footer-menu-title:after,
	.footer-menu-title-sub:after {
		position: absolute;
		display: inline-block;
		content: "\f078";
		right: 0px;
		top: 12px;
		height: 24px;
		width: 24px;
		line-height: 24px;
		font-size: 14px;
		color: var(--text-color);
		vertical-align: middle;
		text-align: center;
		font-family: "Font Awesome 6 Pro";
		font-weight: 300;
		transform: rotate(0deg);
		transition: all .3s ease;
	}
/*
	.home-page .footer-menu-title:after,
	#information-information .footer-menu-title:after,
	#information-contact .footer-menu-title:after{
		color: var(--main-color);
	}
*/
	.footer-menu-open .footer-menu-title:after,
	.footer-menu-open .footer-menu-title-sub:after {
		transform: rotate(-180deg);
		transition: all .3s ease;
	}
	.footer-menu{
		display: block;
		flex-direction: initial;
		justify-content: initial;
		width: 100%;
		margin-bottom: 0px;
	}
	.footer-menu-list,
	.footer-menu-list-sub{
		display: none;
		flex-direction: initial;
	}
	.footer-sub-menu{
		margin-top:0;
	}
	.footer-menu-nocollapse .footer-menu-title:after {
		display: none;
	}
	.footer-menu-nocollapse .footer-menu-list{
		display: flex!important;
		flex-direction: column;
	}
	.footer-menu ul{
		flex-direction: initial;
		width: 100%;
		text-align: left;
		padding-bottom: 8px;
	}
	.footer-menu.footer-menu-large ul li {
		width: 100%;
	}
	.footer-menu.footer-menu-large ul li a {
		padding-left: 0px;
	}
	.footer-menu.footer-menu-large ul li a:before{
		display: none;
	}
	.footer-menu-title, .footer-menu ul li{
		display: block;
	}
	.footer-menu ul li a{
		display: block;
		width: 100%;
		padding: 0px 0px;
		font-weight: 400;
	}
	.footer-menu ul li a, .footer-menu ul li span{
		line-height: 24px;
	}
	.footer-bottom{
		flex-direction: column;
		justify-content: center;
		text-align: center;		
		font-size: 12px;
		padding: 24px 0px;
		border: none;
	}
	#footer-main .container {
		display: flex;
		flex-direction: column;
	}
	.footer-bottom-center,
	.footer-bottom-left,
	.footer-bottom-right{
		flex-direction: column;
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	.footer-bottom-left{
		order: 3;
	}
	.footer-bottom-right{
		padding: 0px 0px;
		margin-bottom: 24px;
		order: 1;
	}
	.footer-bottom-center{
		order: 2;
		padding-bottom: 24px;
		margin-bottom: 24px;
		border-bottom: 1px solid var(--border-color);
	}
	.footer-logo{
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: 100%;
		text-align: left;
		padding-right: 0px;
		padding: 0;
		margin-bottom: 0px;
	}
	.footer-logo a img{
		height: 12px;
	}
	.footer-logo-main{
		padding: 0;
	}
	.footer-app-buttons{
		padding: 0;
		justify-content: center;
	}
	.footer-app-buttons .app-button {
		margin: 0 8px;
	}
	.footer-bottom-list{
		flex-direction: column;
		flex-direction: row;
		justify-content: center;
		text-align: center;
	}
	.footer-bottom-list li {
		padding: 0 4px;
		font-size: 10px;
	}
	#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%;
	}
	#address-order-list .modal-dialog{
		min-width: initial;
		max-width: 100%;
		width: 100%;
	}
	
	.not-found-icon img{
		height: 80px;
	}
	.not-found-icon i{
		font-size: 48px;
	}
	
}
	
	