/*стили для listing_columns со stylesheet.css demo */


.product {
  position: relative;
  padding: 4px 0;
  margin: 0 0 10px 0;
}
.product, .wrapper_product_hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.wrapper_product_hover {
  width: 100%;
  padding: 4px;
  background: #fff;
  border: 1px solid #E9E9E9;
}
.product_hover {
  background: #fff;
  padding: 0;
  border-radius: 2px;
}
.product_hover .p_description {
  display: inline-block;
  /* margin: 0 6px; */
}



/*END стили для listing_columns со stylesheet.css demo */


main {
  border-bottom: 0;
  padding: 30px 0 45px 0;
  /*background: #f8f9fa!important;*/
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  /*background: #f8f9fa!important;*/
  background: var(--sm-background)!important;
}

.no-scroll-y {
  overflow-y: hidden!important;
}

aside .ui-widget,
.btn {
  font-family: 'Open Sans', sans-serif;
}

header {
  z-index: 12;
  top: 0;
  position: sticky;
  background: #fff;
}

.top-main-menu .top-menu-xs .xs-dropdown-menu {margin-left: 20px;}

.top-main-menu .top-menu-xs {
  width: 204px;
  margin:0 auto;
}

h2, h1, .like_h2 {
  font-size:24px;
  font-weight: 600;
  color: #555;
  font-family: 'Open Sans', sans-serif;
}

.category_heading {
  font-family: 'Open Sans', sans-serif;
  color: var(--sm-text-color);
  margin: 0;
  font-weight: 400;
  font-size: 22px;
}

a {
  color: var(--sm-link-color);
  transition: all 0.2s;
  /* font-weight: 600; */
}

a:active,
a:hover {
  text-decoration: none;
}

a:focus, a:hover {
  color: var(--sm-text-color);
}

svg {
  width: 1em;
  height: 1em;
  font-size: 22px;
}
.selectize-control.single .selectize-input .item {
  font: 400 13px 'Open Sans', sans-serif;
}
.selectize-dropdown {
  background: #fff;
  border: 1px solid #eee;
  border-top: none;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.05);
}
.selectize-dropdown [data-selectable].option.active {
  background: #f4f5fb;
  color: var(--sm-link-color);
  transition: all .3s;
}
.breadcrumb {
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.breadcrumb a {
  color: var(--sm-text-color);
  font-size: 13px;
  width: calc(100% + 5px);
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: #555;
}

.breadcrumb > li + li:before {
  content: '';
  color: rgba(128, 137, 169, .4);
  opacity: 0.4;
  font-size: 12px;
  padding: 0 6px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%238088a8' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'%3E%3C/path%3E%3C/svg%3E");
}

/*.breadcrumb > li {*/
  /*padding:10px 0;*/
  /*position: relative;*/
/*}*/

/*.breadcrumb > li span {*/
  /*z-index:1;*/
  /*position: relative;*/
/*}*/

.breadcrumb > li span {
  padding: 0 10px;
}

.breadcrumb > li:first-of-type span {
  padding-left: 0;
}

.breadcrumb > li:last-of-type {
  font-weight: 600;
  color: #8089a9;
  cursor: default;
  position: relative;
}

/*.breadcrumb > li:last-of-type:after {*/
  /*content: '';*/
  /*position:absolute;*/
  /*left:0;*/
  /*top: 0;*/
  /*display: block;*/
  /*width: 200px;*/
  /*height: 100px;*/
  /*z-index:0;*/
  /*transform: rotate(17deg);*/
  /*background:#03A9F4;*/
/*}*/

.alert {
  position: fixed;
  top: 100px;
  right: 10px;
  z-index: 1;
  font-weight: normal;
  max-width: 380px;
  font-size: 13px;
  padding: 10px 32px 10px 15px;
  transition: all 0.3s;
  border-radius: 3px;
}


.alert.apple-tree {
  /* position: absolute; */
}

.alert button.close {
  margin-left: 10px;
  position: absolute;
  float: right;
  right: 5px;
  display: inline-block;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  transition: all 0.3s;
  top: 9px;
}
.alert-info {
  background-color: #488aff;
  border-color: #488aff;
  color: #fff;
}

.alert-dark {
  background-color: #444;
  border-color: #444;
  color: #fff;
}

.alert-dark .close {
  color: #fff;
  /* opacity: 0.3; */
}

.alert-danger {
  background-color: #ec615f;
  border-color: #ec615f;
  color: #fff;
}

.alert-success {
  background-color: #23c7a9;
  border-color: #23c7a9;
  color: #fff;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 5px;
  white-space: normal;
  border: 1px solid #eee;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
}

.modal-content {
  box-shadow: none;
  border: #eee;
  border-radius: 3px;
  background: #f8f9fa!important;
}

.modal-header .close {
  transition: all 0.3s;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 14px;
}

.modal-header .close:after {
  font-size: 36px;
  width: 36px;
  height: 36px;
}

.modal-title {
  font-size: 13px;
  color: #888;
  line-height: 1;
  cursor: default;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

.modal.no-title .modal-body h3,
.modal.no-title .modal-body h2,
.modal.no-title .modal-body h1 {
  text-align: center;
  margin: -30px 0 10px -20px;
  width: calc(100% + 40px);
  font-size: 13px;
  color: var(--sm-text-color);
  line-height: 1;
  display: block;
  padding: 15px;
  background: #fff;
  cursor: default;
  font-weight: 600;
  letter-spacing: .05em;
  position: relative;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #eee;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.02);
}

.btn {
  color: #fff;
  font-size: 13px;
  background: var(--sm-link-color);
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 5px 15px;
  line-height: 1.4;
  border-radius: 20px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
  font-family: 'Open Sans', sans-serif!important;
  transition: background-color .3s,opacity .3s,border-color .2s,box-shadow .2s,color .2s;
}

.btn:hover {
  background-color: var(--sm-btn-color);
  box-shadow: 0 2px 4px rgba(0,0,0,.08);
  border: 1px solid #e2e2e2;
}

.btn:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  color: #24282e;
  background: #fff;
}

.btn-default:focus,
.btn-default {
  color: #fff;
  background-color: var(--sm-btn-color);
  border-color: #eee;
}

.btn-default:hover {
  color: var(--sm-link-color);
}

.btn-primary {
  color: #fff;
  background-color: var(--sm-btn-color);
  border-color: #488aff;
  transition: all .15s ease;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.08);
  padding: 5px 15px 6px;
}

.btn-primary:hover {
  color: #fff;
  background: var(--sm-link-color);
  border-color: #5794ff;
  box-shadow: 0 6px 12px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.08);
}

.btn-primary:focus {
  color: #fff;
  background: #488aff;
  border-color: #488aff;
}

.btn-primary:active {
  color: #fff;
  background: #2f7aff;
  border-color: #005afb;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.btn-success {
  color: #fff;
  background-color: #23c7a9;
  border-color: #23c7a9;
  font-family: 'Open Sans', sans-serif;
}

.btn-success:hover {
  color: #fff;
  background-color: #23c7a9;
  border-color: #23c7a9;
  box-shadow: 0 6px 12px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.08);
}

.btn-success:focus {
  color: #fff;
  background-color: #23c7a9;
  border-color: #23c7a9;
}

.btn-success:active {
  color: #fff;
  background-color: #23c7a9;
  border-color: #23c7a9;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.btn-link {
  color: var(--sm-link-color)!important;
  font-size: 13px;
  font-weight: 700;
  border:0;
  padding:0;
  box-shadow: none;
  text-transform: none;
  cursor: pointer!important;;
}

.btn-link:hover {
  color: #555;
  border:0;
  padding:0;
  box-shadow: none;
}

.btn-lg {
  padding: 12px 35px;
}

.header_shadow {
  /* -webkit-box-shadow: 0 0 20px rgba(43,45,56,.08); */
  /* box-shadow: 0 0 20px rgba(43,45,56,.08); */
}

.white-rounded-box {
  background: #fff;
  display: inline-block;
  width: 100%;
  /* border: 1px solid #eee; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(43,45,56,.12);
  box-shadow: 0 0 20px rgba(43,45,56,.12);
}

.frontpage .white-rounded-box {
  margin-bottom: 30px;
}

.white-rounded-box .row_catalog_products {
  padding: 0 15px 10px 15px;
  margin: 0;
}

.white-rounded-box .like_h2, .left_block .like_h2 {
  margin: 0;
  font-size: 13px;
  line-height: 1;
  display: block;
  padding: 15px;
  cursor: default;
  font-weight: 700;
  text-align: center;
  letter-spacing: .05em;
  position: relative;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
  color: var(--sm-text-color);
  background-color: #f9faff;
  border-bottom: none;
}

#ajax_search_brands {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.pull-center {
  left: 50%;
  transform: translateX(-50%);
}

.d-block {display: block!important;}
.d-iblock {display: inline-block!important;}
.d-none {display: none!important;}
.d-flex {display: flex!important;flex-direction: row-reverse;}

.visible {visibility: visible!important;}
.hidden {visibility: hidden!important;}

.width-20 {/* width:20%; */}

::-webkit-input-placeholder {color: #a1a9b6;font-family: 'Open Sans', sans-serif;} /* Chrome/Opera/Safari */
::-moz-placeholder {color: #a1a9b6;font-family: 'Open Sans', sans-serif;} /* Firefox 19+ */
:-ms-input-placeholder {color: #a1a9b6;font-family: 'Open Sans', sans-serif;} /* IE 10+ */
:-moz-placeholder {color: #a1a9b6;font-family: 'Open Sans', sans-serif;} /* Firefox 18- */

.tooltip {
  /*opacity:1;*/
  cursor: default;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  pointer-events: none;
}

.tooltip > .tooltip-inner {
  background-color: #222;
}

.tooltip.bottom {
  margin-top: 20px;
}

.tooltip.top .tooltip-arrow {border-top: 5px solid #333333;}
.tooltip.right .tooltip-arrow {border-right: 5px solid #333333;}
.tooltip.bottom .tooltip-arrow {border-bottom: 5px solid #333333;}
.tooltip.left .tooltip-arrow {border-left: 5px solid #333333;}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

input[type="checkbox"]:checked + span,
input[type="checkbox"]:checked + label:before {
  font-size: 15px;
  color: var(--sm-link-color);
}

input[type="checkbox"] + span,
input[type="checkbox"] + label:before {
  font-size: 15px;
}

.form-group-input a {
  font-size: 13px;
  font-weight: 600;
}

.form-group-input input[type="checkbox"] + label,
.form-group-input input[type="radio"] + label,
.form-group-input input[type="checkbox"]:checked + label,
.form-group-input input[type="radio"]:checked + label {
  font-size: 13px;
  color: #555;
  font-weight: 600;
}

.top_header {
  padding: 0;
  height: 50px;
  z-index: 13;
  position: relative;
  background: #333333;
}

.logo {
  /*justify-content: center;*/
}

.main_nav li > a {
  color: #fff;
}

.main_nav li > a:hover {
  color: #fff;
  opacity:0.8;
  text-decoration: none;
}

/*.logo {*/
/*  height: 44px;*/
/*}*/

.logo img {
  margin: 0;
  max-height: 100%;
}

.logo a {
  /*height: 40px;*/
  float: left;
  margin: 5px;
}

.categories_menu {
  padding: 0;
  display: flex;
  align-items: center;
}

/*.body-full-width .main-container,*/
.body-full-width .categories_menu {
  width: 100%;
}
.forget_password {
  color: #488aff;
  font-weight: 600;
  text-decoration: none;
}

.forget_password:hover {
  color: #005afb;
}

.custon-tooltip {
  position: absolute;
  /*background: red;*/
  opacity: 0.5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#user-login-dropdown {
  margin: 0;
  height: 50px;
  width: 50px;
  float: right;
}

#user-login-dropdown .dropdown-toggle {
  border: 0;
  padding: 0;
  border-radius: 3px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: transparent;
  transition: color 0.3s, background 0.5s;
}

#user-login-dropdown.open .dropdown-toggle,
#user-login-dropdown .dropdown-toggle:hover {
  background: var(--sm-background);
}

#user-login-dropdown svg {
  fill: var(--sm-link-color);
  font-size: 22px;
  position: relative;
  display: block;
  transition: all 0.3s;
}

#user-login-dropdown .dropdown-toggle:hover svg {
  fill: var(--sm-text-color);
}

#user-login-dropdown .dropdown-menu {
  margin: 0;
  top: 50px;
  left: auto;
  right: 0px;
  padding: 10px;
  min-width: 320px;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,0.05);
}

.registered .registered-user-link {
  color: #333;
  margin: 0;
  width: 22px;
  height: 22px;
}
.registered .registered-user-link svg, .registered .registered-exit-link svg {
  fill: #8089a9;
}
.registered .registered-user-link:hover {
  color: #333;
}
.registered .registered-user-link span {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  padding-left: 5px;
}

.profile-page {
  background: #fff;
  border: 1px solid #eee;
  margin-top: 10px;
  /*padding: 20px;*/
  display: inline-block;
  width: 100%;
}

#account-menu ul {
  margin: 0;
  border-bottom: 1px solid #eee;
  display: inline-block;
  width: 100%;
}

#account-menu a {
  color: #333;
  width: auto;
  padding: 10px 20px;
  background: #F9F9F9;
  border-bottom: 1px solid transparent;
  border-right: 1px solid #eee;
  font-size: 13px;
  font-weight: 600;
  float: left;
  border-radius: 0;
}

#account-menu ul li a.active {
  background: #fff;
  border: 0;
  position: relative;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

#account-menu ul li a.active:after {
  content: '';
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  bottom: -2px;
}

#account-menu ul a:hover {
  background: #fff;
}
.account_template form .selectize-control.single .selectize-input,
.account_template form .selectize-control.single .selectize-input.input-active {
  border-radius: 3px;
  border: 1px solid #e1e5ed;
}
.account_template .edit_acc_country {
  margin-bottom: 20px;
}
.container_middle_header {
  width: 100%;
  padding: 15px 0;
  display: inline-block;
}

.hl {
  border:0;
  width: 22px;
  height: 22px;
  display: block;
  outline: none!important;
  vertical-align: middle;
  transition: all 0.3s;
  background-repeat: no-repeat!important;
  background-position: center!important;
}

.hl-cart-icon-outline {background: url(../images/symbols/icon-basket-outline.svg); background-size: 20px;}
.hl-external-link {background: url(../images/symbols/external-link.svg); background-size: 20px;}
.hl-b-apple {background: url(../images/symbols/brands/apple.svg); background-size: 24px;}
.hl-b-samsung {background: url(../images/symbols/brands/samsung.svg); background-size: 24px;}
.hl-b-xiaomi {background: url(../images/symbols/brands/xiaomi.svg); background-size: 24px;}

.form_enter {
  margin: 0;
  width: auto;
}

.box-category {
  background: #fff;
}

.submit_enter {
  background: var(--sm-link-color);
  height: 36px;
  margin: 0;
  width: 100%;
  padding: 0;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  /* text-transform: uppercase; */
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .12em;
  transition: all .15s ease;
  color: #fff;
  border-radius: 20px;
  border-color: #488aff;
  box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.08);
}

.submit_enter:hover {
  background: #5794ff;
  border-color: #5794ff;
  box-shadow: 0 6px 12px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.08);
}

.submit-reset {
  position: relative;
  margin-top: 10px;
}

.submit-reset .reset-pass {
  font-size: 22px;
  text-align: center;
  padding: 10px 8px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  color: #fff;
  position: absolute;
  transition: all 0.3s;
}

.submit-reset .reset-pass:hover {
  background: rgba(255, 255, 255, 0.15);
}
#user-login-dropdown .submit-reset .reset-pass svg {
  fill:#fff;
  font-size: 18px;
}
.submit-reset .reset-pass i {
  display: block;
  height: 22px;
  width: 22px;
}

.emprty_title {
  display: inherit;
  width: 100%;
  height: 65px;
}
.enter_registration .social_login {
  width: 100%;
  height: 36px;
  line-height: 36px;
  margin: 10px 0;
  background: #4862a3;
  color: #fff;
  padding: 0;
  text-align: center;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  transition: all .15s ease;
  border-radius: 20px;
}
#kabinet .enter_registration .social_header_google{
  border-radius: 20px;
}
.enter_registration .social_login .fa {
  font-size: 17px;
  margin: 0 8px 0 0;
}
form[name=create_account] .form-group {
  margin: 5px 0 0 0;
}

.moduleRow.row {
  width: 100%;
  margin: 0;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e5ed;
  /* border-bottom: 1px solid transparent; */
  width: 100%;
  height: 36px;
  line-height: 1.39286;
  border-radius: 3px;
  padding: 5px 10px 5px 10px!important;
  font-size: 13px;
  font-weight: normal;
  box-shadow: none;
  margin: 0 0 5px 0;
}

.checkout_page .form-control {
  position: unset;
}

.form-control::placeholder {
  color: #bdc3cd;
  /*font-size: 14px;*/
  /*font-weight: 600;*/
}

.form-control:hover {
  border-color: #c1c9d6;
}

.form-control:focus {
  border-color: #488aff;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.create_account_text {
  text-align: center;
}

.create_account_text p {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: grey;
}

.create_account_text a:hover {
  color: #005afb;
  border:0;
  text-decoration: none;
}

