*::-webkit-input-placeholder {
    color: #99a4b0;
    opacity: 1;
}

*:-moz-placeholder {
    color: #99a4b0;
    opacity: 1;
}

*::-moz-placeholder {
    color: #99a4b0;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #99a4b0;
    opacity: 1;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.hidden-all {
    display: none !important;
}

body.modal-open {
    /*overflow: visible;*/
}

img {
    max-width: 100%;
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

html, body.dj-offcanvas-open, .dj-offcanvas-wrapper, .dj-offcanvas-pusher {
}

body,
.dj-offcanvas-wrapper,
.dj-offcanvas-pusher,
.dj-offcanvas-pusher-in,
.all-wrapper {
    min-height: 100%;
}

html {
    /* overflow-y: scroll;*/
}

body.dj-offcanvas-open {
    height: 100% !important;
}

body {
    background-color: #FFFFFF;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
}

body.roboto {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

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 {
    margin: 20px 0 40px 0;
    font-size: 36px;
    line-height: 1.2;
    color: #323946;
}

h1.page-title:after {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, transparent 80%, #fff 80%),
    linear-gradient(to right, #323946, #0DABF3);
    background-size: 20px 2px, 100% 2px;
    font-weight: 500;
    margin-top: 10px;
}

h1.item-title {
    font-size: 26px;
    color: #323946;
}

.page-title span {
    display: inline-block;
    vertical-align: middle;
}

.section {
    margin: 0 0 25px;
    display: block;
}

.subcategories.section {
    margin: 0 0 15px;
}

a.fancybox-gallery,
a.button {
    text-decoration: none !important;
}

a[data-toggle="lightbox"] img {
    cursor: zoom-in;
}

a {
    transition: all ease-in .2s;
    color: #0DABF3;
    outline: none !important;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: underline !important;
}

a.forgot_password {
    color: #333;
}

img {
    outline: none !important;
}

.close {
    outline: none;
    text-decoration: none !important;
}

ul.unstyled {
    margin: 0 0 15px 0;
    padding: 0;
}

ul.unstyled li {
    list-style: none;
    margin: 0;
    padding: 0;
}

i.toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
}

.btn {
    border-radius: 0;
    transition: all ease-in .2s;
    background: #BEC4C8;
    font-size: 16px;
    padding: 0 15px;
    line-height: 1;
    min-height: 34px;
    cursor: pointer;
    font-weight: normal !important;
    outline: none !important;
    white-space: nowrap;
}

.btn.details {
    background: transparent;
    border: 1px solid #BEC4C8;
    padding: 0 15px;
    min-height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.btn.reset {
    background: transparent;
    border: 1px solid #BEC4C8;
    padding: 0 15px;
    min-height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.btn.details.wishlist {
    padding: 0 0;
    width: 26px;
    background: #fff;
}

.btn.details.wishlist:hover {
    padding: 0 0;
    width: 26px;
    border-color: #FF0400;
}

.btn.details.wishlist span {
    display: none;
}

.btn.details.wishlist:before {
    display: inline-block;
    content: "";
    -webkit-mask: url(../images/heart.svg) no-repeat 100% 100%;
    mask: url(../images/heart.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #BEC4C8;
    height: 18px;
    width: 18px;
    margin: 0;
    vertical-align: middle;
    transition: all ease-in .2s;
}

.btn.details.wishlist:hover:before {
    background-color: #FF0400;
}



.btn.selectpicker {
    font-size: 14px;
}

.bootstrap-select {
    outline: none !important;
}

.btn:focus {
    outline: 1px solid #0DABF3;
    border-color: #0DABF3;
}

.button {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    outline: none;
    border: none;
    vertical-align: top;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
    position: static;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

*:focus {
    outline: 0 !important;
}

.btn.btn-default,
.button.btn-simple,
.button.btn-more {
    color: #000;
    background: #ffffff;
    border: 1px solid #C4C4C4;
    padding: 12px 15px;
    text-decoration: none;
    line-height: 1;
    font-size: 18px;
}

.btn.btn-default:hover,
.button.btn-simple:hover,
.button.btn-more:hover {
    background: #C4C4C4;
    color: #000;
}

.btn.btn-primary,
.button.btn-primary,
.button.btn-action {
    line-height: 44px;
    min-height: 44px;
    font-size: 18px;
    color: #ffffff;
    background: #0DABF3 !important;
    padding: 0 15px;
    border-color: #0DABF3;
    /*box-shadow: 0 12px 10px -10px rgba(185, 41, 79, .8); */
    border-radius: 5px;
}

.btn-primary.btn-file {
    background: #0DABF3 !important;
    border-color: #0DABF3;
}

.btn.btn-secondary {
    background: #fff !important;
    border-color: #BEC4C8;
    color: #333 !important;
}

.btn-primary.btn-file.disabled {
    background: #bdbdbd !important;
    border-color: #bdbdbd;
}

.btn.btn-micro {
    min-width: 30px !important;
    padding: 0 5px;
    min-height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #000;
}

.button.btn-more {
    font-weight: 300;
    padding: 8px 15px;
    border-radius: 0;
}

.btn.btn-primary:hover,
.button.btn-simple:hover,
.button.btn-primary:hover,
.button.btn-action:hover {
    box-shadow: 0 12px 10px -10px rgba(0, 0, 0, .8);
}

.btn-primary.btn-file:hover {
    box-shadow: 0 12px 10px -10px rgba(0, 0, 0, .8);
}

.btn.btn-primary:focus,
.button.btn-primary:focus,
.button.btn-action:focus {
    color: #ffffff;
    background: #FF0400;
}

.button.btn-submit,
.button.btn-reset {
   /* padding: 13px 15px;*/
    font-weight: normal;
	font-size:16px !important;
}

.button.btn-primary:disabled,
.button.btn-action:disabled {
    background: #bdbdbd;
    box-shadow: 0 12px 10px -10px rgba(189, 189, 189, .8);
}

.button.btn-primary.formsubmit {
    /* padding: 13px 25px;*/
}

.button.btn-primary,
.button.btn-simple {
    min-width: 180px;
    border-radius: 5px;
}

.btn.btn-toggler {
    width: auto;
    height: 30px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.btn.lnk {
    border: none !important;
    background: transparent !important;
    outline: none;
    font-size: 16px;
    padding: 0;
    color: #FF0400;
    text-decoration: underline;
}

.btn.btn-inline {
    line-height: 1;
    font-size: 18px;
    border-color: #E2E2E2;
    margin: 0 0 10px 0;
}

.btn.btn-inline:hover {
    border-color: #FF0400;
}

.btn .ti {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.btn span {
    display: inline-block;
    vertical-align: middle;
}

.btn.btn-readmore {
    padding: 0 10px;
    font-weight: 300;
    font-size: 16px;
    height: 24px;
    line-height: 22px;
	min-height:0;
background:transparent;
box-shadow:none !important;
padding:0;
text-decoration:underline !important;
}

.btn.btn-aslink {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #ABABAB;
    text-decoration: underline;
    padding: 0;
    min-height: 0;
    font-size: 16px;
}

.btn.btn-aslink:focus,
.btn.btn-aslink:hover {
    color: #0DABF3 !important;
}

.btn:hover,
.btn:focus {
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .8);
    outline: none !important;
}

a.btn {
    text-decoration: none !important;
}

.btn.getinfo {
    padding: 0 10px;
    height: 34px;
}

.btn.btn-search {
    padding: 0;
    width: 34px;
}

.btn.getinfo:before {
    display: inline-block;
    content: "";
    -webkit-mask: url(../images/info.svg) no-repeat 100% 100%;
    mask: url(../images/info.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    height: 28px;
    width: 28px;
    margin: 0;
    vertical-align: middle;
}

.btn-search:before {
    display: inline-block;
    content: "";
    -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;
    background-color: #fff;
    height: 28px;
    width: 28px;
    margin: 0;
    vertical-align: middle;
}

.btn-edit {
    height: 26px;
    min-height: 0;
    line-height: 24px;
    font-size: 14px;
}

.btn-edit:before {
    display: inline-block;
    content: "";
    -webkit-mask: url(../images/edit.svg) no-repeat 100% 100%;
    mask: url(../images/edit.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #0DABF3 !important;
    height: 18px;
    width: 18px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.btn.btn-3dmodel:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 26px;
    width: 30px;
    background-color: #fff;
    -webkit-mask-size: cover !important;
    mask-size: cover !important;
    margin: 0 0 5px 15px;
    -webkit-mask-image: url(../images/360degrees.svg);
    mask-image: url(../images/360degrees.svg);
}

button.showmore {
    background: transparent !important;
    box-shadow: none !important;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #C4C4C4
}

button.showmore:after {
    display: inline-block;
    /*    content: "\e6ad";*/
    /*font-family: 'Themify';*/
    vertical-align: middle;
    margin: 0 0 0 10px;
}

button.showmore:focus,
button.showmore:hover {
    color: #FF0400 !important;
    border: 1px solid #FF0400;
}

a.delete {
    background: #fff;
    height: 24px;
    width: 24px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    border: 1px solid #2A3F54;
}

a.delete:hover {
    background: #0DABF3;
}

a.delete:before {
    display: block;
    content: "";
    -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;
    background-color: #000;
    height: 22px;
    width: 22px;
    margin: 0;
}

a.delete:hover:before {
    background-color: #fff;
}

.control-group .controls {
    position: relative;
}

.control-group.buttons .button + .button {
}

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;
}

.nav-tabs {
}

.nav-tabs + .tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
}

.nav.nav-tabs {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.nav.nav-tabs li {
    max-width: 350px;
    display: flex;
    align-items: stretch;
}

.nav.nav-tabs li a {
    border-radius: 0;
    color: #ABABAB;
    background: transparent !important;
    transition: all ease-in .1s;
    line-height: 1.1;
    display: flex;
    align-items: center;
    width: 100%;
}

.nav.nav-tabs li.active a,
.nav.nav-tabs li a:hover {
    color: #000 !important;
}

.nav.nav-tabs li a img {
    opacity: 0.6;
    transition: all ease-in .1s;
}

.nav.nav-tabs li a img + span {
    padding-left: 8px;
}

.nav.nav-tabs li a:hover img,
.nav.nav-tabs li.active a img {
    opacity: 0.8;
}

.nav.nav-tabs li.active:after {
    display: block;
    content: "";
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    width: calc(100% - 4px);
    left: 1px;
}

.menu .child_menu li a{
	display:flex;
align-items: center;
    justify-content: space-between;
}

.menu .child_menu ul.sub_categories li a i{
	font-style:normal;
	display:block;
	height:16px;
	line-height:16px;
	min-width:16px;

	text-align:center;
	font-size:16px;
	font-weight:300;
	margin-left:5px;
}


.menu .child_menu ul.sub_categories{
	/*max-height:0;
overflow:hidden;*/
}

.menu .child_menu ul.sub_categories.open,
.menu .child_menu a.open > ul.sub_categories
/*.menu .child_menu a.current + ul.sub_categories*/
{
	max-height:none;
overflow:hidden;

}

.menu .child_menu a.parent:after{
/*content:"+";
font-style:normal;
	display:block;
	height:16px;
	line-height:16px;
	min-width:16px;

	text-align:center;
	font-size:16px;
	font-weight:300;
	margin-left:5px;*/

}


.menu .child_menu a.parent.opn:after{
content:"-";
}



.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;
    padding: 3px 10px 3px 10px;
    margin: 0 10px 0 0;
}

.dj-offcanvas-nav ul.menu.blocks > li > a {
    min-height: 36px;
}

.breadcrumbs {
    /* height: 46px;
     line-height: 40px;*/
    margin: 0;
}

.breadcrumbs ol {
    margin: 0;
    padding: 0;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs li {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}

.breadcrumbs li a,
.breadcrumbs li span {
    color: #4E5E6A;
    font-size: 14px;
    line-height: 16px;
}

.breadcrumbs li:after {
    content: "";
    /*font-family: 'Themify';*/
    font-style: normal;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 2px 0 5px;
    height: 8px !important;
    width: 8px;
    border: 1px solid #4E5E6A;
    border-bottom: none;
    border-right: none;
    margin: 0 10px 4px 5px;
    transform: rotate(135deg);
}

.breadcrumbs li.last:after {
    display: none;
}

.breadcrumbs li > span {
    max-width: 180px;
    text-overflow: ellipsis;
    vertical-align: bottom;
    display: inline;
    transition: none;
}

.breadcrumbs li a {
    text-decoration: underline;
    transition: none;
}

.breadcrumbs li a:hover,
.breadcrumbs li a:hover span {
    color: #5A738E;
}

.breadcrumbs .more {
    max-width: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.pagination {
    text-align: center;
    display: block;
    margin: 30px 0;
    background: rgba(229,229,229,0.4);
    padding: 5px 15px;
    border-radius: 0;
}

.pagination ul {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.pagination li {
    list-style: none;
    padding: 0;
    border: 1px solid #E2E2E2;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    text-align: center;
    margin: 0 3px !important;
    border-radius: 0;
    -webkit-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
    transition: all ease-in .1s;
    position: relative;
}

.pagination li:after {
    display: block;
    content: "";
    background: #0DABF3;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    opacity: 0.3;
    transition: all ease-in .2s;
}

.pagination li:hover:after {
    width: 100%;
}

.pagination li.disabled:hover:after,
.pagination li.active:hover:after {
    display: none;
}

.pagination li.disabled {
    background: #f5f5f5;
}

.pagination li a,
.pagination li span {
    display: block;
    color: #000000;
    text-decoration: none !important;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
}

.pagination li.prev,
.pagination li.next {
    border: 1px solid #E2E2E2;
    width: 35px;
    overflow: hidden;
}

.pagination li.active,
.pagination li:hover {
    border: 1px solid #0DABF3;
}

.pagination li.active span {
    color: #0DABF3;
    font-size: 20px;
}

.pagination li.disabled:hover {
    border: 1px solid #E2E2E2;
}

.pagination li.disabled a,
.pagination li.disabled {
    color: #E2E2E2;
}

.pagination li.prev a:before,
.pagination li.next a:before,
.pagination li.prev span:before,
.pagination li.next span:before {
    content: "";
    /*font-family: 'Themify';*/
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    height: 12px !important;
    line-height: 12px;
    width: 12px !important;
    color: #333;
    border: 1px solid #000;
    border-bottom: none;
    border-right: none;
    margin: -3px 100px 0 14px;
    transform: rotate(-45deg);
}

.pagination li.next a:before,
.pagination li.next span:before {
    transform: rotate(135deg);
    margin: -3px 100px 0 8px;
}

.pagination li.disabled span:before,
.pagination li.disabled a:before {
    border-color: #E2E2E2;
}

.pagination li.next a:before,
.pagination li.next span:before {
    content: "";
}

.pagination .counter{
	margin:0;
	padding:10px 0 0 0;
	color:#4E5E6A;
}


.disabled {
    cursor: not-allowed !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: transparent;
}

.navbar-toggle {
    border: none;
    padding: 0 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0;
    width: 34px;
    height: 34px;
    background: #3c434f;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
    transition: 0.4s;
    display: block;
    width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.form.inline {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.form.inline label {
    margin-bottom: 0;
}

.form input[type="password"], .form input[type="search"], .form input[type="text"], .form input[type="email"], .form input[type="tel"], .form textarea, .form input[type="password"], .form input[type="search"], .form textarea {
    font-style: normal;
    font-size: 14px;
    color: #212121;
    display: block;
    width: 100%;
    height: 34px;
    background: #fff;

    border: 1px solid #C4C4C4;
    outline: none !important;
    padding: 0 8px;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 3px;
}

.form.inline input {
    width: auto;
}

.form textarea {
    height: auto;
}

.form input[type="text"]:disabled, .form input[type="password"]: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;
}

.btn.selectpicker:focus,
button.showmore:focus, input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, .textarea:focus, .input[type="password"]:focus, .select:focus {
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .8) !important;
    border-color: #0DABF3 !important;
    outline: none !important;
}

.search-field input:focus {
    box-shadow: none !important;
}

.form textarea {
    padding: 10px 15px;
    height: auto;
    box-sizing: border-box !important;
}

input[type="password"].invalid, input[type="text"].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;
}

#privacy_statement + label {
    font-size: 14px;
}

.form label {
    font-weight: normal;
    line-height: 1.1;
    color: #000;
}

.form .control-group {
    margin-bottom: 10px !important;
}

.form.inline .control-group,
.form.inline .control-group .controls {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

.form.inline .control-group + .control-group {
    margin-left: 10px !important;
}

.form.inline .control-group .control-label {
    margin-right: 10px !important;
}

.form .control-group.buttons {
    margin-bottom: 0 !important;
}

.form .control-group .buttons {
    padding-top: 25px;
}

.form .required_label {
    font-size: 14px;
    color: #C4C4C4;
}

.form .buttons .controls {
    text-align: center;
    padding: 25px 0 0;
}

.form .legend {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}

select {
    border-color: #C4C4C4;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 14px;
    max-width: 100%;
    height: 34px;
}

select.invalid {
    border-color: #ff0000;
}

.chzn-container {
    /* width: auto !important;*/
    max-width: 100%;
    min-width: 50px;
}

.chzn-container input.default {
    width: auto !important;
}

.chzn-container-single .chzn-single {
    padding-right: 0;
    border-radius: 0;
    border-color: #fff;
    box-shadow: none;
    font-size: 16px;
}

.chzn-container-single .chzn-single div {
    border-color: #fff;
    box-shadow: none;
    background: #fff;
}

.chzn-container-single .chzn-single div b {
    display: none;
}

.chzn-container-single .chzn-single div:before {
    display: block;
    content: "";
    /*font-family: 'Themify'; */
    height: 12px !important;
    line-height: 12px;
    width: 12px !important;
    color: #333;
    border: 1px solid #000;
    border-bottom: none;
    border-right: none;
    transform: rotate(-135deg);
    margin: 6px 0 0 8px;
}

.chzn-container-single.chzn-with-drop .chzn-single div:before {
    transform: rotate(45deg);
    margin: 14px 0 0 8px;
}

.chzn-container-single .chzn-single span {
    padding: 0 5px 0 0;
}

.chzn-container-active.chzn-with-drop .chzn-single div {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-bottom-left-radius: 0;
    border-left: 1px solid #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 {
    color: #fff;
    font-size: 12px;
    margin: 0 0 0 10px;
}

.chzn-container-multi .chzn-choices li.search-choice {
    background: #0DABF3;
    padding: 2px 7px;
}

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
    /*font-family: 'themify';*/
    content: '\e646';
    position: relative;
    right: 1px;
    top: 0;
}

.chzn-container .chzn-drop {
    border-color: #ccc;
}

.chzn-container .chzn-results li {
    margin: 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: #0DABF3;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #0DABF3;
    color: #fff;
}

.chzn-container .chzn-drop {
    /* background: transparent !important;*/
    background: #ffffff !important;
    padding: 0 2px;
}

.chzn-container {
    border: 1px solid #BEC4C8;
}

.chzn-container.chzn-container-active {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
    border-color: #0DABF3 !important;
}

.invalid + .chzn-container {
    border: 1px solid #ff0000;
}

.chzn-container.chzn-with-drop {
    border-color: #0DABF3 !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
}

.chzn-container.chzn-with-drop .chzn-drop {
    border-color: #0DABF3 !important;
    width: calc(100% + 2px);
    left: -1px;
    border-radius: 0;
}

.chzn-container-single .chzn-single,
.chzn-container-single .chzn-single span {
    border: none !important;
    text-decoration: none !important;
    font-size: 16px;
    color: #000;
    height: 32px;
    line-height: 32px;
}

.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 {
    height: 40px;
    line-height: 40px;
}

.chzn-container-single .chzn-single div:before {
    height: 40px;
    line-height: 40px;
}

.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    padding: 0 15px;
}

.chzn-container-single .chzn-search:after {
    content: "";
    display: inline-block;
    -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;
    background-color: #000;
    height: 18px;
    width: 18px;
    margin: 0 0 0 -24px;
    transition: all ease-in .2s;
    top: 8px;
    left: 100%;
    right: 0;
    position: absolute;
}

.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;
}


.bootstrap-select.form-control,
.bootstrap-select .selectpicker {
    outline: none !important;
    outline-width: 0 !important;
}

.bootstrap-select .btn.selectpicker,
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    font-size: 14px;
    color: #757575;
    border-radius: 8px;
    outline: none !important;
}



.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle:focus:hover {
    box-shadow: none !important;
}

.uf_filters .bootstrap-select.notempty > .btn.selectpicker {
    font-size: 16px;
    font-weight: normal;
    line-height: 34px;
    height: 34px;
    color: #0DABF3;
    border-color: #0DABF3;
}

.uf_label_selected + .bootstrap-selects .bootstrap-select.notempty > .btn.selectpicker {
    color: #000;
    border: 1px solid #000;
}


.bootstrap-select.notempty.open > .btn.selectpicker:after {
    position: absolute;
    bottom: 0;
    display: block;
    width: calc(100% - 30px);
    content: "";
    border: 1px dashed #F3F4F8;
}

.autocomplete,
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    margin-top: 0px;
    border-color: #fff !important;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 5px -2px rgba(0, 0, 0, .2);
}


.bootstrap-select .dropdown-menu.open {
    z-index: 5;
}
.dropdown-backdrop {
    z-index: 4;
    width: 100% !important;
}

.bootstrap-select .dropdown-menu.inner {
    margin-bottom: 15px !important;
}

.bootstrap-select .dropdown-menu li {
    margin-bottom: 0;
}

.bootstrap-select .dropdown-menu li.disabled {
   /* display: none;*/
}
.dropdown-menu  li > a span{
    margin-bottom: 0 !important;
}

/*.chzn-container .chzn-results li:before,
.bootstrap-select .dropdown-menu li:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 0;
    height: 100%;
    content: "";
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}*/

.chzn-container .chzn-results li.highlighted:before,
.bootstrap-select .dropdown-menu li:focus:before,
.bootstrap-select .dropdown-menu li:hover:before {
    max-width: 999px;
}

.bootstrap-select .dropdown-menu li a span.check-mark,
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
}

.bootstrap-select .bs-title-option.default{
    color: #aaa;
}

.bootstrap-select select:not([multiple])+button+.dropdown-menu span.check-mark{
display: none !important;
}

.bootstrap-select .dropdown-menu li a span.text {
    line-height: 20px;
    vertical-align: middle;
}

.bootstrap-select {
    overflow: visible;
    margin: 0;
}

.bootstrap-select.open + .control-label {

}

.dropdown-menu.open .inner.open{
    max-height: 200px !important;

}

.selectpicker + .dropdown-menu {
    margin-top: 0;
    padding: 0 0 12px;
}

.bootstrap-select .dropdown-toggle .filter-option {
    line-height: 16px;
    height: 16px;
    padding-right: 20px !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    /*width: 220px;*/
    /* width: auto;*/
    max-width: 100%;
}

.selectpicker {
    line-height: 20px;
    width: 100%;
    padding: 5px 30px 5px 15px;
    color: #333;
    border-color: #ccc;
    background-color: #fff;
}

.selectpicker.dropdown-toggle {
    max-width: 100% !important;
}


.selectpicker.dropdown-toggle[aria-expanded="true"] {
    z-index: 2;
    max-width: none !important;
    color: #000 !important;

    border-bottom: none !important;
    border-radius: 8px 8px 0 0 !important;
}

.form .selectpicker {
    border-radius: 8px !important;
}
.bs-actionsbox button {
    line-height: 20px;
    width: auto !important;
    height: auto;
    min-height: 0;
    padding: 0 8px !important;

    border: none !important;
    border-radius: 10px !important;
}
.btn-group-lg>.btn,.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.ekko-lightbox.modal .modal-dialog {
    min-width: 600px;
}

.ekko-lightbox.modal .modal-body img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.ekko-lightbox.modal .modal-body:before {
    content: "";
    display: inline-block;
    height: 200px;
    width: 200px;
    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: #0DABF3;
}

.owl-dots {
    padding: 10px 0;
}

.owl-dots button {
    border: 1px solid #5A738E !important;
    height: 16px;
    width: 16px;
    margin: 0 5px;
    border-radius: 8px;
    outline: none;
    background: #fff !important;
    -webkit-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
}

.owl-dots button.active,
.owl-dots button:hover {
    border: 1px solid #323946 !important;
}

.owl-dots button.active {
    background: #323946 !important;
}

.input.pm {
    border: 1px solid #323946;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}

.input.pm span {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    cursor: pointer;
    color: #C4C4C4;
}

.input.pm span:hover {
    color: #5A738E;
}

.input.pm {
    font-size: 18px;
}

.ti-minus:before,
.ti-plus:before {
    display: block;
    content: "\2b";
    height: 30px;
    line-height: 30px;
    width: 20px;
    font-size: 32px;
    font-weight: 300;
}

.ti-minus:before {
    content: "\2012";
    line-height: 25px;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline;
}

.controls input[type="checkbox"] + label,
.controls input[type="radio"] + label {
    display: block;
    padding-left: 32px;
    position: relative;
    cursor: pointer;
    min-height: 24px;
}



label.check:before,
.controls input[type="checkbox"] + label:before,
.controls input[type="radio"] + label:before {
    display: block;
    vertical-align: top;
    content: "";
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #C4C4C4;
    margin: 0;
    left: 0;
    /*font-family: 'themify';*/
    font-size: 18px;
    position: absolute;
}
.pweb-field  input[type="checkbox"] + label,
.pweb-field  input[type="radio"] + label{
    padding-left: 34px !important;
    line-height: 1.1;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.controls input[type="radio"]:focus + label:before,
.controls input[type="checkbox"]:focus + label:before {
    border-color: #0DABF3 !important;
}

.controls input[type='radio'].invalid + label:before,
.controls input[type='checkbox'].invalid + label:before {
    border-color: #ff0000 !important;
}

.controls input[type='radio'] + label:before {
    border-radius: 12px;
}

.controls input[type='radio'] + label:after {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    margin-top: 0;
    content: "";
    height: 14px;
    width: 14px;
    border: 1px solid #0DABF3;
    background: #0DABF3;
    border-radius: 7px;
}

.check-mark:after,
.controls input[type='checkbox'] + label:after {
    border-radius: 0;
    border: 2px solid #0DABF3;
    border-bottom: none;
    border-left: none;
    margin: 0;
    height: 10px;
    width: 24px;
    transform: rotate(135deg);
    background: transparent;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    display: none;
}

#column-left .selected  > .check-mark:after{
    display: block !important;
    top:-1px;
    width: 18px;
}

.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 10px 8px -8px rgba(0, 0, 0, .8);
}

.controls input[type='checkbox'],
.controls input[type='radio'] {
    /* display: none !important;*/
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
}


input[type="checkbox"] + label {
    font-weight: normal;
    line-height: 22px;
    position: relative;
    padding-left: 32px !important;
    margin-bottom: 0 !important;
}

.check-mark:before,
input[type="checkbox"] + label:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: 0;
    content: "";
    transition: .2s;
    border: 2px solid #ccc;
    border-radius: 3px;
}

a:hover .check-mark:before,
a:focus .check-mark:before {
}

input[type="checkbox"] + label.loading {
    cursor: not-allowed;
}
/*
.selected .check-mark:before,
input[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 18px;
    margin-top: 0px;

    transform: rotate(40deg);
    transform-origin: 100% 100%;
    border-top: 2px solid transparent;
    border-right: 2px solid #0DABF3;
    border-bottom: 2px solid #0DABF3;
    border-left: 2px solid transparent;
    backface-visibility: hidden;
}*/

.selected:hover .check-mark:before{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

input[type="checkbox"] + label.loading,
input[type="checkbox"] + label.loading a,
input[type="checkbox"] + label.loading span {
    color: #F3F4F8;
}

input[type="checkbox"]:not(:checked) + label.loading:before {
    border-color: #F3F4F8;
}

input[type="checkbox"]:checked + label.loading:before {
    border-right: 2px solid #F3F4F8;
    border-bottom: 2px solid #F3F4F8;
}

input[type="checkbox"]:not(.filled-in) + label:after {
    /*transform: scale(0);
    border: 0;*/
}

input[type="checkbox"] + label:before /*,
input[type="checkbox"]:not(.filled-in) + label:after*/
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: 0;
    content: "";
    cursor: pointer;
    transition: .2s;
    border: 2px solid #ccc;
    border-radius: 3px;

}

input[type="checkbox"]:indeterminate + label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 1.375rem;
    transform: rotate(90deg);
    transform-origin: 100% 100%;
    border-top: 0;
    border-right: 2px solid #4285f4;
    border-bottom: 0;
    border-left: 0;
    backface-visibility: hidden;
}


.form .remember_me {
    padding: 5px 0 0;
    color: #C4C4C4;
}

.form .remember_me label {
    line-height: 24px;
    color: #C4C4C4;
}

input[type="radio"].invalid + label:before,
input[type="checkbox"].invalid + label:before {
    border-color: #ff0000 !important;
}

input[type="file"] {
    display: none;
}

.fileupload-buttonbar input[type="file"] {
    display: block;
    width: 100%;
    height: 100%;
}

input[type="file"] + label {
    background: #0DABF3;
    color: #fff;
    line-height: 30px;
    padding: 0 25px;
    cursor: pointer;
}

input[type="file"] + label:hover {
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.8);
    outline: none !important;
}

input[type="file"] + label:before {
    display: inline-block;
    content: "";
    -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;
    background-color: #fff;
    height: 28px;
    width: 28px;
    margin: 0 10px 6px 0;
    vertical-align: middle;
}

input[type="file"] + label:before {
}

/* Upload dropzone */
.pweb-dropzone {
    background-color: #fafbfc;
    padding: 15px;
    border: 1px dashed #C4C4C4;
    height:200px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.pweb-field-uploader .files{
    margin-bottom: 15px;
}


.pweb-field-uploader .template-download{
    position: relative;
    border: 1px dashed #C4C4C4;
    min-height: 26px;
    padding:5px 38px 5px 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.pweb-field-uploader .template-upload{
    position: relative;

    min-height: 26px;
    padding:5px 38px 5px 5px;
    font-size: 13px;
    cursor: pointer;
}
.pweb-field-uploader .template-upload input[type="file"]{
    cursor: pointer;
}

.pweb-field-uploader .template-download .delete{
   top:5px;
}

.pweb-uploader .fileinput-button{
    line-height: 36px;
}



.file-input {
    background: #fff;
    padding: 15px;
}

.file-preview {
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 8px;
    width: 100%;
    margin-bottom: 5px;
}

.file-caption-name {
    border-radius: 0;
}

.file-caption .btn {
    padding: 0 15px;
    line-height: 30px;
    height: 34px;
}

.file-caption .btn i {
    vertical-align: middle;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .sigProImg {
    max-width: 100%;
}

.owl-carousel .sigProLink {
    width: auto !important;
    height: auto !important;
    padding: 2px !important;
    float: none !important;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 1;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-nav {
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    left: 0;
    height: 46px;
    width: 25px;
    display: block;
    overflow: hidden;
    outline: none;
    margin: -23px 0 0;
    z-index: 3;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-nav button span {
    display: none;
}

.owl-carousel .owl-nav button {
    transition: all ease-in .2s;
}

.toggler:after,
.title-plus-buttons button:before,
.owl-carousel .owl-nav button:before,
.glyphicon.glyphicon-chevron-left:before,
.glyphicon.glyphicon-chevron-right:before {
    content: "";
    font-size: 36px;
    /*font-family: 'themify';*/
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    display: block;
    padding: 0;
    border: 2px solid #161310;
    border-bottom: none;
    border-right: none;
    margin: 0 auto 0 5px;
    transform: rotate(-45deg);
}

.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: #0DABF3 !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 {
    transform: rotate(135deg);
    margin: 0 0 0 auto;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-left: 5px;
}

.owl-carousel .owl-nav button.owl-next {
    margin-right: 5px;
}

.owl-carousel.hasDots .owl-nav button {
    margin-top: -44px;
}

.owl-carousel .owl-nav button.owl-next:before {
    transform: rotate(135deg);
    margin: 0 5px 0 auto;
}

#sitecontent ul.sigProClassic li.sigProThumb {
    border: 1px solid #C4C4C4 !important;
    margin-bottom: 10px !important;
    transition: all ease-in .2s;
    border-radius: 12px;
    overflow: hidden;
}

#sitecontent ul.sigProClassic li.sigProThumb:hover {
    box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.2);
}

.sigProThumb a {
    display: block !important;
}

#sitecontent ul.sigProClassic .owl-item {
    text-align: center;
}

#sitecontent ul.sigProClassic li.sigProThumb {
    margin: 0;
    display: inline-block;
    float: none;
}

