@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic-ext');

img.flag-lang {
  
  height: 20px;
  width: auto;
  display: inline-block;
  margin: 5px;
  /*border: 1px solid black;*/
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.27);
}

.language_select {
  border: none !important;
}

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

/***Custom CSS for Points Page***/

.points_box {
    border: 1px solid #CAC9C9;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 8px;
    padding: 12px;
    float: left;
}

.points_content_box {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #CAC9C9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 4px 4px;
    float: left;
    padding: 1%;
    margin: 5px;
}

.points_content_box .title {
    display: block;
    border-bottom: 1px solid #D2D2D2;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #8c1582;
    margin: 0 0 9px;
    padding-bottom: 9px;
    text-transform: uppercase;
}

.points_box ol {
    list-style: none;
    counter-reset: li;
}

.points_box ol > li:before {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 1px #CCCCCC;
    content: counter(li, decimal);
    counter-increment: li;
    line-height: 40px;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #8c1582;
}

.markProductOutOfStock{
    color: red;
    font-weight: bold;
}
/******END custom CSS****/

.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: #333;
    margin: 0;
    font-weight: 400;
    font-size: 22px;
}

.min-devices {
    display: none;
}

.box-points {
    font-weight: bold;
    border: 1px solid #941588;
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
    color: #941588;
}

a {
    color: #488aff;
    transition: all 0.2s;
    /* font-weight: 600; */
}

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

a:focus, a:hover {
    color: #4789ff;
}

.breadcrumb {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.breadcrumb a {
    color: rgba(128, 137, 169, 0.5);
    font-size: 13px;
    width: calc(100% + 5px);
    transition: color 0.3s;
}

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

.breadcrumb > li + li:before {
    color: rgba(128, 137, 169, .4);
    content: "\f3d1";
    padding: 0;
    transform: translateY(1px);
    height: 14px;
    font-size: 14px;
    /* position: absolute; */
    z-index: 2;
    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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.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: 60px;
    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 button.close ion-icon {
    display: block;
}

.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;
    z-index: 99;
}

.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: #888;
    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: #555;
    font-size: 13px;
    background: #fff;
    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 {
    color: #488aff;
    background-color: transparent;
    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: #000;
    background-color: #fff;
    border-color: #941588;
}

.btn-default:hover {
    color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #488aff;
    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);
}

.btn-primary:hover {
    color: #fff;
    background: #5794ff;
    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-second-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, .22);
    box-shadow: 0 0 20px rgba(43, 45, 56, .22);
}

.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 {
    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: #8089a9;
    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-second-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: 36px;
}

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

.logo a {
    height: 50px;
    float: left;
}

.categories_menu {
    padding: 0;
}

/*.body-full-width .main-container,*/
.body-full-width .categories_menu {
    width: 100%;
}

ion-icon {
    font-size: 22px;
    line-height: 1;
}

.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: #f4f5fb;
    color: #646e90;
}

#user-login-dropdown ion-icon {
    color: #8089a9;
    font-size: 22px;
    position: relative;
    display: block;
    transition: all 0.3s;
}

#user-login-dropdown .dropdown-toggle:hover ion-icon {
    color: inherit;
}

#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: 9px 30px 0 0;
    margin: 0;
    width: 22px;
    height: 22px;
}

.registered .registered-user-link:hover {
    color: #333;
}

.registered .registered-user-link ion-icon {
    float: left;
}

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

.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: #ffb300;
    background: var(--sm-second-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;
    background-color: #488aff;
    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: 40px;
    width: 40px;
    color: #fff;
    position: absolute;
    transition: all 0.3s;
}

.submit-reset .reset-pass:hover {
    background: rgba(255, 255, 255, 0.15);
}

.submit-reset .reset-pass i {
    display: block;
    height: 22px;
    width: 22px;
}

.emprty_title {
    display: inherit;
    width: 100%;
    height: 65px;
}

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

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

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

.basket {
    padding: 0;
    border: 0;
    float: right;
    font-size: 13px;
}