.create_account_text .registration {
  border: 1px solid #eee;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.71429;
  border-radius: 20px;
  padding: 6px 30px;
  height: 36px;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
  transition: background-color .3s,border-color .2s,box-shadow .2s,color .2s;
}

.create_account_text .registration:hover {
  color: #488aff;
  box-shadow: 0 2px 4px rgba(0,0,0,.08);
  border: 1px solid #e2e2e2!important;
}

.create_account_text .registration:focus {
  color: #24282e;
  text-decoration: none;
}
.form_enter>.or {
  margin: 10px 0 0px;
  overflow: hidden;
  text-align: center;
}
.form_enter>.or:after, .form_enter>.or:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background: #555;
  border: solid #fff;
  border-width: 0 10px;
}
.or:before {
  margin-left: -100%;
}
.or:after {
  margin-right: -100%;
}

.enter {
  margin:0;
  font-size: 13px;
}

.enter_registration {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
.enter_registration.registered, .enter_registration.registered .enter{
  width: 65px;
  margin-left: 5px;
  justify-content: space-between;
}
.enter_registration.registered .enter > a {
  display: inline-flex;
  align-items: center;
}
.basket {
  padding: 0;
  border: 0;
  float: right;
  font-size: 13px;
}

.quantity_basket {
  font-size: 10px;
  cursor: pointer;
  color: #fff;
  background: var(--sm-link-color);
  font-weight: 600;
  position: absolute;
  z-index: 11;
  border-radius: 3px;
  min-width: 15px;
  text-align: center;
  line-height: 13px;
  padding: 1px 4px 1px;
  right: 0px;
  top: 8px;
  margin-left: 5px;
  float: right;
}

.img_basket {
  padding: 0;
  top: 0;
  left: 0;
  margin: 5px 0 5px 10px;
  border-radius: 3px;
  float: left;
  z-index: unset;
  line-height: 1;
  font-size: 22px;
  position: relative;
  /* height: 22px; */
  color: #8089a9;
  background: transparent;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  transition: color 0.3s, background 0.5s;
}

.img_basket:focus,
.img_basket:hover {
  background: var(--sm-background);
}
.img_basket:focus svg,
.img_basket:hover svg {
  fill: var(--sm-text-color);
}
.cart-not-empty {
  cursor: pointer;
  /* margin-top: -2px; */
}

.img_basket svg {
  font-size: 22px;
  fill: var(--sm-link-color);
  transition: all 0.3s
}

.shopping_cart_box {
  height: 50px;
  /* width: 50px; */
}

.empty_backet {
  margin:0;
  position: absolute;
  display: inline-block;
}

.add_nav {
  z-index: 12;
  position: relative;
  border-bottom: 0;
}

.add_nav .navbar {
  /*height: 50px;*/
  background: var(--sm-bg-header);
  box-shadow: none;
  border-bottom: 1px solid #f4f5fb;
}

.add_nav .navbar-default .navbar-nav {
  float: left;
  width: 100%;
  padding: 10px 0;
  text-align: left;
  display: inline-block;
  margin: 0;
}

.add_nav .navbar-default .navbar-nav > li {
  border: 0;
  width: 280px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #555!important;
  transition: color .1s ease,background-color .1s ease;
}

.add_nav .navbar-default .navbar-nav > li:last-of-type {
  border-right:0;
}

.add_nav .navbar-default .navbar-nav > li > a {
  display: table;
  width: auto;
  padding: 10px 30px;
  vertical-align: middle;
  height: 0;
  color: #555;
  line-height: 1;
  background: transparent;
  position: unset;
  z-index: unset;
}

.add_nav .navbar-default .navbar-nav > li:first-of-type > a:hover {
  /*border-top: 1px solid #f5f5f5;*/
}

.add_nav .navbar-default .navbar-nav > li > a:focus {
  text-decoration: none;
}

.add_nav .navbar-default .navbar-nav > li > a:hover {
  text-shadow: none;
  background: #f5f5f5;
  /*background: rgba(71, 137, 255, 0.05);*/
  /*border-top: 1px solid #eee;*/
  /*border-bottom: 1px solid #eee;*/
}

.add_nav .navbar-default .navbar-nav > li > a:hover .cat_name  {
  /*color: #4a8bfc;*/
  color: var(--sm-link-color);
}

.add_nav .navbar-default .navbar-nav > li > a .cat_name {
  vertical-align: middle;
  display: table-cell;
  transition: all .3s ease;
  width: 100%;
}

.add_nav .navbar-default .navbar-nav > li > a .cat_desc {
  margin-top: 5px;
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
  display: block;
  padding-left: 36px;
}

.categories_menu .sub {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  border: 0;
}

.categories_menu .sub > a {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}

.add_nav .navbar-default .navbar-nav > li > a .cat_img {
  width: 24px;
  height: 24px;
  margin: 2px 12px 2px 0;
  float: left;
  color: #999;
  text-align: center;
  display: inline-block;
}

.add_nav .navbar-default .navbar-nav > li > a .cat_img img {
  max-width: 100%;
  max-height: 100%;
}

.add_nav .navbar-default .navbar-nav > li > a:hover .cat_img img {
  filter: grayscale(0%);
  opacity: 1;
}

.add_nav .navbar-default .navbar-nav > li > a .caret {
  position: absolute;
  right: 15px;
  opacity: 0.5;
  top: calc(50% - 2px);
  transition: all .3s ease;
  transform: rotate(-90deg);
}

.add_nav .navbar-default .navbar-nav > li > a:hover .caret {
  opacity: 1;
}

.search-form-tooltip {
  float: right;
  background: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}

#show_search_form {
  cursor: pointer;
}

.search-block {
  position: relative;
  /* width: calc(100% - 15px); */
  /* width: 100%; */
  float: left;
  margin: 0 auto;
}

.main_search_form {
  display: inline-block;
  opacity: 1;
  /* pointer-events: none; */
  z-index: 1;
  background: #fff;
  position: relative;
  /* width: 300px; */
}

.search-form-open {
  position: relative;
  width: 100%;
  z-index: 12;
  opacity: 1;
  /*top: 0;*/
  height: 50px;
  pointer-events: all;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity .1s linear,top .25s step-start,-webkit-transform .25s cubic-bezier(.17,.67,.52,1);
  transition: transform .25s cubic-bezier(.17,.67,.52,1),opacity .1s linear,top .25s step-start;
  transition: transform .25s cubic-bezier(.17,.67,.52,1),opacity .1s linear,top .25s step-start,-webkit-transform .25s cubic-bezier(.17,.67,.52,1);
  transition-delay: 0s;
}

.search-form-input {
}

.search-form-input-open {
  transition: opacity .1s linear,top .25s step-start,-webkit-transform .25s cubic-bezier(.17,.67,.52,1);
  transition: transform .25s cubic-bezier(.17,.67,.52,1),opacity .1s linear,top .25s step-start;
  transition: transform .5s cubic-bezier(.17,.67,.52,1),opacity .5s linear,top .5s step-start,-webkit-transform .5s cubic-bezier(.17,.67,.52,1);
  transition-delay: 0s;

  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

#search-form-button {transition: all 0.3s;}

.search-form-button-open {
  transition: opacity .1s linear,top .25s step-start,-webkit-transform .25s cubic-bezier(.17,.67,.52,1);
  transition: transform .25s cubic-bezier(.17,.67,.52,1),opacity .1s linear,top .25s step-start;
  transition: transform .4s cubic-bezier(.17,.67,.52,1),opacity .4s linear,top .4s step-start,-webkit-transform .4s cubic-bezier(.17,.67,.52,1);

  -webkit-transform: translateY(0px)!important;;
  transform: translateY(0px)!important;
}

.search-form-fader {
  position: fixed;
  left: 0;
  top: -2000px;
  z-index: 12;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  cursor: pointer;
  /*pointer-events: none;*/
  transition: opacity 0.3s;
}

.search-form-fader-open {
  top: 50px;
  opacity: 0.25;
  /*pointer-events: all;*/
}

#search-form-button-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  color: #000;
  line-height: 1;
  width: 50px;
  background: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 0;
}
.search-form-button-close-open {
  transition: opacity .1s linear,top .25s step-start,-webkit-transform .25s cubic-bezier(.17,.67,.52,1);
  transition: transform .25s cubic-bezier(.17,.67,.52,1),opacity .1s linear,top .25s step-start;
  transition: transform .4s cubic-bezier(.17,.67,.52,1),opacity .4s linear,top .4s step-start,-webkit-transform .4s cubic-bezier(.17,.67,.52,1);

  -webkit-transform: translateY(0px)!important;;
  transform: translateY(0px)!important;
}

.main_search_form .search_site_submit {
  color: #8089a9;
  line-height: 1;
  margin: 5px 0px 5px 5px;
  border-radius: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  right: 0;
}

.main_search_form .search_site_submit svg {
  fill: var(--sm-link-color);
  opacity: 1;
  transition: all .3s ease;
  width: 22px;
  height: 22px;
  top: 0;
  position: relative;
}

.main_search_form .search_site_submit:hover svg {
  opacity: 1;
}

.main_search_form .search_site_submit:hover {
  background: var(--sm-background);
  color: #646e90;
  border-radius: 3px;
}
.main_search_form .search_site_submit:hover svg { fill: var(--sm-text-color) }


.main_search_form .search_site_submit:focus,
.main_search_form .search_site_submit:active{
  /*box-shadow: inset 0 1px 4px rgba(0,0,0,.2);*/
  /*background: #5995fc;*/
}

.search_site_input_border {
  border:1px solid red;
}

.search_site_input_border-unset {
  border:0;
}

.search_site_input {
  height: 36px;
  color: #24282e;
  margin: 7px 0;
  border-radius: 5px;
  border: 1px solid rgba(86, 134, 255, 0.5);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 50px 10px 15px;
  background: #f9faff;
  transition: all 0.3s;
}

.main_search_form .placeholder {
  position: absolute;
  top: 50%;
  left: 15px;
  opacity: 1;
  font-weight: 600;
  line-height: 1;
  font-size: 13px;
  color: #555;
  transform: translateY(-50%);
  transition: left 0.2s, opacity 0.3s;
}

.form_search_site {width: 280px;}
.search_site_input:focus {background: #fff;}

.search_site_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 13px;
  transition: transform 0.15s, opacity 0.4s;
}
.search_site_input::-moz-placeholder { /* Firefox 19+ */
  font-size: 13px;
  transition: transform 0.15s, opacity 0.4s;
}
.search_site_input:-ms-input-placeholder { /* IE 10+ */
  font-size: 13px;
  transition: transform 0.15s, opacity 0.4s;
}
.search_site_input:-moz-placeholder { /* Firefox 18- */
  font-size: 13px;
  transition: transform 0.15s, opacity 0.4s;
}