#sitecontent ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}

#sitecontent ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    background: #fff;
}

#sitecontent .sigProContainer {
    margin: 0 25px !important;
    width: auto;
    max-width: 100%;
    overflow: visible;
    padding: 0!important;
}

#sitecontent .owl-carousel:not(#slider) .owl-nav button.owl-prev {
    margin-left: -30px;
}

#sitecontent .owl-carousel:not(#slider) .owl-nav button.owl-next {
    margin-right: -30px;
}

.toggler {
    height: 18px;
    width: 18px;
    overflow: hidden;
    text-decoration: none !important;
}

.toggler:hover:after {
    border-color: #fed12c;
}

.toggler:after {
    transform: rotate(45deg);
    height: 18px;
    line-height: 18px;
    width: 18px;
    border-color: #2A3F54;
    margin: 7px 0 0;
    border-width: 2px;
}

.collapsed .toggler:after,
.toggler.collapsed:after {
    transform: rotate(225deg);
    margin: -7px 0 7px;
}

.owl-carousel .owl-nav button.disabled {
    cursor: not-allowed;
}

.input.pm input {
    border: none;
    width: 40px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    outline: none !important;
}

.ekko-lightbox,
.modal-dialog {
    display: inline-block !important;
    text-align: left !important;
    vertical-align: middle !important;
}

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