.quantity_basket {
    font-size: 10px;
    cursor: pointer;
    color: #fff;
    background: var(--sm-second-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: #fff;
    /*color: #ffffff;
  background: #941588;*/
    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 {
    color: #646e90;
    background: #f4f5fb;
}

.cart-not-empty {
    cursor: pointer;
    /* margin-top: -2px; */
}

.img_basket ion-icon {
    font-size: 22px;
}

.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: #fff;
    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-second-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: 2px;

}

.main_search_form {
    display: inline-block;
    opacity: 1;
    /* pointer-events: none; */
    z-index: 1;
    background: #fff;
    position: relative;
    border: 1px solid #941588;
    border-radius: 10px;
    /* 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 ion-icon {
    opacity: 0.5;
    transition: all .3s ease;
    position: relative;
    top: -3px;
}

#search-form-button-close:hover ion-icon {
    opacity: 1;
}

.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 ion-icon {
    opacity: 1;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    top: -2px;
    position: relative;
}

.main_search_form .search_site_submit:hover ion-icon {
    opacity: 1;
}

.main_search_form .search_site_submit:hover {
    background: #f4f5fb;
    color: #646e90;
    border-radius: 3px;
}

.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: 5px 0;
    border-radius: 0;
    border: none;
    font-size: 13px;
    font-weight: 600;
    border-right: 1px solid #f1f1f1;
    padding: 10px 50px 10px 15px;
    background: #fff;
    transition: all 0.3s;
    border-left: 1px solid #eee;
}

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

/*.placeholder-top {*/
/*font-size: 11px!important;*/
/*color: #999!important;*/
/*top: 5px!important;*/
/*transform: none!important;*/
/*}*/

.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 .compare_list {
    margin: 0;
    float: right;
}

.product_list .compare_list a:hover {
    text-decoration: none;
}

.product_list .compare_list .compare_button label {
    width: 22px;
    overflow: hidden;
    height: 22px;
    margin: 0;
}

.product_list .compare_list .compare_button label::before {
    display: inline-block;
    font-size: 22px;
    font-family: "Ionicons";
    speak: none;
    color: rgba(128, 137, 169, 0.4);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 22px;
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    text-align: center;
    height: 22px;
    padding: 0 30px 0 7px;
    margin: 0;
    transition: all 0.3s;
    text-decoration: none;
}

.product_list .compare_list .compare_button label::before {
    content: "\f10a";
}

.product_list .compare_list .compare_button input[type="checkbox"]:checked ~ label::before {
    color: #8089a9;
}

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

.language_select {
    height: 39px;
    position: relative;
    padding: 6px;
    margin: 2px;
    float: right;
    border: 1px solid #941588;
    border-radius: 10px;
    display: table-cell;
    vertical-align: middle;
}

.language_select.open button.language-dropdown-button {

    /* background: #fff; */
}

.currency_select > form > button {
    border: 0;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 0;
    height: 28px !important;
    font-weight: 600;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    background: transparent;
}

.currency_select > form > button .ui-icon {
    opacity: 0.4;
    transition: all .3s ease;
    display: inline-block;
    width: 0;
    height: 0;
    color: #fff;
    margin: 6px 0 0 5px !important;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.currency_select {
    margin-left: 10px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-widget {
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.ui-widget .ui-multiselect-filter input {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    border-radius: 0;
    color: #555;
    margin: 0;
    height: auto;
    border: 1px solid #eee;
    border-top: 0;
    line-height: 24px;
    padding: 5px 15px;
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-widget .ui-multiselect-filter {
    font-size: 14px;
    padding: 0;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}

.ui-widget .ui-widget-header {
    border: 0;
}

.ui-multiselect {
    height: 32px !important;
    line-height: 1.39286;
    border-radius: 3px !important;
    padding: 2px 15px;
    border: 1px solid #e1e5ed;
    /*border-bottom: 1px solid transparent;*/
}

.ui-state-hover {
    border-color: #c1c9d6;
    transition: all 0.3s;
}

.ui-multiselect .ui-icon {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #333;
    opacity: 0.5;
    margin-top: 9px !important;
}

.ui-multiselect > span {
    line-height: 1.39286;
    font-size: 13px;
    font-weight: 600;
}

.ui-multiselect-menu {
    /*margin-top: 24px;*/
    transform: translateY(10px);
    border-radius: 0 0 5px 5px;
    width: auto !important;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.ui-multiselect-menu .ui-multiselect-checkboxes {
    padding: 5px 0;
    border: 1px solid #eee;
    /*border-top: 0;*/
    min-width: 60px;
    width: auto !important;
    /*min-width: 160px;*/
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}

.ui-multiselect-menu .ui-multiselect-checkboxes label {
    color: #8189a9;
    margin: 0;
    line-height: 1.42857143;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    padding: 5px 10px !important;
}

.ui-multiselect-menu .ui-multiselect-checkboxes li:hover {
    background-color: #f4f5fb;
}

.ui-multiselect-menu .ui-multiselect-checkboxes li:hover label {
    color: var(--sm-second-color);
}

.language_select .dropdown-menu {
    top: 28px;
    padding: 5px 0;
    min-width: 140px;
    border-radius: 0 5px 5px 5px;
}

.language_select a {
    margin: 0;
}

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

.open .caret {
    opacity: 1;
}

.language-dropdown-button {
    border: 0;
    color: #8189a9;
    outline: none;
    height: 28px;
    padding: 0;
    font-weight: normal;
    background: transparent;
}

.language_select .dropdown-menu > li > a {
    padding: 5px 15px;
    color: #8189a9;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s;
    display: block;
}

.language_select .dropdown-menu > li > a:hover {
    /* color: #4a8bfc; */
    color: var(--sm-second-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;
}

button.open-menu-xs ion-icon {
    margin-top: 2px;
    font-size: 24px;
}

.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-second-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 ion-icon,
.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 ion-icon,
.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-second-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;
}

.time_work ion-icon,
.phones_header ion-icon {
    float: left;
    color: #ccc;
    margin-right: 5px;
}

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

/*.wrapper_product_hover::before {*/
/*position: absolute;*/
/*content: '';*/
/*top: -1px;*/
/*right: 0;*/
/*bottom: 0;*/
/*left: -1px;*/
/*z-index: -1;*/
/*border-radius: 5px;*/
/*border: 1px solid #eee;*/
/*width: calc(100% + 2px);*/
/*height: calc(100% + 2px);*/
/*!* transition: .3s box-shadow,.3s transform,.3s background,.3s border-radius; *!*/
/*transition: all .3s;*/
/*}*/


.product_slider.owl-carousel .owl-item {
    display: block;
}

.left_content .product_slider {
    height: 300px;
}

.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 {
    /* padding: 10px; */
}

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

.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 .p_description .mask .compare-wishlist .compare {
    display: block;
    width: 100%;
}

.product .p_description .mask .compare-wishlist {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 65px;
}

.product .p_description .mask .compare-wishlist button {
    border: 0;
    height: 30px;
    width: 30px;
    padding: 0;
    overflow: hidden;
    margin-left: 10px;
    cursor: pointer;
    background: transparent;
}

.product_list .p_description_list .compare-wishlist .favorite-button:hover,
.product .p_description .mask .compare-wishlist .favorite-button:hover,
.product .p_description .mask .compare-wishlist .compare-button:hover {
    opacity: 0.9;
}

.product .p_description .mask .compare-wishlist ion-icon {
    /* display: inline-block; */
    font-size: 18px;
}

.product_list .p_description_list .compare-wishlist .favorite-button,
.product .p_description .mask .compare-wishlist .favorite-button,
.product .p_description .mask .compare-wishlist .compare-button {
    display: inline-block;
    margin: 0;
    float: right;
    padding: 0;
    outline: none;
}

.product_list .p_description_list .compare-wishlist .favorite-button,
.product_list .p_description_list .compare-wishlist .compare-button,
.product .p_description .mask .compare-wishlist .favorite-button,
.product .p_description .mask .compare-wishlist .compare-button {
    text-decoration: none;
}

.product_list .p_description_list .compare-wishlist .favorite-button label,
.product_list .p_description_list .compare-wishlist .compare-button label,
.product .p_description .mask .compare-wishlist .favorite-button label,
.product .p_description .mask .compare-wishlist .compare-button label {
    outline: none;
}

.product .p_description .mask .compare-wishlist .favorite-button {
    margin-right: 5px;
}

.product_list .compare-wishlist .favorite-button label::before,
.product .p_description .mask .compare-wishlist .favorite-button label::before,
.product .p_description .mask .compare-wishlist .compare-button label::before {
    width: 30px;
    margin: 0;
    padding: 0 30px 0 7px;
    font-size: 22px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color 0.3s;
}

.product_list .compare-wishlist .favorite-button label::before {
    color: rgba(255, 37, 37, 0.3);
}

.product:hover .p_description .mask .compare-wishlist label {
    opacity: 1;
}

.product_list .compare-wishlist .favorite-button label::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f004";
    font-size: 18px;
    padding: 1px 30px 0 7px;
}

.product .p_description .mask .compare-wishlist .favorite-button label::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f004";
    font-size: 16px;
    padding: 1px 30px 0 7px;
}

.product .p_description .mask .compare-wishlist .compare-button label::before {
    content: "\f10a";
}

.product_list .compare-wishlist .favorite-button label:hover {
    background: transparent;
    color: #fff;
    opacity: 1;
}

.p_description .mask .compare-wishlist .favorite-button label:hover {
    background: rgba(252, 109, 105, 0.7);
    color: #fff;
    opacity: 1;
}

.p_description .mask .compare-wishlist .compare-button label:hover {
    background: rgba(var(--sm-second-color-rgb), 0.7);
    color: #fff;
    opacity: 1;
}

.product_list .compare-wishlist .favorite-button label:hover::before {
    color: rgba(255, 37, 37, 1);
}

.product_list .compare-wishlist .favorite-button input[type="checkbox"]:checked ~ label {
    background: transparent;
    color: rgba(255, 37, 37, 1);
    opacity: 1;
}

.p_description .mask .compare-wishlist .favorite-button input[type="checkbox"]:checked ~ label {
    background: #fc6d69;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.p_description .mask .compare-wishlist .compare-button input[type="checkbox"]:checked ~ label {
    background: var(--sm-second-color);
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.product_list .compare-wishlist .favorite-button input[type="checkbox"]:checked ~ label,
.p_description .mask .compare-wishlist .favorite-button input[type="checkbox"]:checked ~ label,
.p_description .mask .compare-wishlist .compare-button input[type="checkbox"]:checked ~ label {
    opacity: 1;
}

.product_list .compare-wishlist .favorite-button input[type="checkbox"]:checked ~ label::before {
    color: rgba(255, 37, 37, 1);
}

.p_description .mask .compare-wishlist .favorite-button input[type="checkbox"]:checked ~ label::before,
.p_description .mask .compare-wishlist .compare-button input[type="checkbox"]:checked ~ label::before {
    color: rgb(255, 255, 255);
}

.product_list .p_description_list .compare-wishlist label {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
    left: 0;
    opacity: 1;
    position: relative;
    overflow: hidden;
    margin: 0;
    color: var(--sm-second-color);
    /*background: rgba(39, 39, 39, 0.2);*/
    border-radius: 20px;
    transition: background 0.3s, opacity 0.3s, color 0.3s;
    text-decoration: none;
}

.p_description .mask .compare-wishlist label {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
    left: 0;
    opacity: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
    color: rgba(255, 255, 255, 1);
    background: rgba(39, 39, 39, 0.2);
    border-radius: 20px;
    transition: background 0.3s, opacity 0.3s, color 0.3s;
}

.product_list .p_description_list .compare-wishlist .compare_list a.compare-button {
    float: left;
}

.product_list:hover .p_description_list .compare-wishlist a:hover,
.product:hover .p_description .mask .compare-wishlist a:hover,
.product:hover .p_description .mask .compare-wishlist a label:hover {
    text-decoration: none;
}


.product .p_description .price-box {
    left: 10px;
    bottom: 0px;
    position: absolute;
    width: calc(100% - 20px);
}

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

/*.product .p_description .open-product-mini ion-icon svg path:first-of-type {*/
/*transition: transform 0.5s ease-out;*/
/*}*/

/*.product .p_description .open-product-mini:hover ion-icon svg path:first-of-type {*/
/*-webkit-transform: translate(-5px, -5px);*/
/*transform: translate(15%, 5%);*/
/*}*/

.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 ion-icon {
    display: block;
    font-size: 18px;
    color: #fff;
    pointer-events: none;
    /* transform: rotate(-45deg); */
}

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

.product .p_description .mask .buy-button-mask .remove-from-cart {
    background: #23c7a9;
    height: 26px;
    display: inline-block;
    float: right;
    padding: 4px 6px 0 0;
    color: #fff;
    border: 0;
    transition: all 0.3s;
    border-radius: 0 20px 20px 0;
}

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

.product .p_description .mask .buy-button-mask .remove-from-cart ion-icon {
    font-size: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 3px;
}

.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: #d01c34;
    color: #000000;
    cursor: default;
    overflow: hidden;
    height: 20px;
    float: right;
    line-height: 20px;
    box-shadow: none;
    padding: 0 0 0 10px;
    font-weight: 600;
    font-size: 19px;
    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 ion-icon {
    display: block;
    float: right;
    font-size: 19px;
}

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

.product_label.label1 {
    background-color: #4789ff;
}

.product_label.label3 {
    background-color: #eab55f;
    padding-left: 10px;
}

/*.product_label.label1::before {content: "\f4b3";margin-right: 5px;font-size: 16px;transform: translateY(1px);}*/
/*.product_label.label2::before {content: "\f2e2";margin-right: 5px;font-size: 18px;transform: translateY(2px);}*/
.product_label.label3::before {
    content: "\f4b3";
    margin-right: 5px;
    font-size: 16px;
    transform: translateY(1px);
}

.product_label.label1::before,
.product_label.label2::before,
.product_label.label3::before {
    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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.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: inline-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: 60px;
    right: 0;
    top: 7px;
    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: 0 !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: -20px !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;
    margin: 0;
}

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

.product-main-info {
    display: inline-block;
    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);
}

.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: 11;
    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-second-color);
}

.bottom_xs_menu .menu_list .list_item ion-icon {
    transition: all 0.3s;
}

.bottom_xs_menu .menu_list .list_item:hover ion-icon {
    color: var(--sm-second-color);
}

.bottom_xs_menu .menu_list .list_item.active {
    color: var(--sm-second-color);
}

.bottom_xs_menu .menu_list .list_item.active .title {
    font-weight: 700;
}

.p_main-info .p_info_item .title {
    font-size: 13px;
    color: #888;
    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;
}

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

.mainpage-categories-tabs .nav-tabs li span.count {
    opacity: 0.6;
    font-size: 13px;
    color: #8089a9;
    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: rgba(128, 137, 169, 1);
    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: #8089a9;
    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;
    margin: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    font-size: 12px;
    /* text-transform: uppercase; */
    background-color: var(--sm-second-color);
    border-radius: 20px;
    margin-bottom: 5px;
}

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

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

.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;
    margin-bottom: 70px;
}

.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 .p_description .p_img_href img {
    margin: 0;
    padding: 10px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-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;
    
    float: left;
    position: relative;
    white-space: nowrap;
    /* text-overflow: ellipsis; */
    padding: 1px 10px 2px;
    border-radius: 30px;
    background: rgb(72, 53, 34);
}

.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: 20px;
    width: 100%;
}

.product .p_description .product_info_render {
    /* background: #fff; */
    position: relative;
   margin-top: 3px;
    transition: all 0.3s;
    box-shadow: none;
   margin-left:5px;
    
}

.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: 20px;
    text-transform: uppercase;
    color: #e0a805;
}

