.mainpageproducts .uk-grid > div {
    margin-top: 0px;
    padding-left: 5px;
}

.uk-grid {
	margin-left:-5px;
}
@media (min-width:1220px){
	.uk-grid{margin-left:-5px;}
}

#jshop_unijax_filter {
	/* display: none; */
}

#user4 > .row {
	display: flex;
	justify-content: space-between;
}
#user4 > .row > div {
	float: none;
}
#CountOfNewProd {
    position: absolute;
    top: 10px;
    background: var(--main-color);
    min-width: 7px;
    color: #fff;
    line-height: 7px;
    height: 7px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    left: 100% !important;
    padding: 3px;
    margin-left: -15px;
}
span.text_pay_without_reg {
    font-size: 14px;
}
span.text_pay_without_reg a,
span.text_pay_without_reg span {
	color: var(--main-color);
}
.hs1.checkout h1 {
  display: none;
    margin-bottom: 65px;
    margin-top: 20px;
}
.mainpageproducts.var2 figure.effect-ming:hover h2 a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.mainpageproducts.var2 .uk-button {
	display: none;
}
.mainpageproducts.var2 figure.effect-ming {
    background: #e6e7e8;
}
.mainpageproducts.var2 figure.effect-ming:hover .uk-overlay {
	background: #686d74;
}
.mainpageproducts.var2 .uk-overlay {
    height: 115px;
}
.mainpageproducts.var2 > div > div {
	height: 120px;
    overflow: hidden;
}
.mainpageproducts.var2 figure.effect-ming:hover h2 a {
	opacity: 0;
}
.mainpageproducts.var2 figure.effect-ming h2 {
    margin: 0;
    -webkit-transition: -webkit-transform 0.35s, background 0.35s;
    transition: transform 0.35s, background 0.35s;
    font-weight: bold;
    background: var(--main-color);
    padding: 5px 0px;
    height: calc(100% - 10px);
    position: relative;
}
.mainpageproducts.var2 figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.95, 0.9);
    transform: scale(0.95, 0.9);
}
.mainpageproducts figcaption h2 + div a {
	color: #fff;
}
.gridhovers figure figcaption > div > a {
    position: absolute;
    top: 50%;
	width: 100%;
    transform: translateY(-50%);
    left: 0px;
}
.gridhovers figure figcaption > div {
  /* max-height: 100px; */
  position: absolute;
  /* overflow: hidden; */
  top: calc(50% + 18px);
  transform: translateY(-50%);
  width: calc(100% - 10px);
}
.gridhovers figure figcaption > p > a {
    font-size: 12px !important;
    opacity: .8;
    padding: 0px 9px;
    min-height: 1px;
    line-height: 26px;

}
.gridhovers figure figcaption > p {
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%) !important;
}
.mainpageproducts.var2 figcaption h2 + div {
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 90%;
}
.mainpageproducts.var2 figure.effect-ming:hover img,
.mainpageproducts.var2 img {
	/* display: none; */
	opacity: 0;
}
.image_block {
	position: relative;
}
#addtowishlist:before {
    content: "+";
    display: inline-block;
    width: 20px;
    font-size: 24px;
    font-family: Times New Roman;
    left: 2px;
	text-align: center;
    position: absolute;
}
#addtowishlist {
	z-index: 999;
    position: absolute !important;
    bottom: 10px;
    left: 10px;
    background: var(--main-color);
    padding: 4px 0px 4px 24px;
    width: 0px;
    overflow: hidden;
    white-space: nowrap;
	color: var(--button-color-01);
	text-align: left;
	text-transform: uppercase;
	transition: all .3s ease;
}
#addtowishlist:hover {
	/*width: 100px;*/
  width: fit-content;
  padding-right: 10px;
	color: #fff;
	background: var(--main-color2) !important;
}
.modal_text {
	clear: both;
}
.forwishlist .modal_anchor + p {
    padding: 0 !important;
    margin: 0px auto !important;
    float: none;
    display: block;
    width: 49%;
}
.jshop_img_description_center img {
    text-align: center;
    width: 100%;
    min-height: 100%;
    max-height: 1000%;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.jshop_img_description_center a {
    margin: 5px auto;
	width: 100px;
	height: 100px;
    overflow: hidden;
    display: block;
}

#DOMWindow {
	z-index: 999999;
}
#DOMWindowOverlay {
	z-index: 99999;
}
.headfix {
    z-index: 10000;
}
#wishlistblock .type_view.wishlist_view,
#wishlistblock .countcartprod {
	display: none;
}
#wishlistblock {
    cursor: pointer;
    width: 200px;
    background-color: #e5e5e5;
    text-align: center;
    padding: 10px 10px;
    position: fixed;
    left: 20px;
    bottom: 50px;
    z-index: 1000;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border: 1px solid var(--main-color);
    border-radius: 3px;
    display: none !important;
    visibility: hidden!important;
}
.prodsingle_info .button:not(td) {
    margin-right: 0px;
}
.left_for_next_discount {
	color: #f00;
    font-size: 16px;
    position: relative;
    top: -9px;
}
.jshop_nvg .eac_bloknot td,
.minicart.uk-table td {
	vertical-align: middle !important;
}
.jshop_nvg td {
	vertical-align: top !important;
}
#oneStepCheckoutForm .add_info {
    margin-bottom: 25px;
}
#oneStepCheckoutForm .add_info {
    margin-top: 20px;
}
#order_add_info {
    width: calc(100% - 40px);
}
.emptycart .btns.button {
	position: relative;
}
#regafterfin,
#button_order_finish {
    border-radius: 0px;
    background: var(--main-color);
    border: none;
}
#regafterfin:hover,
#button_order_finish:hover {
    background: var(--profile-menu-hover-color);
}
#incarttxt .left_for_next_discount {
    color: #666;
    font-size: 13px;
    position: relative;
    top: -5px;
}
.header-inner,
.header-inner > a {
	height: 100%;
}
.header-inner > a > img {
	max-height: 100%;
}
.jshop_currency_list li {
	margin: 12px !important;
}
.scrollOffInner {
	height: 100%;
}
.navigation .nav > .deeper.parent > .nav-child > ul > .deeper.parent {
	border: none;
}
figure.effect-ming {
    border: 1px solid var(--profile-menu-hover-color);
}
.headertel > div > a > span,
.headertel > div > a {
	/* font-size: 13pt !important; */
    /* font-family: "RobotoBold", Arial; */
    /* letter-spacing: 0.015em; */
}
.hs1.checkout {
	/* display: none; */
  padding: 25px 0px 0px;
}
#oneStepCheckoutForm .jshop_nvg_register input#email {
	width: calc(100% - 45px) !important;
}
#oneStepCheckoutForm #step5 {
	margin-bottom: 20px !important;
}
.nav.menu li:last-child .nav-header {
    background: var(--main-color);
}
.nav.menu li:last-child .nav-header > * {
	color: var(--button-color-01);
}
#oneStepCheckoutForm #step2 .jshop_register > div > div select,
#oneStepCheckoutForm #step2 .jshop_register > div > div input:not([type="checkbox"]),
.jshop_nvg_register > div > div select,
.jshop_nvg_register > div > div input:not([type="checkbox"]) {
	height: 25px !important;
	margin: -3px 0px 0px 0px !important;
}
#oneStepCheckoutForm #table_shipping_address_1c tr td:not(.jshop_shipping_method),
#oneStepCheckoutForm #table_shippings tr td:not(.jshop_shipping_method),
#oneStepCheckoutForm #table_payments tr td:not(.jshop_payment_method),
#oneStepCheckoutForm #step2 .jshop_register > div,
.jshop_nvg_register > div {
	height: 30px !important;
    line-height: 31px !important;
}
.jshop_img_description_center a img {
	padding: 0px;
}
.jshop_img_description_center a {
    margin: 0px auto;
    width: 50px;
    height: 50px;

	float: left;
}
.jshop_img_description_center .cartprodname {
	width: auto;
    height: auto;
    /*line-height: 50px;
    margin-left: 8px;*/
}
#oneStepCheckoutForm .jshop_img_description_center {
	width: 21%;
}
#oneStepCheckoutForm .uk-panel-box .step-header {
	padding: 10px 20px !important;
}
#button_order_finish {
	padding: 0 35px;
}
h3.chackoutfinish {
	color: var(--main-color);
}
.search_by_manufacturer_code input[type="text"] {

	height: 33px;
    font-size: 11px;
    font-family: 'Roboto', arial;
    padding: 0px 5px 0px 35px;
    color: #999999;

	padding-left: 45px;
}
.search_by_manufacturer_code {
	position: relative;
    width: auto;
    right: auto;
    top: auto;

	margin-bottom: 15px;
}
.headersearch .search_by_manufacturer_code {
	margin-bottom: 0px;
}
.sliderin {
	width: 70%;
}
.uf_options {
    max-height: none;
}

