* {
    box-sizing: border-box;
}

html,
body {}

body {
    width: 100%;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    position: relative;
    font-size: 16px;
    line-height: 1.5em;
    font-family: var(--main-font);
    color: var(--color-text);
    background: var(--color-background);
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: var(--color-text-link);
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    text-transform: none;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

h2{
    font-size: 26px;
}

h3{
    font-size: 18px;
    margin-bottom: 8px;
}

p {
    margin: 0;
    padding: 0;
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.62em;
}

img {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    height: 1px;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.ar {
    text-align: right !important;
}

.ac {
    text-align: center !important;
}

.al {
    text-align: left !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

input,
textarea,
select,
option {
    font-family: var(--main-font);
    font-size: 16px;
}

.fw {
    width: 100%;
}

.w50 {
    width: 50% !important;
}

.w33 {
    width: 33% !important;
}

.w25 {
    width: 25% !important;
}

.mb20 {
    margin-bottom: 20px
}

.text-green {
    color: var(--color-green);
    font-weight: 500;
}

.table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-row {
    display: table-row;
    width: 100%;
}

.table-cell {
    display: table-cell;
    padding: 0 20px;
}

.table .table-cell:first-child {
    padding-left: 0;
}

.table .table-cell:last-child {
    padding-right: 0;
}

.notification-custom {
    position: fixed;
    top: 0;
    right: 5px;
    animation-name: fading;
    animation-duration: 1s;
    z-index: 100000;
    background: rgba(68, 68, 68, 0.7);
    width: 100%;
    height: 100%;
    display: none;
}

.notification-custom .html {
    padding: 20px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 620px;
    width: 100%;
}

.notification-custom .html h2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    line-height: #333333;
    margin-bottom: 5px;
    padding-bottom: 15px;
    position: relative;
}

.notification-custom .html h2::before {
    content: "";
    left: -20px;
    bottom: 0;
    width: calc(100% + 40px);
    height: 2px;
    position: absolute;
    background: #005CAA;
}

.notification-custom .html h2 img {
    vertical-align: middle;
}

.notification-custom .html .half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}


.notification {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    animation-name: fading;
    animation-duration: 1s;
    z-index: 100000;
}

.notification.a {
    opacity: 1;
}

.notification.success {
    background: #2EB4A5;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 0;
    width: 100%;
    text-align: center;
}

.notification.error {
    background: #B42E2E;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 0;
    width: 100%;
    text-align: center;
}

.wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.wrapper .container {
    margin: 0 auto;
    padding-left: 120px;
    padding-right: 120px;
    position: relative;
}

.wrapper-half-left {
    max-width: 750px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.half-left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 45px;
}

.half-right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 45px;
}

body .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

body .bx-wrapper .bx-pager {
    display: none;
}

body #banner-slider .bx-wrapper .bx-controls-direction a {
    display: block;
    width: 31px;
    height: 70px;
}

body #banner-slider .bx-wrapper .bx-prev {
    background: url(/images/assets/arrow-left-w.png) no-repeat center center;
    background-position: center center;
    -webkit-filter: opacity(100%);
    /* Safari */
    filter: opacity(100%);
    left: 50px;
}

body #banner-slider .bx-wrapper .bx-next {
    background: url(/images/assets/arrow-right-w.png) no-repeat center center;
    background-position: center center;
    -webkit-filter: opacity(100%);
    /* Safari */
    filter: opacity(100%);
    right: 50px;
}

body #banner-slider .bx-wrapper .bx-prev:hover {
    background-position: center center;
}

body #banner-slider .bx-wrapper .bx-next:hover {
    background-position: center center;
}

body .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: var(--color-blue);
    cursor: pointer;
}

body .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: var(--color-blue);
    cursor: pointer;
}


body .ui-tooltip {
    background: var(--color-black);
    border: 2px solid var(--color-blue) !important;
}

body .ui-tooltip.tooltip-white,
.arrow-white::after {
    background: white;
    border: 2px solid white !important;
}

body .ui-tooltip {
    padding: 13px 20px;
    color: white;
    font-size: 16px;
    text-transform: none;
    box-shadow: none;
}

body .ui-tooltip p {
    padding: 5px;
    color: white;
    font-size: 16px;
}