.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:hover .wrapper_product_hover::before {*/
/*background: #fff;*/
/*border-radius: 4px;*/
/*border: 1px solid #eee;*/
/*!*box-shadow: 0 0 4px rgba(0,0,0,.05), 0 6px 10px rgba(0,0,0,.08);*!*/
/*-webkit-transform: scale(1.1,1.1);*/
/*transform: scale(1.1,1.1);*/
/*}*/

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

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

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

.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: #222;
}

.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 i {
    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: -5px;
}

#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; */
    box-shadow: 0 0 20px rgba(43, 45, 56, .22);
}

.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: 3px;
    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;
}

#owl-frontslider .owl-nav ion-icon {
    font-size: 24px;
    color: #fff;
    display: block;
}

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

#carousel-custom-dots .owl-dot {
    color: #333;
}


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

.wide-featured-block {

}

.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;
    /* padding: 7px 15px 17px 15px; */
}

.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: inline-block;
    padding: 0;
    width: 100%;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    border: 0;
    cursor: pointer;
    line-height: 22px;
}

.filter_accordion .filter_heading:after,
.filter_accordion .filter_heading.collapsed:after {
    display: inline-block;
    font-family: "Ionicons";
    content: "\f3d8";
    font-size: 22px;
    opacity: 0.6;
    float: right;
    color: #aaa;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    transition: opacity 0.3s;
}