.chackoutfinish {
	line-height: 1;
    color: #000;
    margin-top: -10px;
}
.headertel div.label + div {
    width: 195px;
    padding: 4px 1px 4px 25px;
    font-family: "Roboto", Arial;
    font-size: 10.62pt;
    /* font-size: 16px; */
}
.headertel.third div.label + div {
    width: 230px;
}
.headertel > div > a > span, .headertel > div > a {
    /* font-size: 16px !important; */
	/* font-family: "Roboto", Arial !important; */
}
.header .headertel span.headertel-btm-text {
	letter-spacing: normal !important;
}
.header .headertel.first span.headertel-btm-text {
	/* letter-spacing: 0.1em !important; */
}
.header .headertel.second span.headertel-btm-text a {
	/* letter-spacing: 0.07em !important; */
}
.header .headertel.third span.headertel-btm-text a {
	/* letter-spacing: 0.123em; */
}
.headertel > div > a.buysingletxt {
	font-family: "RobotoCondensed", Arial !important;
	letter-spacing: 0;
    top: 0;
    position: absolute;
    margin-right: 0;
    /* will-change: top; */
    -webkit-transition: top 0.25s linear;
    -moz-transition: top 0.25s linear;
    -o-transition: top 0.25s linear;
    transition: top 0.25s linear;
}
[class^=uf_label_] {
	margin-top: 23px !important;
}
.fliterhome {
	border: 2px solid var(--main-color);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sliderin {
	border: 2px solid var(--main-color);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.headersearch form .inputbox {
	width: 168px;
	height: 33px;
	font-size: 11px;
	font-family: 'Roboto', arial;
	color: #999999;
	border-color: #e0e0e0;
    padding: 0px 5px 0px 73px !important;
}
.headersearch form {
	display: none;
}
.headersearch form.currentType {
	display: block;
}
.headersearch form[name="searchForm"] input[type="image"] {
    left: 33px !important;
}
.selectSearchType {
    display: block;
    position: absolute;
    background:  var(--main-color);
    width: 33px;
    height: 33px;
    top: 0px;
    left: 0px;
	cursor: pointer;
}
.selectSearchType:after {
    content: '\e049';
    font-family: 'typicons';
    position: absolute;
    transition: all 0.25s linear;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    font-size: 24px;
    color: #fff;
}
.selectSearchType.active:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.navigationblock {
	z-index: 999;
}
.searchTypeList {
	position: absolute;
  right: 210px;
  background: var(--main-color);
	z-index: 99999;
  color: #fff;
  top: 45px;
  transition: all 0.25s linear;
  padding: 0px 10px;
  width: 165px;
	height: 0px;
	overflow: hidden;
}
.searchTypeList ul {
	padding: 0px;
    margin: 0px;
    list-style: none;
}
.searchTypeList ul li {
	padding: 5px 0px;
	cursor: pointer;
}
.searchTypeList.active {
	padding: 10px 10px;
	/* height: 273px; */
}
@media screen and (max-width: 2600px) and (min-width: 640px) {
.krat {
  float: right;
  color: #2ad42a;
  font-size: 12px;
  padding-bottom: 10px;
}
}
@media screen and (max-width: 1023px) and (min-width: 640px) {
	.searchTypeList {
		top: 38px;
	}
}
@media screen and (max-width: 639px) {
  .krat {
  text-align: center;
  /*float: right;*/
  color: #2ad42a;
  font-size: 12px;
}
	.searchTypeList {
		top: 32px;
		width: calc(100% - 20px);
	}
}
.reglink {
    font-size: 13px !important;
}
.post-header.incategory {
	font-size: 22px;
  text-transform: none;
  /* margin: 0 0 -10px 0; */
  /* padding: 0px 0px 18px 0px; */
  margin: -5px 0 -10px 0;
  padding: 0px 0px 11px 0px;
  border-bottom: 1px solid #d4d4d4;
}
.navigation .nav > li {
    overflow: visible;
}
.minified #CountOfNewProd {
    top: 4px;
}
.mainpageproducts > h3 {
    font-size: 21px;
    line-height: 30px;
    border-bottom: 1px solid var(--main-color);
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}
.homefiltersliderform .uf_wrapper_labels {
	display: none !important;
}
.fliterhome h3 {
	margin-bottom: 7px;
}
.left_right_banner {
	display: flex;
	flex-wrap: wrap;
}
.left_banner {
	width: calc(30% - 7px);
    padding: 0px 0px;
	margin-right: 7px;
    margin-left: -5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.right_banner {
    /* width: calc(70% + 12px); */
    margin: 0px -10px 0px 0px;
}
figure.effect-ming h2 > div {
	position: relative;
  top: 0%;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
.jshop .product_label img {
	margin-right: 10px;
	margin-top: 10px;
}
.closeErrButton {
	width: 50%;
	border-radius: 0px;
    margin: 0px auto;
	padding: 3px 0px;
    font-size: 12px !important;
    color: #666666 !important;
    text-transform: uppercase;
    box-shadow: none;
    border: 0;
    background-color: #cccccc;
    border-bottom: 3px solid #999999;
    display: block;
}
.extra_fields th {
	text-align: left;
	text-transform: uppercase;
}
table.extra_fields.markamodel {
	margin-bottom: 0px;
}
.left_banner .fliterhome {
	width: 100%;
}
[name="jshop_unijax_filter"]:not(.changed) {
	position: relative;
}
.prodsingle_info .button.buy {
	width: 100px;
}
.nd_reset_button2,
.nd_send_button2 {
	margin-top: 5px !important;
	margin-bottom: 10px !important;
}
#jquery-overlay {
	z-index: 999999;
}
#jquery-lightbox {
    z-index: 999999;
}
.left_banner > div {
	margin-bottom: 20px;
}
.simplify {
	border: none;
    background: none;
    padding: 0px;
}


.moduletable.homeleftslidemodule {
	width: 30%;
}
.homeleftslidemodule img {
	width: 100px;
}
.homeleftslidemodule p {
	text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.homeleftslidemodule big {
    display: block;
    font-size: 31px;
    text-transform: uppercase;
    line-height: 1;
}
.custom.homeleftslidemodule a span:first-child {
	max-width: 50%;
  box-sizing: border-box;
  padding-right: 5%;
  padding-left: 5%;
}
.custom.homeleftslidemodule a span {
	align-self: center;
  font-size: 18px;
}
.custom.homeleftslidemodule a {
  display: flex;
  border: 2px solid var(--main-color);
  margin: 0px 0px 9px 0px;
  padding: 10px 0px 10px 3px;
	height: 163px;
  border-radius: 0px !important;
	color: #444444;
}
.custom.homeleftslidemodule a:hover {
	color: var(--main-color);
}
#sidebar .sidebar-nav .custom.homeleftslidemodule a {
    margin: 0px 0px 9px 0px;
    height: 80px;
}
#sidebar .sidebar-nav > div {
	width: 100% !important;
}
#sidebar .sidebar-nav .custom.homeleftslidemodule a span:first-child {
	max-width: 37%;
}
.widgetkit-searchpage > div > div {
	transition: all .2s linear;
}
.widgetkit-searchpage > div:hover > div {
    box-shadow: var(--main-color2) 0px 0px 2.385px 0px !important;
    border-color: var(--main-color);
}
.view-article .post-header.incategory {
	margin-bottom: 20px;
}
.searchButton:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 5px solid var(--main-color);
  position: absolute;
  left: 100%;
  top: 0px;
}
.searchButton i:before {
  font-family: FontAwesome;
  font-style: normal;
  color: #fff;
}
.searchButton {
  position: absolute;
  top: 0px;
  left: 33px;
  border: none;
  height: 100%;
  /* text-indent: 9999px; */
  width: 30px;
  background: var(--main-color);
}