body .ui-tooltip.tooltip-white {
    padding: 5px 7px;
    text-transform: uppercase;
}

.arrow {
    width: 10px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-top: 9px solid var(--color-orange);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.active>.arrow::after {
    border-bottom: 9px solid var(--color-orange);
    border-top: none
}

.arrow.top::after {
    bottom: -20px;
    top: auto;
}

.arrow-white {
    width: 16px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -8px;
}

.arrow-white.top {
    top: -16px;
    bottom: auto;
}

.arrow-white.left {
    left: 20%;
}

.arrow-white:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 16px;
    height: 16px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow-white.top:after {
    bottom: -20px;
    top: auto;
}

.owl-pager {
    text-align: center;
    font-size: 18px;
}

body .fancybox-opened {
    z-index: 999999;
}

.notification-icon {
    position: absolute;
    top: -4px;
    right: -8px;
    cursor: pointer;
}

.notification-icon>i {
    transform: translate3d(0, 0, 0);
}

.notification-icon.active>i {
    transform: translate3d(0, 0, 0);
    animation: shake 2s infinite;
    color: #8f0908;
}

/*** ***/
.fw-half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.section {
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.section h1,
h1.title {
    color: var(--color-text);
    text-transform: none;
    text-align: left;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: normal;
    line-height: 1.3em;
}

.section h1::after,
h1.title::after {
    content: "";
    background: var(--color-text);
    position: absolute;
    width: 150px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section h2,
h2.title {
    color: var(--color-black);
    text-transform: none;
    text-align: left;
    position: relative;
    padding-bottom: 26px;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.3em;
}

h3.title {
    color: var(--color-text);
    text-transform: none;
    text-align: left;
    position: relative;
    padding-bottom: 40px;
    font-size: 42px;
    font-weight: normal;
    line-height: 1.3em;
}

.section h2 .highlight,
h2.title .highlight,
h2.title.odd,
h3.title .highlight,
h3.title.odd,
h1.title.odd {
    color: var(--color-white);
}

h1.title.main-title,
h2.title.main-title {
    /*
    margin-left: 360px;
    margin-right: 360px;
    */
    padding-bottom: 15px !important;
    border-bottom: 1px solid var(--color-gold);
}

a.button {
    background: var(--color-dark-green);
    color: var(--color-white);
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
    line-height: 1em;
}

a.button i {
    color: var(--color-green);
    margin-left: 10px;
}

.section p,
.description p {
    color: var(--color-text);
    padding-bottom: 15px;
}

.section p a {
    color: var(--color-text-link);
}

.section p strong {
    color: var(--color-text-strong);
}

.section ul {
    list-style-type: circle;
    list-style-position: inside;
    padding-bottom: 10px;
}

.section ul li {
    font-size: 16px;
    line-height: 21px;
    color: #444;
    padding-bottom: 10px;
}

.section ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
}

.section .half-left h2,
.section .half-right h2 {
    text-align: left;
}

.section .half-left h2::before,
.section .half-right h2::before {
    left: 0;
    transform: none;
}

.home #about-us-section.section {
    padding-bottom: 0;
}

.curly-quotes {
    position: relative;
    padding: 0;
    margin: 0;
}

.curly-quotes::before,
.curly-quotes::after {
    color: white;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 48px;
    font-size: 50px;
}

.curly-quotes::before {
    content: '\201C';
    position: absolute;
    top: 0;
    left: -30px;
}

.curly-quotes::after {
    content: '\201D';
    position: absolute;
    bottom: 0;
    right: -30px;
}

.dropdown-multiple select {
    border: 1px solid #444;
    width: 100%;
    height: 100px;
    padding: 10px;

}

.dropdown {
    position: relative;
    border: none;
    border: 1px solid var(--color-text);
}

.dropdown select {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    color: var(--color-text);
    background: transparent;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    z-index: 2;
}

.dropdown select option {
    color: #444;
}

.dropdown i {
    width: 40px;
    height: 100%;
    color: var(--color-text);
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px 12px;
    box-sizing: border-box;
    font-size: 22px;
    z-index: 1;
}

.error .dropdown,
.error .dropdown i {
    border-color: var(--color-red);
    color: var(--color-red);
}

.checkbox,
.radio {
    padding-bottom: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input,
.radio input {
    position: absolute;
    opacity: 0;
}

.checkbox label,
.radio label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.29em;
    padding-left: 28px;
    color: var(--color-text);
    padding-bottom: 0;
    position: relative;
}

.checkbox label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: var(--color-white);
    border: 1px solid var(--color-dark-gray);
    box-sizing: border-box;
}

