@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --default: #1a1a18;
    --secondary: #d61219;
    --hov-secondary: #ad121d;
    --black: #000;
    --white: #fff;
    --error: #ad121d;
    --gray: #F4F4F4;
    --body-size: 14px;
    --header-height: 103px;
    --header-height-phase-b: 96px;
    --fixed-header-height: 50px;
    --font-family: 'Manrope', sans-serif;
}
::selection {
    color: var(--white);
    background: var(--primary);
}
html,
body {
    overflow-x: hidden;
}
body {
    color: var(--default);
    font-size: var(--body-size);
    line-height: 1.25;
    font-weight: 400;
    font-family: var(--font-family);
    position: relative;
}
a,
a:hover {
    color: inherit;
}
a.text-primary:focus,
a.text-primary:hover,
a.text-primary.hov-text-hov-primary:focus,
a.text-primary.hov-text-hov-primary:hover {
    color: var(--hov-primary) !important;
}
a.text-primary.hov-text-default:focus,
a.text-primary.hov-text-default:hover {
    color: var(--default) !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: var(--hov-primary) !important;
}
p:last-child {
    margin-bottom: 0;
}
.arrow {
    display: inline-block;
    border-top: 0.4em solid transparent;
    border-bottom: 0.4em solid transparent;
}
.arrow.left {
    border-right: 0.4em solid;
    margin-right: 0.2em;
}
.text-email {
    height: 0.825em;
    vertical-align: -0.1em;
}
.font-manrope {
    font-family: 'Manrope', sans-serif;
}
.font-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}
.grecaptcha-badge {
    display: none;
}
.blend-multiply {
    mix-blend-mode: multiply;
}
.btn {
    border-radius: 0;
    font-size: inherit;
}
.btn-b-width-2 {
    border-width: 2px;
}
.btn-circle {
    border-radius: 50%;
}
.skew-highlight {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.skew-highlight::before {
    content: "";
    position: absolute;
    bottom: 0.2em;
    left: 0;
    right: 0;
    height: 0.55em;
    background-color: var(--primary);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: -1;
}
.visibility-hidden {
    visibility: hidden;
}
.invalid-feedback {
    color: var(--error);
}
.invalid-feedback.absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    margin: 0 !important;
}
.sk-notify.alert-success {
    background-color: var(--primary);
    color: var(--default);
}
.sk-notify.alert-danger {
    background-color: var(--error);
}
.sk-notify.alert-info {
    background-color: var(--primary);
    color: var(--default);
}
.sk-notify.alert-success .close,
.sk-notify.alert-info .close {
    color: var(--default);
}
.loader {
    position: relative;
    pointer-events: none;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}