.custom.homeleftslidemodule a:hover {
    box-shadow: var(--main-color2) 0px 0px 2.385px 0px !important;
    border-color: var(--main-color) !important;
}
/* figure.effect-ming:hover figcaption > * {
  z-index: 999;
}
.gridhovers figure figcaption > div {
  z-index: 9 !important;
}
figure.effect-ming:hover figcaption.shadow-more:after {
  content: '';
  z-index: 99 !important;
  display: block;
  position: absolute;
  bottom: 8px;
  left: 50%;
  height: 70px;
  width: calc(100% - 18px);
  transform: translateX(-50%);
  box-shadow: inset 0 -67px 40px -45px rgba(0,0,0,1);
} */

.gridhovers figure .more-links-block {
  font-size: 11px;
  line-height: normal;

  /* display: block;
  opacity: 0;
  transition: all .3s; */
}
/* .gridhovers figure:hover .more-links-block {
  position: absolute;
  top: 98%;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
} */
.require-reset .inner-reset {
  display: flex;
  justify-content: center;
}
.require-reset .inner-reset > div {
  margin: 0px 10px;
}

.short_variant .prod_info_f {
  height: 22px;
}
.short_variant .prod_price {
  margin-left: 0px
}
.short_variant .prod_info_s {
  position: absolute;
  width: calc(100% - 35px);
  top: 10px;
}
.jshop_list_product .jshop .not_available {
    margin-top: -3px;
}
.jshop_list_product .jshop .short_variant .not_available {
  margin-top: 0px;
  line-height: 15px;
}
.short_variant {
  position: relative;
}
.short_variant .prod_info_t {
  margin-top: 0px;
}
.multiple-columns {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;

  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
  -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
  -moz-column-rule-style: solid; /* Firefox */
  column-rule-style: solid;
  -webkit-column-rule-width: 1px; /* Chrome, Safari, Opera */
  -moz-column-rule-width: 1px; /* Firefox */
  column-rule-width: 1px;
  -webkit-column-rule-color: #f1f1f1; /* Chrome, Safari, Opera */
  -moz-column-rule-color: #f1f1f1; /* Firefox */
  column-rule-color: #f1f1f1;
}
table.extra_fields.markamodel tr:hover td {
  background: #fafafa;
}
table.extra_fields.markamodel tr:first-child td {
  background: #f4f4f4;
}
#button_order_reset {
  border-radius: 0px;
  background: #e6e5e5;
  border: none;
  color: #000;
  padding: 9px 25px;
  text-transform: uppercase;
  margin-right: 15px;
}
#button_order_reset:hover {
  background: #dadada;
}
.qty_column > div {
  display: inline-block;
}
.jshop_prod_cart.qty_warning {
  background: rgba(255, 0, 0, 0.13);
}
.custom.withoutslider.homeleftslidemodule a {
  margin: 15px 0px 0px 0px;
}
.custom.withoutslider.homeleftslidemodule > div:last-child a {
  margin-top: 20px;
}
.homeleftslidemodule.withoutslider {
  width: 100%;
}
.headertel div.label {
  background: none;
  text-shadow: none;
  color: var(--main-color);
  font-size: 25px;
}
.headertel div.label .fa-clock-o:before {
  content: "\f017";
}
.headertel div.label + div {
  width: auto !important;
  padding: 4px 1px 4px 5px;
  border: none;
  font-size: 18px !important;
}
.header-flex-box > div {
  display: flex;
}
.header-flex-box > div.first {
  margin-left: 0px;
}
.headfix.minified .header.header .header-inner,
header.header .header-inner {
  padding: 0 0 0 0px;
}
.header .brand {
  position: relative;
  max-width: 100px;
}
.headfix.minified .brand {
  top: -45px;
}
.headfix.minified .brand img {
  max-height: 100%;
}
.headfix.minified .headertel.second, .headfix.minified .headertel.first {
  /* position: relative; */
  margin-left: 30%;
  transform: translateX(-50%);
  top: -37px;
}
.headfix.minified .headertel.second {
  border: none;
}
.headfix:not(.minified) .headertel div.label {
  font-size: 29px;
}
.tpl2 .uf_buttons .button:before,
#vw_apply_filter:before,
#vw_clear_filter:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150%;
  height: 100%;
  background: #fff;
  z-index: -1;

  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.tpl2 .uf_buttons .button:hover:before,