.search_site_input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  transform: translateX(75%);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.search_site_input:focus::-moz-placeholder { /* Firefox 19+ */
  transform: translateX(75%);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.search_site_input:focus:-ms-input-placeholder { /* IE 10+ */
  transform: translateX(75%);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.search_site_input:focus:-moz-placeholder { /* Firefox 18- */
  transform: translateX(75%);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}

.header-menu-dropdown {
  float: left;
  display: inline-block;
}

.header-menu-dropdown .dropdown-button {
  background: transparent;
  border: 0;
  padding: 0 15px;
  height: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  z-index: 11;
  position: relative;
  transition: all .3s ease;
  /*border-bottom: 3px solid transparent;*/
  /*border-left: 1px solid transparent;*/
  /*border-right: 1px solid transparent;*/
}

.product_list {
  padding: 0;
  margin: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(128, 137, 169, 0.15);
}

.product_list .model_product-box {
  height: 86px;
}

.product_list .model_product {
  color: #333;
  font-size: 13px!important;
  font-weight: 600;
  display: block;
  margin: 0;
  overflow: hidden;
  height: auto;
}

.product_list .wrapper_product_hover_list {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  border: none;
  padding: 0;
}

.product_list .wrapper_product_hover_list:hover {
  border: none;
  padding: 0;
}

.p_description_list {
  display: flex;
  padding: 10px 10px 20px 10px;
  width: 100%;
  z-index: 1;
  position: relative;
  flex: 0 0 auto;
  background: #fff;
  /* border-bottom: 1px solid #eee; */
  border-radius: 0;
  box-shadow: none;
}

.product_list .product-info {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.product_list .p_description_list .body {
  width: 100%;
  position: relative;
}

.product_list .p_description_list .product_stock {
  float: left;
}

.product_list .art_list .label {
  float: left;
  line-height: 25px;
  margin: 0 8px 0 0;
  font-size: 13px;
  color: #888;
  border-right: 1px solid #eee;
  padding: 0 10px 0 0;
}

.product_list .buy-button-list {
  display: inline-block;
  margin-left: 20px;
  float: right;
}

.product_list .art_list .label > span {
  font-weight: 600;
}

.p_description_list .label-class-danger span,
.p_description_list .label-class-success span {
  line-height: 25px;
}

.product_list .product_label {
  left: 10px;
  right: auto!important;
}

.product_list .price {
  display: inline-block;
  width: auto;
  padding: 0;
}

.product_list .price > .new_price {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #555;
  margin-left: 0;
  /* float: left; */
}

.product_list .list-in-cart-button {
  background: #3dc754;
}

.product_list .price > .old_price {
  /* float: right; */
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #999;
  display: inline-block;
}

.product_list .product_image {
  float: left;
  margin-right: 10px;
  height: 180px;
  width: 180px;
  text-align: center;
  position: relative;
  flex: 0 0 auto;
}

.product_list:hover .p_description_list .p_img_href_list {
  transition: all 0.3s;
}

.product_list:hover .p_description_list .p_img_href_list  {
  transform: scale(1.03);
}


.product_list .product_image img {
  border-radius: 5px;
  vertical-align: middle;
  width: 140px!important;
  height: 180px;
  margin: 0 auto;
  line-height: 100px;
  /* width: auto; */
  object-fit: contain;
}

.dropdown-button .caret {
  opacity: 0.5;
  transition: all .3s ease;
}

.dropdown-button .button-main-cursor {
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
  /*padding-bottom: 2px;*/
}

.dropdown-button:hover .button-main-cursor {
  /*border-color: #999;*/
}

.open .button-main-cursor {
  /*border-color: #999;*/
}

.open .dropdown-button .caret,
.header-menu-dropdown .dropdown-button:hover .caret {
  opacity: 1;
}

.header-menu-dropdown .dropdown-button:hover {
  /*background: #f5f5f5;*/
  color: #222;
}

.open .dropdown-button {
  color: #222;
  /*background: #f5f5f5;*/
  /*border-left: 1px solid #eee;*/
  /*border-right: 1px solid #eee;*/
}


.dropdown-menu:hover + a.submenu {
  background: #eee;
}

.main_nav {
  margin: 0;
  float: left;
  display: inline-block;
}

.main_nav > ul {
  margin: 0;
  display: table;
}

.main_nav > ul > li {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
  height: 50px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 14px;
}

.wrapper_language_currency_select {
  float: right;
  display: table;
}

.currency_select .selectize-input, .currency_select .selectize-control.single .selectize-input.input-active {
  background: transparent;
  border: none;
  color: var(--sm-link-color);
}
.currency_select .selectize-control.single .selectize-input:after {
  opacity: 0.5;
  transition: all .3s;
  border-color: var(--sm-link-color) transparent transparent transparent;
  transform: rotate(0deg);
}
.currency_select .selectize-control.single .selectize-input.dropdown-active:after {
  opacity: 1;
  transform: rotate(180deg);
  border-color: #adb7be transparent transparent transparent;
}
.currency_select .selectize-input.dropdown-active::before {
  content: unset;
}

.currency_select .selectize-dropdown {
  z-index: 101;
  top: unset!important;
  bottom: 27px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 -1px 0;
  box-shadow: 0 0 20px rgba(3,27,78,.1);
  border: 1px solid #f4f5fb;
  padding: 5px 0;
}
.currency_select form .selectize-dropdown [data-selectable].option {
  color: var(--sm-link-color);
  font-size: 13px;
  font-weight: 600;
}
.currency_select form .selectize-dropdown [data-selectable].option.active {
  background: var(--sm-btn-color);
  color: #fff;
  transition: all .3s;
}

.language_select {
  margin: 0;
  height: 27px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.language_select .dropdown-menu {
  top: 27px;
  padding: 5px 0;
  min-width: 105px;
  border-radius: 5px;
}

.top-footer-section .language_select .dropdown-menu {
  top: unset;
  bottom: 27px;
  box-shadow: 0 0 20px rgba(3,27,78,.1);
}
.language_select a {
  margin: 0;
}
.language-dropdown-button .caret {
  opacity: 0.5;
  transition: all .3s ease;
  border-color: var(--sm-link-color) transparent transparent transparent;
  transform: rotate(0deg);
  margin-left: 7px;
}
.open .caret {
  opacity: 1;
  transform: rotate(180deg);
}

.language-dropdown-button {
  border:0;
  color: var(--sm-link-color);
  outline: none;
  height: 27px;
  padding:0;
  font-weight: normal;
  background: transparent;
  width: auto;
}

.language_select .dropdown-menu>li>a {
  padding: 5px 15px;
  color: var(--sm-link-color);
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
  display: block;
}

.language_select .dropdown-menu>li>a:hover {
  color: #fff;
  background-color: var(--sm-btn-color);
}

button.open-menu-xs {
  line-height: 1;
  display: none;
  height: 50px;
  width: 50px;
  text-align: center;
  background: #fff;
  border: 0;
  float: right;
  position: relative;
}
.open-menu-xs .fader {
  position: fixed;
  top: 2000px;
  left: 0;
  width: 100%;
  /* display: none; */
  background: #000;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  height: calc(100% - 50px);
  transition: opacity 0.3s;
}

.fader-menu-animate {
  top: 0!important;
  opacity: 0.25!important;
  pointer-events: all!important;
}

.header-categories {
  float: left;
  display: table;
  transition: 0.3s;
  width: calc(100% + 17px);
}

.header-categories-animate {
  -webkit-transform: translateY(51px)!important;
  transform: translate(0)!important;
  transition: all .3s cubic-bezier(.17,.67,.52,1);
  transition-delay: 0s;
}

.header-categories .header-top-link {
  display: table-cell;
  padding: 0 15px;
  height: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  position: relative;
  line-height: 50px;
  transition: all 0.3s;
  color: #333;
  background-color: #fff;
  border:0;
  /*border-left: 1px solid transparent;*/
  /*border-right: 1px solid transparent;*/
}

.header-categories .header-top-link .label {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 3px 4px 2px;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  /*background-color: #e64e4e;*/
  background-color: #555;
  top: -1px;
  opacity: 0.8;
  transition: all 0.3s;
  margin-left: 5px;
}

.header-categories .header-top-link:hover {
  text-decoration: none;
  /*background: #f5f5f5;*/
  /*border-left: 1px solid #eee;*/
  /*border-right: 1px solid #eee;*/
}

.header-categories .open .dropdown-button {
  /*background: #f5f5f5;*/
  /*border-left: 1px solid #eee;*/
  /*border-right: 1px solid #eee;*/
}

.header-categories .header-top-link:hover .label {
  opacity: 1;
}

.header-categories .dropdown-menu {
  padding: 10px 0;
}

.header-categories .dropdown-menu > .manuf_bg_current {
  background: #f5f5f5;
}

.header-categories .dropdown-menu > li {
  border: 0;
  width: 280px;
  display: table;
  transition: color .1s ease,background-color .1s ease;
}

.header-categories .dropdown-menu > li > a {
  display: table-cell;
  width: 100%;
  height: 48px;
  padding: 10px 30px;
  vertical-align: middle;
  color: #555;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  background: transparent;
  position: unset;
  z-index: unset;
  transition: all 0.3s;
  position: relative;
}

.header-categories .dropdown-menu > li > a:hover {
  /*color: #4a8bfc;*/
  color: var(--sm-link-color);
  background: #f5f5f5;
}

.header-categories .dropdown-menu > li > a:hover .counter  {
  color: #777;
}

.header-categories .dropdown-menu > li > a .counter {
  color: #999;
  font-size: 12px;
  margin-left: 5px;
  transition: all 0.3s;
  position: absolute;
  right: 20px;
  top: 12px;
}

.header-categories .dropdown-menu > li > a .cat_img {
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
  float: left;
  color: #999;
  text-align: center;
  display: inline-block;
  line-height: 24px;
}

.header-categories .dropdown-menu li a .cat_img img {
  max-width: 24px;
  max-height: 24px;
}

.header-categories .dropdown-menu > li > a .cat_name {
  vertical-align: middle;
  display: block;
  width: calc(100% - 54px);
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-categories .dropdown-menu > li > a .cat_img i {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  color: #000;
  font-size: 24px;
  transition: all .3s;
  background-size: 24px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.header-categories .dropdown-menu > li > a:hover .cat_img i {
  opacity: 1;
  color: #000000;
}


.left-manufacturers {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #ECECEC;
  box-shadow: 0 5px 20px rgba(3,27,78,.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.left-manufacturers .like_h2 {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #888;
  line-height: 1;
  display: block;
  padding: 15px;
  cursor: default;
  font-weight: 700;
  text-align: center;
  letter-spacing: .05em;
  position: relative;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}

.left-manufacturers ul li {
  border: 0;
  width: 100%;
  display: table;
  transition: color .1s ease,background-color .1s ease;
}

.left-manufacturers ul li > a {
  display: table-cell;
  width: 100%;
  height: 48px;
  padding: 10px 30px;
  vertical-align: middle;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  background: transparent;
  position: unset;
  z-index: unset;
  transition: all 0.3s;
}

.left-manufacturers ul .manuf_bg_current,
.left-manufacturers ul li a:hover {
  color: var(--sm-link-color);
  background: #f5f5f5;
}

.left-manufacturers ul li > a .cat_img {
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
  float: left;
  color: #999;
  text-align: center;
  display: inline-block;
  line-height: 24px;
}

.left-manufacturers ul li > a .cat_img  img {
  max-width: 24px;
  max-height: 24px;
}

.left-manufacturers ul li > a .cat_name {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  height: 28px;
}

.left-manufacturers ul li > a .counter {
  color: #999;
  font-size: 13px;
  margin-left: 5px;
}

.social-login {
  text-align: center;
}

.phones_header {
  font-size: 13px;
  margin: 0;
  /*display: table;*/
  float: left;
  height: 24px;
  cursor: pointer;
}
.phones_header > p > span {
  font-weight: 600;
  vertical-align: middle;
  display: table-cell;
  height: 24px;
  margin-left: 5px;
}

.time_work {
  font-size: 13px;
  color: #333;
  height: 24px;
  font-weight: 600;
  margin:0 0 0 20px;
}

.time_work p {
  display: table-cell;
  height: 24px;
  vertical-align: middle;
}

.wrapper_product_hover {
  padding: 0;
  border:0;
  text-align: left;
  background: transparent;
  height: 100%;
}
.product_slider.owl-carousel .owl-item {
  display: block;
}

.left_content .product_slider {
  height: 315px;
}

.left_content .product_slider .product {
  margin-bottom: 0;
  height: 280px;
}

.left_content .product_slider .product .p_description .p_img_href {
  width: 160px;
  margin: 0 auto;
  height: 160px;
}

.product {
  padding: 10px;
  margin: 0;
  border:0;
  /* height: 100%!important; */
}

.product:hover {
  border: none;
  /* padding: 10px; */
}

.left_content .product_slider .product {
  margin-bottom: 10px;
  height: 280px;
}

.left_content .product_slider .product .p_description .p_img_href {
  width: 160px;
  margin: 0 auto;
  height: 160px;
}

.product {
  padding: 0;
  margin: 20px 15px 5px;
  /* height: 100%!important; */
  border-radius: 0;
  /* border-bottom: 1px solid #eee; */
}

.product_slider .product {
  margin-bottom: 15px;
  height: unset;
}

.product .p_description {
  padding: 0;
  width: 100%;
  transition: all .3s;
  position: relative;
  /* border-bottom: 1px solid #eee; */
  background: #fff;
  border: 0;
  box-shadow: 0 0 20px rgba(128, 137, 169, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
}

.product .p_description::before {
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 4.1s;
  transform: scale(1);
  pointer-events: none;
  background: #fff;
  border: 1px solid #eee;
}

.product:hover .p_description::before {
  transform: scale(1.03);
  transition: all 1.2s;
}

.product:hover .p_description {
  /* box-shadow: 0 10px 20px rgba(3,27,78,.1); */
}

.product .p_description .mask {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.product .compare_button, .product .wishlisht_button,
.product:hover .compare_button, .product:hover .wishlisht_button {
  display: inline-flex!important;
  padding: 0;
  margin: 0;
  align-items: center;
}
.product .p_description .mask .compare-wishlist {
  position: absolute;
  right: 5px;
  top: 10px;
  display: flex;
  justify-content: flex-end;
  width: 65px;
  z-index: 100;
}
.product .compare-wishlist a {
  text-decoration: none;
}
.product .compare-wishlist a input[type="checkbox"] + label {
  background: rgba(39, 39, 39, 0.2);
  width: 30px;
  height: 30px;
  color: transparent;
  border-radius: 50%;
  position: relative;
  margin: 0 5px 0 0;
  opacity: 0;
  transition: all .3s;
  overflow: hidden;
}
.product:hover .compare-wishlist a input[type="checkbox"] + label {
  opacity: 1;
}
.product .compare-wishlist a:hover input[type="checkbox"] + label {
  background: rgba(252, 109, 105, 0.7);
  opacity: 1;
}

.product .compare-wishlist a.compare_button:hover input[type="checkbox"] + label {
  background: rgba(var(--sm-second-color-rgb), 0.7);
  opacity: .9;
}
.product .compare-wishlist a input[type="checkbox"] + label:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z'%3E%3C/path%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top:50%;
  left:50%;
  margin: 0;
}
.product .compare-wishlist a.compare_button input[type="checkbox"] + label:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M434.8 137.6L285.4 69.5c-16.2-7.4-42.7-7.4-58.9 0L77.2 137.6c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.6-8 17.6-21.1 0-29.1zM225.2 375.2l-99.8-45.5c-4.2-1.9-9.1-1.9-13.3 0l-34.9 15.9c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.6-8 17.6-21.1 0-29.1l-34.9-15.9c-4.2-1.9-9.1-1.9-13.3 0l-99.8 45.5c-16.9 7.7-44.7 7.7-61.6 0z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M434.8 241.6l-31.7-14.4c-4.2-1.9-9-1.9-13.2 0l-108 48.9c-15.3 5.2-36.6 5.2-51.9 0l-108-48.9c-4.2-1.9-9-1.9-13.2 0l-31.7 14.4c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.7-8 17.7-21.1.1-29.1z'%3E%3C/path%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.product .compare-wishlist a input[type="checkbox"]:checked + label,
.product .compare-wishlist a.compare_button input[type="checkbox"]:checked + label {
  opacity: 1;
  background: rgba(252, 109, 105, 0.7);
}
.product .compare-wishlist a.compare_button input[type="checkbox"]:checked + label {
  background: rgba(var(--sm-second-color-rgb), 0.7);
}
.product .p_description .price-box {
  left: 10px;
  bottom: 10px;
  position: absolute;
  width: calc(100% - 20px);
}

.product .p_description .open-product-mini {
  width: 26px;
  height: 26px;
  opacity: 0;
  line-height: 1;
  border-radius: 20px;
  display: flex;
  text-align: center;
  background: #212121;
  justify-content: center;
  align-items:  center;
  transition: opacity 0.3s;
  cursor: pointer;
}
.product:hover .p_description .open-product-mini {opacity: 0.8;}
.product .p_description .open-product-mini:hover {opacity: 0.7;}

.product .p_description .open-product-mini svg {
  font-size: 18px;
  fill: #fff;
  pointer-events: none;
}

.product .p_description .mask .buy-button-mask {
  opacity: 1;
  float: left;
  position: relative;
  z-index: 2;
  margin-right: 5px;
  max-width: calc(100% - 31px);
  transition: opacity 0.3s;
}

.product .p_description .mask .added2cart .remove-from-cart {
  background: #23c7a9;
  height: 26px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  border: 0;
}

.product .p_description .mask .added2cart .remove-from-cart:hover {
  opacity: 1;
  background: rgba(35, 199, 169, 0.6);
}

.product .p_description .mask .added2cart .remove-from-cart svg {
  font-size: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 3px;
  fill: #fff;
  padding-top: 2px;
}

.product:hover .mask .compare-wishlist button label  {
  opacity: 1;
  background: rgba(162, 162, 162, 0.3);
}

.product .p_description .old-price-label {
  left: 0;
  z-index: 1;
  background: transparent;
  color: var(--sm-text-color);
  opacity: 0.5;
  cursor: default;
  overflow: hidden;
  height: 20px;
  float: right;
  line-height: 20px;
  box-shadow: none;
  padding: 0 0 0 10px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: line-through;
}

.product .p_description .old-price-label ~ .price > span {
  color: #0cc159;
  color: #23c7a9;
  font-weight: 700;
}
.product .p_description .old-price-label .ccp {
  font-weight: inherit;
}

.slider_product_card .product_label,
.product_list .product_label,
.product .product_label {
  border-radius: 20px;
  padding: 0 15px;
  width: auto;
  top: 10px;
  left: 10px;
  right: auto;
  border: 0;
  color: #ffffff;
  text-transform: capitalize;
  cursor: default;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  z-index: 1;
  font-weight: 600;
  font-family: 'Open Sans', Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_label.label1 {background-color: #4789ff;}
.product_label.label3 {background-color: #eab55f;padding-left: 10px;}

.product_label.label3::before {
  content: '';
  display: inline-flex;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23fff' d='M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM405.8 317.9l27.8 162L288 403.5 142.5 480l27.8-162L52.5 203.1l162.7-23.6L288 32l72.8 147.5 162.7 23.6-117.7 114.8z'%3E%3C/path%3E%3C/svg%3E");
}

.product_label.label1::before,
.product_label.label2::before,
.product_label.label3::before {
  display: inline-block;
}

.p_main-info {
  padding: 10px 15px 30px 15px;
}

.product_page .slider_product_card {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
}

.product_page .slider_product_card {
  padding: 20px;
}

.product_page .additional_images2 .item img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.product_page .product-info-render {
  border: 0;
  border-right: 1px solid #eee;
  display: inline-block;
}

.product_page .p_sticky-image {
  border: 0;
  z-index: 1;
  display: block;
}

.product_page .p_tabs {
  border-right: 1px solid #eee;
  border-left: 0;
  border-bottom: 0;
  display: inline-block;
  padding: 0;
}

.product_page .p_tabs .content {
  padding: 20px 30px 10px;
}

.product_page .p_tabs .pag {
  padding-bottom: 20px;
}

.product_page .p_tabs .pag:last-of-type {
  padding: 0;
}

.product_page .p_tabs .pag .pag_header {
  margin: 0;
  font-size: 21px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid transparent;
  padding: 10px 0 10px 0;
}

.product_page .p_tabs .pag .char {
  border: 0;
}

/*.product_page .product_slider {*/
  /*position: inherit;*/
/*}*/

.product_page .product_slider .owl-controls {
  width: 100%;
  right: 0;
  top: 50%;
  margin: 0;
  position: absolute;
  opacity: 0.7;
  display: inline-block;
}

.product_page .product_slider .owl-controls .owl-nav .owl-next,
.product_page .product_slider .owl-controls .owl-nav .owl-prev {
  margin-right: -27px!important;
  width: 30px;
  height: 30px;
  color: #8089a9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_page .product_slider .owl-controls .owl-nav .owl-prev {
  margin-left: -27px!important;
}

#tab-characteristics {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

.product_page .prod_buy_buttons {
  margin-top: 40px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.product_page .additional_images2 .owl-controls {
  display: none;
}

.product_page .additional_images2 .thumbs_row {
  padding: 0 15px;
}

.product_page .additional_images2 .thumbs div.active {
  border: 0;
  opacity: 1;
}

.product_page .additional_images2 .thumbs div {
  padding: 0 5px;
}

.product_page .additional_images2 .thumbs div img {
  border: 0;
}

.product-main-info {
  /*display: inline-block;*/
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  -webkit-box-shadow: 0 0 20px rgba(43,45,56,.08);
  box-shadow: 0 0 20px rgba(43,45,56,.08);
  margin-bottom: 30px;
}

.product-main-info .product_labels {
  top: 10px;
  right: 10px;
}

.product-main-info .slider_product_card .product_label,
.product-main-info .product_list .product_label,
.product-main-info .product .product_label {
  left: 0;
}

#sync1 .item {
  height: auto;
  line-height: 1;
  padding: 20px;
}

.bottom_xs_menu {
  display: none;
  width: 100%;
  height: 50px;
  background: #fff;
  position: fixed;
  border-top: 1px solid #eee;
  bottom: 0;
  z-index: 2147483646;
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(3,27,78,.05);
}

.bottom_xs_menu .menu_list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.bottom_xs_menu .menu_list .list_item {
  width: 20%;
  color: #999;
  text-align: center;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-decoration: none;
}

.bottom_xs_menu .menu_list .list_item:hover {color: var(--sm-link-color);}
.bottom_xs_menu .menu_list .list_item svg {fill:#999; transition: all 0.3s;}
.bottom_xs_menu .menu_list .list_item:hover svg {fill: var(--sm-link-color);}
.bottom_xs_menu .menu_list .list_item.active {color: var(--sm-link-color);}
.bottom_xs_menu .menu_list .list_item.active svg {fill: var(--sm-link-color);}
.bottom_xs_menu .menu_list .list_item.active .title {font-weight: 700;}

.p_main-info .p_info_item .title {
  font-size: 13px;
  color: var(--sm-text-color);
  line-height: 1;
  display: inline-block;
  cursor: default;
  font-weight: 700;
  text-align: center;
  letter-spacing: .05em;
  position: relative;
  text-transform: uppercase;
}

.short-description p {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}

.short-description,
.prod_attributes_div {
  margin-top: 5px;
}

.attr_select .prod_options tbody tr > td:last-of-type {
  display: inline-block;
  width: 50%;
}

.attr_select .prod_options tbody tr td.left_td {
  display: inline-block;
  margin-right: 10px;
}

.attr_select,
.prod_attributes_div > div {
  margin-bottom: 0;
  line-height: 1.7;
}

.p_attr_text,
.short-description {
  padding:0;
  margin-bottom: 30px;
}
.attr_select .selectize-control, .attr_select select {
  min-width: 50%;
}

.mainpage-categories-tabs .nav-tabs li span.count {
  opacity: 0.6;
  font-size: 13px;
  color: var(--sm-text-color);
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
  margin-left: 5px;
}

.header-actions {
  display: flex;
  float: right;
}

.wishlist-compare-box {
  float: left;
  display: inline-flex;
  /* border-left: 1px solid #eee; */
}

.p_tabs .content {
  padding: 10px 0;
}

.p_tabs .tab-pane {
  padding: 0;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.p_tabs .content .char-left {
  width: 30%;
  padding: 5px 0;
  border-bottom: 0;
  position: relative;
  color: #999;
  font-weight: normal;
}

.p_tabs .content .char-left > span {
  padding-right: 15px;
  background: #fff;
  position: relative;
}

.p_tabs .content .char-left::before {
  content: '';
  display: inline-block;
  width: calc(100% - 20px);
  height:1px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 15px;
}

.p_tabs .content .char-right {
  padding: 5px 0;
  border-bottom: 0;
  font-weight: 600;
}

.p_tabs .nav-tabs {
  margin: 0;
  text-align: center;
  display: block;
  position: relative;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  text-transform: unset;
  border-top: 1px solid #f4f5fb;
  background: #f9faff;
  border-radius: 0;
}

.p_tabs .nav-tabs>li {
  float: unset;
  margin-bottom: 0;
  display: inline-block;
}

.p_tabs .nav-tabs li a {
  cursor: pointer;
  margin: 0;
  background: #f4f5fb;
  padding: 12px 15px;
  font-size: 13px;
  color: var(--sm-text-color);
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: .05em;
  transition: all 0.3s;
  border-radius:0;
  background: transparent;
  border-bottom: 3px solid transparent!important;
  border-top: 3px solid transparent!important;
  font-family: 'Open Sans', sans-serif;
}

.p_tabs .nav-tabs > li > a:focus,
.p_tabs .nav-tabs > li > a:hover {
  background: transparent;
  border-bottom: 3px solid #e8e9f2!important;
}

.p_tabs .nav-tabs>li>a .nobold {
  font-weight: 400;
  font-size: 13px;
}

.p_tabs .nav-tabs>li.active>a,
.p_tabs .nav-tabs>li.active>a:focus,
.p_tabs .nav-tabs>li.active>a:hover {
  color: var(--sm-text-color);
  border-bottom: 3px solid #e8e9f2!important;
  background: #e8ecff;
}

.product .p_description .mask .preview-buy-button {
  width: 100%;
  height: 26px;
  opacity: 0;
  box-shadow: none;
  padding: 3px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  font-size: 12px;
  /* text-transform: uppercase; */
  background-color: var(--sm-link-color);
  border-radius: 20px;
}

.product:hover .mask .preview-buy-button {
  opacity: 1;
}

.product .p_description .mask .added2cart {
  background-color: #23c7a9;
  padding: 0 15px;
  height: 26px;
  line-height: 26px;
  border-radius: 20px;
  opacity: 1;
  font-size: 12px;
  box-shadow: none;
  display: flex;
  align-items: center;
}

.product .mask .buy-button-mask .added2cart:hover {
  opacity: 0.9;
}

.product .p_description .p_img_href {
  width: 100%;
/*  height: 220px;
  line-height: 1; */
  display: block;
  overflow: hidden;
  border-radius: 0;
  text-align: center;
}

.product:hover .p_description {
  box-shadow: 0 10px 20px rgba(3,27,78,.06);
}

.product:hover .p_description .p_img_href {
  /* transform: scale(1.03); */
}

.product .wrapper_product_hover .p_img_href img {
  margin: 0;
  padding: 10px;
  width: auto;
  height: auto;
  max-width: 100%; 
  /*max-height: 100%;*/
  object-fit: contain;
  max-height: unset;
}
.product .wrapper_product_hover.object_fit .p_img_href img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product .p_description .stock-label {
  padding: 0;
  font-size: 12px;
  color: #3dc754;
  font-weight: 700;
  text-transform: uppercase;
}

.product .p_description .product_preview-info {
  /* display: flex; */
  justify-content: left;
  flex-direction: column;
}

.product .p_description .product_preview-info .category-text {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 0 5px 0 0;
  float: left;
  position: relative;
  white-space: nowrap;
  /* text-overflow: ellipsis; */
  padding: 1px 10px 2px;
  border-radius: 30px;
  background: rgba(188,199,209,.91);
}

.product .p_description .product_preview-info .category-text::after {
  content: '';
  display: none;
  position: absolute;
  background: linear-gradient(to left, #c2ccd5, transparent);
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
}

.product .p_description .product_preview-info .categories-tags {
  display: inline-block;
  overflow: hidden;
  height: 19px;
  width: 100%;
}

.product .p_description .product_info_render {
  /* background: #fff; */
  position: relative;
  padding: 20px 15px 20px;
  transition: all 0.3s;
  box-shadow: none;
}
.left_block .product .p_description .product_info_render {
  padding: 20px 15px 0;
}
.product:hover .p_description .product_info_render {
  /* box-shadow: 0 10px 20px rgba(3,27,78,.06); */
}

.new_old_price {
  padding: 0;
  margin: 0 0 10px 0;
  display: block;
  float: left;
}

.p_description .p_list_model {
  padding:0!important;
}

.p_description .art {
  padding: 20px 30px 0;
  display: inline-block;
  width: 100%;
  float: left;
}

.new_old_price .price {
  
float: left;
}

.price {
  margin: 0;
  height: auto;
  display: unset;
  /* min-width: 60px; */
  white-space: nowrap;
}

.price > span {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--sm-text-color);
}

.ccp {
  font-size: 100%;
  font-weight: 600;
  margin-right: 1px;
  text-transform: uppercase;
}
.cat_name>span.counter {
  float: right;
}
.product:hover .wrapper_product_hover {
  top: 0;
  border:0;
  background: transparent;
  /* position: absolute; */
}

.product .compare-button {position: relative;}

.product .compare-button .custom-tooltip {
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  position: absolute;
}

.product .product_hover {
  border-radius: 0;
  background: transparent;
  height: 100%;
}

.product_slider .product .model_product {
  white-space: normal;
}

.product .model_product {
  height: 28px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  color: var(--sm-text-color);
  padding: 0;
  margin: 0;
  line-height: 28px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.product .product_info_render a { color: var(--sm-link-color) }

.product .product_info_render .full-name {
  display: none;
  position: absolute;
  /* height: 100px; */
  background: red;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
  padding: 0;
  width: 100%;
  left: 1px;
  top: 20px;
  margin: 0;
  text-align: center;
  white-space: normal;
  z-index: 1;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
}

.product .model_product:hover ~ .full-name {
  /*display: block;*/
}

.product:hover .model_product {
  height: 28px;
  /*min-height: 48px;*/
}

.product:hover .model_product:hover {
  color: var(--sm-text-color);
}

.product:hover .model_product .listing_attrs {
  display: none;
}

/*.row_catalog_products .col_product form {*/
  /*z-index: 1;*/
  /*position: relative;*/
/*}*/

.row_catalog_products {
  display: inline-block;
  width: 100%;
}

.product-info-drugie-block {
  margin-top: 30px;
  position: relative;
}

.owl-theme .owl-controls .owl-nav svg {
  display: inline-block;
  /*font-family: "Ionicons";*/
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  font-size: 22px;
  display: block;
  line-height: 30px;
  width: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
  margin-left: -25px;
  top: 50%;
}

.owl-theme .owl-controls .owl-nav .owl-next {
  margin-right: -25px;
  top: 50%;
}

#sidebar-left .owl-theme .owl-controls .owl-nav .owl-prev {margin-left: -2px;}
#sidebar-left .owl-theme .owl-controls .owl-nav .owl-next {margin-right: -5px;}

/*.owl-theme .owl-controls .owl-nav .owl-next i::before {content: "\f3d1"!important;  }*/
/*.owl-theme .owl-controls .owl-nav .owl-prev i::before {content: "\f3cf"!important;  }*/

.category .row_catalog_products {
  padding: 0;
  margin: 0 -10px 30px -10px;
}

.row_catalog_products .col_product {
  padding:0;
}

.left_block {
  margin: 0 0 30px 0;
  background: #fff;
  border: 1px solid #ECECEC;
  box-shadow: 0 5px 20px rgba(3,27,78,.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.left_block .content {
  padding: 10px 15px;
}


.left_block .row_catalog_products {
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.products-slider-block .row_catalog_products,
.products-grid-block .row_catalog_products {
  /*border-left: 1px solid #eee;*/
  /*border-top: 1px solid #eee;*/
  /* margin: 0 -10px; */
}

.products-grid-block .like_h2 {
  /*border: 1px solid #e5e8ed;*/
  /*background: #fff;*/
  /*width:calc(100% - 1px);*/
  /*-webkit-border-radius: 5px;*/
  /*-moz-border-radius: 5px;*/
  /*border-radius: 5px;*/
  /*margin: 0;*/
  /*font-size: 13px;*/
  /*color: #888;*/
  /*line-height: 1;*/
  /*display: block;*/
  /*padding: 15px;*/
  /*cursor: default;*/
  /*font-weight: 700;*/
  /*text-align: center;*/
  /*letter-spacing: .05em;*/
  /*position: relative;*/
  /*user-select: none;*/
  /*-ms-user-select: none;*/
  /*-moz-user-select: none;*/
  /*-webkit-user-select: none;*/
  /*text-transform: uppercase;*/
  /*box-shadow: 0 2px 4px rgba(3,27,78,.06);*/
}

#owl-frontslider .owl-nav .owl-next,
#owl-frontslider .owl-nav .owl-prev {
  border-radius: 3px;
  padding: 2px 3px;
  line-height: 1;
  cursor: pointer;
  display: table;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.55);
  width: 30px;
  height: 30px;
  margin: 0;
}

#owl-frontslider .owl-nav .owl-next {right: 16px;}
#owl-frontslider .owl-nav .owl-prev {left: 10px;}


#carousel-custom-dots {
  bottom: -30px;
}

#carousel-custom-dots .owl-dot {
  color: #333;
}
#carousel-custom-dots.owl-dots li svg.fa-circle, #carousel-custom-dots.owl-dots li svg.fa-circle-o {
  font-size: 14px;
  width: 14px;
  height: 14px;
  fill: var(--sm-text-color);
}
.five-per-row .like_h2 {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #888;
  line-height: 1;
  display: block;
  padding: 15px;
  cursor: default;
  font-weight: 700;
  text-align: center;
  letter-spacing: .05em;
  position: relative;
  box-shadow: none;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}
.accordion {
  padding: 0;
  margin: 0;
  border: 1px solid #222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.filter_box {
  padding:0;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e4e6f2;
  border: 0;
  -webkit-box-shadow: 0 0 20px rgba(43,45,56,.08);
  box-shadow: 0 0 20px rgba(43,45,56,.08);
}
.filter_box .filter_box_in {
  width: 100%;
  display: inline-block;
}
.filter_box .sidebar-box-title {
  border-bottom: 1px solid #eee;
}
.filter_box .filter_accordion {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.filter_box .filter_accordion:last-of-type {
  border: 0;
}
.filter_box .filter_heading {
  display: flex;
  width: 100%;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  border: 0;
  cursor: pointer;
  line-height: 22px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0;
}
.filter_accordion .filter_heading:after,
.filter_accordion .filter_heading.collapsed:after {
  display: inline-block;
  content: '';
  opacity: 0.6;
  transition: opacity 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23aaa' d='M256 294.1L383 167c9.4-9.4 24.6-9.4 33.9 0s9.3 24.6 0 34L273 345c-9.1 9.1-23.7 9.3-33.1.7L95 201.1c-4.7-4.7-7-10.9-7-17s2.3-12.3 7-17c9.4-9.4 24.6-9.4 33.9 0l127.1 127z'%3E%3C/path%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
}
.filter_accordion .filter_heading:hover::after {
  opacity: 1;
}

.filter_accordion .counter_attr_products {
  color: #bbb;
  margin-left: 5px;
  /* float: right; */
  line-height: 18px;
}

.filter_box .filter_box_in .dipcen {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.attrib_divs input[type="checkbox"] + span,
.attrib_divs input[type="checkbox"] + label:before,
.attrib_divs input[type="checkbox"]:checked + span,
.attrib_divs input[type="checkbox"]:checked + label:before {
  margin: 0;
  transform: translate3d(0px,-1px,0);
}

.filter_box .dipcen .filter_heading {
  border: 0;
  padding: 0;
  margin: 0;
  cursor: default;
}
.filter_cont .filter_heading::before {
  content: unset;
}
.filter_box .attrib_divs {
  /* border-bottom: 1px solid #eee; */
  /*padding: 0 0 10px;*/
}

.filter_box .attrib_divs .item:first-of-type {
  margin-top: 10px;
}

.attrib_divs label {
  font-size: 13px;
  line-height: 1.5;
  color: var(--sm-text-color);
  position: relative;
  transition: color 0.3s;
  padding-left: 20px;
  /* width: 100%; */
  margin: 0 0 7px 0;
  text-transform: capitalize;
}

.attrib_divs label::before {
  position: absolute;
  left: 0;
}

.attrib_divs label:hover {
  color: var(--sm-link-color);
}

#slider-range .ui-slider-handle {
  margin: 0;
  cursor: pointer;
  outline: none;
  top: -6px;
  transform: translateX(-14px);
  z-index: 1;
}

#slider-range .ui-slider-handle:last-of-type{
  transform: translateX(0);
  border: none;
  background: transparent;
}
#slider-range .ui-slider-handle:first-of-type {
  border: none;
  background: transparent;
}
.slider-range-form .slider-to,
.slider-range-form .slider-from {
  position: relative;
  width: calc(50% - 3px);
}

.slider-range-form {
  float: right;
  padding-left: 5px;
  width: 108px;
}

.price_fltr {
  /*position: absolute;*/
  margin: 0 0 0 5px;
  font-size: 13px;
  color: var(--sm-text-color);
  text-transform: uppercase;
}

.dipcen .slider-from input,
.dipcen .slider-to input {
  text-align: right;
  width: 100%;
  height: 22px;
  margin: 0;
  padding: 0 3px 0 0;
  font-weight: 700;
  color: var(--sm-text-color);
  border:0;
  font-size: 13px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.dipcen .slider-to input {
  text-align: left;
  padding: 0 0 0 3px;
}

.slider-range-form input:focus,
.slider-range-form input:hover {
  border-color: #eee;
}

.dipcen .divider {
  width: 6px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  float: left;
  display: inline-block;
  /*position: absolute;*/
  /*left: -3px;*/
}

aside .ui-slider-horizontal {
  position: relative;
  cursor: pointer;
  height: 2px;
  margin: 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ededed;
  width: calc(100% - 28px);
  left: 14px;
  float: left;
}

aside .ui-slider-horizontal:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 2px;
  left: -14px;
  position: absolute;
  background: #ededed;
}

#slider-range .ui-slider-handle:first-of-type::before {
  content: '';
  background: #ffffff;
  border: 2px solid var(--sm-link-color);
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(3,27,78,.06);
}

#slider-range .ui-slider-handle:last-of-type::before {
  content: '';
  background: #ffffff;
  border: 2px solid var(--sm-link-color);
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(3,27,78,.06);
}

.title-breadcrumbs {
  text-align: left;
  margin: 50px 0 100px;
}


.product_page .topical-categories,
.product_page aside.product-aside {display: none;}

  /*.product_page .title-breadcrumbs {*/
.title-breadcrumbs {
  margin: 15px;
  width: calc(100% - 30px);
  height: 32px;
  line-height: 32px;
  background: #fff;
  /* border: 1px solid #e4e6f2; */
  box-shadow: 0 5px 20px rgba(3,27,78,.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.title-breadcrumbs .category_heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  position:relative;
  display: inline-block;
  z-index:1;
}

.breadcrumb {
  font-size: 13px;
}

aside .box-category {
  border: none;
  width: 100%;
  display: inline-block;
  box-shadow: none;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  /* border: 1px solid #e4e6f2; */
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(43,45,56,.12);
  box-shadow: 0 0 20px rgba(43,45,56,.12);
}

aside .box-category ul, .list-item {
  margin: 0;
}

.sidebar-box-title {
  font-size: 13px;
  color: var(--sm-text-color);
  display: block;
  padding: 15px;
  cursor:default;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
  letter-spacing: .05em;
  background-color: #f9faff;
  border-bottom: 1px solid #eee;
}

aside .box-category ul > li {
  /*height: 48px;*/
  display: block;
  margin: 0;
}

aside .box-category > ul > li {
  border-bottom: 1px solid #eee;
  color: var(--sm-text-color);
  background-color: #fff;
}

aside .box-category .sidebar-box-title {
  background-color: #f9faff;
}

aside .box-category ul > li > a {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 15px;
  border: 0;
  /*height: 48px;*/
  display: block;
  transition: all .3s ease;
  width: 100%;
  color: var(--sm-text-color);
  background: transparent;
  border-top: 1px solid transparent;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

aside .box-category ul > li > a:last-of-type {
  border-radius: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

aside .box-category ul > li > a.cutom-parent.active {
  /*border-top: 1px solid #555;*/
  /*color: var(--sm-link-color);*/
  color: #2b2d38;
}

aside .box-category > ul > li ul {
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  /* border-bottom: 1px solid #555; */
}

aside .box-category .cutom-parent-li > ul > .cutom-parent-li ul > li > a {
  padding-left: 50px;
}

aside .box-category .cutom-parent-li ul > li > a ~ .down {top: 6px;}

aside .box-category .cutom-parent-li ul > li > a {
  height: 40px;
  padding: 0 10px 0 30px;
  line-height: 40px;
}

aside .box-category > ul > li ul::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 0;
  width: 1px;
  height: calc(100% - 18px);
  background: #e5e7ef;
  z-index: 1;
  transition: background 0.3s;
}

aside .box-category > ul > li ul li ul::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 0;
  width: 1px;
  height: calc(100% - 18px);
  background: #e5e7ef;
  transition: background 0.3s;
  z-index: 1;
}

aside .box-category > ul > li > ul > li > a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 21px;
  width: 10px;
  height: 1px;
  background: #e5e7ef;
  z-index: 1;
  transition: background 0.3s;
}

aside .box-category > ul > li > ul > li ul > li a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 21px;
  width: 10px;
  height: 1px;
  background: #e5e7ef;
  z-index: 1;
  transition: background 0.3s;
}

aside .box-category > ul > li > ul > li > a.active ~ ul li a::before,
aside .box-category > ul > li ul li a.active ~ ul::before,
aside .box-category > ul > li > ul > li > a.active::before {background: #8189a9;}

aside .box-category > ul a.active:hover ~ ul::before,
aside .box-category > ul a.active:hover ~ ul > li > a::before,
aside .box-category > ul > li > ul > li:hover a::before {background: #8189a9;}


aside .box-category .cutom-parent-li ul > li > a:hover {
  background: #f5f6fb;
}
aside .box-category ul > li > a.cutom-parent.active ~ .down .icon {
 transform: rotate(-180deg);
}

aside .box-category ul > li > a:hover {
  color: var(--sm-link-color);
  background: #f5f6fb;
}

aside .box-category li > a.active {
  color: var(--sm-text-color);
  background: transparent;
}

aside .box-category .down {
  border-radius: 2px;
  padding: 3px;
  /* margin: -3px -6px 0 0; */
  cursor: pointer;
  opacity: 0.6;
  position: absolute;
  right: 10px;
  top: 8px;
  display: flex;
  align-items: center;
  color: #aaa;
  transition: all 0.3s;
  background: transparent;
}
aside .box-category .down svg,
aside .box-category .down:hover svg {
  fill: var(--sm-text-color);
  transform: none!important;
}
aside .box-category .down:hover {
  background: #ecf0f9;
}

.left_block h2,
.left_feature h2,
.left_content .articles .like_h2 {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: var(--sm-text-color);
  line-height: 1;
  display: block;
  padding: 15px;
  cursor: default;
  font-weight: 700;
  text-align: left;
  border-radius: 5px 5px 0 0;
  letter-spacing: .05em;
  position: relative;
  background-color: #f9faff;
  border-bottom: 1px solid #eee;
}

.bn_sidebar {
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.bn_sidebar > iframe {
  max-width: 100%;
  float: left;
}

.view-all-btn {
  top: 11px;
  right: 11px;
  color: #6980b3;
  position: absolute;
}
.view-all-btn svg {
  fill: rgba(var(--sm-second-color-rgb), 0.7);
}
.view-all-btn:hover svg {
  fill: var(--sm-text-color);
}
.left_content .articles {
  background: #fff;
  margin-bottom: 30px;
  display: inline-block;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* border: 1px solid #e4e6f2; */
  -webkit-box-shadow: 0 0 20px rgba(43,45,56,.12);
  box-shadow: 0 0 20px rgba(43,45,56,.12);
}

.left_content .articles nav {
  border-top: none;
}

.left_content .articles nav > ul {
  display: inline-block;
  margin: 0 0 10px 0;
  float: left;
}

.left_content .articles nav > ul > li {
  padding: 0;
  float: left;
  width: 100%;
  display: inline-block;
  border-bottom: none;
}

.left_content  .articles nav > ul > li > a > span {
  color: var(--sm-text-color);
  font-size: 13px;
  padding:0;
  margin:0;
  padding-left: 50px;
}

.left_content .articles nav > ul > li > a > img {
  float: left;
  margin-right: 10px;
}

.left_content .articles nav > ul > li > a {
  font-size:13px;
  margin:0;
  font-weight: 600;
  padding: 17px 15px;
  transition: all .3s;
}

.left_content .articles nav > ul > li:last-of-type a {
  border-bottom: none;
}

.left_content .articles nav > ul > li > a:hover {
  padding: 17px 15px;
  background: #f5f5f5;
}

.left_content .how_know_for_us {
  margin: 0 0 30px;
  background: #fff;
}

.left_content .how_know_for_us .like_h3 {
  position: relative;
  margin: 0;
  line-height: 1.2;
  color: #fff;
  background: #ffb300;
  background: var(--sm-link-color);
  text-shadow: none;
  border-radius: 5px 5px 0 0;
  font-size: 13px;
  display: block;
  padding: 15px;
  cursor: default;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.how_know_for_us .like_h3:after {
  display: none;
}

.left_content .how_know_for_us .our_variants {
  padding: 25px 20px 20px;
  border-radius: 0 0 5px 5px;
  /* border: 1px solid #e4e6f2; */
  border-top: 0;
  -webkit-box-shadow: 0 0 20px rgba(43,45,56,.12);
  box-shadow: 0 0 20px rgba(43,45,56,.12);
}
.our_variants .btn-default:hover { background: var(--sm-link-color); color: #fff }

.left_content .how_know_for_us label {
  font-size: 13px;
  font-weight: 600;
  color: var(--sm-text-color);
  display: flex;
  margin-bottom: 10px;
}

input[type="radio"]:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23292929' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'%3E%3C/path%3E%3C/svg%3E");
  font-size: 14px;
}

.left_content .how_know_for_us .polls-result {
  margin-top: 10px;
}

.left_content .how_know_for_us .polls-result > span {
  margin-left: 10px;
}

.left_content .how_know_for_us label:hover {
  color: var(--sm-link-color);
  opacity: 1;
}

.left_content .how_know_for_us label:hover +

.left_content .how_know_for_us input[type="checkbox"] + label:before,
.left_content .how_know_for_us input[type="radio"] + label:before {
  margin-right: 10px;
  /* color: #e2e2e2; */
}

#manufacturers .owl-prev, #manufacturers .owl-next {
  position: absolute;
  margin: 0;
  transform: translateY(-50%);
}

.small_slider a img {
  max-height: 42px;
}

.top_footer {
  background: var(--sm-bg-footer);
  color: #8189a9;
  padding: 50px 0 0 0;
  border-top: 1px solid #e4e6f2;
}

.top_footer h3 {
  font: 700 18px 'Open Sans', Helvetica, sans-serif;
  color: #fff;
  /* opacity: 0.5; */
  text-transform: uppercase;
}

.contacts_info_footer {
  margin-top: 50px;
}

.contacts_info_footer p,
.contacts_info_footer a {
  font-size: 13px;
  color: var(--sm-link-color);
}


.top_footer ul > li {
  display: block;
}

.top_footer ul > li > a {
  color: var(--sm-link-color);
  display: inline-block;
  margin:0;
  padding: 6px 0;
  font-weight: 300;
}

.top_footer ul > li > a:hover {
  opacity: 0.7;
  color: #8189a9;
  text-decoration: none;
}

.top_footer ul > li a.active {
  color: #8189a9;
  opacity: 1;
  font-weight: 600;
  text-decoration: none;
}

.top_footer ul > li a.active:hover {
  text-decoration: underline;
}

.top_footer ul > li a:before {
  width: 4px;
  height: 4px;
  /*background: #999;*/
  background: transparent;
  border-radius: 4px;
  border: 0;
  margin:0;
  transform: translate(0, -50%);
}

.top-footer-section {

}

.row_menu_contacts_footer {
  border-bottom: none;
  padding-bottom: 50px;
}

.subscribe_news {
  padding: 0;
  border-bottom: 0;
}

.subscribe_news .form_subscribe_input {
  background: #e8e9f2;
  border: #e8e9f2;
  color: #8089a9;
  font-weight: 600;
}

.subscribe_news .form_subscribe_news {
  position: relative;
}

.subscribe_news button {
  padding: 0;
  height: 36px;
  /* width: 40px; */
  position: absolute;
  right: 10px;
  top: 0;
  color: #8089a9!important;
  font-size: 13px;
  line-height: 28px;
  font-weight: normal;
  background: transparent;
  border: 0;
  transition: all 0.3s;
}

.subscribe_news button:hover {
  border:0;
  color: var(--sm-link-color)!important;
}

.subscribe_news button svg {
  fill:#8089a9;
  transition: all 0.3s;
  margin: -4px 5px 0 0;
  font-size: 16px;
}
.subscribe_news button:hover svg {
  fill: var(--sm-link-color);
}
.footer-social {
  padding-top: 40px;
}

.footer-social .title {
  float: left;
}

.social_group_footer {
  float: right;
}

.social_group_footer a {
  float: right;
  margin: 0 20px;
  font-size: 16px;
}

.social_group_footer a:first-of-type {
  margin-right: 0;
}

.social_group_footer a:last-of-type {
  margin-left: 0;
}

.social_group_footer a svg {
  fill: #8189a9;
  transition: all 0.3s;
}

.social_group_footer a:hover svg {
  fill: #cacbde;
}

.footer-sitemap {display:block;}

.footer-sitemap a {
  color: var(--sm-link-color);
  display: inline-block;
  margin: 0;
  font-size: 14px;
  padding: 6px 0;
  font-weight: 300;
}

.footer-sitemap a:hover,
.footer-sitemap a:focus {
  color: #8189a9;
  opacity: 0.7;
  text-decoration: none;
}

.bottom_footer {
  padding: 20px 0 35px;
  border-top: 1px solid #e4e6f2;
}

.money_systems li {
  margin-right: 10px;
  padding:0;
  transition: all 0.3s;
  /* -webkit-filter: grayscale(50%); */ /* Safari 6.0 - 9.0 */
  /* filter: grayscale(50%); */
}

.money_systems li:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.money_systems li:last-of-type {
  margin-right: 0;
}

.money_systems ul li img {
  max-height: 40px;
}

.copyright {

}

.copyright a:hover {
  color: #fff;
}

.copyright a,
.copyright p {
  font-size: 13px;
  color: var(--sm-text-color);
  /* opacity: 0.7; */
}

.link_webstudio p {
  color: var(--sm-text-color);
  opacity: 1;
}

.link_webstudio a {
  color: var(--sm-link-color);
  /* opacity: 0.8; */
  font-weight: 600;
}

.link_webstudio a:hover {
  opacity:1;
  color: #8089a9;
  text-decoration: none;
}

.currency_select span {
  color: #8189a9;
}

.account-created-box,
.register-page {
  padding: 0 0 20px 0;
  margin: 100px 0;
}

.account-created-box .header-block,
.register-page .header-block {
  border-bottom: 1px solid #e5e8ed;
  width: 100%;
  margin: 0 0 10px;
  display: block;
  text-align: center;
  position: relative;
}

.account-created-box .header-block h2,
.register-page .header-block h2 {
  font-size: 13px;
  color: #888;
  line-height: 1;
  padding: 15px;
  cursor: default;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  text-transform: uppercase;
  margin: 0;
}

.register-page .header-block .already-user {
  position: absolute;
  right: 15px;
  top: 8px;
  text-transform: uppercase;
}

.register-page .input-block {
  margin: 10px 0;
  display: inline-block;
}
.register-page .selectize-input {
  border: 1px solid #e1e5ed;
}

.account-created-box .content {
  padding: 15px;
}

.login-page-box h2 {
  font-size: 13px;
  color: #888;
  line-height: 1;
  padding: 15px;
  cursor: default;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #eee;
}


.login-page-box {
  margin: 80px 0;
  border-radius: 5px;
}

.login-register-link .content,
.login-already-registered .content {
  padding: 15px;
}

.login-already-registered .content {
  border-left:1px solid #eee;
}

.login-already-registered h2 {
  background: #488aff;
  color: #fff;
  border-radius: 0 5px 0 0;
}

.login-register-link h2 {
  border-radius: 5px 0 0 0;
  background: #23c7a9;
  color: #fff;
}

.password-forgotten-page h2 {
  font-size: 13px;
  color: #555;
  line-height: 1;
  padding: 15px;
  cursor: default;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.password-forgotten-page .content {
  padding:15px;
}

.form_enter input,
.form-group {
  margin-bottom: 10px;
}

.capcha-box {
  text-align: center;
}

.capcha-box img {
  border-radius: 3px;
  height: 56px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.capcha-box .enter-capha-input {
  text-align: center;
  display: inline-block;
  background: #fff;
  float: left;
  height: 56px;
  border: 1px solid #e1e5ed;
  margin-right: 15px;
  font-size: 18px;
  border-radius: 3px;
  width: 112px;
  font-weight: 600;
  letter-spacing: .05em;
  color: #777;
}

.capcha-box .d-flex {
  justify-content: center;
  margin: 10px 0;
}

.capcha-box .submit-button {
  display: flex;
  flex-direction: column;
  justify-content: end;
  flex: auto;
  align-items: center;
}

.capcha-box .submit-button input {
  width: 320px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .12em;
}

.capcha-box .submit-button .newsletter-input label {
  float: left;
  /* width: 120px; */
  border-radius: 3px 0 0 3px;
  padding: 11px 9px;
  background: #f1f1f1;
  color: #999;
  height: 42px;
  margin: 0;
  border: 0;
}

form[name=create_account] input[type=submit] {
  border-radius: 0 3px 3px 0;
}

.capcha-box .submit-button .newsletter-input input[type="checkbox"] + span,
.capcha-box .submit-button .newsletter-input input[type="checkbox"] + label:before {
  color: #ddd;
}

.capcha-box .submit-button .newsletter-input input[type="checkbox"]:checked + span,
.capcha-box .submit-button .newsletter-input input[type="checkbox"]:checked + label:before {
  color: #777;
}

.capcha-box .submit-button .newsletter-input input[type="checkbox"]:checked + label,
.capcha-box .submit-button .newsletter-input input[type="radio"]:checked + label {
  color: #777;
}

.capcha-box .submit-button small {
  text-align: center;
  display: block;
  color: #bfc2c8;
  font-size: 11px;
  font-weight: 600;
  max-width: 400px;
  margin: 15px auto;
}

.capcha-box .enter-capha-input::-webkit-input-placeholder {
  color: #aaa;font-size: 18px;font-weight: normal;} /* Chrome/Opera/Safari */
.capcha-box .enter-capha-input::-moz-placeholder {
  color: #aaa;font-size: 18px;font-weight: normal;} /* Firefox 19+ */
.capcha-box .enter-capha-input:-ms-input-placeholder {
  color: #aaa;font-size: 18px;font-weight: normal;} /* IE 10+ */
.capcha-box .enter-capha-input:-moz-placeholder {
  color: #aaa;font-size: 18px;font-weight: normal;} /* Firefox 18- */

#comments {
  margin: 0;
}
#comments .paginator .btn-default:hover { color: #fff; background: var(--sm-link-color) }

.add_comment__title h3 {
  font-size: 13px;
  color: var(--sm-text-color);
  margin: 0;
}

.add_comment_box {
  display: inline-block;
  width: 100%;
}

.add_comment_box .comment-skin-body {
  width: 100%;
}

.add_comment_box #enter {
  background: var(--sm-link-color);
  border: none;
  color: #fff;
  border-radius: 20px;
}
.add_comment_box #enter:hover { background: var(--sm-btn-color) }

.add_comment_box .comment_form input[type='text'] {
  font-size: 13px;
  color: #212121;
  margin: 0 0 10px 0;
  height: 28px;
  outline: none;
  border-radius: 4px;
}
.add_comment_box .comment_form textarea {
  font-size: 13px;
  color: #212121;
  outline: none;
  margin: 0;
  border-radius: 4px;
  transition: background 0.3s;
}
.add_comment_box .form-group {
  margin: 0;
}
.open-modalcart-buttom {
  font-size: 13px;
  text-transform: unset;
  font-weight: 600;
  border-radius: 20px;
  background: var(--sm-link-color);
  background: #23c7a9;
  display: inline-block;
  line-height: 28px;
  height: 28px;
  vertical-align: middle;
  padding: 0 15px;
  border: 0;
  float: right;
}
.buy-button {
  display: table;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  border-radius: 5px;
  float: left;
  background: var(--sm-link-color);
}

#buy-button-render {
  font-size: 13px;
  text-transform: unset;
  font-weight: 600;
  border-radius: 20px;
  padding: 0px 15px;
  background-color: var(--sm-btn-color);
  display: inline-block;
  line-height: 28px;
  height: 28px;
  vertical-align: middle;
  border: 0;
}
#buy-button-render:hover { background: var(--sm-link-color) }

.open-modalcart-buttom:focus,
.open-modalcart-buttom:hover {
  border: 0;
  text-decoration: none;
}
.added-to-cart-alert {
  display: none;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  position: fixed;
  top: 60px;
  right: 10px;
  background-color: #dff0d8;
  color: #3c763d;
}

.product-desc-top {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #f4f5fb;
  padding-bottom: 8px;
}

.product-quantity-selector {
  /* float: left; */
  margin-right: 10px;
  display: inline-block;
}

.product-quantity-selector input[type="number"] {
  line-height: 28px;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #eee;
  width: 52px;
  text-align: center;
  padding-left: 15px;
  border-radius: 20px;
  transition: all 0.3s;
}

.quantity-selector-mask {
  float: right;
}

.quantity-selector-mask::before {
  content: '';
  display: none;
  cursor: text;
  background: #fff;
  width: 15px;
  height: 42px;
  float: left;
  border: 1px solid #eee;
  border-right: 0;
}

.product-quantity-selector input[type="number"]:focus,
.product-quantity-selector input[type="number"]:hover {
  padding-left: 2px;
}

.product-quantity-selector .less-button {
  display: table;
  float: left;
  height: 42px;
  background: #fff;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}

.product-quantity-selector .more-button {
  display: table;
  float: unset;
  height: 42px;
  background: #fff;
  border: 1px solid #eee;
  border-left: 0;
  border-radius: 0 5px 5px 0;
}
.product-quantity {
  float: left;
  width: 30px;
  height: 42px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 0;
}

.new_price_card_product {
  margin: 0;
  font-size: 28px;
  /* font-weight: 400; */
}

.art_card_product {
  float: left;
  line-height: 19px;
  margin: 3px 8px 0 0;
  font-size: 13px;
  color: #888;
  border-right: 1px solid #eee;
  padding-right: 10px;
}

.art_card_product span {
   font-weight: 600;
}

.label-class-danger,
.label-class-success {
  float: left;
  line-height: 25px;
  display: flex;
  align-items: center;
  height: 25px;
}

.label-class-danger svg {
  fill: #d88181;
  margin-right: 5px;
  padding-right: 5px;
  font-size: 26px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

.label-class-success svg {
  fill: #6EC642;
  padding-right: 5px;
  font-size: 26px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

.label-class-danger span,
.label-class-success span {
  line-height: 1;
  color: #6EC642;
  font-size: 12px;
  font-weight: 600;
}

.label-class-danger {
  color: #b32e2e;
}

.new_price_card_product:after {
  content: '';
}

.additional_images2 {
  text-align: center;
  padding: 0;
}

.additional_images2 #sync2 {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.header-menu {
  /* display: flex; */
  /* justify-content: center; */
}

.header-right-actions {
  float: right;
}
.container_sheare_compare {
  margin: 0;
  float: left;
}

.container_sheare_compare #compare_wishlist {
  margin: 0;
  height: 25px;
  display: inline-flex;
  align-items: center;
  /* float: right; */
}
.product_list .compare-wishlist {
  display: flex;
  align-items: center;
}
.container_sheare_compare .compare_wishlist a.wishlisht_button,
.container_sheare_compare .compare_wishlist a.compare_button,
.product_list a.wishlisht_button,
.product_list a.compare_button {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  width: 25px;
  height: 25px;
}
.container_sheare_compare .compare_wishlist a:hover,
.container_sheare_compare .compare_wishlist a:focus,
.product_list a:hover, .product_list a:focus {
  text-decoration: none;
}
.container_sheare_compare .compare_wishlist a:first-of-type {
  margin-left: 0;
}
.product_list a.wishlisht_button {
  padding: 0;
}
.container_sheare_compare .compare_wishlist a.wishlisht_button label,
.container_sheare_compare .compare_wishlist a.compare_button label,
.product_list a.wishlisht_button label,
.product_list a.compare_button label {
  background: transparent;
  width: 25px;
  height: 25px;
  color: transparent;
  position: relative;
  margin: 0 5px 0 0;
  transition: all .3s;
  overflow: hidden;
  cursor: pointer;
  align-items: flex-start;
}
.container_sheare_compare .compare_wishlist a.compare_button input[type="checkbox"] + label::before,
.container_sheare_compare .compare_wishlist a.wishlisht_button input[type="checkbox"] + label::before,
.product_list a.compare_button input[type="checkbox"] + label::before,
.product_list a.wishlisht_button input[type="checkbox"] + label::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%233796f6' d='M434.8 137.6L285.4 69.5c-16.2-7.4-42.7-7.4-58.9 0L77.2 137.6c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.6-8 17.6-21.1 0-29.1zM225.2 375.2l-99.8-45.5c-4.2-1.9-9.1-1.9-13.3 0l-34.9 15.9c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.6-8 17.6-21.1 0-29.1l-34.9-15.9c-4.2-1.9-9.1-1.9-13.3 0l-99.8 45.5c-16.9 7.7-44.7 7.7-61.6 0z'%3E%3C/path%3E%3Cpath fill='%233796f6' d='M434.8 241.6l-31.7-14.4c-4.2-1.9-9-1.9-13.2 0l-108 48.9c-15.3 5.2-36.6 5.2-51.9 0l-108-48.9c-4.2-1.9-9-1.9-13.2 0l-31.7 14.4c-17.6 8-17.6 21.1 0 29.1l148 67.5c16.9 7.7 44.7 7.7 61.6 0l148-67.5c17.7-8 17.7-21.1.1-29.1z'%3E%3C/path%3E%3C/svg%3E");
  opacity: .3;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0;
  transition: all .3s;
}
.container_sheare_compare .compare_wishlist a.wishlisht_button input[type="checkbox"] + label::before,
.product_list a.wishlisht_button input[type="checkbox"] + label::before {
  background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff2525' d='M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z'%3E%3C/path%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
}
.container_sheare_compare .compare_wishlist a.compare_button:hover input[type="checkbox"] + label::before,
.container_sheare_compare .compare_wishlist a.wishlisht_button:hover input[type="checkbox"] + label::before,
.container_sheare_compare .compare_wishlist a.compare_button input[type="checkbox"]:checked + label::before,
.container_sheare_compare .compare_wishlist a.wishlisht_button input[type="checkbox"]:checked + label::before,
.product_list a.compare_button:hover input[type="checkbox"] + label::before,
.product_list a.compare_button input[type="checkbox"]:checked + label::before,
.product_list a.wishlisht_button:hover input[type="checkbox"] + label::before,
.product_list a.wishlisht_button input[type="checkbox"]:checked + label::before {
  opacity: 1;
}






.social-widgets {
  float: right;
  display: inline-block;
  border-left: 1px solid #f4f5fb;
  margin-left: 15px;
  padding-left: 10px;
}

.dropdown-share-btn {
  display: inline-block;
  float: right;
  /* width: 200px; */
}

.dropdown-share-btn button {
  border: 0;
  background: #fff;
  color: var(--sm-text-color);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 6px;
  border-radius: 0;
  width: auto;
  transition: all 0.3s;
}

.dropdown-share-btn button:hover {
  color: var(--sm-link-color);
}

.dropdown-share-btn .dropdown-menu,
.dropdown-share-btn.open .dropdown-menu {
  top: 35px;
  min-width: 180px;
  padding-top: 10px;
  border-radius: 0 0 5px 5px;
  margin: 0;
  border: 1px solid #eee;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,0.05), 0px -5px 5px 0 rgba(0, 0, 0, 0.03);
}

.dropdown-share-btn input.product_link {
  background: #f3f7fb;
  border: 0;
  margin: 10px 15px 11px;
  font-size: 12px;
  color: #9ea7b3;
  width: calc(100% - 30px);
  border-radius: 3px;
  padding: 6px 6px 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.dropdown-share-btn .dropdown-menu > li > a {
  font-size: 13px;
  padding: 6px 15px;
  font-weight: 600;
  transition: all .3s;
}

.dropdown-share-btn .dropdown-menu > li > a svg {
  float: left;
  margin-right: 10px;
  opacity: 0.5;
  font-size: 18px;
  margin-top: 2px;
}

.dropdown-share-btn .dropdown-menu > li > a:hover svg {
  opacity: 1;
}

.dropdown-share-btn .dropdown-menu > li > a span {
  line-height: 22px;
  /* background: green; */
  display: block;
}

.dropdown-share-btn input.product_link:hover {
  background: #eef4f9;
  color: #8793a2;
}

.dropdown-share-btn .dropdown-menu > li > a.p_share-vk:hover svg {fill: #4c74a2;}
.dropdown-share-btn .dropdown-menu > li > a.p_share-fb:hover svg {fill: #485996;}
.dropdown-share-btn .dropdown-menu > li > a.p_share-inst:hover svg {fill: #de3a71;}
.dropdown-share-btn .dropdown-menu > li > a.p_share-g:hover svg {fill: #eb4336;}

.z-index-100 {
  z-index: 100!important;
}

.small_slider {
  padding: 0 40px;
  height: 150px;
  overflow: hidden;
  background: #fff;
  display: inline-block;
  width: 100%;
  border: 1px solid #e4e6f2;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#owl-frontslider img .item,
#owl-frontslider .item,
#owl-frontslider .item-video .item,
.single_slide .item {
  height: 100%;
}

#owl-frontslider img, .single_slide img {
  height: 100%;
}

.frontpage .small_slider {
  margin-bottom: 30px;
}

.xs-menu-actions,
.xs-user-menu {
  margin: 0;
  border-top: 1px solid #eee;
  padding-top: 5px;
  /* background: #f5f5f5; */
}

.xs-menu-actions {
  display: none;
}

.xs-menu-actions li > button,
.xs-menu-actions li > span,
.xs-menu-actions a,
.xs-user-menu a {
  margin: 5px 15px;
  height: 40px;
  width: 40px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  color: #333;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e7e7e7;
  border-radius: 3px;
  opacity: 0.5;
}

.xs-menu-actions .counter,
.xs-user-menu .counter {
  margin-left: 10px;
  color: #999;
}
.xs-menu-actions svg,
.xs-user-menu svg {
  float: left;
  font-size: 22px;
  margin: 5px;
  line-height: 1;
  fill: #333;
}

.wc-box-hovered {
  left: 0!important;
  z-index: 53!important;
  transition: all 0.3s!important;
  transition-delay: 0s!important;
}

#compare_box {
  left: unset;
  width: auto;
  min-width: 50px;
  transition: left 0.3s;
  transition-delay: 0.4s;
  box-shadow: none;
  background: transparent;
  height: 50px;
  top: unset;
  position: unset;
  display: inline-block;
}

#wishlist_box2 {
  min-width: 50px;
  width: auto;
  border-radius: 0 0 5px 0;
  transition: left 0.3s;
  border: 0;
  transition-delay: 0.4s;
  top: unset;
  z-index: 51;
  padding: 0;
  position: unset;
  box-shadow: none;
  float: left;
}

#wishlist_box2 .dropdown.open .wishlist-icon {
  color: #FF2525;
  opacity: 1;
}

#wishlist_box2.d-iblock {display: inline-block;}

#wishlist_box2 .body {
  margin: 0;
}

#compare_box .content {
  border-radius: 0 0 5px 5px;
  background: #fff;
  transition: all 0.3s;
  transition-delay: .8s;
  width: 280px;
  max-height: calc(100vh - 50px);
  overflow-y:  auto;
}

/*#compare_box:before {*/
  /*content: '';*/
  /*position: absolute;*/
  /*background: transparent;*/
  /*width: 5px;*/
  /*top:0;*/
  /*right: -5px;*/
  /*height: 100px;*/
/*}*/

#compare_box,
#wishlist_box2 {
  box-shadow: none;
}


#wishlist_box2 .block-header,
#compare_box .block-header {
  margin: 0;
  display: block;
  padding: 11px 15px;
  text-align: left;
  letter-spacing: .05em;
  position: relative;
  box-shadow: none;
  /* text-transform: capitalize; */
  border-bottom: 1px solid #eee;
  background: #f9faff;
}

#wishlist_box2 .block-header p,
#compare_box .block-header p {
  padding:0;
  margin:0;
  font-size: 13px;
  color: var(--sm-text-color);
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

#wishlist_box2 .block-view-all,
#compare_box .block-view-all {
  margin: 0;
  display: block;
  padding: 10px 15px 15px;
  text-align: center;
  letter-spacing: .05em;
  position: relative;
  box-shadow: none;
  border-top: 1px solid #eee;
}

#wishlist_box2 .block-view-all a,
#compare_box .block-view-all a {
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-decoration: underline;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}

#wishlist_box2 .wishlist-icon,
#compare_box .compare-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 50px;
  position: unset;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background: #fff;
  font-size: 22px;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  margin: 0;
  border: 0;
}

#wishlist_box2 .wishlist-icon {
  background: #fff;
  opacity: 0.7;
  color: #969696;
  transition: all 0.3s;
}

#wishlist_box2 .wishlist-icon:hover svg {
  fill: #FF2525;
  opacity: 1;
}
#compare_box .compare-icon {
  background: #fff;
  color: #969696;
  transition: all 0.3s;
}

#compare_box .dropdown.open .compare-icon {
  color: var(--sm-link-color);
  opacity: 1;
}

#compare_box .compare-icon:hover svg{
  fill: var(--sm-link-color);
  opacity: 1;
}

#wishlist_box2 .wishlist-icon svg,
#compare_box .compare-icon svg {
  display: block;
  /* height: 50px; */
  vertical-align: middle;
  text-align: center;
  opacity: 0.7;
  fill: #969696;
  transition: all 0.3s;
}

#wishlist_box2 .wishlist-icon .counter,
#compare_box .compare-icon .counter {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-left: 5px;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

#wishlist_box2 .wishlist-icon .counter > span,
#compare_box .compare-icon .counter > span {
  padding: 0 5px 1px;
  border-radius: 20px;
  background: #eee;
  color: #212121;
  border: 1px solid #e1e1e1;
}

.compare_block__prod_img {
  text-align: center;
  width: 70px;
  max-height: 70px;
  float: left;
  margin-right: 10px;
}

.compare_block__prod_img .image-previewer {
  display: none;
  width: auto;
  float: right;
  max-width: 240px;
  max-height: 240px;
  position: absolute;
  top: 10px;
  left: -10px;
  transform: translateX(-100%);
  text-decoration: none;
  pointer-events: none;
  z-index: 1;
  text-align: right;
  background: #fff;
  border-radius: 6px;
}

.compare_block__prod_img .image-previewer img {
  max-width: 240px;
  max-height: 240px;
  border-radius: 5px;
  box-shadow: -5px 5px 15px 0 rgba(0, 0, 0, 0.12);
  content: '';
}

.compare_block__prod_img .image-previewer img::before {
  content: '';
  display: block;
  background: #000;
}

#wishlist_box2 .compare_item:hover .compare_block__prod_img .image-previewer,
#compare_box .compare_item:hover .compare_block__prod_img .image-previewer {
  display: table;
}

#wishlist_box2 .compare_item .inner,
#compare_box .compare_item .inner {
  padding: 0;
}

#wishlist_box2 .compare_item,
#compare_box .compare_item {
  position: static;
  padding: 15px 10px;
  margin: 0;
  border-bottom: 1px solid #eee;
}