.filter_accordion .filter_heading:not(.collapsed):after {
    content: "\f3d0";
}

.filter_accordion .filter_heading:after,
.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_box .attrib_divs {
    /* border-bottom: 1px solid #eee; */
    padding: 0;
}

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

.attrib_divs label {
    font-size: 13px;
    line-height: 1.5;
    color: #212121;
    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-second-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);
}

.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: #888;
    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: #777;
    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::before {
    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;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    color: #000;
}

#slider-range .ui-slider-handle:first-of-type::before {
    content: "\f3cf";
    content: '';
    background: #ffffff;
    border: 2px solid var(--sm-second-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: "\f3d1";
    content: '';
    background: #ffffff;
    border: 2px solid var(--sm-second-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;
}

/*.breadcrumb > li:first-of-type a {width: 20px;height: 20px;display: inline-block;position: relative;}*/

/*.breadcrumb > li:first-of-type a::before {*/
/*content: "\f30c";*/
/*font-size: 20px;*/
/*position: absolute;*/
/*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;*/
/*-webkit-font-smoothing: antialiased;*/
/*-moz-osx-font-smoothing: grayscale;*/
/*bottom: 0;*/
/*}*/
/*.breadcrumb > li:first-of-type a span {display:none;}*/

/* .title-breadcrumbs .category_heading:after {
  content: '';
  position:absolute;
  display:inline-block;
  bottom :4px;
  left :-5px;
  width:100%;
  height:20px;
  z-index:-1;
  background:rgba(74, 138, 252, 0.5);
} */

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: #8189a9;
    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: #8189a9;
    background-color: #fff;
}

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