#vw_apply_filter:hover:before,
#vw_clear_filter:hover:before {
  opacity: 1;
  background-color: #fff;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.tpl2 .uf_buttons .button,
#vw_apply_filter,
#vw_clear_filter {
  font-weight: 400;
  text-align: center;
  white-space: pre-line;
  vertical-align: middle;

  background: var(--main-color);
  box-shadow: none;
  border: 1px solid rgba(0,0,0,0);
  overflow: hidden;
  color: var(--button-color-01) !important;
  text-shadow: none;
  border-radius: 0px;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  width: 100% !important;
  font-size: 16px;
  height: auto;
  line-height: 1.25 !important;
  margin-bottom: 30px !important;
}
#vw_apply_filter,
#vw_clear_filter {
  margin-top: 20px;
}
.tpl2 .uf_buttons .button:hover,
#vw_apply_filter:hover,
#vw_clear_filter:hover {
  color: #000 !important;
}
.prod_info_f {
  position: absolute;
}
.jshop_list_product .jshop .prod_price {
    font-size: 16px;
    width: 100%;
    float: none;
    margin: 0;
}
.jshop_list_product .jshop .old_price {
  font-size: 13px;
  margin-left: 0px;
}
.jshop_list_product .jshop .old_price span, .prodsingle_info .old_price span {
     line-height: 14px; 
}
.jshop_list_product .jshop .old_price__ {
  font-size: 13px;
  margin-left: 0px;
  top: -18px;
  text-align: right;
  text-decoration: line-through;
}
.jshop_list_product .jshop .prod_info_t .button_buy {
    width: 100%;
    float: none;
    margin-top: 10px;
}
.short_variant .prod_info_t {
  margin-top: 26px;
}
.moduletable.fliterhome .button {
  margin: 12px 0px 17px !important;
}
.prodsingle_info .prices {
  display: flex;
  align-items: center;
    width: initial;
}
.prodsingle_info .prod_price {
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
    max-width: initial !important;
    max-width: calc(100% - 230px);
}
.prodsingle_info .old_price {
    float: none !important;
}
.prodsingle_info .old_price_save,
.prodsingle_info .old_price {
  font-size: 14px;
  line-height: 1;
    display: block !important;
}
.prodsingle_info .priceandbuttons .buttons {
    width: initial;
}

