html,
body {
	height: 100%;
}
body {
    margin: 0 auto;
    font-family: var(--ff-primary);
    color: #fff;
}
.page-container {
	position: relative;
	min-height: 100%;
    background-color: var(--color-secondary);
}
.page-container:not(.page-container-home) {
    padding-top: 120px;
}

* {
	box-sizing: border-box;
	outline: none!important;
	-webkit-appearance: none;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: searchfield;
}
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: searchfield-cancel-button;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

img {
    max-width: 100%;
}
a:hover,
a {
	color: inherit;
	text-decoration: none;
}
/*h1, .h1,
h2, .h2 {
	line-height: 1.5;
}*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: 700;
}
h1, .h1 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
}
.h2, h2 {
    font-size: 1.75rem;
	margin-bottom: 3rem;
    text-transform: uppercase;
}
.h3, h3 {
	margin-bottom: 1.5rem;
}
h4, .h4 {
	margin-bottom: 1.25rem;
}


.fill-primary {
    fill: var(--color-primary)!important;
}
.fill-secondary {
    fill: var(--color-secondary)!important;
}
.fill-white {
    fill: #fff!important;
}
.stroke-white {
    stroke: #fff!important;
}

.search-result ul li:hover h2,
a.text-primary:focus,
a.text-primary:hover,
.text-primary { 
	color: var(--color-primary)!important;
}
a.text-secondary:hover,
.text-secondary { 
	color: var(--color-secondary)!important;
}
.breadcrumb-item+.breadcrumb-item::before,
.ui-datepicker td span, 
.ui-datepicker td a {
	color: #000!important;
}
.form-control:focus ~ .input-group-prepend .input-group-text,
.form-control:focus ~ .input-group-append .input-group-text,
.input-error .form-control:not(:focus) ~ .input-group-prepend .input-group-text,
.input-error .form-control:not(:focus) ~ .input-group-append .input-group-text,
.ui-datepicker-calendar .ui-state-active,
.text-white {
	color: #fff!important;
}
.ui-datepicker tbody td.ui-state-disabled span,
.text-light {
	color: var(--color-light)!important;
}
.text-light-100 {
	color: var(--color-light-100)!important;
}
.text-light-200 {
	color: var(--color-light-200)!important;
}
.text-gold {
    color: var(--color-gold)!important;
}

a.bg-light:focus, 
a.bg-light:hover,
.bg-light-hover:hover,
.bg-light {
	background-color: var(--color-bg-light)!important;
}
.bg-light-100 {
	background-color: var(--color-bg-light-100)!important;
}
.bg-primary {
	background-color: var(--color-primary)!important;
}
a.bg-secondary:focus, 
a.bg-secondary:hover, 
.bg-secondary {
	background-color: var(--color-secondary)!important;
}
.bg-dark {
	background-color: var(--color-bg-dark)!important;
}
.bg-white {
	background-color: #fff!important;
}
.invalid-tooltip,
.bg-transparent {
	background-color: transparent!important;
}

.border-primary { 
	border-color: var(--color-primary)!important;	
}
.border-secondary {
	border-color: var(--color-secondary)!important;	
}
.ui-datepicker thead,
.ui-datepicker tbody td,
.ui-datepicker tbody td.ui-state-disabled span,
.border-light {
	border-color: var(--color-border-light)!important;
}
.border-light-100 {
	border-color: var(--color-border-light-100)!important;
}
.border-dark {
	border-color: var(--color-dark)!important;
}


.border-transparent {
	border-color: transparent!important
}
.modal-backdrop.show {
    opacity: .8;
}

.link {
	transition: .1s;
}
.link-u:hover,
.link-nu {
	text-decoration: none!important;
}
.link-u,
.link-nu:hover {
	text-decoration: underline!important;
}
.container {
    max-width: 1424px;
}
.content-md {
    width: 992px;
}
.no-selected {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

.fw-semibold {
    font-weight: 600!important;
}
strong,
bold {
	font-weight: 700!important;
}
.fw-extrabold {
    font-weight: 900!important;
}
.fs-xs {
    font-size: var(--fs-xs);
}
small,
.fs-sm {
	font-size: var(--fs-sm)!important;
}
.fs-bs {
	font-size: var(--fs-bs)!important;
}
big,
.fs-lg {
	font-size: var(--fs-lg)!important;
}
.fs-xl {
	font-size: var(--fs-xl)!important;
}
.fs-xxl {
	font-size: var(--fs-xxl)!important;
}
.mb-n1 {
  margin-bottom: -.25rem !important;
}
.mb-n2 {
  margin-bottom: -.5rem !important;
}
.mb-n3 {
  margin-bottom: -1.5rem !important;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
.mb-n5 {
  margin-bottom: -3rem !important;
}

.rounded-sm {
    border-radius: var(--rounded-sm)!important;
}
.rounded {
    border-radius: var(--rounded-bs)!important;
}
.rounded-lg {
    border-radius: var(--rounded-lg)!important;
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 3rem;
    }
}

/****************************** INPUT, TEXTAREA, CHECKBOX, RADIO, SELECT ******************************/
textarea,  
input {   
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
}
.select2-selection__placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: var(--color-light-100);
	opacity: 1;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: var(--color-light-100);
	opacity: 1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: var(--color-light-100);
	opacity: 1;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
	color: var(--color-light-100);
	opacity: 1;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
    -moz-appearance: textfield;
}
.form-control {
	box-shadow: none!important;
	height: auto;
	border-radius: 0;
    color: #fff;
    background-color: transparent;
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
}
.form-control {
	padding: calc(.5rem + 1px) .75rem;
}
.form-control-sm {
	padding: calc(.25rem + 2.5px) .75rem;
}
textarea.form-control {
	min-height: 110px;
} 
.input-file-single {
    padding: .313rem .75rem;
    line-height: 2;
}
.form-control-group:not(.col) {
    margin-bottom: 1rem;
}
.form-label {
    font-weight: 600;
    display: block;
}
.input-group .input-group-text {
    /*background-color: var(--color-bg-light-100);*/
	justify-content: center;
    min-width: 44px;
    margin-right: -1px;
    border-radius: 0;
    background-color: transparent;-
}
.input-group:not(.input-group-count) .input-group-text {
    color: var(--color-primary);
}
.input-group .form-control.datepicker {
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
}
.input-group .form-control {
    /*/border-left: 2px solid var(--color-primary);*/
}
.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: calc(.25rem + 2.5px) .75rem;
}
.input-group-xs>.btn,
.input-group-xs>.form-control,
.input-group-xs>.form-select,
.input-group-xs>.input-group-text {
    padding: calc(.25rem - .5px) .75rem;
    font-size: var(--fs-sm);
}
.input-group-count {
	min-width: 130px;
	width: 130px;
}
.input-group-count .form-control {
	text-align: center;
}
.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text {
    font-size: var(--fs-bs);
}
.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus {
    z-index: 2;
}