aside .box-category ul > li > a {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    padding: 15px;
    border: 0;
    /*height: 48px;*/
    display: block;
    transition: all .3s ease;
    width: 100%;
    color: #000000;
    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-second-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 > .down ion-icon {
    display: block;
}

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

aside .box-category ul > li > a:hover {
    color: #2b2d38;
    background: #f5f6fb;
}

aside .box-category li > a.active {
    color: var(--sm-main-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: table;
    text-align: right;
    color: #aaa;
    transition: all 0.3s;
    background: transparent;
}

aside .box-category .down:hover {
    background: #ecf0f9;
}

aside .box-category .down i {
    height: 48px;
    vertical-align: middle;
    display: table-cell;
    width: 48px;
    text-align: center;
}

.left_block h2,
.left_feature h2,
.left_content .articles .like_h2 {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #8089a9;
    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;
}

.left_content .articles .like_h2 .view-all-btn ion-icon {
    display: block;
}

.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: #737373;
    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-second-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);
}

.left_content .how_know_for_us label {
    font-size: 13px;
    font-weight: 600;
    color: #8189a9;
    display: flex;
    margin-bottom: 10px;
}

input[type="radio"]:checked + label:before {
    content: "\f058";
    color: #248bcb;
    color: var(--sm-main-color);
}

.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: #555;
    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; */
}

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

.top_footer {
    background: #3a4249;
    color: #fff;
    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;
}


.top_footer ul > li {
    display: block;
}

.top_footer ul > li > a {
    color: #fff;
    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-second-color) !important;
}

.subscribe_news button ion-icon {
    margin: -4px 5px 0 0;
    font-size: 16px;
}

.subscribe_news button ion-icon svg {
    display: block;
}

.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 ion-icon {
    color: #8189a9;
    transition: all 0.3s;
}

.social_group_footer a:hover ion-icon {
    color: #cacbde;
}

.footer-sitemap {
    display: block;
}

.footer-sitemap a {
    color: #8189a9;
    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 #677c93;
    background: #222;
}

.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: #8189a9;
    /* opacity: 0.7; */
}

.link_webstudio p {
    color: #8189a9;
    opacity: 1;
}

.link_webstudio a {
    color: #adb7be;
    /* 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;
}

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

.add_comment__title h3 {
    font-size: 13px;
    color: #aaa;
    margin: 0;
}

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

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

.add_comment_box #enter {

    background: #3796f6;

    border: none;

    color: #fff;

    border-radius: 20px;
}

.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-second-color);
    background: #23c7a9;
    display: inline-block;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
    padding: 0 15px;
    border: 0;
    float: right;
}

.open-modalcart-buttom::before {
    content: "\f149";
    display: inline-block;
    font-size: 21px;
    font-family: "Ionicons";
    speak: none;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 22px;
    text-align: center;
    height: 28px;
    margin: 0 5px 0 0;
    float: left;
    transition: all 0.3s;
}

.buy-button {
    display: table;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    border-radius: 5px;
    float: left;
    background: var(--sm-second-color);
}

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

/*.open-modalcart-buttom {*/
/*font-size: 13px;*/
/*text-transform: uppercase;*/
/*font-weight: 600;*/
/*border-radius: 5px;*/
/*float: left;*/
/*background: #3dc755;*/
/*display: inline-block;*/
/*line-height: 32px;*/
/*vertical-align: middle;*/
/*padding: 5px 30px 5px 30px;*/
/*border: 0;*/
/*}*/

.open-modalcart-buttom:focus,
.open-modalcart-buttom:hover {
    border: 0;
    text-decoration: none;
}

/*.buy-button span {*/
/*display: inline-block;*/
/*line-height: 32px;*/
/*vertical-align: middle;*/
/*padding: 5px 30px 5px 30px;*/
/*}*/

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

.buy-button ion-icon {
    padding: 5px;
    background: #fff;
    color: var(--sm-second-color);
    border-radius: 30px;
    float: right;
    margin: 5px 5px 5px 0;
}

.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-selector .less-button ion-icon,
.product-quantity-selector .more-button ion-icon {
    color: #999;
    height: 40px;
    font-size: 16px;
    display: table-cell;
    transition: color 0.3s;
    vertical-align: middle;
}

.product-quantity-selector .less-button ion-icon:hover,
.product-quantity-selector .more-button ion-icon:hover {
    color: #555;
}

.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: table;
    height: 25px;
}

.label-class-danger ion-icon {
    color: #d88181;
    margin-right: 5px;
    padding-right: 5px;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    display: table-cell;
    height: 25px;
}