#homeTabList {
  display: flex;
  margin: 0px -5px;
}
.hometabs {
  margin-top: 15px;
}
.hometabs #homeTabListContent {
  margin-top: 15px;
}
.hometabs .nav-tabs {
  border-bottom: none;
}
.hometabs .custom.homeleftslidemodule a {
  height: 110px;
  margin-bottom: 0px;
}
.hometabs .custom.homeleftslidemodule .nav-item:last-of-type a {
  margin-right: 0px;
}
.hometabs .custom.homeleftslidemodule a span:first-child {
  max-width: 40%;
}
.hometabs .nav-tabs > li > a {
  border: 2px solid #e6e6e6;
  box-shadow: none;
}
.hometabs .nav-tabs > .active > a,
.hometabs .nav-tabs > .active > a:hover,
.hometabs .nav-tabs > .active > a:focus {
  border: 2px solid var(--main-color);
  box-shadow: var(--main-color2) 0px 0px 2.385px 0px !important;
}
.hometabs #homeTabListContent .tab-pane > div {
  margin-left: 0px;
}
.hometabs #homeTabListContent #pozadanimrazmeram.tab-pane > div,
.hometabs #homeTabListContent #pomestuustanovki.tab-pane > div {
  margin-left: -10px;
}
.hometabs #homeTabListContent .tab-pane > div > div {
  margin-bottom: 10px;
}
.hometabs #homeTabListContent #povidukrepeja.tab-pane > div > div {
  margin-bottom: 0px;
}
.nav-tabs > li {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0px 5px;
}
.headersearch-oem {

}
.prodsingle_info .name-and-code {
  margin-bottom: 12px;
}
.prodsingle_info .priceandbuttons {
    margin-top: 12px;
}
.tpl-descstyle-11012019 {
  display: flex;
  justify-content: space-between;
}
.tpl-descstyle-11012019 > div {
}
.tpl-descstyle-11012019 > div.scheme-sizes {
  flex-basis: 40%;
  flex-grow: 9999;
  margin-right: 10px;
  order: 1;
}
.tpl-descstyle-11012019 > div.main-desc {
  flex-basis: 60%;
  flex-grow: 9999;
  order: 2;
}
@media (min-width: 1200px) {
  .imagesingle_block {
    width: 300px !important;
  }
}
div#list_product_image_middle {
  width: 300px;
  height: 300px;
}
div#list_product_image_middle_wrap {
  position: relative;
  width: 100%;
}
.scheme img {
  height: 158px;
  border: 1px solid #cccccc;
}
.prodsingle_info:not(.fullwidth) {
  width: 762px !important;
}
.prodsingle_info .old_price {
  float: none;
}
.name-and-code {
  display: flex;
  align-items: center;
}
.name-and-code > * {
  margin-right: 15px !important;
}
.tpl-descstyle-11012019 .afterDescriptionSchema td:nth-child(2n-1) {
  width: 60px;
}
@media (max-width: 639px) {
  .tpl-descstyle-11012019 .afterDescriptionSchema td:nth-child(2n-1) {
    width: 24px;
  }
  .afterDescriptionSchema {
    justify-content: flex-start !important;
    gap: 20px;
  }
}
.afterDescriptionSchema > div {
  width: auto !important;
}
.fulltext .nano > .nano-content {
  padding-top: 15px;
  padding-right: 0px !important;
  right: 0px !important;
}
.fulltext_inner {
  padding-left: 10px;
  padding-right: 10px;
}
.fourprodcol .jshop_list_product .list_product .product {
  max-width: 25%;
  width: 25%;
}
.scheme_filter {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
}
.scheme_filter > div {
  width: 49%;
}
.scheme_filter > div:last-of-type {
  /* width: 48%; */
  position: relative;
}
.post-header.incategory.withfiltercount-header {
  margin-bottom: 20px;
}
.withfiltercount-prodlist {
  margin-top: 0px;
}
.withfiltercount .counters,
.withfiltercount:after,
.withfiltercount:before {
  display: none;
}
.withfiltercount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d6d6d6;
  padding-top: 15px;
}
.withfiltercount table.jshop_pagination {
  margin: 0px;
}
.withfiltercount #vw_filter_count {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 20px;
}
.scheme-block {
  position: relative;
}
.scheme-map {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.scheme-map > div:hover {
  border: 1px solid red;
}
.scheme-map > div {
  position: absolute;
  width: 25px; height: 20px;
  transition: border .3s ease;
  border: 1px solid transparent;
}
.scheme-map > div.size-hover-focus,
.scheme-map > div.size-hover {
  box-shadow: 0 0 0 rgba(255, 0, 0, 1);
  animation: pulse 2s infinite;
  border: 1px solid red;
}
.fourprodcol .jshop_list_product .list_product .product {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#vw_filter .sizes .vw_filter_items {
  margin-bottom: 6px;
}
.sizes > div.size-target-hover {
  font-weight: bold;
  color: var(--main-color);
}
.sizes > div.size-target-hover input[type=text] {
  box-shadow: 0 0 0 rgba(255, 0, 0, 1);
  animation: pulseMainColor 2s infinite;
  border-color: var(--main-color);
}
.sizes > div {

}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
      box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
@-webkit-keyframes pulseMainColor {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 196, 59, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 196, 59, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 196, 59, 0);
  }
}
@keyframes pulseMainColor {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 196, 59, 1);
    box-shadow: 0 0 0 0 rgba(255, 196, 59, 1);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255, 196, 59, 0);
      box-shadow: 0 0 0 10px rgba(255, 196, 59, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 196, 59, 0);
      box-shadow: 0 0 0 0 rgba(255, 196, 59, 0);
  }
}
.category-header.withfiltercount-header {
  display: flex;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: -8px;
}
.vw_filter_wrap.scheme #vw_apply_filter,
.vw_filter_wrap.scheme #vw_clear_filter {
    margin-top: 2px;
    margin-bottom: 12px !important;
}
.category-header.withfiltercount-header .post-header.incategory {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.category-header.withfiltercount-header #vw_filter_count {
  border: none;
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
}
.jshop_list_product.withfiltercount-prodlist {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  justify-content: center;
  align-items: flex-start;
}
.jshop_list_product.withfiltercount-prodlist > #comjshop_list_product {
  order: 1;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 14px;
}
.jshop_list_product.withfiltercount-prodlist > #comjshop_list_product p {
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 17px;
}
.jshop_list_product.withfiltercount-prodlist > .catbartop {
  order: 2;
  width: 100%;
}
.jshop_list_product.withfiltercount-prodlist > .catbarbottom {
  display: none;
}
#vw_apply_filter {
  background: #009a49;
  color: #fff !important;
}
#vw_apply_filter:hover {
  color: #009a49 !important;
}
p > #vw_apply_filter {
  margin: 0px !important;
  position: absolute;
  bottom: 12px;
  background: var(--main-color);
  color: #000 !important;
}
p > #vw_apply_filter:hover {
  color: #000 !important;
}

/* 2019 tpl */
.vw2019 .topheadermenu {
  position: absolute;
  width: auto;
  right: 0px;
  top: 0px;
  z-index: 999999;
  height: auto;
  background: none;
}
.vw2019 .headercontacts > .header-operating-schedule,
.vw2019 .headercontacts > a,
.vw2019 .headercontacts {
  display: block;
}
.vw2019 .headercontacts {
  text-align: center;
  margin: -27px 0px 7px 0px;
}
@media (min-width: 1024px) and (max-width: 1076px) {
.vw2019 .headercontacts {
    margin: -27px auto 7px 15px;
}
}