.form-check-wrapper:last-child {
	margin-bottom: 0!important;
}
.form-check {
    padding-left: 2rem;
}
.form-check .form-check-input,
.form-check .form-check-label {
    cursor: pointer;
}
.form-check .form-check-input {
    width: 22px;
    height: 22px;
    margin-left: -2rem;
    transition: .2s ease;
    box-shadow: none!important;
    margin-top: .15em;
    background-color: transparent;
}
.form-check-input[type=checkbox] {
    border-radius: 0;
}
.form-check .form-check-label {
    position: relative;
    /*top: 2px;*/
}
.form-check-label a {
    text-decoration: underline;
}
.form-check-label a:hover {
    text-decoration: none;
}
.form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.form-check-input:focus:not(:checked) {
    border-color: var(--color-border-form-light);
}
.form-check-group .form-check:not(:last-child) {
    margin-bottom: .625rem;
}
.rating-all-wrapper {
    max-width: 740px;
}
.rating-all-wrapper .rating-total-wrapper {
    min-width: 160px;
    width: 160px;
}
.rating-all-wrapper .rating-bars-wrapper {
    width: calc(100% - 160px);
}
.rating-all-wrapper .rating-number-total {
    font-size: 3.8rem;
    line-height: 1;
    color: #ffb600;
}
.rating-all-wrapper .progress {
    height: 10px;
}
.rating-all-wrapper .progress-bar {
    background-color: #545454;
}
.rating-all-wrapper .progress-bar-wrapper {
    min-width: calc(100% - 140px);
    width: calc(100% - 140px);
    margin-top: 3px;
}
.rating-all-wrapper .rating-single-wrapper {
    width: 140px;
}
.rating-all-wrapper .rating-single-wrapper .text {
    padding-top: 3px;
}