.label-class-success ion-icon {
    color: #6EC642;
    padding-right: 5px;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    display: table-cell;
    height: 25px;
}

.label-class-danger span,
.label-class-success span {
    line-height: 1;
    color: #888;
    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;
}

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

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

.header-right-actions ion-icon {
    font-size: 18px;
    color: #888;
}

.container_sheare_compare {
    margin: 0;
    float: left;
}

.container_sheare_compare #compare_wishlist {
    margin: 0;
    height: 25px;
    display: inline-block;
    /* float: right; */
}

.container_sheare_compare .compare_wishlist a.wishlisht_button,
.container_sheare_compare .compare_wishlist a.compare_button {
    display: inline-block;
    padding: 0;
    height: 25px;
    margin-left: 15px;
}

.container_sheare_compare .compare_wishlist a:first-of-type {
    margin-left: 0;
}

.container_sheare_compare .compare_wishlist a.wishlisht_button label,
.container_sheare_compare .compare_wishlist a.compare_button label {
    width: 22px;
    overflow: hidden;
    height: 22px;
    margin-top: 2px;
}

.container_sheare_compare .compare_wishlist a label::before {
    display: inline-block;
    font-size: 22px;
    font-family: "Ionicons";
    speak: none;
    color: #999;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 22px;
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    width: 22px;
    text-align: center;
    height: 22px;
    margin: 0;
    transition: all 0.3s;
}

.container_sheare_compare .compare_wishlist a.wishlisht_button:hover label::before,
.container_sheare_compare .compare_wishlist a.compare_button:hover label::before {
    color: #777;
}

.container_sheare_compare .compare_wishlist a.wishlisht_button label::before {
    content: "\f308";
}

.container_sheare_compare .compare_wishlist a.compare_button label::before {
    content: "\f10a";
}

.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 {
    color: #444;
}

.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: #888;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 0;
    width: auto;
    transition: all 0.3s;
}

.dropdown-share-btn button:hover {
    color: #555;
}

.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 ion-icon {
    float: left;
    margin-right: 10px;
    opacity: 0.5;
    font-size: 18px;
    margin-top: 2px;
}

.dropdown-share-btn .dropdown-menu > li > a:hover ion-icon {
    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 ion-icon {
    color: #4c74a2;
}

.dropdown-share-btn .dropdown-menu > li > a.p_share-fb:hover ion-icon {
    color: #485996;
}

.dropdown-share-btn .dropdown-menu > li > a.p_share-inst:hover ion-icon {
    color: #de3a71;
}

.dropdown-share-btn .dropdown-menu > li > a.p_share-g:hover ion-icon {
    color: #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 {
    border: 0;
    padding: 0 15px;
    height: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    display: inline-block;
    color: #333;
    width: 100%;
    cursor: pointer;
    text-align: left;
    background: transparent;
}

.xs-menu-actions .counter,
.xs-user-menu .counter {
    /* float: right; */
    margin-left: 10px;
    color: #999;
}

.xs-menu-actions ion-icon,
.xs-user-menu ion-icon {
    float: left;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 3px;
    line-height: 1;
}

.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: #8189a9;
    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;
    /* border-right: 1px solid #eee; */
}

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

#wishlist_box2 .wishlist-icon:hover {
    color: #FF2525;
    opacity: 0.8;
}

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

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

#compare_box .compare-icon:hover {
    color: var(--sm-second-color);
    opacity: 0.8;
}

#wishlist_box2 .wishlist-icon ion-icon,
#compare_box .compare-icon ion-icon {
    display: block;
    /* height: 50px; */
    vertical-align: middle;
    text-align: center;
}

#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;
    /* position: absolute; */
    /* top: 45px; */
    /* left: 20px; */
    -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;
}

.discount_box {
    color: red;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    padding: 20px;
    width: 100%;
    z-index: 1;
    position: relative;
    flex: 0 0 auto;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#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;
    width: calc(100% - 80px);
    margin-top: 0;
    font-size: 13px;
    font-weight: 600;
    /* height: 54px; */
    float: left;
    width: calc(100% - 102px);
    overflow-y: hidden;
}

.compare_block__prod_name a {
    color: #333;
    max-height: 54px;
    width: 100%;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    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: #eee;
    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: #f5f5f5;
    opacity: 1;
}

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

.buy_one_click ion-icon {
    float: left;
    margin: 5px 5px 0 0;
    line-height: 1;
    font-size: 18px;
}

.product-info-render {
    /* margin: 0 0 30px; */
}

.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: #888;
    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 {
    color: #e2e2e2;
}

.average {
    color: #ffd305;
}

.score a {
    transition: all 0s;
}

.score a:hover {
    color: #ffd305;
}

.sp_rating .score {
    margin-top: -19px;
    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: #333;
    margin-left: 5px;
    font-weight: 600;
}

.product-info-render .prod_price {
    /* float: left; */
    /* line-height: 42px; */
    display: inline-block;
    /* height: 42px; */
    margin-top: 10px;
    color: #555;
}

.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;
    /* background: #3797f6; */
    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-second-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-second-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: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    /* font-family: 'Open Sans Condensed', sans-serif; */
    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: 1;
    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;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 20px;
}

.category-page-bg_banner .title {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    /* font-family: 'Open Sans Condensed', sans-serif; */
    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%;
}

.vivod_ button {
    border: 0;
    color: #8089a9;
    background: #fff;
    display: block;
    padding: 9px 0;
}

.vivod_ button:hover {
    color: var(--sm-second-color);
}

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