#wishlist_box2 .body .compare_item:last-of-type,
#compare_box .body .compare_item:last-of-type {
  border: 0;
}

.compare_block__prod_img img {
  max-width: 70px;
  max-height: 70px;
  border-radius: 4px;
}

#wishlist_box2 .compare_item .compare_block__delete:hover,
#wishlist_box2 .compare_item .compare_block__delete,
#compare_box .compare_item .compare_block__delete:hover,
#compare_box .compare_item .compare_block__delete {
  position: relative;
  float: right;
  top: 0;
  right: 0;
  border-radius: 20px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 13px;
  font-style: normal;
  text-decoration: none;
  background: transparent;
  color: #000;
  opacity: .1;
  font-size: 13px;
  font-family: monospace;
  transition: all 0.3s;
}

#wishlist_box2 .compare_item:hover .compare_block__delete,
#compare_box .compare_item:hover .compare_block__delete {
  opacity: .25;
}

.compare_block__prod_name {
  background: transparent;
  z-index: 1;
  padding: 0;
  border-radius: 0;
  margin-top: 0;
  font-size: 13px;
  font-weight: 600;
  float: left;
  width: calc(100% - 102px);
  overflow-y: hidden;
}

.compare_block__prod_name a {
  color: var(--sm-link-color);
  max-height: 54px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}