.rating-stars-form-wrapper > .form-check-input {
    display: none;
}
.rating-stars-form-wrapper > .form-check-label {
    position: relative;
    color: var(--color-gold);
    cursor: pointer;
    margin-right: .375rem;
}
.rating-stars-form-wrapper > .form-check-label::before{ 
    content: "\f005";
    position: absolute;
    opacity: 0;
    transition: .2s ease;
}
.rating-stars-form-wrapper > .form-check-label:hover:before,
.rating-stars-form-wrapper > .form-check-label:hover ~ label:before {
    opacity: 1!important;
}
.rating-stars-form-wrapper > .form-check-input:checked ~ .form-check-label:before {
    opacity: 1;
}
.rating-stars-form-wrapper:hover > .form-check-input:checked ~ .form-check-label:before {
    opacity: .2;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:not(.select2-results__option--selected) {
	background-color: var(--color-bg-light);
	color: #000;
}
.select2-results__option--selectable {
	color: #000;    
}
.form-control:focus ~ .input-group-prepend .input-group-text,
.form-control:focus ~ .input-group-append .input-group-text,
a.bg-primary:focus, a.bg-primary:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-results__option--selected.select2-results__option--selectable {
    background-color: var(--color-primary);
	color: #fff;
}
.form-control:focus,
.select2-dropdown,
.select2-container--default.select2-container--open.select2-container--above .select2-selection,
.select2-container--default.select2-container--open.select2-container--below .select2-selection,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-color: var(--color-primary);
}
.select2 {
	width: 100%;
}
.select2-container {
	min-width: 140px;
    max-width: 100%;
}
.select-100 .select2 {
	width: 100%;
}
.select2-container--default .select2-selection--multiple,
.select2-container .select2-selection--single {
	height: auto;
}
.select2-container .select2-selection--single {
	padding: calc(.5rem + -1px) 1.5rem calc(.5rem + -1px) .75rem;	
}
.select2-sm .select2-container .select2-selection--single {
	padding: calc(.5rem + -5px) 1.5rem calc(.5rem + -5px) .75rem;	
}
.select2-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: calc(.5rem + -1px) 0;
}
.select2-xs .select2-container .select2-selection--single {
	padding: calc(.5rem + -8px) 1.5rem calc(.5rem + -8px) .75rem;	
}
.select2-xs .select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: calc(.5rem + -4px) 0;
}
.select2-container .select2-selection--single .select2-selection__rendered { 
	padding: 0;
}
.select2-search__field {
    background-color: #fff;
}
.select2-search--dropdown .select2-search__field,
.select2-results__option {
    padding: calc(.5rem) .75rem; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.select2-xs .select2-search--dropdown .select2-search__field,
.select2-xs .select2-results__option {
    padding: calc(.5rem - 4px) .75rem; 
}
.select2-results__option:last-of-type {
	border: none;
}
.select2-dropdown {
	overflow: hidden;
	font-size: var(--fs-sm);
}
.select2-container--default .select2-selection--multiple,
.select2-dropdown,
.select2-container--default .select2-selection--single {
	border-radius: 0;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: .5rem;
	padding: calc(.5rem + 2px) 0;
}    
.select2-container--default .select2-selection--multiple:after,
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: "\f107";
	line-height: 0;
	display: inline-block;
	transition: .2s;
	position: relative!important;
}
.select2-container--default.select2-container--open .select2-selection--multiple:after,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
	transform: rotate(180deg);
}
.select2-container .select2-selection--multiple {
	padding: 3px 30px 7px 15px;
    min-height: 42px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border-radius: 0;
	flex-wrap: nowrap;
	white-space: normal;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	padding: 3px 5px 1px 5px;
	line-height: 1.2;
    border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 6px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	order: 2;
	margin: -1px 0 0 7px;
    font-size: var(--fs-xl);
    color: #fff;
}
.select2-container--default .select2-selection--multiple:after {
	position: absolute!important;
	right: 15px;
	top: 21px;
}
.select2-search--dropdown {
	padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border-top: none;
	border-left: none;
	border-right: none;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 9px;
}
.select2-container--default .select2-results__group {
	padding: 5px 15px; 
}
.select2-results__option,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container .select2-selection {
	border-color: var(--color-border-form-light);
}

.input-group .form-label {
    width: 100%;
}
.form-btn-group {
    margin-top: 2.5rem;
}
/*.form-control-group {
    align-self: flex-end;
}*/
.form-section-group {
	margin-bottom: 2.25rem;
}
.input-datepicker label {
    cursor: pointer;
}


.error-message {
    margin-top: 3px;
	font-size: var(--fs-sm);
	color: var(--bs-danger-text);
}
.input-error .form-control:not(:focus) ~ .input-group-prepend .input-group-text,
.input-error .form-control:not(:focus) ~ .input-group-append .input-group-text {
    background-color: var(--bs-danger)!important;
}
.input-error .form-control:not(:focus) ~ .input-group-prepend .input-group-text,
.input-error .form-control:not(:focus) ~ .input-group-append .input-group-text,
.input-error .form-check-input:not(:checked),
.input-error .form-control {
	border-color: var(--bs-danger);
}

.grecaptcha-badge {
	z-index: 1;
    bottom: 80px!important;
}
/****************************** INPUT, TEXTAREA, CHECKBOX, RADIO, SELECT ******************************/



/********************** EASEPICK ************************/
.easepick-wrapper {
	z-index: 7!important;
}
.datepicker[readonly] {
    background-color: #fff;
}
.calendar>.days-grid>.day:not(.not-allowed),
.datepicker {
    cursor: pointer;
}
.calendar>.days-grid>.day {
    border-radius:0;
    transition: .1s;
}
.calendar>.days-grid>.day.selected {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
}
.calendar>.days-grid>.day:not(.selected):hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.container.lock-plugin .calendar>.days-grid>.day.not-available.today,
.calendar>.days-grid>.day.today:not(.selected) {
    color: var(--color-primary);
}
.calendar>.header button:hover {
    background-color: var(--color-primary);
    color: #fff;
}
.calendar>.header button {
    transition: .1s;
    border-radius: 0;
} 
.calendar>.header button:hover>img, .calendar>.header button:hover>svg {
    fill: #fff;
    color: #fff;
}
.lock-plugin  {
    border-radius: 0;
}
/********************** EASEPICK ************************/


/********************** DATEPICKER ************************/
.ui-datepicker {
	width: 280px;
	height: auto;
	margin: 5px auto 0;
	font-family: var(--ff-primary)!important;
	box-shadow: var(shadow-bs);
	background-color: #fff;
	padding: 5px;
	z-index: 10!important;
}
.ui-datepicker th span {
	font-size: 10px;
}
.ui-datepicker a {
	text-decoration: none;
}
.ui-datepicker table {
	width: 100%;
	margin: 0;
}
.ui-datepicker tbody td,
.ui-datepicker thead {
	border-width: 1px;
	border-style: solid
}
.ui-datepicker-header {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 30px;
    border: none;
    padding: 10px 0!important;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 0;
}
.ui-datepicker tbody td {
    padding: 0;
    text-align: center;
}
.ui-datepicker td a {
	display: inline-block;
	width: 100%;
	transition: .1s;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px!important;
	height: 30px!important;
	text-align: center;
	cursor: pointer;
	line-height: 600%;
	overflow: hidden;
	top: 9px!important;
}
.ui-datepicker-prev {
	float: left;
	border-left: 3px solid #4b4b4b;
	border-bottom: 3px solid #4b4b4b;
	transform: scale(0.5) rotate(45deg);
	left: 0!important;
}
.ui-datepicker-next {
	float: right;
	border-right: 3px solid #4b4b4b;
	border-top: 3px solid #4b4b4b;
	transform: scale(0.5) rotate(45deg);
	right: 0!important;
}
.ui-datepicker .ui-datepicker-title select {
	padding: 2px 5px;
	margin: 1px;
}
.ui-datepicker-year {
	padding: 0 5px;
}
/********************** DATEPICKER ************************/