.vw2019 .headfix.minified .headercontacts {
  margin: 0px;
}
.vw2019 .headercontacts .phones {
  /* height: 26px; */
  z-index: 99999;
  position: relative;
  padding-bottom: 4px;
}
.vw2019 .headercontacts .phones-inner i {
  font-size: 13px;
  transition: transform .3s ease;
  transform: rotate(0deg);
  display: none;
}
.vw2019 .headercontacts .phones:hover i {
  transform: rotate(180deg);
}
.vw2019 .headercontacts .phones-inner {
  font-size: 16px;
  border-bottom: 2px solid #ffe400;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
  /* height: 26px; */
  z-index: 99999;
  text-align: left;
  position: relative;

  background: #f9f4fa;
  overflow: hidden;
  transition: height .3s ease;
}
.vw2019 .headercontacts .phones:hover .phones-inner {
  /* height: 55px; */
}
.vw2019 .headercontacts .phones a {
  display: block;
  line-height: 24px;
}
.vw2019 .header-flex-box > div {
  display: block;
}
.vw2019 .headersearch-oem form,
.vw2019 .headersearch form[name="searchForm"] {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0px;
}
.vw2019 .headersearch-oem form {
  margin-left: 31px;
}
.vw2019 .welcometxt {
  width: 100%;
  display: block;
  font-style: italic;
  color: #949494;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.045em;
}
.vw2019 .headersearchesmodules > div {
  display: flex;
}
body.vw2019 .countcartprod {
  position: relative;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 26px;
  display: block;
  margin: auto;
    font-size: 24px;
    line-height: 27px;
}
body.vw2019 .headercart .header-cart {
  height: auto;
  width: auto;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.vw2019 .header-flex-box {
  height: auto;
  margin: 10px 0px;
}
.vw2019 .navigationblock {
  border: none;
  background: none;
}
.vw2019 .nav-pills > .active > a,
.vw2019 .nav-pills > .active > span {
  color: #000000;
  position: relative;
}
.vw2019 .nav-pills > .active {
  background: var(--main-color);
  border-radius: 14px 14px 0px 0px;
}
.vw2019 .headfix {
  background: #f9f4fa;
  border-bottom-width: 4px;
}
.vw2019 header {
  display: flex;
  align-items: center;
}
.vw2019 .header .header-inner {
  display: block;
}
.vw2019 .header .brand {
  margin-right: 20px;
  z-index: 9999;
}
.vw2019 .nav-pills > li > a,
.vw2019 .nav-pills > li > span {
  padding: 10px 13px 13px;
  display: block;
  font-weight: normal;
  letter-spacing: 0.04em;
}
.vw2019 .nav.menu li:last-child .nav-header {
  margin: 0px;
  border: 0px;
  background: none;
  padding: 0px;
  width: auto;
}
.vw2019 .topheadermenu .nav.menu li:last-child {
  width: auto;
  margin-top: 10px;
}
.vw2019 .headercart .header-cart {
  border: none;
}
.vw2019 .header-flex-box > div.headercart {
  margin: 0px;
  padding: 0px;
}
.vw2019 .selectSearchType {
  display: none;
}
.vw2019 .headersearch-oem form .inputbox,
.vw2019 .headersearch form .inputbox {
  padding-right: 30px !important;
  padding-left: 10px !important;
  border-radius: 3px;
  border-color: #ffe400 !important;
}
.vw2019 .searchButton {
  left: 0px;
}
.vw2019 .searchButton:after {
  display: none;
}
.vw2019 .searchButton i:before {
  color: #949494;
}
.vw2019 .navigation .nav > .deeper.parent:before {
  display: none;
}
.vw2019 .headersearch .searchButton,
.vw2019 .headersearch-oem .searchButton {
  left: auto;
  right: 0px;
  background: none;
  height: 20px;
  top: 52%;
  transform: translateY(-50%);
  border-left: 1px solid #c3c3c3;
}
.vw2019 .nav-pills > .active > a:after,
.vw2019 .nav-pills > .active > span:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 100%;
  display: block;
  background: #f9f4fa;
  border-radius: 0% 0% 0% 50%;
  top: 0px;
  right: -30px;
  z-index: -1;
}
.vw2019 .nav-pills > .active > a:before,
.vw2019 .nav-pills > .active > span:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 100%;
  display: block;
  background: var(--main-color);
  border-radius: 0% 0% 0% 0%;
  top: 0px;
  right: -30px;
  z-index: -1;
}
.vw2019 .nav-pills > .item-838.active .outerangle-left:after,
.vw2019 .nav-pills > .item-134.active .outerangle-left:after,
.vw2019 .nav-pills > .item-1060.active .outerangle-left:after,
.vw2019 .nav-pills > .active:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 100%;
  display: block;
  background: #f9f4fa;
  border-radius: 0% 0% 50% 0%;
  top: 0px;
  left: -30px;
  z-index: -1;
}
.vw2019 .nav-pills > .item-838.active .outerangle-left:before,
.vw2019 .nav-pills > .item-134.active .outerangle-left:before,
.vw2019 .nav-pills > .item-1060.active .outerangle-left:before,
.vw2019 .nav-pills > .active:before {
  content: '';
  position: absolute!important;
  width: 30px!important;
  height: 100%!important;
  display: block!important;
  background: var(--main-color)!important;
  border-radius: 0% 0% 0% 0%!important;
  top: 0px!important;
  left: -30px!important;
  z-index: -1!important;
  opacity: 1 !important;
  margin: 0px!important;
}
.vw2019 .nav-pills > .item-838.active:after,
.vw2019 .nav-pills > .item-838.active:before,
.vw2019 .nav-pills > .item-1060.active:after,
.vw2019 .nav-pills > .item-1060.active:before,
.vw2019 .nav-pills > .item-134.active:after,
.vw2019 .nav-pills > .item-134.active:before {
  /* display: none !important; */
  position: relative !important;
}
.vw2019 .nav-pills > .item-838.active:before,
.vw2019 .nav-pills > .item-1060.active:before,
.vw2019 .nav-pills > .item-134.active:before {
  margin-top: -37px !important;
  transform: translateY(100%);
  transition-delay: 0s !important;
  transition: none !important;
}
.vw2019 .nav-pills > .item-838.active:after,
.vw2019 .nav-pills > .item-1060.active:after,
.vw2019 .nav-pills > .item-134.active:after {
  transform: translateY(-100%);
}
.vw2019 .wraphead.minified .nav-pills > .item-838.active:before,
.vw2019 .wraphead.minified .nav-pills > .item-1060.active:before,
.vw2019 .wraphead.minified .nav-pills > .item-134.active:before {
  margin-top: -31px !important;
}
.vw2019 .navigation .nav > li > .nav-child {
  padding-top: 4px;
}
.vw2019 #CountOfNewProd {
  display: none;
}
.vw2019 .navigation .nav > li:not(.active) > a:after,
.vw2019 .navigation .nav > li:not(.active) > span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 6px;
  width: calc(100% - 26px);
  height: 2px;
  background: #ffe400;
  transform: translateX(-50%);
  left: 50%;
}
.vw2019 nav.navigation > ul.menu {
  width: auto;
  margin: 0px -13px;
  justify-content: space-between;
}
.vw2019 nav.navigation > ul.menu > li:first-child:not(.active) span,
.vw2019 nav.navigation > ul.menu > li:first-child:not(.active) a {
  /* padding-left: 0px; */
}
.vw2019 nav.navigation > ul.menu > li:last-child:not(.active) span,
.vw2019 nav.navigation > ul.menu > li:last-child:not(.active) a {
  /* padding-right: 0px; */
}
.vw2019 .navigation .nav > li:last-child:not(.active) > a:after,
.vw2019 .navigation .nav > li:last-child:not(.active) > span:after,
.vw2019 .navigation .nav > li:first-child:not(.active) > a:after,
.vw2019 .navigation .nav > li:first-child:not(.active) > span:after {
  /* left: 0px;
  transform: none;
  width: calc(100% - 13px); */
}
.vw2019 .navigation .nav > li:last-child:not(.active) > a:after,
.vw2019 .navigation .nav > li:last-child:not(.active) > span:after {
  /* left: 13px; */
}
.vw2019 nav.navigation > ul.menu > li:first-child {
  position: relative !important;
}
.vw2019 nav.navigation > ul.menu > li.item-838,
.vw2019 nav.navigation > ul.menu > li.item-1060,
.vw2019 nav.navigation > ul.menu > li.item-134 {
  position: static !important;
}
.vw2019 .headersearch-oem form {
  width: 233px !important;
}
.vw2019 .headersearch form[name="searchForm"] {
  width: 510px !important;
}
.vw2019 .nav > li > span > img,
.vw2019 .nav > li > a > img {
  display: none;
}
.vw2019 .nav.menu li:last-child .nav-header > * {
  text-transform: uppercase;
  font-size: 12px;
  color: #666666;
  border-bottom: 2px solid #ffe400;
}
.vw2019 #jshop_module_cart > .countcartprod + a {
  text-transform: uppercase;
  font-size: 10px;
}
.vw2019 #jshop_module_cart > .countcartprod + a #countcartprodnum {
  color: #666666 !important;
}
.vw2019 #jshop_module_cart > .countcartprod + a:hover #countcartprodnum {
  color: #999999 !important;
}
.vw2019 .left_banner {
  margin-top: 14px;
}
.vw2019 .breadcrumbs {
  padding: 7px 0px 3px 0px;
}
.vw2019 .topheadermenu_inner ul li span,
.vw2019 .topheadermenu_inner ul li a {
  letter-spacing: 0px;
}
.vw2019 .headfix.minified .navigation .nav > li:not(.active) > a:after,
.vw2019 .headfix.minified .navigation .nav > li:not(.active) > span:after{
  display: none;
}
/* body.vw2019 .headfix.minified .countcartprod,
.vw2019 .headfix.minified .header-operating-schedule,
.vw2019 .headfix.minified .welcometxt,
.vw2019 .headfix.minified .topheadermenu {
  display: none;
} */
body.vw2019 .headfix.minified .countcartprod,
.vw2019 .headfix.minified .header-operating-schedule,
.vw2019 .headfix.minified .welcometxt {
  position: relative;
}
.vw2019 .header-operating-schedule,
body.vw2019 .countcartprod,
.vw2019 .header-operating-schedule,
.vw2019 .welcometxt {
  transition: none;
}
.vw2019 .headfix.minified .header-operating-schedule,
body.vw2019 .headfix.minified .countcartprod,
.vw2019 .headfix.minified .header-operating-schedule,
.vw2019 .headfix.minified .welcometxt {
  transition: margin-top .3s ease, top .3s ease;
  top: 0px;
  margin-top: 0px;
  opacity: 1;
}
body.vw2019 .headfix.minified .countcartprod {
  opacity: 0;
  margin-top: -26px;
  top: -50px;
}
.vw2019 .headfix.minified .header-operating-schedule {
  opacity: 0;
  top: -50px;
  margin-top: -18px;
}
.vw2019 .headfix.minified .welcometxt {
  opacity: 0;
  top: -50px;
  margin-top: -18px;
}
.vw2019 .headfix.minified .topheadermenu {
  opacity: 0;
  margin-top: -50px;
}
.vw2019 .minified .header-flex-box > div.headercart {
  position: relative;
  top: 0px;
  left: 0px;
}
.vw2019 .headfix.minified .headercontacts > a {
  border: none;
  padding: none;
}
.vw2019 .headfix.minified .brand img,
.vw2019 .headfix.minified .brand {
  height: auto;
  top: 0px;
  position: relative;
}
.vw2019 .wraphead.minified .headerall {
  height: auto !important;
}
.vw2019 .headfix.minified .countcartprod {
  width: 30px;
  height: 26px;
  top: 0px;
  left: 0px;
  margin: auto;
  right: auto;
}
.vw2019 .headfix.minified .headercart .header-cart #jshop_module_cart > a:not(.countcartprod) {
  display: block !important;
}
.vw2019 .wraphead.minified form[name="searchForm"] {
  top: 0px;
}
body.vw2019 .headfix.minified .headercart .header-cart {
  height: auto;
}
.vw2019 .headfix.minified .header-flex-box {
  height: auto;
  margin: 6px 0px;
}
.vw2019 .wraphead.minified .nav-pills > li > a,
.vw2019 .wraphead.minified .nav-pills > li > span {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 7px;
}
.vw2019 #loginshowerform:after,
.vw2019 #loginshowerform2:after {
  left: auto;
  right: 39px;
}
.vw2019 #loginshowerform:before,
.vw2019 #loginshowerform2:before {
  left: auto;
  right: 38px;
}
.vw2019 #loginshowerform,
.vw2019 #loginshowerform2 {
  top: 47px;
}
.vw2019-mobile-menu {
  display: none;
}
.wk-search-size-type {
  margin: 20px 0px;
}
.view-category #content {
  width: 100% !important;
}
footer.footer {
  position: absolute;
  margin-top: 20px;
  left: 0px;
  bottom: 0;
  padding: 20.9px 0px !important;
}
.vwfilterpaging {
  padding-top: 20px;
}
body {
  position: relative;
  padding-bottom: 60px !important;
  min-height: 100vh;
}
.profile-edit .hs1 #system-message {
  margin-top: 30px;
}
.profile-edit h1 {
  text-align: center;
  font-family: 'Roboto', arial !important;
  color: #000000;
  font-size: 36px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 2px;
}
#member-profile.registrationpage .savebtns a {
  position: relative;
}
#member-profile.registrationpage .savebtns {
  text-align: center;
  margin-top: 50px;
}
#member-profile.registrationpage .control-label label {
  line-height: 35px;
}
#member-profile.registrationpage .jshop_register {
  width: 100%;
}
#member-profile.registrationpage .jshop_register > div {
  overflow: hidden;
}
.homepagemobileapp-item,
.homepagemobilevideo-item {
  cursor: pointer;
}
.homepagemobilevideo-item,
.homepagemobilevideo {
  /* display: none !important; */
}
.custom-youtube-btn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
}
.custom-youtube-btn img {
  padding: 5px 20px;
  box-sizing: border-box;
}
.custom-app-btn .name-img {
  color: #666666;
  text-align: center;
}
.custom-youtube-btn .name-img {
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  color: #666666;
  text-transform: uppercase;
}
.rstboxes #rstbox_8.rstbox.rstbox_center,
.rstboxes #rstbox_7.rstbox.rstbox_center,
.rstboxes #rstbox_1.rstbox.rstbox_center {
  overflow: visible;

}
.rstbox-close {
  top: -55px;
}
.vw_filter_wrap.scheme .scheme-block {
  width: 200px;
}
.vw_filter_wrap.scheme .sizes {
  flex-grow: unset;
  width: calc(100% - 200px);
}
#vw_filter .vw_filter_items > div {
  width: 37%;
}
#vw_filter .vw_filter_items > div:first-child {
  width: 20%;
}
.contact-map-markers {
  margin-top: 20px;
}
.contact-map-markers .state {
  font-size: 22px;
  text-transform: none;
  margin: 0px 0 10px 0;
  padding: 0px 0px 6px 0px;
  border-bottom: 1px solid #d4d4d4;
  color: #000;
}
.contact-map-markers .state i {
  margin-right: 10px;
  font-size: 20px;
}
.contact-map-markers .markers-in-state {
  margin: 0px -15px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-map-markers .markers-in-state::after {
  content: "";
  flex: auto;
}
.contact-map-markers .markers-in-state .marker {
  box-sizing: border-box;
  width: 25%;
  padding: 0px 15px;
}
.contact-map-markers .markers-in-state .marker .marker-name {
  font-weight: bold;
}
.contact-map-markers .markers-in-state .marker .marker-content .uk-margin {
  margin-top: 0px;
}
.adv-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 15px;
}
.adv-info svg {
  width: 43px;
  height: auto;
  color: #2ad42a;
}
.adv-info span {
  display: block;
  width: calc(100% - 55px);
  font-size: 16px;
  line-height: 20px;
  color: #2ad42a;
}
.homepage {
  margin: 20px 0px -20px;
}
.view-category .aftermenu {
  margin-bottom: 20px;
}
.mod-languages {
  margin: 7px 0px 0px !important;
}
.mod-languages ul li {
  margin-right: 0px;
  margin-left: 10px !important;
}
.mod-languages ul li.lang-active {
  background: var(--main-color);
  padding: 1px 0px 1px 3px;
}
.mod-languages ul li:last-child.lang-active {
  padding: 1px 3px 1px 3px;
}
.mod-languages ul li:last-child {
  margin-left: 5px !important;
}
#city,
#state {
  width: 200px;
  height: 40px;
}
.wk-map-heading {
  display: flex;
  align-items: center;
  margin: 0px 0px 20px;
}
.wk-map-heading select,
.wk-map-heading span {
  margin-right: 20px;
}

