/*.container{
    border-left:1px solid #ffff00;
    border-right:1px solid #ffff00;
}
.row{
    border-left:1px solid #00ffff;
    border-right:1px solid #00ffff;
}*/

*::-webkit-input-placeholder {
    opacity: 1;
    color: #99a4b0;
}

*:-moz-placeholder {
    opacity: 1;
    color: #99a4b0;
}

*::-moz-placeholder {
    opacity: 1;
    color: #99a4b0;
}

*:-ms-input-placeholder {
    opacity: 1;
    color: #99a4b0;
}

body.modal-open {
    /*overflow: visible;*/
}

img {
    max-width: 100%;
}

input::-webkit-input-placeholder {
    transition: opacity 0.3s ease;
    opacity: 1;
}

input::-moz-placeholder {
    transition: opacity 0.3s ease;
    opacity: 1;
}

input:-moz-placeholder {
    transition: opacity 0.3s ease;
    opacity: 1;
}

input:-ms-input-placeholder {
    transition: opacity 0.3s ease;
    opacity: 1;
}

input:focus::-webkit-input-placeholder {
    transition: opacity 0.3s ease;
    opacity: 0;
}

input:focus::-moz-placeholder {
    transition: opacity 0.3s ease;
    opacity: 0;
}

input:focus:-moz-placeholder {
    transition: opacity 0.3s ease;
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    transition: opacity 0.3s ease;
    opacity: 0;
}

textarea::-webkit-input-placeholder {
    transition: opacity 0.3s ease;
    opacity: 1;
}

textarea::-moz-placeholder {
    transition: opacity 0.3s ease;
    opacity: 1;
}

textarea:-moz-placeholder {
    transition: opacity 0.3s ease;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    transition: opacity 0.3s ease;
    opacity: 1;
}

textarea:focus::-webkit-input-placeholder {
    transition: opacity 0.3s ease;
    opacity: 0;
}

textarea:focus::-moz-placeholder {
    transition: opacity 0.3s ease;
    opacity: 0;
}

textarea:focus:-moz-placeholder {
    transition: opacity 0.3s ease;
    opacity: 0;
}

textarea:focus:-ms-input-placeholder {
    transition: opacity 0.3s ease;
    opacity: 0;
}

input, textarea {
    border: 1px solid #BEC4C8;
    border-radius: 0;
}

html,
body {
    height: 100%;
}

html {
    /* overflow-y: scroll;*/
}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    background-color: #FFFFFF;
}

body.fontloaded {
    font-family: 'Montserrat', sans-serif;
}


h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 26px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 18px;
}

h1.page-title {
    font-size: 36px;
    line-height: 1.2;
    margin: 20px 0 40px 0;
    color: #2A3F54;
}

h1.item-title {
    font-size: 26px;
    color: #2A3F54;
}

.page-title span {
    display: inline-block;
    vertical-align: middle;
}

.section {
    display: block;
    margin: 0 0 25px;
}

.subcategories.section {
    margin: 0 0 15px;
}

a.button {
    text-decoration: none;
}

a[data-toggle="lightbox"] img {
    cursor: zoom-in;
}

a {
    transition: all ease-in .2s;
    color: #5A738E;
    outline: none !important;
}

a:hover,
a:focus {
    text-decoration: underline !important;
    color: #333;
}

a.forgot_password {
    color: #333;
}

img {
    outline: none !important;
}

.close {
    outline: none;
}

ul.unstyled {
    margin: 0 0 15px 0;
    padding: 0;
}

ul.unstyled li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.input-group-btn,
.buttons {
    display: flex;
}

.pweb-field-buttons.buttons {
    justify-content: flex-end;
}

.pweb-chars-counter {
    display: none;
}

#bfElemWraprecaptcha_invisible label,
.pweb-field-captcha.recaptcha_invisible label{
     display: none;
}



.pwebcontact-container {
    padding: 0 !important;
}

.pweb-separator-text {
    font-size: 16px;
    margin-bottom: 15px;
    color: #777785;
}