/********************** MODAL ************************/
.modal .modal-content {
    border-radius: 0;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
    padding: 1rem;
}
.modal .modal-footer .btn {
    margin: 0;
}
.modal-header .close {
    right: 15px;
    top: 15px;
    cursor: pointer;
    opacity: 1!important;
}
.btn-close {
    box-shadow: none!important;
    opacity: 1!important;
    display: block;
    margin: 16px 16px auto auto;
    padding: 0;
}
.modal-backdrop.show {
    opacity: 1;
}

.modal-age .modal-header {
    justify-content: center;
    border: 0;
}
.modal-age .modal-footer {
    border: 0;
}
/********************** MODAL ************************/


/********************** BUTTONS ************************/
.btn {
	cursor: pointer;
    text-decoration: none!important;
    font-size: 1rem;
    padding: 10px 30px;
    border-radius: 0;
    box-shadow: none!important;
	position: relative;
	overflow: hidden;
	font-weight: 700;
    text-transform: uppercase;
	z-index: 0;
    transition: .3s ease-in-out;
}
/*.btn:after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: -1;
	border-radius: 50% 50% 0 0;
    transform: translateY(51%) translateZ(0);
    transition: transform .3s ease-out;
}*/
.btn.active:after,
.btn:not(:disabled):not(.disabled):hover:after {
    transform: translateY(-49%) translateZ(0);
}
.btn-icon {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
}
.btn-icon-sm {
    width: 36px;
    height: 36px;
}
.btn-lg {
    padding: 13.5px 24px;
    font-size: 1.125rem;
}
.btn-sm {
	padding: 6.5px 15px;
	font-size: var(--fs-sm);
}
.btn-icon-right i {
    display: inline-block;
    margin-left: 8px;
}
.btn-w-md {
	min-width: 100px;
}
.btn-w-bs {
	min-width: 120px;
}
.btn-w-lg {
	min-width: 140px;
}
.btn-w-xl {
	min-width: 180px;
}
.btn-w-xxl {
	min-width: 220px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus, 
.btn-primary:focus,
.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
.btn-primary:after {
    background-color: var(--color-secondary);
}
.btn-primary.active,
.btn-primary:hover {
    background-color: transparent;
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary.focus, 
.btn-outline-primary:focus,
.btn-outline-primary {
    background-color: transparent;
    border-color: var(--color-primary);
    color: #fff;
}
.btn-outline-primary:after {
    background-color: var(--color-primary);
}
.btn-outline-primary:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff!important;
	/*box-shadow: inset 0 0 0 1px var(--color-primary)!important;*/
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.btn-secondary.focus, 
.btn-secondary:focus,
.btn-secondary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
}
.btn-secondary:after {
    background-color: #fff;
}
.btn-secondary.active,
.btn-secondary:hover {
    background-color: transparent;
    border-color: var(--color-secondary);
    color: var(--color-secondary)!important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle,
.btn-outline-secondary.focus, 
.btn-outline-secondary:focus,
.btn-outline-secondary {
    background-color: #fff;
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}
.btn-outline-secondary:after {
    background-color: var(--color-secondary);
}
.btn-outline-secondary:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
	/*box-shadow: inset 0 0 0 1px var(--color-secondary)!important;*/
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle,
.btn-dark.focus, 
.btn-dark:focus,
.btn-dark {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-dark:after {
    background-color: #fff;
}
.btn-dark:hover {
    background-color: #000;
    border-color:  #000;
    color: #000!important;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle,
.btn-outline-dark.focus, 
.btn-outline-dark:focus,
.btn-outline-dark {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.btn-outline-dark:after {
    background-color: #000;
}
.btn-outline-dark:hover {
    background-color: transparent;
    border-color: #000;
    color: #fff!important;
	/*box-shadow: inset 0 0 0 1px #000!important;*/
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle,
.btn-success.focus, 
.btn-success:focus,
.btn-success {
    background-color: var(--color-success);
    border-color: var(--color-success);
    color: #fff;
}
.btn-success:after {
    background-color: #fff;
}
.btn-success.active,
.btn-success:hover {
    background-color: var(--color-success);
    border-color: var(--color-success);
    color: var(--color-success)!important;
}


.btn:disabled {
    cursor: not-allowed;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    color: var(--color-light);
    border-color: var(--color-border-light);
    background-color: var(--color-bg-light);
    opacity: var(--bs-btn-disabled-opacity);
}
.link i,
.link svg {
	margin-right: .5rem;
}
.btn .icon-after {
	margin-left: .5rem;
}
.btn-arrow {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-arrow i {
    font-size: 1.125rem;
}

.top-bar .btn.opacity {
    opacity: .5;
}
.btn-add-to-cart .icon {   
    transition: .3s ease-in-out;
}
.btn-add-to-cart:hover .icon {
    fill: var(--color-primary)!important;
}
/********************** BUTTONS ************************/


/********************** BASE ************************/
.title-wrapper .icon {
    width: 30px;
}
.title-wrapper i {
    font-size: var(--fs-h3);
}
.title-hr.hr-center:after  {
    left: 0;
    right: 0;
    margin: auto;
}

.article-panel .inner {
	transition: .2s;
}
.article-panel .inner {
    position: sticky;
    top: 130px;
}
.article-panel,
.article-panel .inner.fixed,
.article-panel .inner.bottom {
    min-width: 300px;
    width: 300px;
}
.article-panel {
	position: relative;
}
.article-full {
	width: 100%;
}

.row-coupon a:after,
.wysiwyg ul li:before,
.accordion-button:after,
.article-submenu li:before,
.rating-stars-form-wrapper .form-check-label:before,
.item-bs .img-wrapper:after,
.select2-container--default .select2-selection--multiple:after,
.select2-container--default .select2-selection--single .select2-selection__arrow:after,
footer  .menu li a:before,
.breadcrumb-item+.breadcrumb-item::before {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
}
.icon-social {
    transition: .2s;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 1px solid #fff;
}
.icon-social:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
.bi {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentcolor;
}
.alert {
    padding: calc(.5rem + 1px) .75rem;
    border-radius: 0;
}
.subpage {
	padding-top: 3.5rem;
	padding-bottom: 7rem;
}

.item-bs .img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.item-bs .img-wrapper:after {
    content: "\f424";
    background-color: rgba(0,0,0,.7);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 70%);
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--fs-h2);
    border-radius: 50% 50% 0 0;
    transform: translateY(100%);
    transition: .3s ease-out;
}
.item-bs:not(.other-imgs):hover .img-wrapper:after {
    transform: translateY(0);
    border-radius: 0;
}
.item-bs .item-overlay {
    background-color: rgba(0,0,0,.7);
}

.navbar-toggler {
    padding: 0;
    border: 0;
    box-shadow: none!important;
}
.animate__delay-1s {
    animation-delay: 1s;
}

.box-main-wrapper {
	border-radius: 0;
}

.text-line-hover {
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
	transition: all .3s ease-in!important;
}
.text-line-hover:not(.active):hover {
	background-size: 100% 1px;
}

.subpage-text .wysiwyg {
    font-size: var(--fs-lg);
}
/********************** BASE ************************/


/*********************************** LOADER ***********************************/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.preloader {
    width: 100%;
    z-index: 5;
}
.preloader .preloader-content-wrapper {
    height: 250px;
}
.preloader.hidden {
    display: none;
}
.preloader .loader {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    width: 30px;
    height: 30px;
    animation: rotate 8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}
.preloader .loader .dot {
    background-color: var(--color-primary);
    border-radius: 50%;
}
.preloader .loader .dot:nth-of-type(1) {
    animation: dot1 cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s infinite;
}
@keyframes dot1 {
    5% {
        transform: translate(0);
    }
    50% {
        transform: translate(-70%, -70%);
        border-radius: 0;
    }
    95% {
        transform: translateY(0);
    }
}
.preloader .loader .dot:nth-of-type(2) {
    animation: dot2 cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s infinite;
}
@keyframes dot2 {
    5% {
        transform: translate(0);
    }
    50% {
        transform: translate(70%, -70%);
        border-radius: 0;
    }
    95% {
        transform: translateY(0);
    }
}
.preloader .loader .dot:nth-of-type(3) {
    animation: dot3 cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s infinite;
}
@keyframes dot3 {
    5% {
        transform: translate(0);
    }
    50% {
        transform: translate(-70%, 70%);
        border-radius: 0;
    }
    95% {
        transform: translateY(0);
    }
}
.preloader .loader .dot:nth-of-type(4) {
    animation: dot4 cubic-bezier(0.785, 0.135, 0.15, 0.86) 2s infinite;
}
@keyframes dot4 {
    5% {
        transform: translate(0);
    }
    50% {
        transform: translate(70%, 70%);
        border-radius: 0;
    }
    95% {
        transform: translateY(0);
    }
}
@keyframes rotate {
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
/*********************************** LOADER ***********************************/


/********************** ARTICLES ************************/
.wysiwyg {
    line-height: 1.6;
}
.wysiwyg h2:not(:first-child) {
    margin-top: 3rem;
}
.wysiwyg h3:not(.accordion-header),
.wysiwyg h4 {
    margin-top: 2.5rem;
}
.wysiwyg h2,
.wysiwyg h3 {
    color: var(--color-primary);
}
.wysiwyg > img,
.wysiwyg table,
.wysiwyg ol,
.wysiwyg ul,
.wysiwyg p {
	margin: 0 0 2rem 0;
}
.wysiwyg a {
	text-decoration: underline;
}
.wysiwyg p a {
	display: inline-block;
	margin: 0;
}
.wysiwyg a:hover {
	text-decoration: none;
}
.wysiwyg ol,
.wysiwyg ul {
	padding: 0;
	text-align: left;
    margin-top: -.25rem;
}
.wysiwyg ol li,
.wysiwyg ul li {
	margin-left: 2rem;
	margin-bottom: .375rem;
	position: relative;
}
.wysiwyg ol li:last-child,
.wysiwyg ul li:last-child {
    margin-bottom: 0;
}
.wysiwyg ul li:before {
	content: "\f105";
	left: -1rem;
    top: 7px;
    color: var(--color-primary);
    font-size: var(--fs-xs);
} 
.wysiwyg ul li {
	list-style: none;
}
.wysiwyg iframe {
	margin: 0 auto 20px;
	border: none;
	max-width: 100%;
}
/********************** ARTICLES ************************/


/********************** TABLES ************************/
.table-responsive {
	overflow-x: auto;
}
.table {
	/*border-collapse: separate;*/
    border-spacing: 0;
	border-radius: 0;
	width: 100%!important;
	border: 0;
	overflow: hidden;
}
.table tr th,
.table tr td {
	border: 0;
}
.wysiwyg .table tbody tr:first-child td,
.table thead {
	vertical-align: middle;
}
.wysiwyg .table tbody tr:first-child,
.table thead tr {
}
.table tr th,
.table tr td {
	padding: .5rem 1.25rem;
	vertical-align: middle;
}
.table thead tr {
    background-color: var(--color-secondary-200);
}
.table thead tr th {
    color: #fff;
}
.table tbody tr td {
}
.table tbody tr {
	transition: .1s ease-in;
}
.table tbody tr:hover {
}
.table tbody tr:nth-of-type(even) {
    background-color: var(--color-secondary-100);
}
.table tbody tr td {
	background-color: transparent;
	--bs-table-accent-bg: transparent!important;
    color: #fff;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    color: #fff;
}
.table h1,
.table h2,
.table h3,
.table h4,
.table h5,
.table h6 {
	margin: 0;
}
.table p {
	margin: 0;
}
/********************** TABLES ************************/


/********************** BREADCRUMB ************************/
.breadcrumb li a:not(.active):hover {
	text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item::before {
	position: relative!important;
	content: "\f105";
	font-size: 12px;
}
/********************** BREADCRUMB ************************/


/********************** ARTICLE GALLERY ************************/
.attachment-images {
    overflow: hidden;
}
.attachment-images .box .col {
}
.attachment-images .item .img {
    aspect-ratio: 16 / 12;
    object-fit: cover;
    object-position: center;
}
.attachment-images .item .img-wrapper:after {
    content: "\f424";
}
.blueimp-gallery>.indicator>li:after {
	display: none;
}
.blueimp-gallery > .indicator > li {
    width: 40px;
    height: 40px;
    background-size: cover;
    margin: 0 5px 0;
    border-radius: 0;
    transition: .2s;
}
.blueimp-gallery > .title {
    text-shadow :none;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    margin: 0;
    left: 0;
    right: 0;
	font-size: 13px;
	line-height: 1.4;
	opacity: 1;
}
.blueimp-gallery > .close {
    right: 0;
    top: 0;
    opacity: 1!important;
	font-size: var(--fs-h3);
    background: transparent;
}
.blueimp-gallery > .arrow {
    opacity: 1;
    border: none;
    background: transparent;
    font-size: var(--fs-h3);
	width: auto;
    height: auto;
}
.blueimp-gallery>.indicator>.active, .blueimp-gallery>.indicator>li:hover {
    border-color: var(--color-primary);
}
.blueimp-gallery > .prev {
	left: 0;
}
.blueimp-gallery > .next {
	right: 0;
}
body:last-child .blueimp-gallery > .play-pause {
    opacity: 1;
	bottom: 25px;
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    transition: opacity .2s linear;
}
.blueimp-gallery > .slides > .slide > .slide-content {
    border-radius: 0;
}
/********************** ARTICLE GALLERY ************************/


/********************** GOUP ************************/
.goup {
    right: 1.25rem;
    bottom: 1.25rem;
    width: 40px;
    height: 40px;
    cursor: pointer;
	transition: .2s ease-out;
	transform: scale(0);
	z-index: 3;
	background-color: #000;
}
.goup i {}
.goup.active {
	transform: scale(1);
}
/********************** GOUP ************************/


/********************** ORDER STEPS ************************/
.order-steps .boxes {
    left: 0;
    top: calc(100% + -30px);
}
.order-steps .boxes .box {
    width: 50px;
    height: 50px;
    background-color: #fff;
	font-size: var(--fs-bs);
}
.order-steps .boxes .box-before {
	width: 60px;
	height: 60px;
	background-color: var(--color-bg-light);
	margin-top: -5px;
	border-radius: 50%;
}
.order-steps .boxes .box-before:first-child {
    margin-left: -5px;
}
.order-steps .boxes .box-before:last-child {
    margin-right: -5px;
}
.order-steps .boxes {}
.order-steps .progress {
    overflow: visible;
}
.order-steps .progress,
.order-steps .progress .progress-bar {
    height: 10px;
}
/********************** ORDER STEPS ************************/


/********************** ORDER ************************/
.items.items-order .item:last-child {
    border: none!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}
.items.items-order .item .input-group-quantity {
    width: 100px;
}
.items.items-order .item .input-group-quantity .form-control {
    padding-left: 6px;
    padding-right: 6px;
}
.items.items-order .item .col-info {
     width: calc(100% - 100px);
}
.items.items-order .item .select2-xs .select2-container {
    min-width: 80px;
    max-width: 80px;
}
.items.items-order .item .col-img {
    width: 100px;
}
.items.items-order .item .col-img .img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.items.items-order .item .btn-group-delete {
    right: 12px;
    top: 0;
}
.items.items-order .item .flex-groups {
    
}
.items.items-order .item .flex-group-1 {
    flex: 1;
}
.items.items-order .item .flex-group-2 {
    flex: 3;
}
.account .items.items-order .item .flex-group-2 {
    flex: 4;
}
.account h1 {
    color: #fff;
}
.order .sidebar-order {
    top: 104px;
}
.order .summary .flex-groups .flex-group-1 {
    flex: 1;
}
.order .summary .flex-groups .flex-group-2 {
    flex: 3
}
.order .item .img {
	min-width: 40px;
}
.order.cart .item:last-child {
	border-bottom: 0!important;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
.order {
	background-color: var(--color-bg-light);
}
.row-coupon a:after {
    content: "\f107";
    transform-origin: center;
    right: 0;
    transition: .3s;
}
.row-coupon a[aria-expanded="true"]:after {
    transform: rotateZ(180deg);
}

@media (max-width: 991.98px) {
    .items.items-order .item .flex-group-2 {
        flex: 1.5;
    }
    .account .items.items-order .item .flex-group-2 {
        flex: 2.8;
    }
    .order .sidebar-order {
        top: 70px;
    }
    .navbar.navbar-user .navbar-nav .nav-item .nav-link {
        padding: 5px 1rem;
    }
}
@media (max-width: 767.98px) {
    .account .items.items-order .item .flex-group-2,
    .items.items-order .item .flex-group-2 {
        flex: 2.5;
    }
}
@media (max-width: 575.98px) {
    .account .items.items-order .item .flex-group-2,
    .items.items-order .item .flex-group-2 {
        flex: 1;
    } 
    .items.items-order .item .flex-group-1 {
        padding-right: 5px;
    }
    .order-steps .boxes .box {
        width: 40px;
        height: 40px;
        font-size: var(--fs-sm);
    }
	.order-steps .boxes .box-before {
		width: 50px;
		height: 50px;
	}
    .order-steps .progress, .order-steps .progress .progress-bar {
        height: 8px;
    }
    .order-steps .boxes {
        top: calc(100% + -25px);
    }
	.order .col-shippment .form-check,
	.pagination-info {
        width: 100%;
    }
}
@media (max-width: 360px) {
	.blueimp-gallery > .title {
		display: none;
	}
    .items.items-order .item .flex-group-1,
    .items.items-order .item .flex-group-2 {
        flex: inherit!important;
    }
	.order .item .col-product,
	.order .item .col-price {
		width: 100%;
	}
	.order .item .col-price {
		text-align: left!important;
	}
    .items.items-order .item .col-img {
        width: 80px;
    }
    .items.items-order .item .col-img .img {
        height: 80px;
    }
}
/********************** ORDER ************************/


/********************** PAGINATION ************************/
.pagination {
    margin-bottom: 0;
}
.pagination .page-item span,
.pagination .page-item a {
    display: block;
    padding: 4px 10px;
}
/********************** PAGINATION ************************/


/********************** NAVBAR USER ************************/
.navbar-user-wrapper {
    top: 104px;
}
.navbar.navbar-user .navbar-nav .nav-item.active .nav-link {
	background-size: 0;
}
.navbar.navbar-user .navbar-nav .nav-item .nav-link {
    padding: .5rem 0;
	display: table;
	background-position: left 90%;
    color: #fff;
}
.navbar.navbar-user .navbar-nav .nav-item.active .nav-link {
    color: #fff;
}
.navbar-user .nav-link .icon {
    width: 15px;
    color: #fff !important;
}
/********************** NAVBAR USER ************************/


/********************** FOOTER ************************/
.footer-block {
    position: relative;
}
footer .footer-top:after {
    content: "";
    background-image: url(../img/bg-footer.webp);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
}
footer .footer-top .row {
    z-index: 1;
}
footer .col-info .title {
    margin-bottom: 1rem;
    color: var(--color-primary);
}
footer .col-info p {
    margin-bottom: .25rem;
}
footer .col-info p:last-of-type {
    margin-bottom: 0;
}
footer .col-info p a i {
    width: 18px;
    margin-right: .5rem;
}
footer .col-info .menu li:not(:last-child) {
    margin-bottom: .25rem;
}
footer .footer-bottom {
    background-color: var(--color-secondary);
}
footer .icons-socials .icon-social:not(:last-child) {
    margin-right: 1rem;
}
footer .menu li a:hover {
    text-decoration: underline;
}
footer address {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    footer .footer-bottom .menu li:not(:last-child) {
        margin-right: .75rem;
        padding-right: .75rem;
        position: relative;
    }
    footer .footer-bottom .menu li:not(:last-child):after {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #fff;
    }
}
@media (max-width: 767.98px) {
    footer .footer-top:after {
        background-size: cover;
    }
    footer .footer-bottom p {
        order: 2;
    }
    footer .footer-bottom .menu {
        order: 1;
    }
    footer .footer-bottom .menu li:not(:last-child) {
        margin-bottom: .25rem;
    }
}
@media (max-width: 575.98px) {
}
/********************** FOOTER ************************/


/********************** SUBPAGE HEADER ************************/
.subpage-header .title {
    text-transform: uppercase;
    color: var(--color-secondary);
}
/********************** SUBPAGE HEADER ************************/


/********************** CATEGORIES ************************/
.section-categories .wysiwyg h2,
.section-categories .wysiwyg h3 {
    color: var(--color-primary);
}

.subpage-categories-products .wysiwyg h3 {
    text-transform: uppercase;
    margin-top: 0;
}

.list-categories .item {
    padding: 1.25rem 1rem;
    transition: .2s ease-in;
}
.list-categories .item:hover {
    background-color: var(--color-secondary-100);
}
.list-categories .item:hover {}
.list-categories .item .title {
    font-size: var(--fs-lg);
}
.list-categories .item .icon {
    transition: .2s ease-in;
}
.list-categories .item:hover .icon {
    transform: rotateY(180deg);
    transform: scale(1.1);
}
.list-categories .item {}
/********************** CATEGORIES ************************/


/********************** PRODUCTS ************************/
.list-products .item {
    transition: .2s ease-in;
    background-color: var(--color-secondary-100);
}
.list-products .item:hover {
    background-color: var(--color-secondary-200);
}
.list-products .item .img {
    transition: .2s ease-in;
}
.list-products .item .img-2 {
    opacity: 0;
    top: 0;
    left: 0;
}
.list-products .item .title {
}
.list-products .item:hover .img-1 {
    opacity: 0;
}
.list-products .item:hover .img-2 {
    opacity: 1;
}

.subpage-product {}
.subpage-product .label {
    display: inline-block;
    min-width: 90px;
    font-weight: 600;
}
.subpage-product {}
/********************** PRODUCTS ************************/


/********************** ABOUT US ************************/
.section-about-us .col-text {
    z-index: 1;
}
.section-about-us .col-icons {
    z-index: 1;
}
.section-about-us .icons-wrapper .icon-wrapper:not(:last-child) {
    border-bottom: 1px solid var(--color-primary);
}
.section-about-us .icons-wrapper .icon-wrapper {
    height: 175px;
}
.section-about-us .icons-wrapper .icon {
    width: auto;
}
.section-about-us .icons-wrapper .title {}


@media (min-width: 578px) {
    .section-about-us .icons-wrapper {
        background-color: rgba(0,0,0,.6);
    }
    .section-about-us:after {
        content: "";
        position: absolute;
        top: 0;
        left: 30%;
        width: 100%;
        height: 100%;
        background-image: url(../img/bg-about-us.webp);
        background-size: cover;
        background-position: left top;
        background-repeat: no-repeat;
    }
}
@media (min-width: 768px) {
    .section-about-us .icons-wrapper {
        width: 200px;
    }
    .section-about-us .wysiwyg {
        font-size: var(--fs-lg);
    }
    .section-about-us:after {
        left: 40%;
        width: 60%;
    }
}
@media (min-width: 992px) {
    .section-about-us:after {
        left: 50%;
        width: 50%;
    }
}
@media (max-width: 575.98px) {
    .section-about-us .col-icons {
    }
    .section-about-us .col-icons:after {
        content: "";
        position: absolute;
        top: 0;
        left: -1.5rem;
        right: -1.5rem;
        width: calc(100% + 3rem);
        height: 100%;
        background-image: url(../img/bg-about-us.webp);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        opacity: .45;
        z-index: -1;
    }
}
/********************** ABOUT US ************************/


/********************** PARTNERS ************************/
.section-partners {
    min-height: 232px;
}
.section-partners .title {
    color: var(--color-secondary);
}
.section-partners .img {
    width: auto;
    height: auto;
}
.section-partners a .img {
    transition: .2s ease-in;
}
.section-partners a:hover .img {
    transform: scale(1.04);
}
/********************** PARTNERS ************************/


/********************** CONTACT ************************/
.subpage-contact .map-wrapper {
    height: 400px;
}
.subpage-contact .block-info {
    margin-bottom: 1.5rem;
}
.subpage-contact .block-info {}
.subpage-contact .block-info p {
    margin-bottom: .25rem;
}
.subpage-contact .block-info .icon {
    min-width: 20px;
    margin-right: .5rem;
    color: var(--color-primary);
}
/********************** CONTACT ************************/


/********************** PRODUCT DETAIL ************************/
.product-detail .wysiwyg table {}
.product-detail .wysiwyg table tr:first-child {
    background-color: var(--color-secondary)!important;
}
.product-detail .wysiwyg table tr {}
.product-detail .wysiwyg table tr td {
    vertical-align: top!important;
}
.product-detail .wysiwyg table tr td {}
.product-detail .wysiwyg table tr:hover {
    background-color: inherit!important;
}
.product-detail {}
/********************** PRODUCT DETAIL ************************/


/********************** SUBPAGE DOCUMENTS ************************/
.list-documetns {
    padding: 0;
    margin-bottom: 2rem;
    margin-top: -1rem;
    flex-flow: column;
}
.list-documetns li {
    list-style: none;
    display: table;
}
.list-documetns li:not(:last-child) {
    margin-bottom: .75rem;
}
.list-documetns li a {}
.list-documetns li a:hover {
    text-decoration: underline;
}
/********************** SUBPAGE DOCUMENTS ************************/




@media (min-width: 578px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
@media (min-width: 1920px) {}


@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {}
@media (max-width: 767.98px) {}
@media (max-width: 575.98px) {}