.modal .modal-dialog {
    margin-bottom: 0 !important;
}

.modal.hide.in {
    display: block !important;
}

.modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal .modal-header {
    padding: 15px 40px 15px;
    font-size: 28px;
    line-height: 1.2;
    border: none;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px;
    background: #323946;;
}

.modal .modal-header .title {
    text-align: center;
}

.modal.quickorder .modal-header,
.modal.loginform .modal-header,
.modal .request_call .modal-header {
    text-align: center;
}

.modal.ekko-lightbox .modal-header {
    padding: 10px 40px 10px 10px;
    text-align: left;
}

.modal .modal-body {
    padding: 0 40px 20px;
    text-align: left;
}

.modal.ekko-lightbox .modal-body {
    padding: 0 10px 10px;
    text-align: center;
}

.modal .modal-footer {
    padding: 0 40px 20px;
    border: none;
}

.button-remove,
.modal .close,
.dj-offcanvas-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 26px;
    width: 26px;
    overflow: hidden;
    z-index: 10;
    background: transparent !important;
    font-weight: 300;
    font-size: 40px;
    line-height: 16px;
    text-decoration: none !important;
}

.modal-dialog.pweb-modal .pweb-button-close {
    background: transparent !important;
    top: 10px;
    right: 10px;
    width: 26px !important;
    height: 26px !important;
    font-size: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.modal-dialog.pweb-modal .pweb-button-close:before {
    content: "×";
    display: block;
    width: 26px !important;
    height: 26px !important;
}

.modal .close {
    top: 10px;
    right: 10px;
    text-shadow: none;
    color: #fff;
}

.modal .close span {
    height: 26px;
    width: 26px;
    display: block;
}

.modal-header .close {
    margin: 0;
}

.button-remove:hover,
.modal .close:hover {
    text-decoration: none !important;
}

/*body.modal-open.fixed {
overflow: hidden;
position:fixed;
}*/
button.close {
    height: 26px;
    width: 26px;
    overflow: hidden;
}

.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;*/
    justify-content: space-between;
    align-items: center;
}