.error .checkbox label::before {
    border-color: #BF3D3D;
}

.radio label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: var(--color-white);
    border: 1px solid var(--color-dark-gray);
    border-radius: 50%;
    box-sizing: border-box;
}

.checkbox:hover input~label::before,
.radio:hover input~label::before {
    border-width: 2px;
}

.checkbox input:checked~label::before,
.radio input:checked~label::before {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.checkbox input:checked~label::after,
.radio input:checked~label::after {
    content: "";
    display: block;
    position: absolute;
}

.checkbox input:checked~label::after {
    left: 7px;
    top: 4px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio input:checked~label::after {
    top: 5px;
    left: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.pagination {
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    display: block;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

.pagination li.disabled span {
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    padding: 0 10px;
    color: #58390D;
    font-size: 22px;
    width: auto;
    height: auto;
}

.pagination li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 7px;
    background: #333;
    color: white;
    font-size: 18px;
    box-sizing: border-box;
}

.pagination li.active span {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 7px;
    background: var(--color-green) !important;
    border-color: var(--color-green) !important;
    color: white;
    font-size: 18px;
    box-sizing: border-box;
}

.pagination li a[rel="prev"],
.pagination li a[rel="next"] {
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    padding: 0 10px;
    color: #58390D;
    font-size: 22px;
    width: auto;
    height: auto;
}

.page-link:hover {
    color: var(--color-black) !important;
}

#breadcrumps .container {
    position: relative;
}

#breadcrumps .module-content {
    position: relative;
    top: 0;
    max-width: 100%;
    z-index: 1;
    margin-bottom: 25px;
}

#breadcrumps .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: var(--color-black);
}

#breadcrumps .item a {
    color: var(--color-black);
}

#breadcrumps .item::after {
    content: "/ ";
    white-space: pre;
    padding: 0;
    color: var(--color-black);
    display: inline-block;
}

#breadcrumps .item:last-child::after {
    content: none;
}

.notification-custom .dark.button {
    margin-top: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    background: #B20000;
    border: 0px solid #B20000;
    position: relative;
    display: inline-block;
    width: 270px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.notification-custom button {
    margin-top: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    line-height: 1.1;
    background: #005CAA;
    border: 0px solid #005CAA;
    position: relative;
    display: inline-block;
    width: 270px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.popup-window-wrapper,
body #cookie-bar {
    position: fixed;
    background: rgba(45, 45, 45, 0.75);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: none;
}

body #cookie-bar {
    display: block;
}

.popup-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    max-height: 100%;
    background: white;
    padding: 50px;
    z-index: 9999;
}

body #cookie-bar .content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    max-height: 100%;
    background: white;
    padding: 50px;
    z-index: 9999;
}

.search-popup-window {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    background: var(--color-white);
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 10;
    display: none;
}

.search-popup-window .close {
    top: -30px;
}

body #cookie-bar .content {
    background: var(--color-white);
}

body #cookie-bar .content .buttons {
    margin-top: 30px;
}

body #cookie-bar .cb-enable {
    display: inline-block;
    color: var(--color-green);
    background: transparent;
    border: 2px solid var(--color-green);
    font-size: 16px;
    line-height: 1.44em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 17px 32px;
    text-align: center;
    cursor: pointer;
}

body #cookie-bar .cb-enable:hover {
    background: var(--color-green);
    color: white;
}

.popup-window.style-dark {
    background: var(--color-white);
}

.popup-window.style-medium {
    max-width: 750px;
}

.close {
    position: absolute;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10000;
    border: none;
    background: transparent url(/images/assets/close.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.close:hover {
    background-image: url(/images/assets/close-hover.png)
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 45, 0.5) url(/images/assets/loader.gif) no-repeat center center;
    background-size: 50% auto;
    z-index: 99999;
    display: none;
}

.form-item {
    position: relative;
}

/*Changed field border width, changed max width from 430 - 428.5*/
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-text);
    padding: 13px 17px;
    color: var(--color-text);
    max-width: 430px;
    width: 100%;
    font-family: var(--main-font);
    border-radius: 0;
}