.vivod_ button ion-icon {
    font-size: 26px;
    display: block;
}

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

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

.listing-per-page {
    margin-right: 15px;
    float: right;
}

.product-list-filter {
    float: right;
}

.dd_select .ui-multiselect {
    color: #555;
    padding: 0 10px;
    font-size: 13px;
    background: #f4f5fb;
    font-weight: 700;
    border: 1px solid #f4f5fb;
    height: 26px !important;
    border-radius: 3px !important;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.dd_select .ui-multiselect:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #fff;
    box-shadow: 0 2px 10px rgba(3, 27, 78, .06);
}

.dd_select .ui-multiselect span.ui-icon {
    opacity: 0.5;
    transition: all .3s ease;
    display: inline-block;
    width: 0;
    height: 0;
    color: #000;
    margin: 9px 0 0 5px !important;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.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: #8089a9;
    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: #555;
    font-size: 13px;
    font-weight: 600;
}

.quantity_like > span {
    padding: 0;
    width: auto;
    height: auto;
    line-height: 36px;
    background: transparent;
    color: #999;
    font-weight: 700;
    margin-left: 10px;
}

.user_info i {
    color: #555;
}

.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: #585858;
}

.user_info_container h5 {
    float: left;
    font-size: 13px;
}

.user_info_container time {
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    color: #999;
}

.user_info_container time i {
    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;
}

#loadMoreI {
    margin-left: 10px;
}

.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: #999;
    /*float: left;*/
}

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

.news article h5 > a {
    margin: 0 0 0 75px;
    color: #555;
    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-main-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 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: #333;
}

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

.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: #000;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.compare-table .remove-all-btn ion-icon {
    display: block;
    float: right;
    opacity: 0.3;
}

.compare-table .remove-all-btn:hover {
    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;
    color: #000;
    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: #777;
    transition: all 0.3s;
}

.compare-table .header-row .product-name a:hover {
    color: #555;
}

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

}

.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: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 ion-icon {
}

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: 12;
    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 ion-icon {
    width: 36px;
    height: 36px;
    vertical-align: unset;
    display: block;
}

.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 .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: #212121;
    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 ion-icon {
    display: inline-block;
    float: left;
    margin: 12px;
    font-size: 26px;
    opacity: 0.7;
    width: 26px;
    color: #969696;
    transition: background 0.3s;
    transition-delay: .5s;
}

.left-menu-categories .menu-block .menu-block-title sub {
    display: inline-block;
    width: 100%;
    color: #212121;
    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: #488aff;
}

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

.left-menu-categories .menu-block .menu-block-title span.title {
    color: #969696;
    font-weight: 700;
    text-transform: uppercase;
}

aside.main-aside:hover .menu-block .menu-block-title ion-icon {
    color: #777;
    transition-delay: 0s;
}

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

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

.left-menu-categories .sub_ul .close-btn ion-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ac_results #my-id a.btn {
    color: #fff;
    border-color: var(--sm-second-color);
    background-color: var(--sm-second-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;
}

.products-list-body h4, .checkout__cart_item h4 {
    background: #800819;
    padding: 6px;
    color: white;
    font-style: italic;
    border-radius: 4px;
}


/****CUSTOM CSS****/

form[name=create_account] .required:after {
    content: " *";
    color: red;
    display: inline;
}

form[name=create_account] .form-control {
    display: inline;
    width: 95%;
}

form[name=create_account] .input-group .form-control {
    display: inline;
    width: 93%;
}

form[name=create_account] button {
    width: 95% !important;
    min-width: 237px;
}