.compare_block__prod_name .price {
  margin-top: 5px;
}

.compare_box-slide::before {
  opacity: 0;
}

.buy_one_click {
  display: inline-block;
  float: left;
  height: 28px;
  background: var(--sm-btn-color);
  border: 1px solid #eee;
  margin-left: 10px;
  border-radius: 20px;
  transition: all 0.3s;
  padding: 0 15px;
  opacity: 0.82;
}

.buy_one_click:hover {
  background: var(--sm-link-color);
  opacity: 1;
}

.buy_one_click span {
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
  float: right;
  color: #fff;
}

.buy_one_click svg {
  opacity: 0.82;
  float: left;
  margin: 5px 5px 0  0;
  line-height: 1;
  font-size: 18px;
  transition: all 0.3s;
  fill: #fff;
}
.buy_one_click:hover svg {
  opacity: 1;
}
.product-info-render .category_heading {
  font-weight: 600;
}


.container_rating_likes {
  padding: 0;
  margin: 30px 0 0 0;
}

.container_rating_likes .quantity_rating {
  line-height: 1;
  color: var(--sm-text-color);
  font-size: 12px;
  font-weight: 600;
}

.product-name-price {
  text-align: center;
  padding: 30px 10% 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.base:before,
.add_comment_box .base:before,
.add_comment_box .sp_rating:hover .base:before,
/*.add_comment_box .sp_rating:hover,*/
.add_comment_box .sp_rating:hover .score:before {
  background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23e2e2e2' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'%3E%3C/path%3E%3C/svg%3E");
}

.average:before,
.add_comment_box .average:before,
.add_comment_box .score a:hover,
.add_comment_box .score a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23ffd305' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'%3E%3C/path%3E%3C/svg%3E");
}