@media (max-width: 639px) {
  .wk-map-heading {
    flex-direction: column;
  }

  #city, #state {
    width: 100%;
    margin: 0px 0px 15px;
  }
}
.modal-backdrop {
  z-index: 99999;
}
div.modal {
  z-index: 999999;
}
#onrequest_modal_btn_cancel,
#onrequest_modal_btn {
  height: 29px;
  color: var(--button-color-01) !important;
  text-transform: uppercase;
  border: 0;
  background-color: var(--main-color);
  border-bottom: 3px solid var(--profile-menu-active-color);
  width: 126px;
  display: block;
  margin: auto;
}
#onrequest_modal_btn_cancel:hover,
#onrequest_modal_btn:hover {
  background-color: var(--main-color2) !important;
  border-bottom: 3px solid var(--profile-menu-hover-color);
  color: #fff !important;
}
#onrequest-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#onrequest-modal label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#onrequest-modal label > span {
  font-size: 22px;
  text-transform: none;
  margin: 5px 0 10px 0;
  padding: 0px 0px 11px 0px;
  border-bottom: 1px solid #d4d4d4;
  text-align: center;
}

div.onrequest-modal.modal.fade {
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
}
div.onrequest-modal.modal.fade.in {
  visibility: visible;
}
@media (max-width: 640px) {
  div.onrequest-modal.modal.fade {
    max-width: 90%;
    left: 50%;
    margin: 0px;
    transform: translate(-50%);
  }
  div#exampleModal {
    max-width: calc(100% - 20px);
    margin-left: calc(-50% + 10px )!important;
  }

}
.warnskip #system-message {
  display: none;
}

.order_buttons_section {
  position: relative;
}
.order_buttons_section .order_buttons_section--progress {
  display: none;

  font-size: 18px;
  text-transform: uppercase;
  margin: -14px 0px 20px;
}
.order_buttons_section.order-in-progress .order_buttons_section--progress {
  display: block;
}
.order_buttons_section--container {
  position: relative;
}
.order_buttons_section--container::before {
  content: '';
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,.7);
  z-index: 9;
}
.order_buttons_section.order-in-progress .order_buttons_section--container::before {
  display: block;
}

.onrequest_modal_modals {
  display: flex;
  justify-content: center;
  gap: 10px;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #f35d4b;
    color: #f35d4b;
}

.plashka {
  position: absolute !important;
  bottom: 10px;
  right: 10px;
  font-family: 'Roboto', arial;
  font-weight: bold;
  font-size: 21px;
  line-height: 22px;
  color: #373737;
  background-color: #ffffff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}