.communityReview__review--2EmdH {
    margin-top: 30px;
    border: 1px solid whitesmoke;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

@media (min-width: 1024px) {
    .communityReview__review--2EmdH {
        display: flex;
        flex-direction: row-reverse;
    }
}

.communityReview__review--2EmdH .communityReview__textSection--vu-i- {
    font-size: 13px;

    line-height: 20px;

}

@media (min-width: 1024px) {
    .communityReview__review--2EmdH .communityReview__textSection--vu-i- {
        flex-basis: 75%;
    }
}

.communityReview__review--2EmdH .communityReview__textSection--vu-i- .communityReview__text--nTUq_ {
    max-width: 700px;
}

.communityReview__review--2EmdH .communityReview__editSection--3zYqn {
    margin-bottom: 8px;
}

@media (min-width: 1024px) {
    .communityReview__review--2EmdH .communityReview__editSection--3zYqn {
        flex-basis: 75%;
    }
}

@media (min-width: 1024px) {
    .communityReview__review--2EmdH .communityReview__userSection--1FkkH {
        flex-basis: 25%;
        max-width: 25%;
        padding-right: 8px;
    }
}

.communityReviewer__userSection--yV9wt {
    display: flex;
    align-items: center;
}

.communityReviewer__userSection--yV9wt .communityReviewer__thumbnail--1bOqA {
    flex-basis: 42px;
    min-width: 42px;
    width: 42px;
    height: 42px;
    background-size: cover;
    border-radius: 50%;
}

.communityReviewer__userSection--yV9wt .communityReviewer__stats---G6d0 {
    margin: 0 0 0 8px;
}

@media (min-width: 1024px) {
    .communityReviewer__userSection--yV9wt .communityReviewer__stats---G6d0 {
        max-width: 75%;
    }
}

.communityReviewer__userSection--yV9wt .communityReviewer__stats---G6d0 .communityReviewer__title--2j_Cx {
    text-transform: uppercase;
}

.communityReviewer__userSection--yV9wt .communityReviewer__stats---G6d0 .communityReviewer__alias--3JFXY,
.communityReviewer__userSection--yV9wt .communityReviewer__stats---G6d0 .communityReviewer__title--2j_Cx {
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
}

.communityReviewer__userSection--yV9wt .communityReviewer__stats---G6d0 .communityReviewer__alias--3JFXY {
    display: block;
    text-align: left;
    color: #333;
    -webkit-text-decoration-color: #333;
    text-decoration-color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.communityReviewer__userSection--yV9wt .communityReviewer__stats---G6d0 .communityReviewer__ratingsCount--1Tmob {
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
}

.communityReviewer__userSection--yV9wt .communityReviewer__stats---G6d0 .communityReviewer__ratedOn--yAWY6 {
    font-size: 12px;
    line-height: normal;
    font-weight: 300;
    color: #989999;
}

.communityReviewer__userSection--yV9wt .communityReviewer__stats---G6d0 .communityReviewer__ratedVintage--cthbr {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: #484848;
}


.rating__rating--31J8p {
    white-space: nowrap;
    display: flex;
}

.rating__rating--31J8p i {
    min-width: 10px;
    min-height: 10px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 0;
}

.rating__vivino--Mh3Hv .blank_star {
    background-image: url(/images/stars/a97e32b728938c017e0c7fda77476f1f.svg);
}

.rating__vivino--Mh3Hv .rating__icon10--3DCJy {
    background-image: url(/images/stars/0219749c376a5c9af7eeed02795f7252.svg);
}

.rating__vivino--Mh3Hv .rating__icon20--dUO7_ {
    background-image: url(/images/stars/22514c4234cf765492b05ae1cda82dff.svg);
}

.rating__vivino--Mh3Hv .rating__icon30--3E6AW {
    background-image: url(/images/stars/c6ec9ebc6003747b81ce161de1252fed.svg);
}

.rating__vivino--Mh3Hv .rating__icon40--3nDTi {
    background-image: url(/images/stars/978632d247dde6bee05db7027d0feff9.svg);
}

.rating__vivino--Mh3Hv .rating__icon50--3Yf2i {
    background-image: url(/images/stars/6149e24a1b9369a9e4a04cd9dcac1c61.svg);
}

.rating__vivino--Mh3Hv .rating__icon60--36IqJ {
    background-image: url(/images/stars/2491883d4d30f6d0366c7d37058cd2b6.svg);
}

.rating__vivino--Mh3Hv .rating__icon70--3gwQR {
    background-image: url(/images/stars/cdb24cd16234216c4fc9aa09bab8eeb8.svg);
}

.rating__vivino--Mh3Hv .rating__icon80--QKrCz {
    background-image: url(/images/stars/08d2355de3317adeb6e5065584e522a2.svg);
}

.rating__vivino--Mh3Hv .rating__icon90--2a7rz {
    background-image: url(/images/stars/6f2b4e1c3ec9d41ed134771308fd55a2.svg);
}

.rating__vivino--Mh3Hv .yellow_star {
    background-image: url(/images/stars/18f08051f98f9fb42f72a610a91ae973.svg);
}

.rating__user--3gsCi .yellow_star {
    background-image: url(/images/stars/d10a7e37e3dc7825aca15f75330bab79.svg);
}

.rating__user--3gsCi .rating__icon50--3Yf2i {
    background-image: url(/images/stars/6bca8cc6129adbaafe6b312fa7ae9f8c.svg);
}

.rating__user--3gsCi .blank_star {
    background-image: url(/images/stars/a97e32b728938c017e0c7fda77476f1f.svg);
}

.rating__external--NSvOl .yellow_star {
    background-image: url(/images/stars/3b42ec415a54282ce6fa86ff57abf7b9.svg);
}

.rating__glasses--29sl- .yellow_star {
    background-image: url(/images/stars/336745eaf75c164f704fa448f7e690ae.svg);
}

.rating__hearts--Zyq5m .yellow_star {
    background-image: url(/images/stars/b315ed5b68e68ec7bfcb00fa5eceb179.svg);
}

.rating__size10--xOVre i {
    height: 10px;
    width: 10px;
}

.rating__size10--xOVre.rating__external--NSvOl i,
.rating__size10--xOVre.rating__hearts--Zyq5m i {
    margin: 0 2px
}

.rating__size12--2aFEs i {
    height: 12px;
    width: 12px;
}

.rating__size12--2aFEs.rating__external--NSvOl i,
.rating__size12--2aFEs.rating__hearts--Zyq5m i {
    margin: 0 2px
}

.rating__size14--2eiVl i {
    height: 14px;
    width: 14px;
}

.rating__size14--2eiVl.rating__external--NSvOl i,
.rating__size14--2eiVl.rating__hearts--Zyq5m i {
    margin: 0 3px;
}

.rating__size16--1NyCx i {
    height: 16px;
    width: 16px;
}

.rating__size16--1NyCx.rating__external--NSvOl i,
.rating__size16--1NyCx.rating__hearts--Zyq5m i {
    margin: 0 2px;
}

.rating__size18--1H8CX i {
    height: 18px;
    width: 18px;
}

.rating__size18--1H8CX.rating__external--NSvOl i,
.rating__size18--1H8CX.rating__hearts--Zyq5m i {
    margin: 0 2px;
}

.rating__size22--2AhYO i {
    height: 22px;
    width: 22px;
}

.rating__size22--2AhYO.rating__external--NSvOl i,
.rating__size22--2AhYO.rating__hearts--Zyq5m i {
    margin: 0 4px;
}