.sp_rating .score {
  color: transparent;
}

.product-info-render .slider_product_card {
  border: 0;
}

.product-info-render .simple_attribute .prod_options tbody > tr {
  display: inline-block;
}

.product-info-render .simple_attribute .prod_options tbody > tr td {
  display: inline-block;
  color: #999;
  font-size: 13px;
  font-weight: normal;
}

.product-info-render .simple_attribute .prod_options tbody > tr td:last-of-type {
  color: var(--sm-text-color);
  margin-left: 5px;
  font-weight: 600;
}

.product-info-render .prod_price {
  display: inline-block;
  margin-top: 10px;
  color: var(--sm-text-color);
}

.product-info-render .prod_price #summ_price {
  display: inline-block;
}

.mainpage-footer-text {margin-top: 30px;}
.mainpage-footer-text article {margin:0;padding: 0;}

.topical-categories {
  margin: 40px 0;
}

.topical-categories .box {
  height: 300px;
  background: #fff;
  border-radius: 10px;
  transition-delay: 0.3s;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.68, 0.07, 0, 1.05);
  box-shadow: 0 6px 12px rgba(0,0,0,.08), 0 -1px 4px rgba(0,0,0,.07);
  -webkit-backface-visibility: hidden;
  backface-visibility: visible;
}