.modal .bootstrap-dialog-footer-buttons .btn {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 15px 20px;
    height: auto;
    line-height: 1;
    margin: 0 15px 15px 0;
    align-items: stretch;
    font-size: 14px;
}

.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;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.modal .buttons .button {
    height: 45px;
    line-height: 45px;
    margin: 0 auto 15px;
    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;
}

.dialog .h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

.g-recaptcha.invalid iframe {
    border: 1px solid red;
}

.tooltip {
    width: auto;
    max-width: none;
    margin-left: 0;
    height: auto;
    z-index: 8;
}

.tooltip-inner {
    /* font-family: "Roboto", sans-serif; */
    background-color: #ffffff;
    border-radius: 3px !important;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    max-width: none;
    box-shadow: 6px 6px 13px 0 rgba(0, 0, 0, 0.1) !important;
    white-space: nowrap;
    position: static;
    border: none;
}

.tooltip.top .tooltip-arrow {
    position: absolute;
    border-top-color: #ffffff !important;
}

#system-message .close {
    font-weight: 300;
    font-size: 40px;
    line-height: 16px;
    height: 22px;
}

.alert {
    border-radius: 0;
}

.alert.alert-message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #333;
}

.alert-message .alert-heading {
    color: #468847;
}

.alert-message hr {
    border-top-color: #c9e2b3;
}