button {
    font-family: var(--main-font);
}

textarea {
    min-height: 120px;
    margin: 0;
    vertical-align: bottom;
    padding: 16px 19px;
}

input::placeholder,
textarea::placeholder {
    color: var(--color-text);
    opacity: 1;
}

input[type="text"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
textarea:hover {}

input[type="text"]:focus:not([name="q"]),
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: var(--color-text);
    border-radius: 0 !important;
    outline: none;
    z-index: 1000 !important;
    position: relative !important;
}

input[name="q"]:focus {
    border-width: 2px;
    padding: 16px 19px;
    border-color: var(--color-text);
    border-radius: 0 !important;
    outline: none;
}

.error input[type="text"],
.error input[type="number"],
.error input[type="email"],
.error input[type="password"],
.error textarea {
    border: 2px solid #BF3D3D;
    padding: 16px 19px;
}

input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
textarea:disabled {
    background: #e5e5e5;
}

.form-item .label {
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 20px;
}

.form-item .input-text {
    background: transparent;
    border: 1px solid var(--color-dark-gray);
    padding: 17px 20px;
    color: var(--color-black);
    max-width: 430px;
    width: 100%;
}

.error-text {
    position: absolute;
    font-size: 12px;
    line-height: 1em;
    top: 5px;
    left: 20px;
    color: #BF3D3D;
    font-weight: 300;
    display: none;
}

.error-text-after {
    font-size: 12px;
    line-height: 1em;
    color: #BF3D3D;
    font-weight: 300;
    text-align: left;
}

.error-text-after span {}

.error .error-text {
    display: block;
}

button.submit,
a.submit {
    display: inline-block;
    background: var(--color-dark-green);
    font-size: 16px;
    line-height: 1.44em;
    color: white;
    text-transform: uppercase;
    padding: 8px 30px;
    text-align: center;
    border: none;
    cursor: pointer;
    max-width: 430px;
    border-radius: 0;
}

button.submit:hover,
a.submit:hover {
    background: var(--color-blue);
}

button.submit.empty {
    color: var(--color-green);
    background: transparent;
    border: 2px solid var(--color-green);
    border-radius: 0;
}

.g-recaptcha>div>div {
    margin: 4px auto !important;
    text-align: center;
    width: auto !important;
    height: auto !important;
}

.dark {
    background: var(--color-white);
}

/*input field pop up*/
.popup-window .form-item input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea {
    border-radius: 0;
    margin-top: -2px;
}


.form-item.w50 input[name="family"] {
    margin-left: -1.5px;
    max-width: 215px;
}

.form-item.w50 input[name="name"] {
    margin-right: -1.5px;
    max-width: 215px;
}

.text-black {
    color: var(--color-black) !important;
}

.text-blue {
    color: var(--color-blue) !important;
}

.text-light-black {
    color: var(--color-light-black) !important;
}

.col-label {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
}

.col-lr {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
}

body .noUi-target {
    background: var(--color-black);
}

body .noUi-horizontal {
    height: 1px;
}

body .noUi-handle {
    background: var(--color-blue);
    border-radius: 0;
}

body .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    top: -7px;
}

.col-left-column {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
}

.col-range-slider {
    padding-top: 40px;
}

.col-range-slider .slider-labels {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 34px;
    left: 15px;
    right: 15px;
}

.col-range-slider .slider-labels .price_lower_label {
    position: absolute;
    left: 0;
    bottom: 0;
}

.col-range-slider .slider-labels .price_upper_label {
    position: absolute;
    right: 0;
    bottom: 0;

}

#no-banners {
    display: none;
}

button.submit[name="submit-order-final"] {
    background: var(--color-blue);
}

button.submit[name="submit-order-final"]:hover {
    background: var(--color-gold);
}

#product-form-properties .sub-item label {
    color: var(--color-black);
}

.btn-primary {
    color: #fff;
    background-color: #8c95be5e;
    border-color: #004a99;
}

.btn-primary:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #004a99;
}