.topical-categories .box-2,
.topical-categories .box-3 {
  width: 80%;
  top: -10px;
  position: absolute;
  display: none;
  z-index: -1;
  left: 10%;
  background: var(--sm-link-color);
  opacity: 0.6;
  box-shadow: 0 6px 12px rgba(0,0,0,.08), 0 -1px 4px rgba(0,0,0,.07);
}

.topical-categories .box-3 {
  top: -20px;
  width: 70%;
  left: 15%;
  z-index: -2;
  opacity: 0.3;
  background: var(--sm-link-color);
}

.topical-categories .box .title {
  font-size: 36px;
  position: absolute;
  font-weight: 600;
  z-index: 1;
  color: #fff;
  width: 90%;
  text-shadow: 0 0 16px rgba(0,0,0,.325);
  line-height: 1;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  text-align: center;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: unset;
}

.topical-categories .box .title .products-counter {
  font-size: 13px;
  display: block;
  font-weight:500;
  margin-top: 10px;
  text-shadow: 0 0 16px rgba(0,0,0,.325);
  color: rgba(255,255,255,.55);
  text-transform: capitalize;
}

.topical-categories .box .image {
  height: 100%;
  width: 100%;
  background: transparent;
  overflow: hidden;
}

.topical-categories .box .image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  opacity: 1;
  transition: opacity 1s;
  text-align: center;
  transform: translateY(-100%);
}

.topical-categories .box-1 .image::before {
  content: '';
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  /* bottom: 0; */
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #212121;
  border-radius: 10px;
  transition: opacity 0.3s;
  transition-delay: 0.1s;
  /* background: linear-gradient(to bottom, rgba(255,0,0,0), #000); */
}

.topical-categories .box-1:hover .image {}
.topical-categories .box:hover .image img {}
.topical-categories .box-list:hover .box .title {width: 90%;}

.topical-categories .box-list:hover .box-1 {transform: translateY(6px);}
.topical-categories .box-list:hover .box-2 {transform: translateY(-3px);}
.topical-categories .box-list:hover .box-3 {transform: translateY(-10px);}

#browse_category .categories-mainpage {margin: 0;}
#browse_category a {padding: 0;}
#browse_category .categories-mainpage .item {
  margin-bottom: 30px;
}

.categories-mainpage {
  padding: 0;
  margin: 20px 0 40px;
  min-height: auto!important;
}

.categories-mainpage .item {
  float: left;
}

.categories-mainpage .item > a {
  display: inline-block;
  width: 100%;
  position: relative;
}

.categories-mainpage .item a:hover .thumb {
  /*transform: scale(1.03);*/
  box-shadow: 0 16px 32px rgba(0,0,0,.08), 0 6px 12px rgba(0,0,0,.08);
}

.categories-mainpage .item a:hover .thumb {
  /*transform: scale(1.03);*/
}

.categories-mainpage .item a:hover .title {
  /*transform: scale(0.97);*/
}

.categories-mainpage .item a .icon {
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  z-index: 1;
  position: absolute;
  transition: transform .5s ease-out;
  transition-delay: 0s;
}

.categories-mainpage .item a:hover .icon {
  transform: translate(2px, 2px);
}

.categories-mainpage .item a .thumb {
  width: 100%;
  height: 110px;
  overflow: hidden;
  border-radius: 10px;
  transition: box-shadow .3s ease, transform .3s ease;
  box-shadow: 0 6px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.08);
}

.categories-mainpage .item a .thumb::before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #000;
  border-radius: 10px;
}

.categories-mainpage .item a .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: relative;
}

.categories-mainpage .item a .title {
  margin: 0;
  left: 10px;
  bottom: 10px;
  text-align: left;
  position: absolute;
  transition: box-shadow .3s ease, transform .3s ease;
}

.categories-mainpage .item a .title .name {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-left: 20px;
  text-shadow: 0 0 16px rgba(0,0,0,.325);
}

.categories-mainpage .item a .title .sub-categories {
  font-size: 13px;
  font-weight: 500;
  color: #bebebe;
  height: 39px;
}

.categories-mainpage .item a .title .sub-categories .mask {
  padding: 0 5px 1px 5px;
  background: rgba(16, 16, 16, 0.5);
  border-radius: 3px;
  line-height: 1.5;
  max-height: 39px;
  overflow: hidden;
}

.categories-mainpage .item a .title .sub-categories .mask span:after {
  content: ',';
  margin-left: 1px;
}

.categories-mainpage .item a .title .sub-categories .mask span:last-of-type:after {
  content: '';
}

.category-page-bg_banner {
  width: calc(100% - 30px);
  height: 260px;
  min-height: inherit;
  max-height: 260px;
  position: relative;
  margin: 15px;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}

.category-page-bg_banner .container {
  position: relative;
  height: 100%;
}

.category-page-bg_banner .category-page-bg_banner-box {
  /* transform: translateY(50%); */
  position: relative;
  display: flex;
  height: 100%;
  /* width: 100%; */
  justify-content: center;
  align-items: center;
  text-align: center;
}

.category-page-bg_banner .category-type {
  text-transform: Uppercase;
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #fff;
}

.category-page-bg_banner .thumb {
  height: 100%;
  width: 100%;
  position: absolute;
}

.category-page-bg_banner .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  position: relative;
}

.category-page-bg_banner .thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 0;
}

.category-page-bg_banner .info {
  margin-bottom: 0;
}

.category-page-bg_banner .title {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0 0 16px rgba(0,0,0,.325);
}

.category-page-bg_banner .description {
  font-size: 14px;
  color: #fff;
  opacity: 1;
  text-shadow: 0 0 10px rgba(0,0,0,.225);
}

.category-page-bg_banner .banner-labels_links a:last-of-type {
  border: 0;
}

.bg_banner-button:focus,
.bg_banner-button:hover {
  color: #fff;
  text-decoration: none;
}

#owl-frontslider {
  width: 100%;
  margin-top: -15px;
  border-radius: 10px;
  overflow: hidden;
}

.most-popular-categories-box {
  /*background-color: #f3f5f9;*/
}

.most-popular-categories-box .section-title {
  font-size: 13px;
  color: #888;
  display: block;
  padding: 15px;
  cursor: default;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: .05em;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  text-transform: uppercase;
  border-bottom: 1px solid #444;
}