.alert-message .alert-link {
    color: #356635;
}

.alert-notice {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #333;
}

.alert-notice hr {
    border-top-color: #a6e1ec;
}

.alert-notice .alert-link {
    color: #2d6987;
}

.alert-notice .alert-heading {
    color: #2d6987;
}

.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #333;
}

.alert-error hr {
    border-top-color: #e4b9c0;
}

.alert-error .alert-link {
    color: #953b39;
}

.alert-error .alert-heading {
    color: #953b39;
}

.fancybox-inner.loading .fancybox-content,
.loading:not(.fancybox-container) {
    min-height: 150px;
    position: relative;
}

.fancybox-inner.loading .fancybox-content:after,
.loading:after {
    display: block;
    content: "";
    position: absolute !important;
    z-index: 3;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px !important;
    border-radius: 50%;
}

.fancybox-inner.loading .fancybox-content:after,
.loading:after {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    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;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.fancybox-loading {
    display: none !important;
}

input.loading + i {
    display: block !important;
}

input.loading + i:before {
    display: block;
    content: "";
    position: absolute !important;
    z-index: 3;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 0;
    margin: 1px 0 0 -15px !important;
    border-radius: 50%;
    font-size: 10px;
    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;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.glyphicon.glyphicon-asterisk{
font-size:12px;
color:#ff0000;
font-family:'';
}
.form.bfQuickMode{
	border:1px solid #f6f6f6;
	padding:15px;
}
.form.bfQuickMode .form-group,
.form.bfQuickMode .nonform-control1 {
    position: relative;
	margin:18px 0 0 0;

}

.form.bfQuickMode .section {
    margin: 0 ;
}


.form.bfQuickMode input[type="date"] + label,
.form.bfQuickMode input[type="text"] + label,
.form.bfQuickMode input[type="email"] + label,
.form.bfQuickMode input[type="tel"] + label,
.form.bfQuickMode input[type="password"] + label,
.form.bfQuickMode textarea + label,
.form.bfQuickMode .bootstrap-select + label,
.form.bfQuickMode .field-datepicker + label {
    position: absolute;
    top: 0;
    left: 15px;
    margin: 0;
    height: 34px;
    line-height: 34px;

    font-weight: 300;
    color: #757575;
    cursor: text;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    transform: translateY(0px);
    transform-origin: 0 100%;
    z-index: 2;
}

.bootstrap-select .dropdown-toggle .filter-option {

    height: 20px;
    line-height: 20px;
}

.form.bfQuickMode input[data-type="calendar"] + label {
    color: #fff;
    line-height: 40px;
    height: 40px;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
}

.form.bfQuickMode .bootstrap-select + label {
    opacity: 0;

    pointer-events: none;
    height: 20px;
    line-height: 25px;
}

.form.bfQuickMode input::-webkit-input-placeholder,
.form.bfQuickMode textarea::-webkit-input-placeholder {
    color: transparent;
}

.form.bfQuickMode input::-moz-placeholder,
.form.bfQuickMode textarea::-moz-placeholder {
    color: transparent;
}

.form.bfQuickMode input:-ms-input-placeholder,
.form.bfQuickMode textarea:-ms-input-placeholder {
    color: transparent;
}

.form.bfQuickMode input[type="text"],
.form.bfQuickMode input[type="email"],
.form.bfQuickMode input[type="tel"],
.form.bfQuickMode input[type="password"],
.form.bfQuickMode textarea,
.form.bfQuickMode .bootstrap-select,
.form.bfQuickMode .nonform-control {
    /*margin-top:8px !important;  */
}

.form.bfQuickMode .nonform-control1,
.form.bfQuickMode .bootstrap-select,
.form .form-group {
    margin-top: 18px;
}

.form.bfQuickMode .radio-form-group .nonform-control {
    margin-top: 0;
}



.form.bfQuickMode .field-datepicker input[data-type="calendar"] {
    margin-top: 0 !important;
}

.form.bfQuickMode input[data-type="calendar"] + .btn-calendar {
    transform: none !important;
}

.form.bfQuickMode input[type="text"]:not(:placeholder-shown) + label,
.form.bfQuickMode input[type="text"]:focus + label,
.form.bfQuickMode input[type="email"]:not(:placeholder-shown) + label,
.form.bfQuickMode input[type="email"]:focus + label,
.form.bfQuickMode input[type="tel"]:not(:placeholder-shown) + label,
.form.bfQuickMode input[type="tel"]:focus + label,
.form.bfQuickMode input[type="date"]:not(:placeholder-shown) + label,
.form.bfQuickMode input[type="date"]:focus + label,
.form.bfQuickMode input[type="password"]:not(:placeholder-shown) + label,
.form.bfQuickMode input[type="password"]:focus + label,
.form.bfQuickMode textarea:not(:placeholder-shown) + label,
.form.bfQuickMode textarea:focus + label,
.form.bfQuickMode .field-datepicker.notempty + label,
.form.bfQuickMode .field-datepicker.open + label {
    transform: translateY(-30px) scale(0.8);
    color: #333 !important;
    font-weight: bold;
}

form input + label.btn-calendar:before {

    color: #fff !important;
}

.form.bfQuickMode input[type="text"]:focus + label,
.form.bfQuickMode input[type="email"]:focus + label,
.form.bfQuickMode input[type="tel"]:focus + label,
.form.bfQuickMode input[type="password"]:focus + label,
.form.bfQuickMode textarea:focus + label,
.form.bfQuickMode .bootstrap-select.open + label {
    color: #2A68CC;
}

.form.bfQuickMode input[type="text"]:focus + label + .ttip,
.form.bfQuickMode input[type="email"]:focus + label + .ttip,
.form.bfQuickMode input[type="tel"]:focus + label + .ttip,
.form.bfQuickMode input[type="password"]:focus + label + .ttip,
.form.bfQuickMode textarea:focus + label + .ttip,
.form.bfQuickMode .bootstrap-select.open + label + .ttip {
    display: block !important;

}
.form.bfQuickMode .bfUploadButton{
	background:#bdbdbd !important;
 height: 34px !important;
    line-height: 34px !important;
min-height:0;
padding:0 15px !important;
}

.form.bfQuickMode .bfUploadButton i:before{
    display: inline-block;
    content: "";
    -webkit-mask: url(../images/upload.svg) no-repeat 100% 100%;
    mask: url(../images/upload.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    height: 28px;
    width: 26px;
    margin: 2px 5px 2px  0;
    vertical-align: middle;
    transition: all ease-in .2s;
}

.form.bfQuickMode .bfFileQueueItem{
margin: 5px 0;
    padding: 10px;
}

.bfFile  .form-group{
	
}


#bfSubmitMessage{
	border-radius:0 !important;
}

.form.bfQuickMode .form-group-actions{
text-align:center;
    display: flex;
    justify-content: center;
}
.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;
    height: 100% !important;

}

.dj-offcanvas-open .dj-offcanvas-pusher::after {
    z-index: 99 !important;
}

.chzn-container-multi .chzn-choices li.search-choice {
    border-radius: 0;
}

.btn.selectpicker {
    background: #fff;
    outline: none !important;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 0 8px;
}


.btn.selectpicker + .dropdown-menu{
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-top:none !important; ;
}

.btn.selectpicker:focus + .dropdown-menu{
    border: 1px solid #0DABF3 !important;
    border-top:none !important; ;
}

.bs-actionsbox .btn-group{
    display: flex;
    justify-content: flex-end;
    color:#C4C4C4;
}

.bs-actionsbox button{
    box-shadow: none !important;
}
.bootstrap-select .bs-donebutton {
    display: none;
}

.open .btn.selectpicker {
    border-bottom: none;
}

.open > .dropdown-menu {
    border-top: none;
}

form.inline .control-label + .bootstrap-selects {
    margin-left: 10px;
}

.control-label.error {
    color: #ff0000;
}

.dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    border-top: none;
}