body.loader:before,
body.loader:after {
    position: fixed;
}
.btn.loader:before,
.btn.loader:after {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}
.btn.loader:after {
    width: 20px;
    height: 20px;
}
.btn.btn-b-width-2.loader:before,
.btn.btn-b-width-2.loader:after {
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
}
.input-group-append .btn.loader::before,
.input-group-append .btn.loader::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loader:before {
    content: "";
    background-color: rgba(255,255,255,0.7);
}
.loader:after {
    content: "";
    color: var(--primary);
    width: 40px;
    height: 40px;
    margin: auto;
    background-image: url('/public/assets/img/icons/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sk-main-wrapper {
    background-color: transparent;
    min-height: auto;
}
.page-title-line {
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
}
.page-title-line .line {
    flex: 1;
    border-bottom: 2px solid;
    position: relative;
    bottom: 0.15em;
    margin-left: 5px;
}
.page-title-link {
    font-weight: 700;
    position: relative;
    line-height: 1;
}
.page-title-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid;
}
.page-title-link:hover {
    color: var(--secondary);
}
.page-title-link {
    font-weight: 700;
    position: relative;
    line-height: 1;
    bottom: 0.5em;
}
/*Button*/
.btn-primary,
.btn-soft-primary:not(:disabled):not(.disabled):hover,
.btn-outline-primary:not(:disabled):not(.disabled):hover,
.btn-quaternary-10:not(:disabled):not(.disabled):hover,
.btn-gold:not(:disabled):not(.disabled):hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--default);
}
.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-yellow:not(:disabled):hover,
.btn-white:not(:disabled):not(.disabled):hover,
.btn-outline-black:not(:disabled):not(.disabled):hover,
.btn-default:not(:disabled):not(.disabled):hover,
.btn-gray:not(:disabled):not(.disabled):hover,
.btn-black:not(:disabled):not(.disabled):hover {
    background-color: var(--hov-primary);
    border-color: var(--hov-primary);
    color: var(--default)
}
.btn-secondary:not(:disabled):hover, .btn-soft-success:not(:disabled):hover,
.btn-outline-success:not(:disabled):hover,
.btn-default-50:not(:disabled):not(.disabled):hover,
.btn-outline-default:not(:disabled):not(.disabled):hover,
.btn-outline-default-50:not(:disabled):not(.disabled):hover,
.btn-default-10:not(:disabled):not(.disabled):hover {
    background-color: var(--default);
    border-color: var(--default);
    color: var(--white);
}
/*Modal*/
.modal {
    display: block !important;
    pointer-events: none;
}
.modal.show {
    pointer-events: all;
}
.modal .close {
    opacity: 0.3;
    float: none;
    display: block;
    margin-left: auto;
}
.modal .close svg {
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.modal-dialog.modal-xs {
    max-width: 365px;
    width: calc(100% - 1rem);
    margin-left: auto;
    margin-right: auto;
}
.modal:not(.show) .modal-content {
    pointer-events: none;
}
.modal-content {
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.3);
}
.modal-content .modal-body {
    max-height: calc(100vh - 40px);
}
.modal-backdrop {
    background-color: var(--white);
}
.modal-backdrop.show {
    opacity: .9;
}
.grey-modal .modal-backdrop {
    background-color: rgba(169,169,169,0.6);
}
.grey-modal .modal-backdrop.show {
    opacity: 0.6;
}
.modal .form-control,
.modal .bootstrap-select .dropdown-toggle {
    padding: 8px;
    border: 1px solid rgba(26,26,24,0.2);
    color: var(--black);
    background-color: var(--white);
}
.modal .form-control::-webkit-input-placeholder {
    color: var(--black);
}
.modal .form-control:-ms-input-placeholder {
    color: var(--black);
}
.modal .form-control::placeholder {
    color: var(--black);
}
/*Flatpicker*/
.flatpickr-calendar {
    border-radius: 0;
    width: 320px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(26,26,24,0.2);
}
.flatpickr-calendar::before,
.flatpickr-calendar::after {
    display: none;
}
.flatpickr-rContainer {
    display: block;
}
.flatpickr-months .flatpickr-month {
    height: 45px;
}
.flatpickr-current-month {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0 0 0;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    height: 45px;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: var(--secondary);
    border-color: var(--secondary);
}
.flatpickr-day {
    border-radius: 0;
}
.flatpickr-day.today {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: var(--hov-secondary);
    background: var(--hov-secondary);
    color: #fff;
}
.numInputWrapper span {
    opacity: 1;
}
.flatpickr-time .flatpickr-time-separator {
    display: none;
}
/*Megaboxes*/
.sk-megabox .sk-megabox-elem.megabox-layout {
    border-radius: 0;
    border: 0;
    opacity: 0.5;
}
.sk-megabox .sk-megabox-elem.megabox-layout svg {
    fill: var(--default);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sk-megabox > input:not(:checked) ~ .sk-megabox-elem.megabox-layout:hover {
    opacity: 1;
}
.sk-megabox > input:not(:checked) ~ .sk-megabox-elem.megabox-layout:hover svg {
    fill: var(--secondary);
}
.sk-megabox > input:checked ~ .sk-megabox-elem.megabox-layout,
.sk-megabox > input:checked ~ .sk-megabox-elem.megabox-layout {
    opacity: 1;
}
.sk-megabox .sk-megabox-elem.megabox-filter {
    border-radius: 0;
    font-size: 13px;
    padding: 3px 8px;
    border: 1px solid rgba(0,0,0,0.1);
    color: rgba(19,16,14,0.6);
}
.sk-megabox > input:checked ~ .sk-megabox-elem.megabox-filter {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--white);
}
.sk-megabox.megabox-color {
    display: block;
    margin: 0;
}
.sk-megabox.megabox-color .sk-megabox-elem {
    border: 1px solid rgba(0,0,0,0.1) !important;
    display: block;
}
.sk-megabox.megabox-color .sk-megabox-elem .megabox-color-wrap {
    display: block;
    padding-top: 100%;
    position: relative;
}
.sk-megabox.megabox-color .sk-megabox-elem .megabox-color-wrap::after {
    content: "";
    position: absolute;
    width: 0.5em;
    height: 0.9em;
    top: 0;
    left: 0;
    bottom: 0.2em;
    right: 0;
    opacity: 0;
    margin: auto;
    color: #d3d3d3;
    display: block;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sk-megabox.megabox-color > input:checked ~ .sk-megabox-elem .megabox-color-wrap::after {
    opacity: 1;
}
/*Carousel*/
.swiper.with-pseudos {
    overflow: visible;
}
.swiper.with-pseudos::before,
.swiper.with-pseudos::after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    width: 10000px;
    background-color: var(--white);
    z-index: 2;
}
.swiper.with-pseudos::before {
    left: -10000px;
}
.swiper.with-pseudos::after {
    right: -10000px;
}
.slick-track {
    margin: 0;
}
.sk-carousel .slick-dots button {
    height: 10px;
    width: 10px;
    background: var(--secondary);
    margin: 0 5px;
}
.sk-carousel.dots-inside-bottom .slick-dots {
    bottom: 30px;
}
.sk-carousel.dots-inside-bottom .slick-dots button {
    background: rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.38);
}
.sk-carousel.dots-inside-bottom .slick-dots .slick-active button {
    background: var(--white);
}
.sk-carousel .slick-arrow,
.swiper-arrow {
    width: 40px;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    background-color: transparent;
    color: var(--default);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid;
    line-height: 1;
}
.sk-carousel .slick-prev,
.swiper-button-prev {
    left: 0;
}
.sk-carousel .slick-next,
.swiper-button-next {
    right: 0;
}
.sk-carousel .slick-prev:hover,
.sk-carousel .slick-next:hover,
.swiper-arrow:hover {
    box-shadow: none !important;
    background-color: var(--secondary);
    color: var(--white);
}
.swiper-button-arrow::after,
.swiper-rtl .swiper-button-arrow::after {
    display: none;
}
.swiper-scrollbar {
    background: rgba(26,26,24,0.5);
    cursor: pointer;
    margin-bottom: 2px;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 3px;
}
.swiper-scrollbar-drag {
    background: var(--primary);
    top: -1px;
    height: 5px;
}
/*Form*/
.form-group {
    position: relative;
}
.form-control,
.bootstrap-select .dropdown-toggle {
    padding: 5px;
    font-size: inherit;
    height: auto;
    border-radius: 0;
    border: 1px solid transparent;
    background-color: var(--white);
}
.form-control,
.bootstrap-select:not(.select-unstyled) .dropdown-toggle {
    color: var(--default);
}
.form-control::-webkit-input-placeholder {
    color: rgba(26,26,24,0.6);
}
.form-control:-ms-input-placeholder {
    color: rgba(26,26,24,0.6);
}
.form-control::placeholder {
    color: rgba(26,26,24,0.6);
}
.form-control-with-label {
    position: relative;
}
.form-control:focus {
    color: inherit;
}
.form-control:focus-visible {
    color: var(--default);
    text-shadow: none;
}
.form-control-with-label.flex-grow-1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.form-control-with-label .form-control,
.form-control-with-label .bootstrap-select .dropdown-toggle {
    padding: 20px 10px 3px;
}
.form-group .form-control-with-label .bootstrap-select {
    padding: 0 !important;
}
.form-group .bootstrap-select.readonly {
    pointer-events: none;
}
.bootstrap-select.readonly .dropdown-toggle::after {
    opacity: 0;
}
.form-control-with-label label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 3px 10px;
    font-size: 1em;
    color: var(--default);
    margin: 0;
    pointer-events: none;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 23px;
    opacity: 0.7;
}
.form-control-with-label.focused label,
.form-control-with-label.always-focused label {
    opacity: 0.5;
    font-size: 12px;
}
.form-control-with-label:not(.always-focused):not(.focused) label {
    min-height: 100%;
}
.form-control-with-label.textarea-label:not(.always-focused):not(.focused) label {
    min-height: 50px;
}
.form-control-with-label .bootstrap-select > .dropdown-toggle::after {
    margin-top: -15px;
}
.input-group .form-control-with-label:first-child .form-control {
    border-right: 0;
}
.bootstrap-select.h-100 .dropdown-toggle {
    height: 100%;
}
.form-control.form-control-unstyled {
    padding: 0;
    font-size: 1em;
    height: auto;
    border: none;
    color: inherit;
}
.bootstrap-select.select-unstyled {
    line-height: 1;
}
.bootstrap-select.select-unstyled .dropdown-toggle {
    padding: 0;
    height: auto;
    border-radius: 0;
    border: none;
    color: initial;
    line-height: 1;
}
.bootstrap-select.select-unstyled .btn .dropdown-toggle {
    color: inherit;
}
.bootstrap-select.select-unstyled .dropdown-menu .bs-searchbox .form-control {
    font-size: 1em;
    padding: 5px;
}
.bootstrap-select.select-unstyled:not(.triangle-arrow) .dropdown-toggle::after {
    border-top: 0.25em solid;
    border-left: 0.25em solid transparent;
    border-right: 0.25em solid transparent;
}
.bootstrap-select.select-unstyled > .dropdown-toggle::after {
    margin-top: 0;
}
.bootstrap-select:not(.triangle-arrow) .dropdown-toggle::after {
    content: "";
    font-size: 1em;
    border-top: 5px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.bootstrap-select.triangle-arrow .dropdown-toggle::after {
    -webkit-text-stroke: 1px;
    margin-top: 0;
}
.bootstrap-select .bs-searchbox .form-control,
.bootstrap-select .bs-searchbox .form-control:focus {
    border-color: var(--default);
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:active {
    background-color: var(--default);
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: var(--error);
    background-image: none;
}
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.show.bootstrap-select .dropdown-toggle {
    border-color: var(--secondary) !important;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}
.form-control-phone {
    padding-left: 100px;
}
.form-control-phone-code {
    position: absolute;
    top: 5px;
    bottom: 5px;
    padding: 5px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid rgba(26,26,24,0.2);
    width: 75px;
    white-space: nowrap;
}
.form-control-with-label .form-control.form-control-phone,
.form-control-with-label label.form-control-phone-label {
    padding-left: 110px;
}
.sk-checkbox,
.sk-radio {
    padding-left: 0;
    font-size: inherit;
}
.sk-checkbox .sk-square-check,
.sk-checkbox .sk-rounded-check,
.sk-radio .sk-square-check,
.sk-radio .sk-rounded-check {
    position: relative;
    display: inline-block;
    top: 0;
    margin-right: 0.15em;
}
.sk-square-check,
.sk-rounded-check {
    border: 1px solid;
    height: 0.8em;
    width: 0.8em;
}
.sk-square-check {
    border-radius: 0;
    height: 1.4em;
    width: 1.4em;
    vertical-align: text-top;
}
.sk-square-check::after {
    margin-left: -0.3em;
    margin-top: -0.7em;
    width: 0.6em;
    height: 1.2em;
}
.sk-square-check::after {
    border: solid var(--secondary);
}
.sk-rounded-check::after {
    margin-left: 0;
    margin-top: 0;
    width: auto;
    height: auto;
    border-radius: 50%;
    left: 1px;
    bottom: 1px;
    right: 1px;
    top: 1px;
    background-color: var(--black);
}
.sk-square-check.square::after {
    width: auto;
    height: auto;
    border: 0;
    -webkit-transform: none;
    transform: none;
    background-color: var(--black);
    left: 1px;
    bottom: 1px;
    right: 1px;
    top: 1px;
    margin: auto;
}
.sk-checkbox > input:checked ~ .sk-rounded-check,
.sk-radio > input:checked ~ .sk-rounded-check {
    border-color: var(--black);
}
.sk-checkbox > input:checked ~ .sk-square-check.square,
.sk-radio > input:checked ~ .sk-square-check.square {
    border-color: var(--black);
}
.input-group .form-control-with-label:first-child .form-control {
    border-right: 0;
}
.input-group-append.line .btn:not(.btn-primary) {
    background-color: transparent;
    border-top: 1px solid rgba(26,26,24,0.2);
    border-right: 1px solid rgba(26,26,24,0.2);
    border-bottom: 1px solid rgba(26,26,24,0.2);
    color: var(--black);
}
.input-group-append.line .btn:not(.btn-primary):not(.loader)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    border-right: 1px solid rgba(26,26,24,0.2);
}
.input-group-append.line .btn:not(.btn-primary):hover {
    background-color: var(--primary);
    color: var(--white);
}
.input-group-append.line .btn:not(.btn-primary):hover::before {
    border-right-color: transparent;
}
.iti__flag-container {
    padding: 0 1px 0 0;
}
.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    margin-left: 0;
    border-right: none;
    color: rgba(26,26,24,0.6);
    position: relative;
    background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    border-right: 1px solid rgba(26,26,24,0.2);
}
.iti__arrow {
    margin: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
}
.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid;
}
.iti__country-list {
    overflow-y: auto;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"],
.form-control-with-label.with-phone label {
    padding-left: 105px !important;
}
/*Dropdowns*/
.dropdown-menu.dropdown-menu-top-right {
    top: 5px !important;
    right: 100%;
    left: auto !important;
    transform: none !important;
}
.dropdown-menu {
    border: 0;
    padding: 0;
    border-radius: 0;
}
.dropdown-item {
    padding: 0.5rem;
    color: inherit;
}
.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
    background-color: var(--secondary);
}
/*Header*/
header {
    position: relative;
    z-index: 1000;
}
body.header-absolute header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.header-wrapper,
.fixed-header-wrapper {
    position: relative;
    color: var(--white);
}
.header-wrapper::before {
    content: "";
    position: absolute;
    left: -30px;
    right: 0;
    top: -100px;
    bottom: -10px;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    background-color: var(--secondary);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.header-language {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(255,255,255,0.1);
    line-height: 1;
    padding: 2px;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
}
.header-language .item:not(:last-child) {
    padding-right: 2px;
    margin-right: 2px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.header-language div.item {
    color: var(--white);
}
.header-language a.item:hover {
    color: var(--primary);
}
header a:hover {
    color: var(--primary);
}
.header-menu-toggle {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.header-menu-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 20px;
}
.header-menu-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: var(--white);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-menu-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    height: 35px;
}
body:not(.is-mobile) .header-menu-item:hover .header-menu-toggle,
body.is-mobile .header-menu-item.active .header-menu-toggle {
    color: var(--primary);
}
body:not(.is-mobile) .header-menu-item:hover .header-menu-dropdown,
body.is-mobile .header-menu-item.active .header-menu-dropdown {
    opacity: 1;
    pointer-events: all;
}
.header-brand-wrap,
.header-style-wrap {
    height: 60px;
    background-color: rgba(0,0,0,0.07);
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-style-wrap {
    font-size: 12px;
    font-weight: 400;
    color: var(--default);
    font-family: 'Manrope', sans-serif;
}
.header-style-wrap img {
    margin-bottom: 5px;
    opacity: 0.15;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-brand-wrap img {
    max-height: 40px;
    max-width: 60px;
}
.swiper-slide:nth-child(6n+2) .header-brand-wrap,
.swiper-slide:nth-child(6n+2) .header-style-wrap {
    background-color: rgba(0,0,0,0.13);
}
.swiper-slide:nth-child(6n+3) .header-brand-wrap,
.swiper-slide:nth-child(6n+3) .header-style-wrap {
    background-color: rgba(0,0,0,0.2);
}
.swiper-slide:nth-child(6n+5) .header-brand-wrap,
.swiper-slide:nth-child(6n+5) .header-style-wrap {
    background-color: rgba(0,0,0,0.1);
}
.header-brand-wrap:hover,
.header-style-wrap:hover {
    background-color: var(--secondary) !important;
    color: var(--white) !important;
}
.header-style-wrap:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 1;
}
.header-menu-scrollbar {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 1;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -ms-transform: translateY(calc(-100% - 30px));
    transform: translateY(calc(-100% - 30px));
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
    background-color: var(--default);
    z-index: 1000;
}
.fixed-header.header-down {
    pointer-events: all;
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.header-menu-overlay {
    background-color: rgba(26,26,24,0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*Megamenu*/
.megamenu-toggle {
    width: 45px;
    height: 45px;
    background-color: var(--primary);
    position: relative;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megamenu-toggle:hover {
    background-color: var(--hov-primary);
}
.megamenu-toggle .icon {
    width: 25px;
    position: relative;
    height: 2px;
    background-color: var(--default);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megamenu-toggle .icon .top,
.megamenu-toggle .icon .bottom {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--default);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megamenu-toggle .icon .top {
    top: -10px;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}
.megamenu-toggle .icon .bottom {
    top: 10px;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
}
.megamenu-toggle.open .icon {
    background-color: transparent !important;
}
.megamenu-toggle.open .icon .top {
    -webkit-transform: rotate(-45deg) translate(-5px, 0px);
    -moz-transform: rotate(-45deg) translate(-5px, 0px);
    -ms-transform: rotate(-45deg) translate(-5px, 0px);
    -o-transform: rotate(-45deg) translate(-5px, 0px);
    transform: rotate(-45deg) translate(-5px, 0px);
    top: -12px;
}
.megamenu-toggle.open .icon .bottom {
    -webkit-transform: rotate(45deg) translate(-4px, 2px);
    -moz-transform: rotate(45deg) translate(-4px, 2px);
    -ms-transform: rotate(45deg) translate(-4px, 2px);
    -o-transform: rotate(45deg) translate(-4px, 2px);
    transform: rotate(45deg) translate(-4px, 2px);
    top: 10px;
}
.megamenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(26,26,24,0.8);
    color: var(--white);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1001;
}
.megamenu-scroll {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.megamenu .megamenu-toggle {
    z-index: 4;
}
.megamenu-bottom {
    position: relative;
    z-index: 1;
    padding-bottom: 30%;
}
.megamenu-bottom::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    top: -1000px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    background-color: var(--default);
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    z-index: -1;
}
.megamenu-header .item:not(:last-child) {
    margin-bottom: 20px;
}
.megamenu-header .item a:hover {
    color: var(--secondary);
}
.header-megamenu-toggle {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}
.header-megamenu-toggle:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 0;
    margin: auto;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-megamenu-toggle.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-megamenu-dropdown {
    position: relative;
    cursor: pointer;
}
.header-megamenu-dropdown-container {
    margin-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
}
.header-megamenu-toggle.active + .header-megamenu-dropdown .header-megamenu-dropdown-container {
    position: relative;
    opacity: 1;
    pointer-events: all;
}
.header-megamenu-dropdown .header-menu-brand-item,
.header-megamenu-dropdown .header-menu-style-item {
    background-color: var(--white);
}
.header-megamenu-dropdown .header-menu-scrollbar {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    padding-left: 0 !important;
}
.header-megamenu-dropdown .header-menu-scrollbar .swiper-scrollbar {
    background: rgba(206, 206, 206, 0.5);
}
/*Fixed Search*/
.fixed-search-toggle {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 25px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fixed-search-toggle-wrap {
    background-color: var(--default);
    color: var(--white);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    cursor: pointer;
}
.fixed-search-toggle-icon {
    background-color: var(--secondary);
    width: 25px;
    height: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.fixed-search-toggle-icon svg {
    fill: var(--white);
}
.fixed-search-toggle-text {
    white-space: nowrap;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -ms-transform: translateX(-100%) rotate(-90deg);
    transform: translateX(-100%) rotate(-90deg);
    display: inline-block;
    position: relative;
    left: 14px;
    bottom: 1em;
    line-height: 1;
}
.fixed-search-toggle.scrolled {
    opacity: 1;
}
.fixed-search-toggle.scrolled .fixed-search-toggle-wrap {
    pointer-events: all;
}
#fixed-search-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,0.95);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
}
#fixed-search-popup.active {
    opacity: 1;
    pointer-events: all;
}
.fixed-search-popup-scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.fixed-search-popup-wrap {
    height: 100%;
}
.fixed-search-popup-close {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 1;
    cursor: pointer;
}
.fixed-search-popup-close svg {
    fill: none;
    stroke: var(--white);
    stroke-miterlimit: 10;
    stroke-width: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fixed-search-popup-close:hover svg {
    stroke: var(--secondary);
}
/*Homepage - Slider*/
.homepage-slider-image {
    position: relative;
    padding-top: 165%;
}
.homepage-slider-over {
    pointer-events: none;
}
.homepage-slider-image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.8) 100%);
}
.sk-carousel.homepage-slider-carousel .slick-arrow {
    width: 25px;
    height: 25px;
    color: rgba(255,255,255,0.5);
    transform: none;
    bottom: 50px;
    top: auto;
    left: auto;
    right: 20px;
    font-size: 6px;
    display: none !important;
}
.sk-carousel.homepage-slider-carousel .slick-arrow.slick-prev {
    transform: translateX(calc(-100% - 10px));
}
.sk-carousel.homepage-slider-carousel .slick-arrow i:before {
    content: "";
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    display: block;
    position: relative;
}
.sk-carousel.homepage-slider-carousel .slick-arrow.slick-prev i:before {
    border-right: 1em solid;
    left: -2px;
}
.sk-carousel.homepage-slider-carousel .slick-arrow.slick-next i:before {
    border-left: 1em solid;
}
.sk-carousel.homepage-slider-carousel .slick-arrow:hover {
    color: var(--white);
    border-color: var(--secondary);
}
.homepage-slider-title {
    position: relative;
}
.homepage-slider-title img {
    position: absolute;
    height: 95px;
    left: -30px;
    top: 0.7em;
}
.homepage-slider-icons {
    position: absolute;
    pointer-events: all;
    text-align: center;
    right: 0;
    top: 0;
    bottom: 0;
}
.homepage-slider-icon:not(:last-child) {
    margin-bottom: 35px;
}
.homepage-slider-box {
    background-color: rgba(255,255,255,0.2);
    width: 100px;
    height: 75px;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.homepage-slider-icon:hover .homepage-slider-box {
    background-color: var(--secondary);
}
/*Homepage - Search*/
#home-search-form {
    position: relative;
    z-index: 1;
    margin-top: -75px;
}
#home-search-form-form .form-control,
#home-search-form .bootstrap-select .dropdown-toggle {
    color: rgba(26,26,24,0.6);
}
.search-form-field.inactive {
    pointer-events: none;
    opacity: 0.5;
}
/*Homepage - Style*/
.featured-style-results {
    padding-left: 1px;
}
.featured-style-item {
    min-height: 100%;
}
.featured-style-wrap {
    height: 100%;
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    margin-bottom: -1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.featured-style-wrap img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.15;
}
.featured-style-wrap:hover {
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: var(--white);
}
.featured-style-wrap:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 1;
}
/*Homepage - Style*/
.featured-brand-box {
    -webkit-box-shadow: inset 0px -30px 30px -30px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -30px 30px -30px rgba(0,0,0,0.2);
    box-shadow: inset 0px -30px 30px -30px rgba(0,0,0,0.2);
}
.featured-brand-wrap {
    height: 70px;
    background-color: rgba(0,0,0,0.07);
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.featured-brand-wrap img {
    max-height: 40px;
    max-width: 75px;
}
.featured-brand-row .featured-brand-item {
    min-width: 33.333333%;
    max-width: 33.333333%;
}
.featured-brand-row .featured-brand-item:nth-child(1) .featured-brand-wrap,
.featured-brand-row .featured-brand-item:nth-child(6) .featured-brand-wrap,
.featured-brand-row .featured-brand-item:nth-child(16) .featured-brand-wrap,
.featured-brand-slider-swiper.slider-1 .swiper-slide:nth-child(5n+1) .featured-brand-wrap,
.featured-brand-slider-swiper.slider-2 .swiper-slide:nth-child(6n+4) .featured-brand-wrap,
.featured-brand-slider-swiper.slider-3 .swiper-slide:nth-child(5n+5) .featured-brand-wrap {
    background-color: rgba(0,0,0,0.1);
}
.featured-brand-row .featured-brand-item:nth-child(3) .featured-brand-wrap,
.featured-brand-row .featured-brand-item:nth-child(8) .featured-brand-wrap,
.featured-brand-row .featured-brand-item:nth-child(10) .featured-brand-wrap,
.featured-brand-row .featured-brand-item:nth-child(13) .featured-brand-wrap,
.featured-brand-slider-swiper.slider-1 .swiper-slide:nth-child(5n+3) .featured-brand-wrap,
.featured-brand-slider-swiper.slider-2 .swiper-slide:nth-child(6n+3) .featured-brand-wrap,
.featured-brand-slider-swiper.slider-2 .swiper-slide:nth-child(6n+5) .featured-brand-wrap,
.featured-brand-slider-swiper.slider-3 .swiper-slide:nth-child(5n+2) .featured-brand-wrap {
    background-color: rgba(0,0,0,0.13);
}
.featured-brand-row .featured-brand-item:nth-child(4) .featured-brand-wrap,
.featured-brand-row .featured-brand-item:nth-child(6) .featured-brand-wrap,
.featured-brand-row .featured-brand-item:nth-child(11) .featured-brand-wrap,
.featured-brand-row .featured-brand-item:nth-child(14) .featured-brand-wrap,
.featured-brand-slider-swiper.slider-1 .swiper-slide:nth-child(5n+4) .featured-brand-wrap,
.featured-brand-slider-swiper.slider-2 .swiper-slide:nth-child(6n+1) .featured-brand-wrap,
.featured-brand-slider-swiper.slider-3 .swiper-slide:nth-child(5n+3) .featured-brand-wrap {
    background-color: rgba(0,0,0,0.17);
}
.featured-brand-wrap:hover {
    background-color: var(--default) !important;
}
.featured-brand-slider-swiper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(237,237,237,0) 0%,rgba(237,237,237,1) 100%);
    width: 100px;
    pointer-events: none;
}
/*Homepage - Featured Products*/
#featured-products {
    -webkit-box-shadow: inset 0px 20px 10px -10px rgba(0,0,0,0.09);
    -moz-box-shadow: inset 0px 20px 10px -10px rgba(0,0,0,0.09);
    box-shadow: inset 0px 20px 10px -10px rgba(0,0,0,0.09);
}
.featured-products-swiper .swiper-button-arrow {
    position: absolute;
    top: auto;
    width: 35px;
    height: 35px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default);
    bottom: 0;
    border: 2px solid;
    font-size: 17px;
}
.featured-products-swiper .swiper-button-next {
    right: 15px;
}
.featured-products-swiper .swiper-button-prev {
    right: 57px;
    left: auto;
}
.featured-products-swiper .swiper-button-arrow.swiper-button-disabled {
    opacity: 0.3;
}
.featured-products-swiper .swiper-button-arrow.swiper-button-lock {
    opacity: 0;
}
.featured-products-swiper .swiper-button-arrow i {
    display: block;
    width: 0.7em;
    height: 0.7em;
    border-top: 2px solid;
    border-right: 2px solid;
    position: relative;
}
.featured-products-swiper .swiper-button-prev i {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 2px;
}
.featured-products-swiper .swiper-button-next i {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -2px;
}
.featured-products-swiper .swiper-button-arrow:not(.swiper-button-disabled):hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}
.featured-brand-box .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: linear;
}
/*Homepage - Footer Banners*/
.footer-banner {
    position: relative;
    background-color: var(--default);
    color: var(--white);
}
.footer-banner-frond-box {
    padding: 25px 15px;
    background-color: var(--default);
    position: relative;
}
.footer-banner-frond-box::after {
    content: "";
    position: absolute;
}
.footer-banner-frond {
    position: relative;
    z-index: 1;
}
/*About Us*/
.about-banner-title span {
   font-weight: 700;
    color: var(--white);
}
.mission-image {
    padding-top: 44%;
    position: relative;
}
.mission-image::after {
    content: "";
    background: linear-gradient(to bottom, rgba(26,26,24,0) 0%,rgba(26,26,24,0.9) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
/*Services*/
.services-res-item {
    position: relative;
    color: var(--white);
    background-color: var(--default);
}
.services-res-toggle {
    background-color: var(--white);
    color: var(--secondary);
    font-size: 33px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 2;
}
.services-res-toggle:after {
    content: "+";
}
.services-res-image {
    position: relative;
    padding-top: 70%;
}
.services-res-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(26,26,24,1) 0%,rgba(26,26,24,0) 100%);
    height: 100px;
}
.services-res-over {
    z-index: 1;
}
.services-res-slogan {
    color: var(--secondary);
}
.services-res-item:nth-child(2n) .services-res-slogan {
    color: var(--primary);
}
/*Blog Results*/
.blog-res-image {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
}
.blog-res-image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-res-wrap:hover .blog-res-image img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*Blog Publish*/
.blog-publish-image {
    position: relative;
    padding-top: 47%;
}
.blog-publish-image:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom,  rgba(26,26,24,0) 0%,rgba(26,26,24,1) 100%);
}
.blog-publish-text {
    position: relative;
    z-index: 1;
}
/*Results*/
.filter-tag-wrap {
    color: rgba(19,16,14,0.6);
    border: 2px solid rgba(19,16,14,0.2);
    padding: 2px 20px 2px 5px;
    line-height: 1;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.filter-tag-close {
    position: absolute;
    width: 8px;
    line-height: 1;
    top: 1px;
    right: 5px;
}
.filter-tag-close svg {
    fill: none;
    stroke: rgba(19,16,14,0.3);
    stroke-miterlimit: 10;
    stroke-width: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter-tag-wrap:hover {
    border-color: var(--default);
    background-color: var(--default);
    color: var(--white);
}
.filter-tag-wrap:hover .filter-tag-close svg {
    stroke: var(--white);
}
.search-form-filter-box {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
.search-form-filter-box-toggle {
    position: relative;
    cursor: pointer;
}
.search-form-filter-box-toggle:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0;
    margin: auto;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    border-top: 0.3em solid;
}
.search-form-filter-box label.title {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.04em;
    color: var(--default);
}
.search-form-filter-box .bootstrap-select .dropdown-toggle {
    padding: 5px 10px;
    border: 1px solid rgba(0,0,0,0.1);
}
.search-form-filter-box .sk-rounded-check {
    border: 1px solid rgba(0,0,0,0.3);
}
.search-form-filter-box .bootstrap-select.grey-select select[name="brand"] + .dropdown-toggle:not([title="Any Brand"]):not([title="Οποιαδήποτε Μάρκα"]),
.search-form-filter-box .bootstrap-select.grey-select select[name="model"] + .dropdown-toggle:not([title="Any Model"]):not([title="Οποιοδήποτε Μοντέλο"]),
.search-form-filter-box .bootstrap-select.grey-select select[name="variant"] + .dropdown-toggle:not([title="Any Model Variant"]):not([title="Οποιαδήποτε Έκδοση"]),
.search-form-filter-box .bootstrap-select.grey-select select[name="category"] + .dropdown-toggle:not([title="Any Type"]):not([title="Οποιοσδήποτε Τύπος"]),
.search-form-filter-box .bootstrap-select.grey-select select[name="kilometers"] + .dropdown-toggle:not([title="Any Kilometers"]):not([title="Οποιαδήποτε Χιλιόμετρα"]) {
    background-color: rgba(0,0,0,0.1) !important;
    border: 0;
    color: rgba(19,16,14,0.6);
}
.search-form-filter-box .bootstrap-select .dropdown-toggle:active,
.search-form-filter-box .bootstrap-select .dropdown-toggle:focus,
.search-form-filter-box .show.bootstrap-select .dropdown-toggle {
    border-color: var(--default) !important;
}
.noUi-target {
    background: rgba(0,0,0,0.1);
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding-right: 20px;
    margin-bottom: 15px;
}
.noUi-horizontal {
    height: 1px;
}
.noUi-handle {
    border: 4px solid var(--default);
    border-radius: 50%;
    background: #FFF;
    box-shadow: none;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -20px;
    top: -8px;
}
.noUi-handle::after,
.noUi-handle::before {
    display: none;
}
.noUi-connects {
    overflow: visible;
    border-radius: 0;
}
.noUi-connect,
.sk-range-slider .noUi-connect {
    background: var(--default);
    height: 3px;
    top: -1px;
}
.search-form-filter-box .sk-radio {
    font-size: 14px;
}
.clear-filters-link {
    border-bottom: 1px solid;
}
.clear-filters-link:hover {
    color: var(--secondary);
}
.products-res-wrap {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--white);
}
.products-res-image {
    padding-top: 57%;
    position: relative;
}
.products-res-image iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.products-res-image .video-icon {
    background-color: rgba(26,26,24,0.25);
}
.products-res-price {
    background-color: var(--primary);
    color: var(--default);
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height: 1;
}
.products-res-price.with-discount {
    background-color: var(--secondary);
    color: var(--white);
}
.products-res-price.upon-request {
    background-color: var(--default);
    color: var(--white);
}
.products-res-price .original {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    padding: 0 2px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.products-res-price .original .del {
    position: relative;
}
.products-res-price .original .del:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid;
    height: 0;
    margin: auto;
}
.products-res-price .current {
    font-size: 16px;
    font-weight: 700;
    padding: 2px;
}
.products-res-text {
    color: var(--white);
    font-size: 14px;
}
.products-res-title {
    padding: 10px;
    font-size: 16px;
}
.products-res-features {
    border-top: 1px solid;
    padding: 0 10px 10px;
}
.products-res-feature {
    margin-top: 10px;
}
.products-res-feature svg {
    fill: var(--white);
    max-width: 1.3em;
    height: 1em;
    margin-right: 5px;
}
.products-res-list-wrap,
.products-res-column-wrap {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.products-res-list-wrap.alternative,
.products-res-column-wrap.alternative {
    background-color: rgba(19,16,14,0.07);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.products-res-list-wrap:hover,
.products-res-column-wrap:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
.products-res-list-right,
.products-res-column-wrap {
    position: relative;
}
.products-res-list-right > a,
.products-res-column-wrap > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.products-res-list-wrap .products-res-image {
    height: 100%;
}
.products-res-list-wrap .products-res-price {
    top: 10px;
    left: 10px;
    bottom: auto;
}
.products-res-list-wrap .products-res-price .current {
    font-size: 16px;
}
.products-res-list-wrap .products-res-price .current.request,
.products-res-column-wrap .products-res-price .current.request {
    padding: 2px;
}
.products-res-column-wrap .products-res-price .current,
.products-res-column-wrap .products-res-price .current.request {
    font-size: 13px;
}
.products-res-list-wrap .products-res-price .original,
.products-res-column-wrap .products-res-price .original {
    font-size: 13px;
}
.products-res-list-text {
    padding: 35px 15px 20px;
    font-size: 12px;
    position: relative;
}
.products-res-list-availability {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: rgba(19,16,14,0.4);
    color: var(--white);
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    padding: 2px 5px;
}
.products-res-list-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.products-res-list-features {
    margin-right: -50px;
    margin-bottom: 15px;
    padding-right: 50px;
    color: rgba(19,16,14,0.4);
    overflow: hidden;
}
.products-res-list-feature {
    position: relative;
    padding: 5px 0 6px;
}
.products-res-list-feature:after {
    content: "";
    position: absolute;
    left: -1000px;
    right: -1000px;
    bottom: 0;
    border-bottom: 1px solid #e5e5e5;
}
.products-res-list-feature svg {
    fill: rgba(19,16,14,0.4);
    max-width: 1.5em;
    height: 1.4em;
    margin-right: 5px;
}
.products-res-list-book-link {
    position: relative;
    z-index: 1;
}
.products-res-list-button {
    background-color: rgba(19,16,14,0.1);
    padding: 3px 5px;
    line-height: 1;
    border: 1px solid transparent;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-res-list-button.outline {
    border: 1px solid;
    background-color: transparent;
}
.products-res-list-button svg {
    height: 1em;
    vertical-align: -0.125em;
    margin-right: 3px;
    fill: var(--default);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-res-column-wrap .products-res-price {
    top: 10px;
    bottom: auto;
}
.products-res-column-availability {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(19,16,14,0.4);
    line-height: 1;
    padding: 1px 2px;
    color: var(--white);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: 12px;
}
.products-res-column-availability {
    
}
.products-res-column-text {
    padding: 15px 15px 55px;
    font-size: 12px;
}
.products-res-column-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 5px;
}
.products-res-column-features {
    overflow: hidden;
    color: rgba(0,0,0,0.4);
}
.products-res-column-feature {
    position: relative;
    padding: 5px 0 6px;
}
.products-res-column-feature:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -100px;
    left: -100px;
    border-bottom: 1px solid #e5e5e5;
}
.products-res-column-feature svg {
    fill: rgba(0,0,0,0.4);
    max-width: 1.3em;
    height: 1em;
    margin-right: 5px;
    vertical-align: -0.1em;
}
.products-res-column-button {
    color: rgba(19,16,14,0.5);
    border: 1px solid;
    line-height: 1;
    padding: 7px 5px;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 1;
}
.products-res-column-button svg {
    height: 1em;
    vertical-align: -0.125em;
    margin-right: 3px;
    fill: rgba(19,16,14,0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-res-column-button:hover,
.products-res-list-button:hover {
    background-color: var(--default);
    border-color: var(--default);
    color: var(--white);
}
.products-res-column-button:hover svg,
.products-res-list-button:hover svg {
    fill: var(--white);
}
.products-res-similar-wrap {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    font-size: 14px;
}
.products-res-similar-text {
    padding: 5px 10px;
}
.products-res-similar-title {
    letter-spacing: 0.04em;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 7px;
    line-height: 1.1;
    height: 2.2em;
}
.products-res-similar-wrap .products-res-price {
    position: relative;
    display: inline-block !important;
    left: auto;
    top: auto;
    bottom: auto;
}
.products-res-similar-wrap .products-res-price .original {
    display: none !important;
}
.products-res-similar-wrap .products-res-price .current {
    font-size: 13px;
}
/*Publish*/
.publish-price .products-res-price {
    position: relative;
    bottom: auto;
    left: auto;
    display: inline-block !important;
}
.publish-price .products-res-price.with-discount.upon-request {
    border-right: 7px solid var(--secondary);
}
.publish-price .products-res-price .original {
    padding: 2px 5px;
    text-align: right;
}
.publish-price .products-res-price .current {
    font-size: 18px;
    padding: 0 5px;
}
.publish-box {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    overflow: hidden;
}
.publish-images-previews {
    position: relative;
}
.publish-images-previews .products-res-image {
    padding-top: 53%;
    margin-bottom: -5px;
}
.publish-images-thumbs {
    margin-bottom: -5px;
}
.publish-images-thumbs .sk-carousel .slick-arrow {
    width: calc(50% - 5px);
    height: 35px;
    border: 1px solid;
}
.publish-images-thumbs .slick-vertical .slick-arrow {
    top: auto !important;
    bottom: -31px !important;
    left: auto;
    transform: none;
    -webkit-transform: none;
}
.publish-images-thumbs .sk-carousel .slick-disabled {
    display: block !important;
    opacity: 0.2;
    pointer-events: none;
}
.publish-images-thumbs .sk-carousel .slick-arrow:hover {
    border-color: var(--secondary);
}
.publish-availability {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    background-color: rgba(19,16,14,0.4);
    color: var(--white);
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 0 3px;
}
.publish-extra-feature {
    position: relative;
    padding-left: 25px;
}
.publish-extra-feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 0.8em;
    height: 0.8em;
    background-image: url('/public/assets/img/icons/extra-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.publish-feature-item:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.publish-feature-item svg {
    width: 1.5em;
    height: 1.5em;
    fill: rgba(26,26,24,0.6);
    vertical-align: baseline;
    margin-right: 10px;
}
.publish-interested .form-control,
.publish-interested .bootstrap-select .dropdown-toggle {
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.3);
    color: var(--white);
    line-height: 1;
}
.publish-interested .form-control:focus,
.publish-interested .form-control.is-invalid,
.publish-interested .was-validated .form-control:invalid {
    border-color: var(--secondary);
}
.publish-interested .form-control::-webkit-input-placeholder {
    color: var(--white);
}
.publish-interested .form-control:-ms-input-placeholder {
    color: var(--white);
}
.publish-interested .form-control::placeholder {
    color: var(--white);
}
.publish-interested .sk-square-check::after {
    border: solid var(--white);
}
.publish-interested .invalid-feedback {
    color: var(--white);
}
/*Contact*/
.contact-maps {
    position: relative;
    min-height: 310px;
    height: 25vw;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.contact-maps iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/*Footer*/
footer a:hover {
    color: var(--primary);
}
.footer-socials a svg {
    fill: var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-socials a:hover svg {
    fill: var(--primary);
}
.footer-menu li:not(:last-child) {
    margin-bottom: 5px;
}
/*Terms Pages*/
.terms-res-item {
    margin-bottom: 35px;
}
.terms-res-item:last-child {
    margin-bottom: 0;
}
.terms-res-item a {
    color: inherit;
    display: flex;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}
.terms-res-item a::after {
    content: "";
    flex: 1;
    border-bottom: 2px dotted;
}
.terms-res-item a:hover {
    color: var(--primary);
}

/*Responsive - Mobile First*/
/* sm */
@media (min-width: 576px) {
    /*Modal*/
    .modal-md {
        max-width: 435px;
    }
    /*Form*/
    .form-control,
    .bootstrap-select .dropdown-toggle {
        padding: 10px;
    }
    /*Header*/
    .header-wrapper::before {
        -webkit-transform: skewY(3deg);
        -moz-transform: skewY(3deg);
        -ms-transform: skewY(3deg);
        -o-transform: skewY(3deg);
        transform: skewY(3deg);
    }
    .header-language {
        font-size: 16px;
    }
    .header-brand-wrap,
    .header-style-wrap {
        height: 125px;
    }
    .header-style-wrap {
        font-size: 15px;
    }
    .header-brand-wrap img {
        max-height: 60px;
        max-width: 100px;
    }
    .header-style-wrap img {
        margin-bottom: 10px;
    }
    /*Homepage - Slider*/
    .homepage-slider-image {
        padding-top: 100%;
    }
    .homepage-slider-image::after {
        background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,1) 100%);
    }
    /*Homepage - Search*/
    #home-search-form {
        margin-top: -130px;
    }
    /*Homepage - Style*/
    .featured-brand-row .featured-brand-item {
        max-width: none;
    }
    /*Services*/
    .services-res-image {
        padding-top: 50%;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    /*Homepage - Style*/
    .featured-brand-row .featured-brand-item:nth-child(4),
    .featured-brand-row .featured-brand-item:nth-child(5),
    .featured-brand-row .featured-brand-item:nth-child(6),
    .featured-brand-row .featured-brand-item:nth-child(7),
    .featured-brand-row .featured-brand-item:nth-child(11),
    .featured-brand-row .featured-brand-item:nth-child(12),
    .featured-brand-row .featured-brand-item:nth-child(13),
    .featured-brand-row .featured-brand-item:nth-child(14) {
        min-width: 25%;
    }
}
/* md */
@media (min-width: 768px) {
    /*All*/
    :root {
        --body-size: 16px;
    }
    .btn.loader:after {
        width: 30px;
        height: 30px;
    }
    .loader:after {
        width: 50px;
        height: 50px;
    }
    /*Header*/
    .header-wrapper::before,
    .fixed-header-wrapper::before {
        top: 0;
        bottom: 0;
        left: -10px;
        right: -100px;
        -webkit-transform: skewX(-25deg);
        -moz-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        -o-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    .fixed-header-wrapper::before {
        content: "";
        position: absolute;
        background-color: var(--secondary);
    }
    .fixed-header {
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    /*Megamenu*/
    .megamenu-toggle {
        width: 55px;
        height: 55px;
    }
    /*Fixed Search*/
    .fixed-search-toggle {
        width: 55px;
    }
    .fixed-search-toggle-icon {
        width: 55px;
        height: 55px;
    }
    .fixed-search-toggle-text {
        left: 22px;
    }
    /*Homepage - Style*/
    .featured-brand-wrap {
        height: 150px;
    }
    .featured-brand-wrap img {
        max-height: 70px;
        max-width: 125px;
    }
    /*Homepage - Featured Products*/
    .featured-products-swiper .swiper-button-arrow {
        width: 40px;
        height: 40px;
    }
    .featured-products-swiper .swiper-button-prev {
        right: 70px;
    }
    /*Homepage - Footer Banners*/
    .footer-banner-frond-box {
        padding: 40px;
    }
    .footer-banner-frond-box::after {
        right: -200px;
        width: 200px;
        top: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(26,26,24,1) 0%,rgba(26,26,24,0) 100%);
    }
    .footer-banner-frond-box.left::after {
        left: -200px;
        right: auto;
        background: linear-gradient(to right, rgba(26,26,24,0) 0%,rgba(26,26,24,1) 100%);
    }
    .footer-banner-frond-box.left {
        text-align: right;
    }
    /*About Us*/
    .mission-text {
        position: relative;
        margin-top: -50px;
    }
    /*Services*/
    .services-res-image {
        padding-top: 65%;
    }
    .services-res-image:after {
        bottom: 0;
        height: auto;
        background: linear-gradient(to bottom, rgba(26, 26, 24, 1) 0%, rgba(26, 26, 24, 0.1) 100%);
    }
    /*Blog Publish*/
    .blog-publish-image-container + .blog-publish-text {
        margin-top: -40px;
    }
    /*Results*/
    .products-res-wrap {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    }
    .products-res-price .current {
        font-size: 18px;
    }
    .products-res-text {
        color: rgba(26, 26, 24, 0.6);
        font-size: 16px;
    }
    .products-res-title {
        font-size: 18px;
    }
    .products-res-features {
        border-top: 1px solid rgba(26, 26, 24, 0.2);
    }
    .products-res-feature svg {
        fill: rgba(26, 26, 24, 0.6);
    }
    .products-res-column-wrap .products-res-price .current,
    .products-res-column-wrap .products-res-price .current.request {
        font-size: 16px;
    }
    /*Publish*/
    .publish-price .products-res-price .current {
        font-size: 25px;
    }
    .publish-availability {
        top: 20px;
        right: 20px;
    }
}
/* lg */
@media (min-width: 992px) {
    /*Header*/
    .header-wrapper::before,
    .fixed-header-wrapper::before {
        left: -10px;
    }
    body.header-menu-opened .header-menu-overlay {
        pointer-events: all;
        opacity: 1;
    }
    /*Homepage - Slider*/
    .homepage-slider-image {
        padding-top: 75%;
    }
    /*Services*/
    .services-res-image {
        padding-top: 45%;
    }
    /*Results*/
    .products-res-list-wrap .products-res-price {
        top: 15px;
        left: 15px;
        bottom: auto;
    }
    .products-res-list-wrap .products-res-price .original {
        font-size: 19px;
    }
    .products-res-list-wrap .products-res-price .current {
        font-size: 24px;
    }
    .products-res-list-availability {
        font-size: 18px;
    }
    .products-res-list-text {
        padding: 35px 25px 20px;
        font-size: 14px;
    }
    .products-res-list-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .products-res-column-title {
        font-size: 18px;
    }
    /*Publish*/
    .publish-images-thumbs .products-res-image {
        margin-bottom: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
    /*Homepage - Style*/
    .featured-brand-row .featured-brand-item {
        min-width: 25%;
    }
    .featured-brand-row .featured-brand-item:nth-child(5),
    .featured-brand-row .featured-brand-item:nth-child(6),
    .featured-brand-row .featured-brand-item:nth-child(7),
    .featured-brand-row .featured-brand-item:nth-child(8),
    .featured-brand-row .featured-brand-item:nth-child(9) {
        min-width: 20%;
    }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
    /*Blog Publish*/
    .blog-publish-image-container + .blog-publish-text {
        margin-top: 0;
    }
}
/* xl */
@media (min-width: 1200px) {
    /*All*/
    :root {
        --body-size: 18px;
    }
    /*Header*/
    .header-wrapper::before,
    .fixed-header-wrapper::before {
        left: -20px;
    }
    .header-brand-wrap,
    .header-style-wrap {
        height: 200px;
    }
    .header-style-wrap {
        font-size: 18px;
    }
    .header-brand-wrap img {
        max-height: 100px;
        max-width: 175px;
    }
    .header-style-wrap img {
        margin-bottom: 15px;
    }
    /*Homepage - Style*/
    .featured-brand-wrap {
        height: 260px;
    }
    .featured-brand-wrap img {
        max-height: 100px;
        max-width: 175px;
    }
    /*Services*/
    .services-res-image {
        padding-top: 30%;
    }
    /*Results*/
    .search-form-filter-box-toggle {
        display: none;
    }
    .products-res-similar-wrap .products-res-price .current {
        font-size: 16px;
    }
}
/* xxl */
@media (min-width: 1500px) {
    /*Homepage - Slider*/
    .homepage-slider-image {
        padding-top: 40%;
    }
    /*Homepage - Style*/
    .featured-brand-row .featured-brand-item {
        min-width: 20%;
    }
    .featured-brand-row .featured-brand-item:nth-child(6),
    .featured-brand-row .featured-brand-item:nth-child(7),
    .featured-brand-row .featured-brand-item:nth-child(8),
    .featured-brand-row .featured-brand-item:nth-child(9),
    .featured-brand-row .featured-brand-item:nth-child(10),
    .featured-brand-row .featured-brand-item:nth-child(11) {
        min-width: 16.6666666667%;
    }
    /*Homepage - Footer Banners*/
    .footer-banner-frond-box {
        padding: 70px;
    }
    /*About Us*/
    .mission-text {
        margin-top: -100px;
    }
    /*Results*/
    .products-res-list-title {
        font-size: 22px;
        margin-bottom: 50px;
    }
    .products-res-list-features + .products-res-list-features {
        margin-bottom: 25px;
    }
    /*Blog Publish*/
    .blog-publish-image-container + .blog-publish-text {
        margin-top: -80px;
    }
    /*Publish*/
    .publish-price .products-res-price .current {
        font-size: 33px;
    }
}
/* xxxl */
@media (min-width: 1750px) {
    /*Header*/
    .header-wrapper::before,
    .fixed-header-wrapper::before {
        left: -30px;
    }
    /*Homepage - Slider*/
    .sk-carousel.homepage-slider-carousel .slick-arrow {
        display: inline-block !important;
    }
    .homepage-slider-title img {
        height: 175px;
        left: -80px;
        top: 0.6em;
    }
    /*Results*/
    .products-res-list-text {
        padding: 35px 50px 20px;
    }
    .products-res-column-wrap .products-res-price .original {
        font-size: 19px;
    }
    .products-res-column-wrap .products-res-price .current {
        font-size: 22px;
    }
    .products-res-column-availability {
        font-size: 1em;
    }
    .products-res-column-text {
        font-size: 14px;
    }
}
@media (min-width: 1850px) {
    .sk-carousel.homepage-slider-carousel .slick-arrow {
        right: var(--small-grid);
    }
}
/*Responsive - Desktop First*/
/* xxl */
@media (max-width: 1749.98px) {

}
/* xl */
@media (max-width: 1499.98px) {

}
/* lg */
@media (max-width: 1199.98px) {
    /*Results*/
    .search-form-filter-box:not(.active) {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .search-form-filter-box:not(.active) .search-form-filter-box-dropdown {
        display: none;
    }
    .search-form-filter-box-dropdown {
        margin-top: 30px;
    }
}
/* md */
@media (max-width: 991.98px) {
    /*Megamenu*/
    body.menu-opened .megamenu,
    body.fixed-menu-opened .megamenu {
        opacity: 1;
        pointer-events: all;
    }
    /*Publish*/
    .publish-images-thumbs {
        position: relative;
    }
    .publish-images-thumbs:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 70px;
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        pointer-events: none;
    }
    .publish-images-thumbs .products-res-image {
        margin-bottom: -3px;
    }
    .publish-images-thumbs .sk-carousel .slick-arrow,
    .publish-images-thumbs .sk-carousel .slick-arrow.slick-disabled {
        display: none !important;
    }
}
/* sm */
@media (max-width: 767.98px) {
    /*Homepage - Footer Banners*/
    .footer-banner-frond-box::after {
        top: 100%;
        height: 125px;
        left: 0;
        right: 0;
        background: linear-gradient(to bottom, rgba(26,26,24,1) 0%,rgba(26,26,24,0) 100%);
    }
    /*Services*/
    .services-res-item.active {
        padding-bottom: 0 !important;
    }
    .services-res-item.active .services-res-toggle:after {
        content: "-";
    }
    .services-res-image {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
    }
    .services-res-item:not(.active) .services-res-description {
        display: none;
    }
    .services-res-item.active .services-res-image {
        opacity: 0;
    }
    /*Results*/
    .products-res-wrap {
        background-color: var(--default);
        color: var(--white);
    }
}
/* xs */
@media (max-width: 575.98px) {
    /*Results*/
    .search-form-filter-box:not(.active) {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}