.listing-header {
  padding: 0 15px;
  margin: 0 0 20px 0;
  background: #fff;
  border: 0;
  box-shadow: 0 5px 20px rgba(3,27,78,.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}

#pdf_block .btn-link { color: var(--sm-text-color) !important }
#pdf_block .btn-link:hover { color: var(--sm-link-color) !important }

.vivod_ button {
  border: 0;
  background: #fff;
  display: block;
  padding: 9px 0;
}
.vivod_ button svg {
  fill: var(--sm-text-color);
}
.vivod_ button:hover svg{
  fill: var(--sm-link-color);
}

.vivod_ button:first-of-type {
  margin-right: 10px;
}

.vivod_ button svg {
  font-size: 26px;
}

.select-view {
  margin: 0;
  float: right;
}

.sort-selector {
  float: left;
  padding: 10px 0;
}

.listing-per-page {
  margin-right: 15px;
  float: right;
}
.dd_select .selectize-control.single .selectize-input {
  width: 55px;
  border: 1px solid #f4f5fb;
  background: #f4f5fb;
  border-radius: 3px;
}
.dd_select .selectize-control.single .selectize-input .item {
  color: var(--sm-text-color);
  font-weight: 700;
}
.selectize-control.single .selectize-input:after, .selectize-control.single .selectize-input.dropdown-active:after {
  border-color: var(--sm-text-color) transparent transparent transparent;
}
.product-list-filter {
  float: right;
}
.listing-header-punkt {
  font-size: 13px;
}

.refresh_icon .fa-spin {
  left: 70px;
  color: #afafaf;
  font-size: 20px;
  top: 13px;
}

.news .like_h2 {
  margin: 0;
  font-size: 13px;
  line-height: 1;
  display: block;
  padding: 15px;
  cursor: default;
  font-weight: 700;
  text-align: center;
  letter-spacing: .05em;
  position: relative;
  color: var(--sm-text-color);
  border-radius: 5px 5px 0 0;
  background-color: #f9faff;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e6f2;
}

.container_customer_reviews {padding: 0}
.container_customer_reviews .content {
  /* padding: 30px; */
}

.customer_reviews article {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.customer_reviews .container_customer_reviews {max-height: 400px;overflow-y: auto;}
.user_info_container {margin:0;height: 36px;}
.nik_user {color: var(--sm-link-color);font-size: 13px;font-weight: 600;}
.quantity_like > span {padding: 0;width: auto;height: auto;line-height: 36px;background: transparent;color: var(--sm-link-color);font-weight: 700;margin-left: 10px;}
.user_info svg {
  fill: #555;
  font-size: 14px;
}
.customer_reviews article > p {font-size: 13px;padding: 0;border-bottom: 0;line-height: 1.4;}
.customer_reviews article > p a {transition: all 0.3s;}
.customer_reviews article > p a:hover {text-decoration: underline;color: var(--sm-text-color);}
.user_info_container h5 {float: left;font-size: 13px;}
.user_info_container time {padding: 0;font-size: 12px;font-weight: 600;color: var(--sm-text-color);}
.user_info_container time svg {display: none;}

.allcomments article .text_review {border-bottom: 0;}
.allcomments article {padding: 15px;border-bottom: 1px solid #eee;}
.allcomments article:last-of-type {border-bottom: 0;}

#loadMoreProducts {
  text-transform: uppercase;
  padding: 11px 17px;
  line-height: 1;
}
#loadMoreI {margin-left: 10px;fill: #fff;}

.row_news_customer_reviews .news .content {
  max-height: 400px;
  overflow-y: auto;
}

.row_news_customer_reviews {
  margin-bottom: 30px;
}

.row_news_customer_reviews .news {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e4e6f2;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
}

.news article {
  padding: 15px;
  border-top: 1px solid #eee;
}

.news article:first-of-type {
  border-top: 0;
}

.news article img {
  margin: 0 15px 0 0;
  max-width: 60px;
  max-height: 60px;
}

.news article .info {

}

.news article .title {
  margin: 5px 0 0;
}

.news article time {
  min-height: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--sm-text-color);
  opacity: 0.6;
  /*float: left;*/
}

.news article .title {
  margin: 5px 0 0;
}

.news article h5 > a {
  margin: 0 0 0 75px;
  color: var(--sm-link-color);
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.news article h5 > a:after, .customer_reviews article > a:after {
  content: '';
  display: none;
}

/*.customer_reviews article > p,*/
.news article > p {
  font-size: 13px;
  margin: 10px 0 0 75px;
  line-height: 1.4;
  color: var(--sm-text-color);
}

.request-modal-body .numder-input {
  width: 260px;
  display: inline-block;
}

.request-modal-body .numder-input input[type="text"] {
  margin: 0;
  font-size: 13px;
}

.request-modal-body .request-button {
  display: inline-block;
}

.request-modal-body .request-button button {
  padding: 5px 25px;
  display: block;
  margin-left: 5px;
}

.wishlist-table .item-image {
  text-align: center;
}

.wishlist-table .item {
  border-bottom: 1px solid #eee;
}
.wishlist-table .item .btn-default:hover { background: var(--sm-link-color); color: #fff }

.wishlist-table td {
  height: 100%;
  vertical-align: middle;
  /* padding: 30px 0; */
  padding-top: 20px;
  padding-bottom: 20px;
}

.wishlist-table td:first-of-type {
  padding-left: 20px;
}

.wishlist-table td:last-of-type {
  padding-right: 20px;
}

.wishlist-table .item-name a {
  color: var(--sm-link-color);
}

.wishlist-table .item-price {
  font-size: 18px;
  font-weight: 600;
}
.wishlist-table .item-price s { opacity: 0.5 }

.wishlist-table .productListing-data .btn-primary { padding: 5px }

.compare-table {
  display: inline-block;
  /* text-align: center; */
}

.compare-table .go-back-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  text-decoration: underline;
}

.compare-table .remove-all-btn {
  float: left;
  padding: 11px 15px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: var(--sm-text-color);
  opacity: 0.5;
  transition: opacity 0.3s;
}
.compare-table .remove-all-btn svg {
  opacity: 0.3;
  transition: opacity 0.3s;
  fill: var(--sm-text-color);
}
.compare-table .remove-all-btn:hover {opacity: 0.7;}
.compare-table .remove-all-btn:hover svg {opacity: 0.7;}
.compare-table .remove-all-btn span {
  float: left;
  line-height: 22px;
  margin-right: 5px;
}

.compare-table .compare-table-header {
  display: inline-block;
  width: 100%;
}

.compare-table .header-row {
  display: flex;
}

.compare-table .header-row .row-cell.title {
  background: #f5f5f5;
}

.compare-table .header-row .row-cell {
  display: inline-block;
  width: 210px;
  white-space: normal;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.compare-table .compare-table-body {
  display: inline-block;
  width: 100%;
  /* border: 1px solid #eee; */
}

.compare-table .body-row {
  display: flex;
  transition: background 0.1s;
  /* border-bottom: 1px solid #eee; */
}

.compare-table .body-row:hover {
  background: #f5f5f5;
}

.compare-table .body-row:last-of-type .row-cell {
   border-bottom:0;
}

.compare-table .body-row .row-cell.title {
  display: inline-block;
  float: left;
  background: #f5f5f5;
  position: sticky;
  left: 0;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  letter-spacing: .05em;
  transition: all 0.3s;
  color: #888;
}

.compare-table .body-row .row-cell {
  display: inline-block;
  /* float: left; */
  width: 210px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.compare-table .row-cell.table-col-1 {width: calc(30% - 70px);}
.compare-table .row-cell.table-col-2 {width: calc(30% - 70px);}
.compare-table .row-cell.table-col-3 {width: calc(33.4% - 70px);}
.compare-table .row-cell.table-col-4 {width: calc(25% - 50px);}

.compare-table .row-cell.table-col-4-more:last-of-type,
.compare-table .row-cell.table-col-4:last-of-type,
.compare-table .row-cell.table-col-3:last-of-type {border-right: 0}

.compare-table .header-row .product-remove {
  position: absolute;
  right: 5px;
  top: 5px;
  fill: var(--sm-text-color);
  opacity: 0.15;
  transition: opacity 0.3s;
}

.compare-table .row-cell:hover > .product-remove {
  opacity: 0.3;
}

.compare-table .header-row .product-name a {
  color: var(--sm-link-color);
  transition: all 0.3s;
}
.compare-table .header-row .product-name a:hover {
  color: var(--sm-text-color);
}

.compare-table .header-row .product-image {
  display: block;
  margin-bottom: 10px;
}

.compare-table .header-row .product-image img {
  max-width: 100%;
  max-height: 100%;
}

.compare-table .header-row .product-price {
  display: block;
  margin: 20px 0 10px;
  font-weight: 700;
}

.article-page {
  padding: 30px;
}

.article_listing > div > div {
  background: #fff;
  display: inline-block;
  width: 100%;
  border: 1px solid #eee;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  min-height: 213px;
  position: relative;
}

.article_listing > div img {
  display: unset;
  margin: 0;
  margin-bottom: 10px;
  max-height: 100px;
  max-width: 100%;
}

.article_listing > div small {
  display: block;
  color: #999;
  font-weight: 700;
}

.article_listing > div a {
  display: block;
  line-height: 1.2;
  margin: 5px 0;
  color: #333;
  font-size: 13px!important;
  font-weight: 600;
  min-height: 36px;
}

/*.form-group-last-input > .form-group:last-of-type .form-control {*/
  /*border-bottom: 1px solid #e1e5ed;*/
/*}*/

/*.form-group-last-input > .form-group:last-of-type .form-control:focus {*/
  /*border-bottom: 1px solid #488aff;*/
/*}*/

/*.megamenu-fader {*/
  /*!*display: none;*!*/
  /*position: fixed;*/
  /*width:100%;*/
  /*height:100%;*/
  /*left:0;*/
  /*top:0;*/
  /*background: #222;*/
  /*opacity:0;*/
  /*z-index: -10;*/
  /*-webkit-transition: opacity 0.5s ease-in-out;*/
  /*-moz-transition: opacity 0.5s ease-in-out;*/
  /*transition: opacity 0.5s ease-in-out;*/
/*}*/

/*.open .megamenu-fader {*/
  /*!*display: block;*!*/
  /*opacity:1;*/
  /*z-index: 10;*/
/*}*/
.tab-content > .tab-pane{
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-content > .active{
  height: auto;
  min-height: 430px;
}

.mainpage-categories-tabs .owl-carousel .owl-item{
  display: block;
}
.white-rounded-box.p_tabs.mainpage-categories-tabs .tab-content{
  padding: 0;
}
.white-rounded-box.p_tabs.mainpage-categories-tabs {
  position: relative;
}
.tab-loader{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

aside.product-aside {
  position: fixed;
  overflow-y: auto;
  right: 0;
  top: 51px;
  height: calc(100vh - 51px);
  width: 260px;
  background: #ffffff;
  z-index: 12;
  border-left: 1px solid #e4e6f2;
  -webkit-box-shadow: 0 0 20px rgba(43,45,56,.08);
  box-shadow: 0 0 20px rgba(43,45,56,.08);
  /* display: none; */
}

aside.product-aside .item {
  padding:10px;
}

aside.product-aside .item .close-popup {
  position: absolute;
  right: 10px;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s;
}

aside.product-aside .item .tab-pane > .content > table > tbody > tr {
  display: flex;
  flex-direction: column;
}

aside.product-aside .item .close-popup:hover {
  opacity: 1;
}

aside.product-aside .item .image img {
  max-width: 100%;
  position: relative;
}

aside.product-aside .item .image {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  /* top: 50%; */
  /* position: relative; */
  /* transform: translateY(-50%); */
}

aside.product-aside .name {
    font-weight: 600;
    color: #333;
    font-size: 13px;
    margin: 10px 0;
}

aside.product-aside .item-description {
    
/* border-top: 1px solid #eee; */
    
margin-top: 20px;
}

aside.product-aside .item-description .item-tabs {
    /* margin-top: 30px; */
}

aside.product-aside .item-description .tab-content > .tab-pane {
    padding: 0;
    width: 100%;
    border: none;
}

aside.product-aside .item-description .tab-content > .tab-pane .content {
    padding: 10px;
}

aside.product-aside .item-description .item-tabs {
    border: 1px solid #e4e6f2;
    border-radius: 5px;
    overflow: hidden;
    /* border-top: 0; */
    width: 100%;
}

aside.product-aside .item-description .item-tabs .nav-tabs {
    /* border-bottom: 1px solid #eee; */
}

aside.product-aside .item-description .item-tabs .nav-tabs > li {
    text-align: center;
    /* margin-right: 10px; */
    width: 25%;
    /* width: calc(100% * (1/4) - 5px); */
}

aside.product-aside .item-description .item-tabs .nav-tabs > li.active {pointer-events: none;}
aside.product-aside .item-description .item-tabs .nav-tabs > li.active a {border-bottom:1px solid #fff;color: #8189a9;background: #fff;}
aside.product-aside .item-description .item-tabs .nav-tabs > li.active a:hover {background: transparent;}
aside.product-aside .item-description .item-tabs .nav-tabs > li.active a svg {fill: #8189a9;}
aside.product-aside .item-description .item-tabs .nav-tabs > li:last-of-type {margin: 0;}
aside.product-aside .item-description .item-tabs .nav-tabs > li:last-of-type a {border-right: 0;}

aside.product-aside .item-description .item-tabs .nav-tabs > li a {
    padding: 10px;
    margin: 0;
    border-radius: 0;
    background: #f9faff;
    border-right: 1px solid #e7e8f1;
    border-bottom: 1px solid #e7e8f1;
    color: rgba(129, 137, 169, .5);
    transition: all 0.3s;
}

aside.product-aside .item-description .item-tabs .nav-tabs > li a:hover {
    background: #ecf0f9;
}

aside.product-aside .item-description .item-tabs .nav-tabs > li a svg {
  fill: rgba(129, 137, 169, .5);
}

aside.product-aside #buy-button-render {
    padding: 0 20px;
    float: right;
  margin-bottom: 10px;
}

aside.product-aside .item-price {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    line-height: 32px;
}

aside.product-aside .image-slider {
  display: inline-block;
}

aside.product-aside .image-slider > .preview-icon {
  width: 100%;
  display: inline-block;
  height: auto;
  max-height: 250px;
  margin-bottom: 10px;
  text-align: center;
}

aside.product-aside .image-slider .main-icon img {
  max-height: 250px;
}

aside.product-aside .image-slider .preview-icon img {
  max-width: 100%;
  border-radius: 4px;
}

aside.product-aside .image-slider::before {
  /*content: '';*/
  display: block;
  height: 250px;
  width: 100%;
}

/*aside.product-aside .image-slider .image-previewer:nth-of-type(2) span {left: -62px;}*/
/*aside.product-aside .image-slider .image-previewer:nth-of-type(3) span {left: -124px;}*/
/*aside.product-aside .image-slider .image-previewer:nth-of-type(4) span {left: -186px;}*/

aside.product-aside .image-slider .image-previewer:nth-of-type(4) {margin: 0;}

.image-previewer {
  position: relative;
  z-index: 0;
  width: 58px;
  display: inline-block;
  float: left;
  height: 52px;
  margin-right: 0;
}

.image-previewer:hover {
  background-color: transparent;
  z-index: 1;
  display: inline-block;
}

.image-previewer .preview-icon {
  width: 100%;
  height: 100%;
  /* border-radius: 5px; */
  display: inline-block;
  overflow: hidden;
  padding-right: 10px;
}

.image-previewer .preview-icon img {
  left: 50%;
  max-width: 100%;
  /* object-fit: cover; */
  position: relative;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
  border-radius: 5px;
  top: 50%;
  background: #212121;
  transform: translate(-50%,-50%);
}

.image-previewer span { /*CSS for enlarged image*/
  position: fixed;
  right: 270px;
  top: 60px;
  left: unset;
  visibility: hidden;
  text-decoration: none;
  pointer-events: none;
  z-index: 1;
  text-align: center;
  background: #c3a7a7;
  border-radius: 10px;
}

.image-previewer span img { /*CSS for enlarged image*/
  border-width: 0;
  padding: 0;
  max-width: 240px;
  max-height: 240px;
  border-radius: 5px;
  position: relative;
  box-shadow: -5px 5px 15px 0 rgba(0, 0, 0, 0.12);
}

/*.image-previewer:focus span,*/
.image-previewer:hover span {
  visibility: visible;
  z-index: 12;
}

.prod_attributes_div .attr_select {
    margin-bottom: 10px;
}

.prod_options_radio label {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-weight: 500;
    color: #333;
    transition: all 0.3s;
}

.prod_options_radio label:hover {
    color: #333;
}

.prod_options_radio input[type="radio"]:checked + label:before {
    content: " ";
}

.prod_options_radio input[type="radio"]:checked + label {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    box-shadow: none;
    font-weight: 600;
}


/*  responsive left menu   */
aside.main-aside {
  position: fixed;
  max-width: 50px;
  top: 51px;
  left: 0;
  overflow-y: hidden;
  height: calc(100vh - 51px);
  display: inline-block;
  background: #fff;
  z-index: 2147483647;
  overflow-x: hidden;
  transition: max-width 0.3s;
  -webkit-box-shadow: 0 10px 20px rgba(43,45,56,.08);
  box-shadow: 0 10px 20px rgba(43,45,56,.08);
}

.main-aside-fader {
  width: 100%;
  height: calc(100vh - 50px);
  position: fixed;
  left:0;
  right:0;
  opacity: 0;
  z-index: 2;
  background: #212121;
  transition-delay: .3s;
  pointer-events: none;
  transition: all 0.7s;
  /*transform: translateX(-100%);*/
}

.xs-search-input {
  display: none;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.xs-search-input button {
    width: 36px;
    height: 36px;
    /* margin: 10px; */
    display: inline-block;
    background: transparent;
    color: #999;
}
.xs-search-input button:focus {
  background: transparent;
  border: none;
}
.xs-search-input button svg {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  fill: #999;
}

.xs-search-input input {
  margin: 0;
  border: 0;
  width: 100%;
  height: auto;
  border-radius: 0;
  padding: 10px 15px;
}

.r-left-menu {
  width: 280px;
  overflow-y: scroll;
  /* height: 100%; */
  max-height: calc(100vh - 50px);
  padding-right: 17px;
  box-sizing: content-box;
}

.left-menu-categories {margin: 0 0 20px;}
.left-menu-categories ul {margin:0;}

.left-menu-categories .sub_ul {
  left: 280px;
  width: 280px;
  top: 51px;
  padding: 0;
  position: fixed;
  height: calc(100vh - 51px);
  box-shadow: none;
  border-radius: 0;
  opacity: 0;
  pointer-events: none;
  display: block;
  border: 0;
  transition: opacity 0.3s;
  /*transform: translateX(-200%);*/
  /*z-index: 0;*/
}

/*.left-menu-categories .sub_ul::before {*/
  /*content: '';*/
  /*display: inline-block;*/
  /*height: calc(100vh - 65px);*/
  /*width: 1px;*/
  /*!* background: #eee; *!*/
  /*background: red;*/
  /*position: absolute;*/
  /*left: -10px;*/
  /*top: 17px;*/
  /*z-index: 2;*/
  /*pointer-events: none;*/
/*}*/
.left-menu-categories .sub_ul, .left-menu-categories .sub_ul:after { background: #fff }

.left-menu-categories .sub_ul .sub.dropdown-submenu .sub_ul {
  left: 560px;
}

.left-menu-categories .sub_ul .dropdown-submenu {
  display: inline-block;
  width:100%;
}

.left-menu-categories .sub_ul .wrapper .parent_category_image {
  border-bottom: 1px solid #eee;
  /*background: #f5f5f5;*/
  transition: 0.3s;
}

.left-menu-categories .sub_ul .wrapper .parent_category_image::before {
  content: '';
  display: inline-block;
  height: calc(100vh - 50px);
  width: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

.left-menu-categories .sub_ul .wrapper .parent_category_image:hover {
  opacity: 0.9;
}

.left-menu-categories ul a {
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
  color: var(--sm-text-color);
  padding: 0 15px 0 0;
  position: relative;
  transition: background 0.3s;
}

.left-menu-categories .menu-block .menu-block-title {
  /*padding: 10px 13px 5px;*/
  opacity: 1;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  transition: color 0.3s;
  transition-delay: .5s;
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
  top: 0px;
  /* position: sticky; */
  background: #fff;
  z-index: 1;
}

.left-menu-categories .menu-block .menu-block-title svg {
  display: inline-block;
  float: left;
  margin: 12px;
  font-size: 2622px;
  opacity: 0.7;
  width: 26px;
  fill: var(--sm-link-color);
  transition: background 0.3s;
  transition-delay: .5s;
}

.left-menu-categories .menu-block .menu-block-title sub {
  display: inline-block;
  width: 100%;
  color: var(--sm-text-color);
  transition: color 0.3s;
  font-weight: 600;
}

.left-menu-categories .menu-block .menu-block-title .name {
  line-height: 1;
  margin-left: 10px;
}

.left-menu-categories .menu-block .menu-block-title:hover sub {color: var(--sm-link-color);}

.left-menu-categories .menu-block .menu-block-title:hover {
  background: #f5f5f5;
}

.left-menu-categories .menu-block .menu-block-title span.title {
  color: var(--sm-text-color);
  font-weight: 700;
  text-transform: uppercase;
}
aside.main-aside:hover .menu-block .menu-block-title {
  transition-delay: 0s;
}

.left-menu-categories .sub_ul .wrapper {
  padding: 0;
}

.left-menu-categories ul a:hover {
  background: #f5f5f5;
}

/*  category icon  */
.left-menu-categories ul .c-icon {
  width: 50px;
  height: 100%;
  display: flex;
  align-items:  center;
  justify-content: center;
}

.left-menu-categories ul .c-icon img {
  max-width: 26px;
  max-height: 26px;
  float: left;
}

.left-menu-categories ul .c-icon {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin: 12px;
  opacity: 0.6;
  font-size: 26px;
  transition: opacity 0.3s;
  transition-delay: .5s;
}

aside.main-aside:hover .left-menu-categories ul .c-icon {
  opacity: 0.8;
  transition-delay: 0s;
}

aside.main-aside .left-menu-categories ul a:hover .c-icon {
  opacity: 1;
}

.left-menu-categories ul .counter {font-size: 13px;font-weight: 600;}
.left-menu-categories ul .cat_name {
  line-height: 1;
  margin-left: 20px;
  transition: margin-left 0.3s;
  transition-delay: .5s;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
}

aside.main-aside .left-menu-categories ul .caret {
  transform: rotate(-90deg);
  opacity: 0.3;
  position: absolute;
  right: 5px;
  bottom: calc(50% - 3px);
  transition: opacity 0.3s;
}

.left-menu-categories ul .dropdown-submenu:hover > a .caret {
  opacity: 0.7;
}

aside.main-aside:hover .left-menu-categories ul .cat_name {
  margin-left: 10px;
  transition-delay: 0s;
}

aside.main-aside .left-menu-categories ul .cat_name sub {
  display: inline-block;
  width: 100%;
  transition: color 0.3s;
}

aside.main-aside .left-menu-categories ul a:hover .cat_name sub {
  color: #488aff;
}

.tablet-open-menu {
  display: none;}

.left-menu-categories .sub_ul .xs-title {
  display: none;
  left:0;
  top:0;
  width: 100%;
  height: 50px;
  background: rgba(241, 241, 241, 0.5);
}

.left-menu-categories .sub_ul .close-btn {
  padding: 5px;
  margin: 0;
  width: 50px;
  float: right;
  height: 50px;
  border: 0;
  opacity: 0.3;
  background: transparent;
  transition: all 0.3s;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-menu-categories .sub_ul .close-btn.arrow {
  float: left;
}

.left-menu-categories .sub_ul .xs-title > span {
  font-size: 13px;
  font-weight: 600;
  color: #999;
  line-height: 50px;
  margin-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  width: calc(100% - 110px);
  display: inline-block;
}

.left-menu-categories .sub_ul .close-btn:hover {
  /* opacity: 0.5; */
  background: rgba(187, 187, 187, 0.8);
}
.ac_results #my-id a.btn {
  color: #fff;
  border-color: var(--sm-link-color);
  background-color: var(--sm-link-color);
}

.ac_results {
  /* margin-top: 8px; */
  border-top: 1px solid #f4f5fb;
  margin-left: -4px;
  box-shadow: 0 10px 20px rgba(128, 137, 169, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(128, 137, 169, 0.1);
}

.ac_results li {
  border-bottom: 1px solid #f4f5fb;
  cursor: pointer;
  /* display: flex; */
  flex-direction: column-reverse;
  font: menu;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  height: auto;
  position: relative;
  z-index: 3;
  transition: all 0.3s;
}

.ac_results li:hover {
  font-weight: unset;
  color: unset;
  background: rgba(249, 250, 255, 0.6);
}

.ac_results li:hover .qnt1 b {
  color: #8189a9;
}

.picsearch {
  float: left;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.search_image_wrap {
  float: left;
  height: 50px;
  width: 50px;
  overflow: hidden;
  margin-right: 10px;
  display: none;
}

.qnt1 {
  left: 0;
  position: relative;
  top: unset;
  margin: 0;
  display: inline-block;
  float: right;
  width: 100%;
  color: rgba(129, 137, 169, 0.5);
  font-weight: 600;
  transition: all 0.3s;
}

.ac_results li:hover .qntp,
.ac_results li:hover .qnt {
  color: #8189a9;
  background: rgba(232, 233, 242, 0.7);
  margin: 5px 0 0 0;
}

.qnt1 b {
  font-weight: 600;
  color: rgba(129, 137, 169, 0.8);
}

.qntp {
  font-size: 13px;
  font-weight: 600;
  position: unset;
  float: left;
  display: inline-block;
  margin-left: 0;
  color: rgba(129, 137, 169, 0.8);
  display: none;
}

.qnt {
  position: relative;
  top: 0;
  right: unset;
  left: 0;
  font-weight: 500;
  font-size: 13px;
  color: rgba(129, 137, 169, 0.5);
  line-height: 18px;
  margin: 5px 0 0 -4px;
  display: inline-block;
  float: left;
  /* text-transform: uppercase; */
  /* background: #f4f5fb; */
  /* display: none; */
  padding: 0 4px;
  border-radius: 3px;
  transition: all 0.3s;
}

.pdf_link {
  top: 14px;
  float: right;
}
#np_warehouses-selectized::-webkit-input-placeholder {
  color: #bdc3d0;
}
#np_warehouses-selectized::-moz-placeholder {
  color: #bdc3d0;
}
#np_warehouses-selectized:-ms-input-placeholder {
  color: #bdc3d0;
}
#np_warehouses-selectized:-moz-placeholder {
  color: #bdc3d0;
}
#paymentMethods > .row.item {
  margin: 5px 0;
}
.password {
  position: relative;
}
.password-control {
  position: absolute;
  top: 7px;
  right: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #000;
}