a[href$=".pdf"]:before,
a[href$=".docx"]:before,
a[href$=".doc"]:before,
a[href$=".xlsx"]:before,
a[href$=".xls"]:before,
a[href$=".zip"]:before {
    display: inline-block;
    content: "";
    -webkit-mask: url(../images/download.svg) no-repeat 100% 100%;
    mask: url(../images/download.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #BEC4C8;
    height: 32px;
    width: 32px;
    margin: 0 7px 0 0;
    vertical-align: middle;
    transition: all ease-in .2s;
}

a[href$=".docx"]:before,
a[href$=".doc"]:before {
    -webkit-mask: url(../images/doc.svg) no-repeat 100% 100%;
    mask: url(../images/doc.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

a[href$=".xlsx"]:before,
a[href$=".xls"]:before {
    -webkit-mask: url(../images/xls.svg) no-repeat 100% 100%;
    mask: url(../images/xls.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

a[href$=".zip"]:before {
    -webkit-mask: url(../images/zip.svg) no-repeat 100% 100%;
    mask: url(../images/zip.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

a[href$=".pdf"]:before {
    -webkit-mask: url(../images/pdf.svg) no-repeat 100% 100%;
    mask: url(../images/pdf.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.icon-plus-sign {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    width: 26px;

}

.icon-plus-sign:before {
    display: inline-block;
    content: "";
    -webkit-mask: url(../images/upload.svg) no-repeat 100% 100%;
    mask: url(../images/upload.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #333;
    height: 26px;
    width: 26px;
    margin: 0 7px 0 0;
    vertical-align: top;
    transition: all ease-in .2s;

}

#gtx-trans{
	display:none;
}


.item-page .icons{
display:none !important;
}

#catalog.loading:before, .fancybox-slide--iframe:before, .btn.loading:before, select.loading:before, .loading:before, .filterform form.loading:before, #jshop_filters form.loading:before, .module_cart.loading .items:before, .fancybox-inner.loading .fancybox-content:before {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
}
.fancybox-slide--iframe:after, select.loading:after, .loading:after, .loadcontent:after, #jshop_filters form.loading:after, .filterform form.loading:after, .module_cart.loading .items:after, .search-area-loading:after, .modal .loading:after, input[type="checkbox"]+label.loading:after, .btn.loading:after, .fancybox-inner.loading .fancybox-content:after {
    position: absolute;
    z-index: 7;
    top: 50%;
    left: 50%;
    display: block;
    width: 38px;
    height: 38px;
    margin: -19px 0 0 -19px !important;
    padding: 0;
    content: "";
    opacity: .7;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    background: transparent;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loading .dropdown-menu{
    display: none !important;
}

.fa-check:before{
    display: inline;
    content: "\2713";
    text-decoration: none;
    font-style: normal;
}
.fa-times:before{
    display: inline;
    content: "\2715";
    text-decoration: none;
    font-style: normal;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #c9c9c9;
}

@-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);
    }
}

@-webkit-keyframes imageScaleOut {
    0% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes imageScaleOut {
    0% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* ==========================================================
   CATEGORY CATALOG STYLES
   ========================================================== */

.series-products-block {
    margin: 35px 0 45px;
    padding: 28px;
    background: #f6f8fb;
    border: 1px solid #dfe6ee;
    border-radius: 10px;
}

.series-products-head {
    margin: 0 0 24px;
}

.series-products-head h2 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.25;
    color: #323946;
}

.series-products-head p {
    max-width: 820px;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #4E5E6A;
}

.series-filter-bottom {
    margin: 30px 0 35px;
    padding: 26px;
    background: #f6f8fb;
    border: 1px solid #dfe6ee;
    border-radius: 10px;
}

.series-filter-bottom h2 {
    margin: 0 0 10px;
    font-size: 30px;
    color: #323946;
}

.series-filter-bottom p {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.6;
    color: #4E5E6A;
}

.series-products-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.series-products-filter {
    flex: 0 0 260px;
}

.series-products-list {
    flex: 1;
    min-width: 0;
}

@media (max-width: 900px) {
    .series-products-layout {
        display: block;
    }

    .series-products-filter {
        margin-bottom: 20px;
    }
}

.catalog-category-links {
    margin: 35px 0 40px;
}

.catalog-category-links h2 {
    margin: 0 0 10px;
    font-size: 30px;
    color: #323946;
}

.catalog-category-links > p {
    max-width: 820px;
    margin: 0 0 22px;
    font-size: 17px;
    line-height: 1.6;
    color: #4E5E6A;
}

.catalog-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.catalog-category-card {
    display: block;
    background: #fff;
    border: 1px solid #dfe6ee;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none !important;
    color: #323946;
    transition: all .2s ease;
}

.catalog-category-card:hover {
    box-shadow: 0 12px 24px rgba(50,57,70,.12);
    transform: translateY(-2px);
}

.catalog-category-card__image {
    height: 150px;
    background: #f6f8fb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-category-card__image img {
    max-height: 130px;
    max-width: 90%;
    object-fit: contain;
}

.catalog-category-card__body {
    padding: 18px;
}

.catalog-category-card__body h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
    color: #323946;
}

.catalog-category-card__body p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.55;
    color: #4E5E6A;
}

.catalog-category-card__body span {
    color: #0DABF3;
    font-weight: 700;
}

@media (max-width: 900px) {
    .catalog-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .catalog-category-grid {
        grid-template-columns: 1fr;
    }
}

.series-products-filter #column-left,
.series-products-filter .sidebar {
    width: 100%;
}

.series-products-filter .sidebar {
    background: #fff;
    border: 1px solid #dfe6ee;
    border-radius: 10px;
    padding: 18px;
}


.catalog-picker-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.catalog-picker-filter {
    flex: 0 0 280px;
}

.catalog-picker-products {
    flex: 1;
    min-width: 0;
}

@media (max-width: 900px) {
    .catalog-picker-layout {
        display: block;
    }

    .catalog-picker-filter {
        margin-bottom: 20px;
    }
}