.pweb-msg-popup{
    display: none;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

*:focus {
    outline: 0 !important;
}

button {
    border: 1px solid #BEC4C8;
    border-radius: 0;
}

.field-calendar .input-append {
    display: flex;
}

.field-calendar .input-append input {
    border-right: none !important;
}

.field-calendar .input-append > .btn {
    min-width: 34px;
    padding: 0;
    text-align: center;
    border-color: #BEC4C8 !important;
}

.field-calendar .input-append .thin + .btn {
    min-width: 26px;
}

.calendar-container table tbody td.day.selected {
    background: #4458f6;
}

.icon-calendar:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0;
    content: "";
    transition: all ease-in .2s;
    vertical-align: middle;
    background-color: #BEC4C8;
    -webkit-mask: url(../images/calendar.svg) no-repeat 100% 100%;
    mask: url(../images/calendar.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.field-calendar .input-append > .btn:hover {
    border: 1px solid #4458f6 !important;
}

.field-calendar .input-append .btn:hover .icon-calendar:before {
    background-color: #4458f6 !important;
}

.btn.details.wishlist:hover:before {
    background-color: #4458f6;
}

.button-bar-item {
    margin-right: 5px !important;
}

.btn.selectpicker {
    font-size: 14px;
}

.bootstrap-select {
    outline: none !important;
}

span[class$='_editor'] {
    display: block;
}

.calendar-container .btn-today,
.calendar-container .btn-clear,
.calendar-container .btn-exit {
    display: block;
    overflow: hidden;
    width: 34px;
    height: 34px;
    padding: 0 8px;
    border-color: #BEC4C8 !important;
    background: #fff;
}

.calendar-container .btn-today:before,
.calendar-container .btn-clear:before,
.calendar-container .btn-exit:before {
    background-color: #BEC4C8 !important;
}

.calendar-container .btn-today:hover,
.calendar-container .btn-clear:hover,
.calendar-container .btn-exit:hover {
    border-color: #4458f6 !important;
}

.calendar-container .btn-today:hover:before,
.calendar-container .btn-clear:hover:before,
.calendar-container .btn-exit:hover:before {
    background-color: #4458f6 !important;
}

.calendar-container .btn-group {
    display: flex;
    justify-content: space-between;
}

.calendar-container .btn-group .btn + .btn {
    margin-left: 2px;
}

.calendar-container .btn-group .btn-exit {
    margin-left: auto;
}

a.delete {
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: 1px solid #2A3F54;
    background: #fff;
}

a.delete:hover {
    background: #4458f6;
}

.bi-trash:before,
a.delete:before {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0;
    content: "";
    background-color: #000;
    -webkit-mask: url(../images/trash.svg) no-repeat 100% 100%;
    mask: url(../images/trash.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.bi-trash:hover:before,
a.delete:hover:before {
    background-color: #fff;
}

.control-groups .control {
    display: flex;
    align-items: flex-end;
}


form .controls,
.control-group .controls {
    position: relative;
}

.control-group .controls.flex {
    display: flex;
}

.control-group ul {
    margin: 0;
}

.control-group ul li {
    margin: 0 10px 5px 0 !important;
}

.control-group.buttons .button + .button {
    margin: 0;
}

.controls.buttons .btn {
    margin: 0;
}

.controls.buttons .btn + .btn {
    margin-left: 15px;
}

.controls.radiogroup {
    display: flex;
    flex-wrap: wrap;
}

ul.menu,
ul.menu ul,
ul.phones,
ul.social {
    margin: 0;
    padding: 0;
}

ul.phones li,
ul.menu li,
ul.social li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.social li + li {
    margin: 0 0 0 10px;
}

.navigation ul.menu .lvl_1:hover ul {
    display: block;
}

nav ul.nav li.parent > a > span > i:before {
    font-size: 16px;
    font-style: normal;
    display: block;
    /* transition: all ease-in .2s; */
    width: 10px;
    height: 10px !important;
    margin: 9px 10px 4px 5px;
    padding: 0 2px 0 5px;
    content: "";
    transform: rotate(45deg);
    border: 1px solid #272727;
    border-right: none;
    border-bottom: none;
}

nav ul.nav li.parent > a.collapsed > span > i:before,
nav ul.nav li.parent > a > span > i.collapsed:before {
    margin: 2px 10px 4px 5px;
    transform: rotate(225deg);
}

.navigation ul.menu .parent ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 8px 15px;
    background: #302D4A;
    box-shadow: 4px 4px 5px 0 rgb(50 50 50 / 40%);
    z-index: 3;
}

.homepage .navigation ul.menu .parent ul {
    background: rgba(0, 0, 0, 1);
 /* backdrop-filter: blur(5px);*/
}

.navigation ul.menu .parent ul li {
    margin: 4px 0;
    white-space: nowrap;
}

.navigation ul.menu ul li,
.navigation ul.menu ul li a {
    color: #fff;
}

.nav-tabs > li > a {
    color: #333;
    border-radius: 0;
}

.tab-content .tab-pane > ul {
    padding: 15px 15px 15px;
}

.tab-content .tab-pane > ul > li:first-child {
    margin: 0;
}

.dj-offcanvas-nav {
    padding: 15px;
}

.dj-offcanvas-nav ul.menu.blocks > li > a, .dj-offcanvas-nav ul.menu.categories li.level_1 > span > a {
    min-height: 32px;
    margin: 0 10px 0 0;
    padding: 3px 10px 3px 10px;
}

.dj-offcanvas-nav ul.menu.blocks > li > a {
    min-height: 36px;
}

div.whitebg {
    padding: 15px;
    border-radius: 5px;
    background: 15px;
    box-shadow: 4px 4px 5px 0 rgb(50 50 50 / 10%);
}

.breadcrumbs {
    /* height: 46px;
     line-height: 40px;*/
    margin: 0;
}

.breadcrumbs ol {
    line-height: 1.2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.breadcrumbs li {
    line-height: 1.2;
    display: inline;
    height: 16px;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    vertical-align: middle;
}

.breadcrumbs li > * {
    display: inline-block !important;
    vertical-align: top !important;
}

.breadcrumbs li a,
.breadcrumbs li span {
    font-size: 14px;
    line-height: 16px;
    color: #4E5E6A;
}

.breadcrumbs li:after {
    font-style: normal;
    /*font-family: 'Themify';*/
    display: inline-block;
    width: 8px;
    height: 8px !important;
    margin: 0 10px 6px 5px;
    padding: 0 2px 0 5px;
    content: "";
    transform: rotate(135deg);
    vertical-align: bottom;
    border: 1px solid #4E5E6A;
    border-right: none;
    border-bottom: none;
}

.breadcrumbs li.last:after {
    display: none;
}

.breadcrumbs li > span {
    display: inline;
    max-width: 180px;
    transition: none;
    vertical-align: bottom;
    text-overflow: ellipsis;
}

.breadcrumbs li a {
    transition: none;
    text-decoration: underline;
}

.breadcrumbs li a:focus,
.breadcrumbs li a:focus span,
.breadcrumbs li a:hover,
.breadcrumbs li a:hover span {
    color: #000;
}

.breadcrumbs .more {
    display: inline-block;
    overflow: hidden;
    width: 10px;
    max-width: none;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.disabled {
    cursor: not-allowed !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: transparent;
}

.toggle {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    border: none;
    background: transparent;
}

.toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    transition: 0.4s;
    background-color: #fff;
}

.toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle {
    border-radius: 0;
}

.hamburger {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    /*transition: all ease-in .2s;*/
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 1) 58%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);*/
}

.hamburger:before,
.hamburger:after {
    position: absolute;
    left: 0;
    display: block;
    width: 26px;
    height: 4px;
    content: "";
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background: rgb(0, 0, 0);
}

.hamburger:before {
    top: 7px;
    width: 36px;
    transform: rotate(45deg) translate3d(-1px, 6px, 0px);
}

.hamburger:after {
    top: 18px;
    width: 36px;
    transform: rotate(-45deg) translate3d(2px, -9px, 0px);
}

.hamburger.collapsed {
    border-top: 4px solid #000;
    background: transparent;
}

.hamburger.collapsed,
.hamburger.collapsed:before,
.hamburger.collapsed:after {
    width: 26px;
    transform: rotate(0) translate3d(0, 0, 0);
}

.hamburger:hover {
    /* background: linear-gradient(0deg, rgba(68, 88, 246, 1) 0%, rgba(68, 88, 246, 1) 15%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 42%, rgba(68, 88, 246, 1) 42%, rgba(68, 88, 246, 1) 58%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 85%, rgba(68, 88, 246, 1) 85%, rgba(68, 88, 246, 1) 100%);*/
}

.form.inline {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.form.inline label {
    margin-bottom: 0;
}

.form .btn {
    min-height: 44px;
}

.form .file-caption .btn {
    min-height: 34px;
}

.field-calendar .btn,
.btn.btn-simple,
.form.inline .btn {
    min-height: 34px;
}

.btn.thin {
    min-height: 24px !important;
}

.btn.thin label {
    line-height: 24px !important;
    height: 24px !important;
    margin: 0 !important;
}

.form input[type="text"], .form input[type="number"], .form input[type="email"], .form input[type="tel"], .form textarea, .form input[type="password"], .form input[type="search"], .form textarea {
    font-size: 14px;
    font-style: normal;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 8px;
    -o-transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    color: #212121;
    border: 1px solid #BEC4C8;
    border-radius: 0;
    outline: none !important;
    background: #fff;
}

input[type="tel"]:not(:focus)::-webkit-input-placeholder {
    color: transparent;
}


.form.inline input {
    width: auto;
}

.form textarea {
    height: auto;
}

.form input[type="text"]:disabled, .form input[type="number"]:disabled, .form input[type="email"]:disabled, input[type="search"]:disabled, .form input[type="tel"]:disabled, .form textarea:disabled, .form input[type="password"]:disabled {
    color: #BEC4C8;
    background-color: #f3f3f3;
}

.form input + label.over {
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    margin: -8px 0 0 15px;
    transition: all ease-in .2s;
}


.form input:focus + label.over,
input:not(:placeholder-shown) + label.over,
input:not([value=""]) + label.over {
    /*display: none !important;*/
    top: -2px !important;
    background: #fff;
    padding: 2px 6px;
    border-radius: 8px;


}

.form a {
    text-decoration: underline;
}

.form .zebra li {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    min-height: 27px;
    margin: 2px 0;
    padding: 2px 8px;
    border-radius: 6px;
}

.form .zebra li:nth-child(2n) {
    background: #ededed;
}

.form .zebra li:nth-child(2n+1) {
    background: #fdfdfd;
}

.form .zebra li .detail-content {
    font-weight: 500;
}


.form .invisibleCaptcha{
    display: none;
}


.form  .easy_small_notice {
    font-size: 14px;
    padding-left: 0;
}

.btn.selectpicker:focus,
button.showmore:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
.textarea:focus,
textarea:focus,
.select:focus {
    border-color: #4458f6 !important;
    outline: none !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
}

select option:hover {
    border-color: #4458f6 !important;
    background-color: #4458f6 !important;
}

input[type="text"].active, input[type="number"].active, input[type="search"].active, select.active, select.active + .chzn-container {
    border-color: #4458f6 !important;
}

select.invalid + .chzn-container {
    border-color: #ff0000 !important;
}

.search-field input:focus {
    box-shadow: none !important;
}

.form textarea {
    height: auto;
    padding: 8px;
}

input[type="text"].invalid, input[type="number"].invalid, input[type="email"].invalid, input[type="search"].invalid, input[type="tel"].invalid, textarea.invalid, input[type="password"].invalid, textarea.invalid {
    border-color: red !important;
}

.form label {
    font-weight: 500;
    line-height: 1.1;
}

.form .control-group {
    margin-bottom: 15px !important;
}

.form .control-group.butons {
    margin-bottom: 0 !important;
}

.form.inline .control-group,
.form.inline .control-group .controls {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

.form.inline .control-group {
    margin-right: 10px !important;
}

.form.inline .control-group .control-label {
    margin-right: 10px !important;
}

.form .control-group.buttons {
    margin-bottom: 0 !important;
}

.form .control-group .buttons {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    gap: 15px 5px;
}

.form .required_label {
    font-size: 14px;
    color: #AAAAAA;
}

.form .buttons .controls {
    padding: 15px 0 0;
    text-align: center;
}

.form .legend,
.form legend {
    font-weight: 500;
    margin: 0 0 10px;
    color: #4562d1;
}

.form .buttons .controls {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 10px 10px;
}

.form .buttons .controls button {
    margin-bottom: 0;
}

.starsRaty{
    color: #ffea00;
}

select {
    font-size: 14px;
    max-width: 100%;
    height: 34px;
    padding: 5px 10px;
    border-color: #C4C4C4;
    border-radius: 5px;
}

select.filtered option:disabled {
    display: none;
}

select.invalid {
    border-color: #ff0000;
}

.calendar-container td {
    padding: 5px !important;
}

.chzn-container {
    /* width: auto !important;*/
    min-width: 50px;
    max-width: 100%;
    border-radius: 6px;
}

.chzn-container input.default {
    width: auto !important;
}

.chzn-container-single .chzn-single {
    font-size: 16px;
    padding-right: 0;
    padding-left: 0;
    border-color: #fff;
    border-radius: 6px;
    box-shadow: none;
}

.chzn-container-single .chzn-single div {
    border-color: #fff;
    background: #fff;
    box-shadow: none;
}

.chzn-container-single .chzn-single div b {
    display: none;
}

.chzn-container-single .chzn-single div:before {
    line-height: 12px;
    display: block;
    /*font-family: 'Themify'; */
    width: 12px !important;
    height: 12px !important;
    margin: 6px 0 0 8px;
    content: "";
    transform: rotate(-135deg);
    color: #333;
    border: 1px solid #000;
    border-right: none;
    border-bottom: none;
}

.chzn-container-single.chzn-with-drop .chzn-single div:before {
    margin: 14px 0 0 8px;
    transform: rotate(45deg);
}

.chzn-container-single .chzn-single span {
    padding: 0 5px 0 0;
}

.chzn-container-active.chzn-with-drop .chzn-single div {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom-left-radius: 0;
    background-color: #fff;
}

.chzn-container-single .chzn-drop,
.chzn-container-active.chzn-with-drop .chzn-single {
    border-color: #C4C4C4;
}

.chzn-container-single.chzn-container-active .chzn-single div:before {
    color: #000;
}

.chzn-container-single .chzn-single span {
    margin-right: 26px;
}

.chzn-container .chzn-results li {
    font-size: 14px;
    white-space: nowrap;
}

.chzn-container .chzn-drop {
}

.chzn-container-multi .remove {
    font-size: 12px;
    margin: 0 0 0 10px;
    color: #fff;
}

.chzn-container-multi .chzn-choices li.search-choice {
    padding: 2px 7px;
    background: #4458f6;
}

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
    /*font-family: 'themify';*/
    position: relative;
    top: 0;
    right: 1px;
    content: '\e646';
}

.chzn-container .chzn-drop {
    border-color: #ccc;
}

.chzn-container .chzn-results li {
    margin: 0 !important;
}

.chzn-container-single .chzn-single div b {
    display: none !important;
}

.chzn-container-single .chzn-search:after {
    position: absolute !important;
    top: 50% !important;
    right: 5px !important;
    left: auto !important;
    margin: -9px 0 0 0 !important;
    content: "" !important;
}

.chzn-container.chzn-with-drop {
    /* width: auto !important;*/
}

.chzn-container.chzn-with-drop .chzn-drop {
    left: -1px !important;
}

.chzn-container .chzn-results {
    border-radius: 0 !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.chzn-container .chzn-results li.highlighted {
    background-color: #4458f6 !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #4458f6;
}

.chzn-container .chzn-drop {
    /* background: transparent !important;*/
    padding: 0;
    background: #ffffff !important;
}

.chzn-container {
    border: 1px solid #BEC4C8;
}

.chzn-container-multi .chzn-choices {
    border: none !important;
}

.chzn-container-multi .chzn-choices li.search-choice {
    display: flex;
    border-radius: 0 !important;
    background-color: #4458f6 !important;
}

.chzn-container.chzn-container-multi {
    line-height: 34px;
    height: 34px;
}

.chzn-container.chzn-container-multi .chzn-choices li.search-field input {
    line-height: 30px !important;
    height: 30px !important;
}

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
    font-family: inherit !important;
    content: '×' !important;
}

.chzn-container-multi .chzn-choices li.search-choice a {
    text-decoration: none !important;
}

.chzn-container.chzn-container-active {
    border-color: #4458f6 !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
}

.chzn-container.chzn-with-drop {
    border-color: #4458f6 !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
}

.chzn-container.chzn-with-drop .chzn-drop {
    left: -1px;
    width: calc(100% + 2px);
    border-color: #4458f6 !important;
    border-radius: 0;
}

.chzn-container-single .chzn-single,
.chzn-container-single .chzn-single span {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    text-decoration: none !important;
    color: #000;
    border: none !important;
    border-radius: 6px !important;
}

.chzn-container-single.chzn-container-active {
    border-radius: 6px 6px 0 0 !important;
}

input.thin,
input.thin + button,
select.thin + .chzn-container-single .chzn-single,
select.thin + .chzn-container-single .chzn-single span {
    line-height: 26px;
    height: 26px !important;
    min-height: 26px !important;
}

select.thin + .chzn-container-single .chzn-single div:before {
    margin: 4px 0 0 8px;
}

select.thin + .chzn-container-single.chzn-with-drop .chzn-single div:before {
    margin: 10px 0 0 8px;
}

.chzn-container-single .chzn-search input[type="text"] {
    height: auto;
    border-radius: 0;
}

.chzn-container-multi .chzn-choices li.search-choice span {
    font-size: 14px;
}

.chzn-container-single .chzn-single div:before {
    line-height: 40px;
    height: 40px;
}

.chzn-container-single .chzn-single div:before {
    line-height: 40px;
    height: 40px;
}

.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    padding: 0 15px;
}

.chzn-container-single .chzn-search:after {
    position: absolute;
    top: 8px;
    right: 0;
    left: 100%;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 0 0 -24px;
    content: "";
    transition: all ease-in .2s;
    background-color: #4458f6;
    -webkit-mask: url(../images/search.svg) no-repeat 100% 100%;
    mask: url(../images/search.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.chzn-container-active.chzn-with-drop .chzn-single {
    text-decoration: none;
    color: #000;
}

select option[value="0"],
.chzn-container li[data-option-array-index="0"] {
    color: #C0C0C0 !important;
}

.ekko-lightbox.modal .modal-dialog {
    min-width: 600px;
}

.ekko-lightbox.modal .modal-body img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ekko-lightbox.modal .modal-body:before {
    display: inline-block;
    width: 200px;
    height: 200px;
    content: "";
    /*background: url('../images/loadimg.gif') 50% 50% no-repeat;*/
    opacity: 0.6;
}

.ekko-lightbox.modal.show .modal-body:before {
    display: none;
}

.ekko-lightbox.modal .ekko-lightbox-nav-overlay {
    display: none;
}

.ekko-lightbox.modal.show .ekko-lightbox-nav-overlay {
    display: flex;
}

.ekko-lightbox .modal-title {
    font-size: 18px;
    line-height: 1.2;
    color: #4458f6;
}

.owl-dots {
    padding: 10px 0;
}

.owl-dots button {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    transition: all ease-in .2s;
    border: 1px solid #BEC4C8 !important;
    border-radius: 8px;
    outline: none;
    background: #fff !important;
}

.owl-dots button.active,
.owl-dots button:hover {
    border: 1px solid #BEC4C8 !important;
}

.owl-dots button.active {
    background: #BEC4C8 !important;
}

.input.pm {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    border: 1px solid #BEC4C8;
}

.input.pm span {
    line-height: 30px;
    display: inline-block;
    height: 30px;
    padding: 0 5px;
    cursor: pointer;
    vertical-align: middle;
    color: #C4C4C4;
}

.input.pm span:hover {
    color: #BEC4C8;
}

.input.pm {
    font-size: 18px;
}

.ti-minus:before,
.ti-plus:before {
    font-size: 32px;
    font-weight: 300;
    line-height: 30px;
    display: block;
    width: 20px;
    height: 30px;
    content: "\2b";
}

.ti-minus:before {
    line-height: 25px;
    content: "\2012";
}

span.check,
span.checked {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
}

label.check:before,
input[type="checkbox"] + label:before,
span.checked:before,
span.check:before {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px 10px 0 0;
    content: "";
    text-align: center;
    vertical-align: top;
    /*font-family: 'themify';*/
    border: 1px solid #C4C4C4;
}

label.check.checked:before,
input[type="checkbox"]:checked + label:before {
    /*position: absolute;
    top: 9px;
    left: 4px;
    margin-top: -5px;
    content: "";
    height: 10px;
    width: 10px;
    border: 1px solid #4458f6;
    background: #4458f6;
    border-radius: 5px;*/
}

input[type="radio"]:focus + label:before,
input[type="checkbox"]:focus + label:before {
    border-color: #4458f6 !important;
}

input[type="checkbox"] + label.alt {
    color: #777;
}

input[type="file"] {
    display: none;
}

input[type="file"] + label {
    line-height: 30px;
    padding: 0 25px;
    cursor: pointer;
    color: #fff;
    background: #4458f6;
}

input[type="file"] + label:hover {
    outline: none !important;
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.8);
}

input[type="file"] + label:before {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 10px 6px 0;
    content: "";
    vertical-align: middle;
    background-color: #fff;
    -webkit-mask: url(../images/camera.svg) no-repeat 100% 100%;
    mask: url(../images/camera.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

input[type="file"] + label:before {
}

.file-input + .note {
    padding: 2px 15px;
}

.file-input .buttons {
    display: block;
}

.file-input + .buttons {
    padding-top: 0 !important;
}

.file-input .file-upload-indicator {
    position: absolute;
    top: 5px;
    right: 5px;
    float: none;
}

.file-input .file-footer-buttons {
    display: flex;
    float: left;
    clear: both;
    align-items: center;
    justify-content: center;
    min-width: 100%;
}

.file-input .file-footer-buttons .btn {
    width: 40px;
    height: 40px;
    min-height: 0;
    padding: 0;
}

.file-input .file-footer-buttons .btn i {
    margin: 0;
}

.file-input .file-footer-caption {
    margin-bottom: 10px;
}

input[type="radio"].invalid + label:before,
input[type="checkbox"].invalid + label:before {
    border-color: #ff0000 !important;
}

.file-input {
    padding: 15px;
    background: #fff;
}

.file-input .input-group {
    display: flex;
    width: auto;
}

.file-input .input-group-addon, .file-input .input-group-btn {
    width: auto !important;
}

.file-preview {
    width: 100%;
    margin-bottom: 5px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.file-caption-name {
    border-radius: 0;
}

.file-caption .btn {
    line-height: 30px;
    height: 34px;
    padding: 0 15px;
}

.file-caption .btn i {
    vertical-align: middle;
}

.file-input .krajee-default.file-preview-frame .kv-file-content {
    display: flex;
    align-items: center;
}

.file-input .krajee-default.file-preview-frame .file-thumbnail-footer {
    height: auto;
}

input.ok + label,
input.fine + label,
input.attention + label {
    min-height: 30px;
}

input.ok + label span,
input.fine + label span,
input.attention + label span {
    display: none;
}

input.show + label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

input.show + label span {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
}

label.check,
.controls input[type='radio'] + label,
input[type='checkbox'] + label {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 18px;
    height: 18px;
    margin: 0;
    padding-left: 28px;
    cursor: pointer;
    vertical-align: top;
}

span.checked:before,
label.check:before,
span.checked:before,
span.check:before,
.controls input[type='radio'] + label:before,
input[type='checkbox'] + label:before {
    position: absolute;
    left: 0;
    /*top: 50%;*/
    display: block;
    /*margin-top: -9px;*/
    width: 18px;
    height: 18px;
    content: "";
    border: 1px solid #BEC4C8;
    background: #fff;
    border-radius: 3px;
}

.radio-form-group .item + .item {
    margin-top: 15px;
}

span.check:before {
    background: #edf1f3;
}

.controls input[type='radio'].invalid + label:before,
input[type='checkbox'].invalid + label:before {
    border-color: #ff0000;
}

.controls input[type='radio'] + label:before {
    border-radius: 9px;
}

input[type="checkbox"] + label:after,
.controls input[type='radio'] + label:after,
span.checked:after {
    position: absolute;
    top: 50%;
    left: 4px;
    display: none;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: "";
    border: 1px solid #4458f6;
    border-radius: 5px;
    background: #4458f6;
}

span.checked:after,
.controls input[type='checkbox'] + label:after {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 24px;
    height: 10px;
    margin: -2px 0 0 2px;
    content: "";
    transform: rotate(135deg);
    border: 2px solid #4458f6;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    background: transparent;
}

.controls input[type='checkbox']:disabled + label:after {
    border-color: #BEC4C8;
}

span.checked:after {
    border-color: #BEC4C8;
}

ul.chekboxes {
    display: flex;
}

input.sort_direction[type="checkbox"] + label {
    width: 18px;
    height: 34px;
    margin: 0 0 0 5px;
}

input.sort_direction[type="checkbox"] + label:before {
    width: 18px;
    height: 34px;
    margin: 0;
    border: none !important;
    background: transparent;
}

input.sort_direction[type="checkbox"] + label:after {
    font-size: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    display: block;
    width: 18px;
    height: 34px;
    margin: 0;
    content: "\2191";
    transform: rotate(0) !important;
    text-align: center;
    border: none !important;
    background: transparent;
}

input.sort_direction[type="checkbox"]:checked + label:after {
    content: "\2193";
    transform: rotate(0) !important;
}

span.checked:after,
.controls input[type='checkbox']:checked + label:after,
.controls input[type='radio']:checked + label:after {
    display: block;
}

.controls input[type='checkbox']:focus + label:before,
.controls input[type='radio']:focus + label:before {
    box-shadow: 0 12px 10px -10px rgba(0, 133, 255, .8);
}

.controls input[type='checkbox'],
.controls input[type='radio'] {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

a.disabled,
a:disabled {
    cursor: not-allowed;
}

input:disabled + label {
    cursor: not-allowed;
    opacity: 0.65;
}

.owl-stage {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 1;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-nav {
    position: relative;
    height: 56px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 15px 15px;
    justify-content: center;

}

.owl-carousel .owl-nav button {
    position: static;
    z-index: 2;
    display: block;
    overflow: hidden;
    outline: none;
    height: 56px;
    width: 56px;
    border-radius: 20px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
}

.owl-carousel .owl-nav button:focus,
.owl-carousel .owl-nav button:hover {
    background: #EEF2FF !important;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
    left: auto;
}

.owl-carousel .owl-nav button span {
    display: none;
}

.owl-carousel .owl-nav button {
    transition: all ease-in .2s;
}


.owl-carousel .owl-nav button.owl-next:before,
.owl-carousel .owl-nav button.owl-prev:before {
    display: inline-block;
    content: "";
    font-size: 40px;
    font-weight: 300;
    background-color: #96aeff;

    width: 28px;
    height: 28px;
    margin: 7px 0 0 3px;
    -webkit-mask: url('../images/arrow.svg') no-repeat 50% 50%;
    mask: url('../images/arrow.svg') no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;

}

.owl-carousel .owl-nav button:focus:before,
.owl-carousel .owl-nav button:hover:before {
    background-color: #4458f6;

}

.owl-carousel .owl-nav button.owl-prev:before {
    transform: rotate(-180deg);
}


.toggler:after,
.title-plus-buttons button:before,
.glyphicon.glyphicon-chevron-left:before,
.glyphicon.glyphicon-chevron-right:before {
    font-size: 36px;
    line-height: 20px;
    /*font-family: 'themify';*/
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 0 5px;
    padding: 0;
    content: "";
    transform: rotate(-45deg);
    text-align: center;
    border: 2px solid #161310;
    border-right: none;
    border-bottom: none;
}

.toggler:not(.disabled):hover:after,
.title-plus-buttons button:not(.disabled):hover:before,
.owl-carousel .owl-nav button:not(.disabled):hover:before,
.glyphicon.glyphicon-chevron-left:not(.disabled):hover:before,
.glyphicon.glyphicon-chevron-right:not(.disabled):hover:before {
    border-color: #4458f6 !important;
}

.toggler.disabled:after,
.title-plus-buttons button.disabled:before,
.owl-carousel .owl-nav button.disabled:before,
.glyphicon.glyphicon-chevron-left.disabled:before,
.glyphicon.glyphicon-chevron-right.disabled:before {
    border-color: #aaa !important;
}

.title-plus-buttons button:not(.disabled):hover:before {
    border-color: #fff !important;
}

.glyphicon.glyphicon-chevron-left:before {
    margin: 0 auto 0 0;
}

.glyphicon.glyphicon-chevron-right:before {
    margin: 0 0 0 auto;
    transform: rotate(135deg);
}


.icon-arrow-up-3,
.icon-arrow-down-3 {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 12px;
    margin: 0 2px 0 2px;
    vertical-align: middle;
}

.icon-arrow-up-3:after,
.icon-arrow-down-3:after {
    position: absolute;
    top: -4px;
    left: 2px;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #2A3F54;
    border-right: none;
    border-bottom: none;
}

.toggler:not(.accordion-button) {
    overflow: hidden;
    width: 18px;
    height: 18px;
    text-decoration: none !important;
}

i.toggler {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
}

.toggler:hover:after {
    border-color: #fed12c;
}

.toggler.btn-showmodal {
    width: auto;
}

.toggler.btn-showmodal:after {
    display: none;
}

.icon-arrow-up-3:after,
.icon-arrow-down-3:after,
.toggler:after {
    line-height: 18px;
    display: block;
    width: 18px;
    height: 18px;
    margin: 7px 0 0;
    content: "";
    transform: rotate(45deg);
    border-width: 2px;
    border-color: #2A3F54;
}

.icon-arrow-up-3:after,
.icon-arrow-down-3:after {
    border-width: 1px;
}

.collapsed .toggler:after,
.toggler.collapsed:after {
    margin: -7px 0 7px;
    transform: rotate(225deg);
}

.icon-arrow-down-3:after {
    margin: 0;
    transform: rotate(225deg);
}

.owl-carousel .owl-nav button.disabled {
    cursor: not-allowed;
}

.input.pm input {
    font-size: 18px;
    line-height: 26px;
    width: 40px;
    height: 26px;
    text-align: center;
    border: none;
    outline: none !important;
}


.items.accordion .accordion-button {
    border: none;
    width: 100%;
    position: relative;
    text-align: left;
}

.items.accordion .accordion-button:after {
    display: none;
}

.items.accordion .accordion-button i {
    position: absolute;
    top: 50%;
    right: 0;
    height: 24px;
    width: 24px;
    margin-top: -12px;
    line-height: 24px;
    text-align: center;
}

.items.accordion .accordion-button i:before {
    display: block;
    content: "-";
    font-size: 18px;
    color: #4458f6;
    font-style: normal;
}

.items.accordion .accordion-button.collapsed i:before {
    content: "+";
}

.items.accordion .papanel-body {
    padding: 0 15px;
}


.ekko-lightbox,
.modal-dialog {
    display: inline-block !important;
    overflow: hidden;
    text-align: left !important;
    vertical-align: middle !important;
    border-radius: 25px;
}

.modal {
    text-align: center !important;
}

.modal .modal-dialog {
    margin-bottom: 0 !important;

}

.modal.hide.in {
    display: block !important;
}

.modal:before {
    display: inline-block;
    width: 0;
    height: 100%;
    margin-right: -.25em;
    content: "";
    vertical-align: middle;
}

.modal-content {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 16px;
    outline: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    margin: 0;
}

.modal .modal-header {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 15px;
    padding: 35px 40px 15px;
    text-align: center;
    color: #4458f6;
    border: none;
}

.modal.bootstrap-dialog.message .modal-header {
    color: #eb910b;
}

.modal.bootstrap-dialog.error .modal-header {
    color: #ff0000;
}

.modal.bootstrap-dialog.notice .modal-header {
    color: #2d6987;
}

.modal.quickorder .modal-header,
.modal.loginform .modal-header,
.modal .request_call .modal-header {
    text-align: center;
}

.modal.ekko-lightbox .modal-header {
    padding: 15px 40px 15px 15px;
    text-align: left;
}

.modal .modal-body {
    min-height: 180px;
    padding: 0 15px 15px;
    text-align: left;
}

.modal.bootstrap-dialog .modal-body {
    min-height: 150px;
}

.modal.bootstrap-dialog.dialogMess .modal-body {
    min-height: 0px;
}

.modal.ekko-lightbox .modal-body {
    padding: 0 10px 10px;
    text-align: center;
}

.modal .modal-footer {
    padding: 0 40px 20px;
    border: none;
}

.offlajn-close-button,
.btn.btn-close,
.button-remove,
.modal .close,
.dj-offcanvas-close-btn {
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 26px;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 15px;
    display: block;
    overflow: hidden;
    width: 26px;
    height: 26px;
    min-height: 26px;
    text-decoration: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.close span {
    line-height: 26px;
    display: block !important;
    height: 26px;
    min-height: 26px;
}

.modal .close {
    top: 10px;
    right: 10px;
}

.modal .close span {
    display: block;
    width: 26px;
    height: 26px;
}

.button-remove:hover,
.modal .close:hover {
    text-decoration: none !important;
}

.modal .controls label {
    font-size: 16px;
    font-weight: normal;
}

.offlajn-close-button {
    opacity: 0.2;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.offlajn-close-button:hover {
    opacity: 0.5;
}

/*body.modal-open.fixed {
    overflow: hidden;
    position:fixed;
}*/
body {
    /* height: 100vw !important;*/
}

body.dj-offcanvas-open {
    height: 100% !important;
}

button.close {
    overflow: hidden;
    width: 26px;
    height: 26px;
}

.modal .modal-content {
    visibility: visible !important;

}

.modal .popup_text {
    font-size: 18px;
    line-height: 1.1;
    padding: 0 0 15px;
}

.modal .bootstrap-dialog-footer-buttons {
    display: flex;
    /*flex-direction: row-reverse;*/
    align-items: center;
    justify-content: space-between;
}

.modal .bootstrap-dialog-footer-buttons .btn {
    font-size: 14px;
    line-height: 1;
    align-items: stretch;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    height: auto;
    margin: 0 15px 15px 0;
    padding: 15px 20px;
}

.modal .bootstrap-dialog-footer-buttons .btn:last-child {
    margin-right: 0;
}

.modal.cart_add .bootstrap-dialog-footer-buttons .btn {
    font-size: 18px;
}

.modal.cart_add .table {
    margin-bottom: 0;
}

.modal .bootstrap-dialog-footer-buttons .btn-default {
    order: 1;
}

.modal .bootstrap-dialog-title {
    text-align: center;
}

.modal.quickorder .buttons .controls {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}

.modal .buttons .button:not(.btn-primary) {
    line-height: 45px;
    align-items: flex-end;
    height: 45px;
    padding: 0 15px;
}

.modal .buttons .button.formsubmit {
    /* margin-left: 15px !important;*/
}

.modal .bootstrap-dialog-footer .btn {
    font-size: 16px;
}

.modal.dialogMess .bootstrap-dialog-footer .btn-primary {
    text-transform: uppercase;
}

.modal.dialogMess .bootstrap-dialog-footer-buttons {
    justify-content: center;
}

.modal a {
    color: #333 !important;
}

.modal a:not(.btn) {
    text-decoration: underline;
}

.dialog .h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}


.g-recaptcha.invalid iframe,
.invalid.captcha iframe {
    border: 1px solid #f00 !important;
    border-radius: 5px;
}

.tooltip {
    z-index: 11;
    width: auto;
    max-width: none;
    height: auto;
    margin-left: 0;
}

.tooltip-inner {
    /* font-family: "Roboto", sans-serif; */
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1;
    position: static;
    width: auto;
    max-width: 320px;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
    color: #000;
    border: none;
    border-radius: 3px !important;
    background-color: #ffffff;
    box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.5) !important;
}

.tooltip.top .tooltip-arrow {
    position: absolute;
    border-top-color: #ffffff !important;
}

#system-message .close {
    font-size: 40px;
    font-weight: 300;
    line-height: 16px;
    height: 22px;
}

.alert {
    border-radius: 0;
}

.alert-message {
    display: block;
    padding: 2px 15px;
    text-align: center;
    color: #333;
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

.alert.alert-message {
    color: #333;
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

.alert-message .alert-heading {
    color: #468847;
}

.alert-message hr {
    border-top-color: #c9e2b3;
}

.alert-message .alert-link {
    color: #356635;
}

.alert-notice {
    color: #333;
    border-color: #bce8f1;
    background-color: #d9edf7;
}

.alert-notice hr {
    border-top-color: #a6e1ec;
}

.alert-notice .alert-link {
    color: #2d6987;
}

.alert-notice .alert-heading {
    color: #2d6987;
}

.alert-error {
    display: block;
    padding: 2px 15px;
    text-align: center;
    color: #333;
    border-color: #f2dede;
    background-color: #f2dede;
}

.alert-error {
    color: #333;
    border-color: #ebccd1;
    background-color: #f2dede;
}

.alert-error hr {
    border-top-color: #e4b9c0;
}

.alert-error .alert-link {
    color: #953b39;
}

.alert-error .alert-heading {
    color: #953b39;
}

.loader.loading {
    position: relative;
    min-height: 160px;
}

.file-input.file-thumb-loading {
    background: transparent !important;
}

.file-input.file-thumb-loading .file-preview {
    position: relative;
}

button.loading {
    position: relative;
}

.modal-content.loading:before,
.file-input.file-thumb-loading .file-preview:before,
.controls.loading:before,
button.loading:after,
.fancybox-inner.loading .fancybox-content:before,
.loader.loading:not(.scroll-wrapper):before {
    position: absolute !important;
    z-index: 9;
    top: 50%;
    left: 50%;
    display: block;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px !important;
    content: "";
    border-radius: 50%;
}

.modal-content.loading:before,
.file-input.file-thumb-loading .file-preview:before,
.controls.loading:before,
button.loading:after,
.fancybox-inner.loading .fancybox-content:before,
.loader.loading:before {
    font-size: 10px;
    position: relative;
    margin: 60px auto;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000;
}

.modal-content.loading:after,
.loader.loading:after {
    position: absolute !important;
    z-index: 8;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.6);
}

.controls.loading:before {
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0 !important;
    border-width: 2px;
}

button.loading:after {
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px !important;
    border-width: 2px;
}

input.loading + i {
    display: block !important;
}

input.loading + i:before,
div.search-area-loading:after {
    font-size: 10px;
    position: absolute !important;
    z-index: 3;
    top: 0;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: 1px 0 0 -15px !important;
    content: "";
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    text-indent: -9999em;
    border-top: 4px solid rgba(0, 0, 0, 0.2);
    border-right: 4px solid rgba(0, 0, 0, 0.2);
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    border-left: 4px solid #000;
    border-radius: 50%;
}

div.search-area-loading:after {
    top: -4px;
}

.ekko-lightbox-nav-overlay a {
    text-decoration: none !important;
}

.dj-offcanvas-effect-3.dj-offcanvas-open .dj-offcanvas {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.dj-offcanvas-effect-3.dj-offcanvas-open .dj-offcanvas-pusher {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.dj-offcanvas-effect-3 .dj-offcanvas {
    width: 100%;
    background: #fff;
}

.dj-offcanvas-open .dj-offcanvas-pusher::after {
    z-index: 99 !important;
}

.chzn-container-multi .chzn-choices li.search-choice {
    border-radius: 0;
}

.chzn-container-single .chzn-search input[type="text"] {
    border-radius: 0 !important;
}

.chzn-container .chzn-results li {
    padding: 5px 6px !important;
}

.open > .dropdown-menu {
    border-top: none;
}

form.inline .control-label + .bootstrap-selects {
    margin-left: 10px;
}

.control-label label {
    margin: 0;
}

.control-label.error {
    color: #ff0000;
}

.dropdown-menu {
    margin-top: 0;
    border-top: none;
    border-radius: 0;
}

.visible-pdf {
    display: none;
}

.autocomplete {
    position: absolute;
    z-index: 8;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #4458f6;
    background: #fff;
}

.autocomplete ul {
    overflow-y: auto;
    max-height: 120px;
    margin: 0 !important;
    padding: 0 !important;
}

.autocomplete .scrollbar-inner {
    max-height: 120px;
}

.autocomplete ul li {
    margin: 0 !important;
    padding: 2px 10px !important;
    list-style: none;
    cursor: pointer;
}

.autocomplete ul li:hover {
    color: #fff;
    background: #4458f6;
}

.ico.login,
.ico.logout {
    line-height: 36px;
    display: flex;
    align-items: center;
    min-width: 38px;
    height: 36px;
    box-shadow: none !important;
}

.ico.login span,
.ico.logout span {
    margin-left: 10px;
    color: #e6e6e6;
}

.ico.login:before,
.ico.logout:before {
    display: block;
    width: 38px;
    height: 38px;
    content: "";
    background-color: #e6e6e6;
    -webkit-mask: url("../images/profile.svg") no-repeat 100% 100%;
    mask: url("../images/profile.svg") no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.ico.logout:before {
    -webkit-mask: url("../images/logout.svg") no-repeat 100% 100%;
    mask: url("../images/logout.svg") no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.ico.login:hover,
.ico.logout:hover {
    box-shadow: 0 12px 10px -10px rgba(255, 255, 255, .8);
}

.ico.login:hover:before,
.ico.logout:hover:before {
    background-color: #4458f6;
}

.scrolling.scroll-scrolly_visible {
    padding-right: 13px;
}

svg text {
    -html-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    touch-action: none;
    -webkit-touch-callout: none;
}

svg * {
    touch-action: none;
}

.modal-dialog {
    border-radius: 16px;
    margin: 0 5px;

}

.modal .modal-header {
    min-height: 45px;
    border-radius: 16px 16px 0 0;
}

.dj-offcanvas-pusher-in {
    /* height: 100%;*/
}

ul.table {
    display: table;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

ul.table li.th > span {
    font-weight: bold;
    line-height: 1.1;
    padding: 5px 15px;
    text-align: center;
    border: 1px solid #F2F2F2;
    background: #ededed;
}

.table li {
    display: table-row;
    margin: 0;
    padding: 0;
}

.table li > span {
    line-height: 1.1;
    display: table-cell;
    margin: 0;
    padding: 5px 15px;
    vertical-align: middle;
    border: 1px solid #F2F2F2;
}

.table.zebra li:nth-child(2n+1) {
    background: #ededed;
}

div.pagination {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

div.pagination.top {
    padding-top: 0;
}

div.pagination.bottom {
    padding-bottom: 0;
}

.lebgend.block {
    margin: 10px 0 10px;
    padding: 15px 15px;
    text-align: center;
}

.pagination ul {
    display: inline-block;
    min-height: 35px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.offlajn-prev,
.offlajn-next,
.offlajn-paginators .offlajn-button,
.pagination li {
    line-height: 35px !important;
    position: relative;
    display: inline-block;
    min-width: 35px;
    height: 35px !important;
    margin: 0 3px !important;
    padding: 0;
    list-style: none;
    -o-transition: all ease-in .1s;
    -webkit-transition: all ease-in .1s;
    transition: all ease-in .1s;
    text-align: center;
    vertical-align: middle;
    box-shadow: none !important;
}

.offlajn-paginators .offlajn-button {
}

.pagination li:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 34px;
    content: "";
    transition: all ease-in .2s;
    opacity: 0.3;
    background: #5078FE;
}

.pagination li:hover:after {
    width: 100%;
}

.pagination li.disabled:hover:after,
.pagination li.active:hover:after {
    display: none;
}

.pagination li.disabled {
}

.offlajn-next.offlajn-button,
.offlajn-prev.offlajn-button,
.pagination li a,
.pagination li span {
    font-size: 18px;
    line-height: 35px !important;
    display: block;
    width: 35px !important;
    min-width: 35px;
    height: 35px;
    padding: 0 !important;
    text-decoration: none !important;
    color: #848798;

}
.pagination li.first,
.pagination li.prev,
.pagination li.next {
    overflow: hidden;
    width: 35px;
}

.offlajn-prev:hover,
.offlajn-next:hover,
.offlajn-paginators .offlajn-button:hover,
.pagination li.active,
.pagination li:hover {
    color: #5078FE !important;
}

.pagination li.active {
    color: #5078FE !important;
}

.offlajn-paginators .offlajn-button.pushed,
.pagination li.active span {
    color: #5078FE !important;
}

.offlajn-paginators .offlajn-button.pushed:before,
.pagination li.active span:before {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    margin-top: -5px;
    margin-left: -10px;
    content: "";
    background: #5078FE;
}

.pagination li.active span {
    color: #5078FE !important;
}

.pagination li.disabled:hover {
    border: none;
}

.pagination li:not(.disabled) a:focus,
.pagination li:not(.disabled):hover a {
    color: #5078FE !important;
}

.pagination li.disabled a,
.pagination li.disabled {
    color: #E2E2E2 !important;
}
.pagination li{
    /*background: rgba(255, 255, 255, 0.4);*/
}
.pagination li:not(.disabled):not(.active):hover{
    /*background: rgba(255, 255, 255, 0.9);*/
}


.offlajn-prev.offlajn-button:before,
.offlajn-next.offlajn-button:before,
.pagination li.prev a:before,
.pagination li.next a:before,
.pagination li.first a:before,
.pagination li.first a:after,
.pagination li.prev span:before,
.pagination li.next span:before,
.pagination li.first span:before,
.pagination li.first span:after {
    font-size: 14px;
    /*font-family: 'Themify';*/
    font-weight: bold;
    font-style: normal;
    line-height: 12px;
    display: inline-block;
    width: 12px !important;
    height: 12px !important;
    margin: -3px 100px 0 14px;
    padding: 0;
    content: "";
    transform: rotate(-45deg);
    vertical-align: middle;
    color: #333;
    border: 2px solid #848798;
    border-right: none;
    border-bottom: none;

}
.pagination li.first a:before{
    margin: -3px 100px 0 20px;
}

.pagination li.first a:after{
    position: absolute;
    top:14px;
    left:0;
    margin: -3px 100px 0 10px;
}



.offlajn-prev.offlajn-button:hover:before,
.offlajn-next.offlajn-button:hover:before,
.pagination li.prev a:hover:before,
.pagination li.next a:hover:before,
.pagination li.first a:hover:before{
    border-color: #5078FE;
}

.offlajn-next.offlajn-button:before,
.pagination li.next a:before,
.pagination li.next span:before {
    margin: -3px 100px 0 8px;
    transform: rotate(135deg);
}
.pagination li.disabled span:before,
.pagination li.disabled a:before,
.pagination li.disabled span:after,
.pagination li.disabled a:after {
    border-color: #E2E2E2;
}

.pagination li.next a:before,
.pagination li.next span:before {
    content: "";
}

.pagination li.disabled{
    pointer-events: none;
}

.pagination li a:focus {
}


#back-to-top {
    line-height: 34px;
    position: fixed;
    z-index: 98;
    left: 15px;
    bottom: 3px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: #000000;
    border-radius: 50%;
    background-color: rgba(244, 244, 244, 0.5);
    box-shadow: 0 4px 4px 0 rgb(50 50 50 / 10%);
}

#back-to-top .back-to-top {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    text-decoration: none !important;
}

#back-to-top a:before {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    content: "\2191";
    text-align: center;
    color: #000;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
