.buy_template {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 14px 0 10px 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 500;
}

.buy_template_link {
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 8px 30px;
    margin-top: 9px;
    text-align: center;
    background: #f8e342 !important;
}

.buy_template_link:hover {
    text-decoration: none;
}

.buy_template img {
    max-width: 55px;
    /*width: 55px;*/
    margin-top: 6px;
}

#clock {
    font-size: 19px;
    color: white;
    padding-top: 17px;
}

.change_color {
    float: left;
    padding: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.change_color input {
    display: block;
    margin: 4px auto 0 auto;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 0;
    background: transparent;
    height: 30px;
    width: 30px;
}

.change_color form {
    display: block;
    margin: 4px auto 0 auto;
}

.change_color.main_color > input {
    background: var(--sm-text-color);
    color: transparent;
}

.change_color.second_color > input {
    background: var(--sm-link-color);
    color: transparent;
}

.change_color.background_color > input {
    background: var(--sm-background);
    color: transparent;
}


html,
body {
    height: 100%;
}

body {
    font-size: 12px;
    font-family: 'PT Sans', Arial, sans-serif;
    line-height: 1;
    background: var(--sm-background);
    color: var(--sm-text-color);
}

body.modal-open {
    overflow: hidden;
    margin-right: 17px;
}

iframe {
    max-width: 100%;
    max-height: 100%;
}

select {
    display: none;
}

div {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    margin-bottom: 10px;
}

.modal-dialog {
    min-width: 280px;
    margin: 10px auto;
}

.modal.product_modal .modal-dialog {
    width: 90% !important;
    max-width: unset !important;
}

.lazyload {
    opacity: 0;
}

.clear {
    clear: both;
}

.anim {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-delay: 0s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.caret {
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    margin-left: 4px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: var(--sm-text-color) transparent transparent transparent;
}

/*! SELECTIZE*/

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input.input-active {
    border-radius: 0;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    box-shadow: none;
    height: 27px;
}

.selectize-control.single .selectize-input .item {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    user-select: none;
    font: 14px 'PT Sans', Arial, 'Helvetica CY', sans-serif;
}

.selectize-input > input {
    display: none !important;
}

.selectize-control.single .selectize-input:after,
.selectize-control.single .selectize-input.dropdown-active:after {
    border-width: 5px 5px 0 5px;
    border-color: var(--sm-text-color) transparent transparent transparent;
    z-index: -1;
    right: 0px;
}

.selectize-dropdown {
    z-index: 110;
}

.selectize-dropdown .active {
    background: var(--sm-btn-color);
    color: var(--sm-btn-text-color);
}

.selectize-dropdown [data-selectable].option {
    max-width: 100%;
    cursor: pointer;
    line-height: 1;
    text-align: left;
    font: 14px 'PT Sans', Arial, 'Helvetica CY', sans-serif;
}

/*! END SELECTIZE*/
/*!----------------------------------------------- MAIN PARAMETERS -------------------------------------*/
.error-page {
    text-align: center;
}

a {
    color: var(--sm-link-color);
    outline: 0 !important;
}

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

.center-block {
    float: none;
}

h2, h1, .like_h2 {
    font: 700 24px 'PT Sans', sans-serif;
    color: #2385e7;
    line-height: 30px; /* prevent jumping on load */
    position: relative;
}

ul {
    padding-left: 0;
    list-style: none;
}

svg {
    width: 1em;
    height: 1em;
    font-size: 20px;
}

.modal-content {
    background-color: var(--sm-background);
}

.quantity-selector-mask input {
    height: 41px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #cfcfcf;
}

.padd-0 {
    padding: 0;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.alert {
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
}

main > .container > .alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

body > .alert,
#compare_box + .alert,
#divShoppingCard ~ .alert {
    position: fixed;
    max-width: 380px;
    /*z-index: 99;*/
    z-index: 1051;
    top: 10px;
    right: 10px;
}

body > .alert,
#compare_box + .alert {
    right: 0;
}

.modal-body .alert {
    position: relative;
    max-width: 100%;
    right: 0;
}

.modal-body .alert .close {
    display: none;
}

.top_footer .h3,
.top_footer h3 {
    font: 300 18px 'Open Sans', Helvetica, sans-serif;
    color: #fff;
    /*text-transform: uppercase;*/
    text-transform: inherit;
    margin: 10px 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}

.container > .mobile_menu > .dropdown > .dropdown-menu {
    position: relative;
    display: block;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

/*main > .container-fluid.padd-0 > .row {*/
/*  !*margin:-30px 0 0 0;*!*/
/*  margin: 0;*/
/*}*/

/*main > .container-fluid > .row > div {*/
/*  padding:0;*/
/*}*/
.img-responsive {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
}

/* links-buttons */

.modal-header .close {
    outline: 0;
    fill: var(--sm-text-color);
}

.no-title .modal-header {
    border-bottom: 0;
}

.no-title .modal-body {
    margin-top: 0;
    padding-top: 0;
}

.modal-body h3,
.modal-body h2,
.modal-body h1 {
    text-align: center;
    margin-top: 0;
}

button, select {
    outline: none;
}

.left_content .how_know_for_us .our_variants b {
    margin-right: 10px;
}

.p_list_model {
    color: #999 !important;
    float: left !important;
    padding: 0 !important;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 3px 8px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.label-default {
    background-color: #C0C0C0;
}

.label-black {
    padding: 0 1px 0 5px;
    color: var(--sm-text-color);
    display: inline-flex;
    align-items: flex-end;
}

.label-black i {
    color: #54af28;
    font-size: 17px;
    padding-right: 5px;
}
.label-preorder svg,
.label-black svg {
    fill: #54af28;
    font-size: 12px;
    margin-right: 5px;
}

.label-preorder{
    display: inline-flex !important;
    color: #54af28;
    font-weight: 700;
}

.label-stock {
    color: #6EC642;
}

.label-nostock {
    color: red;
}

.label-stock.label-danger {
    background-color: gray;
    color: #fff;
}

.label-success {
    background-color: #6EC642;
}

/* input fields */

input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

/* checkbox styles */

::-webkit-input-placeholder {
    color: #000;
    font: 14px 'PT Sans', Arial, 'Helvetica CY', sans-serif;
}

::-moz-placeholder {
    color: #000;
    font: 14px 'PT Sans', Arial, 'Helvetica CY', sans-serif;
}

-o-input-placeholder {
    color: #000;
    font: 14px 'PT Sans', Arial, 'Helvetica CY', sans-serif;
}

-ms-input-placeholder {
    color: #000;
    font: 14px 'PT Sans', Arial, 'Helvetica CY', sans-serif;
}

/*--------------------------- TOP HEADER ------------------------*/
.top_header {
    background: var(--sm-bg-header);
    padding: 5px 0;
    border-bottom: 0px solid #ededed;
}

.container_top_header {
    position: relative;
}

.wrapper_language_currency_select {
    float: left;
}
.dropbtn {
    color: #FF8C00;;
    padding: 5px 8px;
    font-size: 16px;
    border: none;
    display: flex;
}

.dropdown-content {
    display: none;
    background-color: #f1f1f1;
    min-width: 160px;
    z-index: 1;
}
.dropdown:hover .dropdown-content {display: block; position: absolute;}
.currency_select,
.dropdown{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    float: left;
}

form .selectize-control,
form .selectize-control.single .selectize-input,
form .selectize-control.single .selectize-input.input-active {
    height: 34px;
    display: flex;
}

form select {
    height: 34px;
    padding-left: 8px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
}

form .selectize-input > input,
form .selectize-control.single .selectize-input .item {
    display: inline-flex !important;
    padding-left: 10px !important;
}

form .selectize-control.single .selectize-input.not-full input,
form .selectize-control.single .selectize-input .item {
    width: 100% !important;
}

form .selectize-control.single .selectize-input, form .selectize-control.single .selectize-input.input-active {
    border-radius: 7px;
    border: 2px solid var(--sm-grey-color);
}

form .selectize-dropdown [data-selectable].option {
    padding: 5px 12px;
}


.currency_select {
    margin: 0 10px 0 0;
    position: relative;
}

.currency_select form {
    display: inline-flex;
    align-items: center;
}

.currency_select .selectize-input {
    border: none;
}

.currency_select form .selectize-control.single,
.currency_select form .selectize-control.single .selectize-input,
.currency_select form .selectize-control.single .selectize-input.input-active {
    /*width: 65px;*/
    width: 47px;
    height: 27px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 0;
    background: transparent;
    border: 0;
}

.currency_select form .selectize-control.single .selectize-input .item:hover {
    font-weight: 700;
}

.currency_select form .selectize-input > input {
    display: none !important;
}

.currency_select form .selectize-input > input,
.currency_select form .selectize-control.single .selectize-input .item {
    padding-left: 0 !important;
    font: 14px 'PT Sans', Arial, 'Helvetica CY', sans-serif;
}

.currency_select .selectize-input.dropdown-active::before {
    content: unset;
}

.currency_select .selectize-dropdown {
    margin: 5px 0 0 0;
}

.currency_select form .selectize-dropdown [data-selectable].option {
    font: 14px 'PT Sans', Arial, 'Helvetica CY', sans-serif;
    padding: 5px 8px;
}

.enter_registration {
    /*float: right;*/
    display: inline-flex;
    align-items: center;
    height: 27px;
}

.enter_registration > div,
.enter_registration a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: inherit;
}

.enter {
    position: relative;
    font-size: 12px;
    margin-right: 0;
}

.enter > a {
    color: var(--sm-link-color);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

#kabinet .enter_registration .enter > a {
    font-size: 14px;
    margin-top: 0;
    color: var(--sm-text-color);
}

.enter > a:hover {
    color: var(--sm-link-color);
}

.enter_link {
    text-decoration: underline;
    /*  border-bottom: 1px dashed var(--sm-text-color); */
}

.enter_link:hover {
    color: #248bcb;
    color: var(--sm-text-color);
    /* border-bottom: 1px dashed transparent; */
    text-decoration: underline;
}

.reg_solo_health {
    margin-left: 10px;
}

.reg_solo_health i {
    color: #333;
    font-size: 23px;
}

.reg_solo_health:hover {
    border-bottom: none;
}

.social_header_vk, .social_header_viber, .social_header_twitter, .social_header_telegram, .social_header_youtube, .social_header_instagram, .social_header_facebook, .social_header_google {
    display: inline-flex;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    font-size: 17px;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.social_header_facebook {
    margin: 0 2px 0 5px;
}

#kabinet .social_header_facebook, #kabinet .social_header_google, .networks-container .social_header_facebook, .networks-container .social_header_google {
    width: 100%;
    height: 34px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 34px;
}

#kabinet .social_header_google, .networks-container .social_header_google {
    background: #eee;
    color: #000;
}

.client-enter_window {
    display: block !important;
}

#kabinet a.social_header_facebook:hover, #kabinet a.social_header_google:hover, .client-enter_window .social_header_facebook:hover {
    text-decoration: none;
}

#kabinet .social_header_facebook svg, #kabinet .social_header_google svg, .networks-container .social_header_facebook svg, .networks-container .social_header_google svg, .client-enter_window .social_header_facebook svg {
    fill: #fff;
    font-size: 17px;
    margin: 0 8px 0 0;
}

.social_header_vk:hover, .social_header_facebook:hover, #kabinet .social_header_google:hover, .social_header_google:hover,
.social_header_viber:hover, .social_header_twitter:hover, .social_header_telegram:hover, .social_header_viber:active, .social_header_twitter:active,
.social_header_telegram:active, .social_header_youtube:hover, .social_header_instagram:hover, .social_header_youtube:active, .social_header_instagram:active,
.social_header_vk:active, .social_header_facebook:active, .social_header_google:active {
    background: #aaa;
    color: #fff !important;
}

.social_header_vk {
    background: #507299;
}

.social_header_instagram {
    background: #f2564e;
}

.social_header_youtube {
    background: #b00707;
}

.social_header_facebook {
    background: #4862a3;
}

.social_header_telegram {
    background: #30b1e2;
    fill: #f0f0f0;
}

svg#Social_Icons_Viber {
    width: 50px;
    height: 30px;
}

.social_header_twitter {
    background: #1DA1F2;
}

.social_group_footer svg {
    fill: #fff;
}

.social_header_google {
    background: #f2564e;
}

.form_enter span {
    width: 40px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-right: -40px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    float: left;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 4px 0 0 4px;
}

.form_enter {
    margin: 0;
    width: 100%;
}

.form_enter * {
    outline: none !important;
}

.form_enter svg {
    fill: #575955;
    width: 15px;
    height: 15px;
}

.form_enter input {
    margin: 0 0 11px 0;
    padding: 0 10px;
}

form[name='login'] .form-control {
    padding-left: 50px;
}


.form_enter p * {
    display: inline-block;
    vertical-align: middle;
}

.name_enter {
    width: 100%;
}

.password_enter {
    width: 100%;
    margin: 0 0 6px !important;
    border-right: none;
}

.submit_enter {
    background: #ffb300;
    background: var(--sm-btn-color);
    width: 100%;
    margin: 0 0 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 34px;
    padding: 0;
    border: none !important;
    outline: none !important;
    color: var(--sm-btn-text-color);
    cursor: pointer;
    font-size: 18px;
}

.submit_enter svg {
    fill: #fff;
}

.submit_enter * {
    display: inline-block;
    vertical-align: middle;
}

.submit_enter:hover {
    background: #248bcb;
    background: var(--sm-link-color);
}

.forget_password {
    color: #464646;
    text-decoration: underline;
    text-align: right;
    float: right;
    margin: 0 0 20px;
}

.forget_password:hover {
    color: #464646;
    text-decoration: none;
}

.form_enter ::-moz-placeholder {
    line-height: 31px;
}

/* MAIN NAVIGATION */
.main_nav {
    display: flex;
    align-items: center;
    float: right;
    margin: 0 19px 0 0;
    height: 27px;
}

.main_nav > ul {
    margin: 0;
}

.main_nav li {
    display: inline-block;
    margin: 0 19px 0 0;
}

.main_nav li.mobile {
    /* additional navigation class on window width <= 768px (see script.js) */
    display: none;
}

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

.main_nav li > a {
    padding: 0;
    color: var(--sm-text-color);
    text-align: center;
    line-height: 1;
    font-size: 14px;
}

.main_nav li > a:hover {

    text-decoration: underline;
}

.main_nav li.active_page > a {
    color: #248bcb;
}

/* SHOW-HIDE BUTTON WHEN WINDOW WIDTH <= 768 PX */
.toggle_nav {
    border-radius: 4px;
    float: right;
    margin: 0 5px 0 0;
    padding: 9px 10px;
    border: 1px solid #78C6F7;
    background: #fff;
}

.toggle_nav:hover {
    background: #555;
}

.toggle_nav .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #78C6F7;
}

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

.toggle_nav:hover .icon-bar {
    background: #A8DBFA;
}

/*--------------------------- MIDDLE HEADER ------------------------*/
/*** edit test ***/
.container_middle_header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.container_middle_header > .row {
    display: flex;
    align-items: center;
}

/*** edit test ***/
.logo {
    height: 51px;
    display: flex;
    align-items: center;
}

.logo p {
    margin: 20px 0 10px 0;
}

.logo a {
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
    color: #000;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    width: auto !important;
}

.logo a:hover {
    color: #248bcb;
    color: var(--sm-text-color);
}

.logo span {
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.logo img {
    /*margin: 0 0 10px 0;*/
    pointer-events: none;
    width: auto !important;
    aspect-ratio: unset !important;
}

/*** edit test ***/
.callback_round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    line-height: 23px;
    margin: 0 5px 0 0;
    font-size: 14px;
    border-radius: 50%;
    color: #fff;
    background: #c0c0c0;
    text-align: center;
}

.callback_round svg {
    fill: #fafafa;
    font-size: 12px;
    margin-bottom: 1px;
}

/*** edit test ***/
.phones_header, .top_header .buy_one_click, .online {
    font-size: 14px;
    margin: 0 15px 0 0;
    float: left;
    height: 27px;
    display: inline-flex;
    align-items: center;
}

.phones_header > p {
    margin: 0;
    display: flex;
    align-items: center;
}

/*** edit test ***/
.search_site {
    padding: 0;
    /*   height: 51px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main_search_form {
    width: 100%;
    /*margin: 0 20px 0 60px;*/
    margin: 0 10px 0 10px;
}

.form_search_site {
    width: 100%;
    position: relative;
}

.form_search_site * {
    display: inline-block;
    vertical-align: middle;
}

#search-form-button-close {
    display: none;
}

/*noinspection ALL*/
.search_site_input {
    width: 100%;
    height: 35px;
    padding: 0 12px;
    border: 2px solid var(--sm-grey-color);
    color: #777;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none !important;
    /*border-radius: 7px;*/
    border-radius: 30px;
}

/*** edit test ***/
.search_site_submit {
    position: absolute;
    top: 0;
    right: 230px;
    /*background: var(--sm-grey-color);*/
    background: transparent;
    /*width: 80px;*/
    width: 45px;
    height: 100%;
    padding: 0;
    border: none !important;
    outline: none !important;
    color: #fff;
    font-size: 18px;
    border-radius: 0 30px 30px 0;
}

.search_site_submit svg {
    /*fill: #777;*/
    fill: #FF8C00;
    width: 1.1em;
    height: 1.1em;
}

.search_site_submit:hover {
    /*background: var(--sm-link-color);*/
    background: transparent;
}

.search_site_submit:hover svg {
    /*fill: #fff;*/
    fill: #2385e7;
}

.form_search_site ::-moz-placeholder {
    line-height: 35px;
}

/* ONLINE-CHAT */
/*** edit test ***/
.online {
    cursor: pointer;
    color: var(--sm-link-color);
}

/* SHOPPING CART */
.basket {
    display: block;
    margin-left: 40px;
    position: relative;
    text-align: center;
    border: 2px solid #ffb300;
    border: 2px solid var(--sm-btn-color);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 14px;
    height: 35px;
}

.basket #shopping_cart_box {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    justify-content: space-between;
    white-space: nowrap;
}

#shopping_cart_box .popup_cart {
    cursor: pointer;
}

.basket .vertical_line {
    position: relative;
}

.basket .vertical_line:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 2px;
    background: var(--sm-btn-color);
}

.backet_checkout {
    display: block;
    white-space: nowrap;
    font-size: 15px !important;
    text-decoration: underline;
}

.empty_backet {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.quantity_basket {
    font-size: 16px;
    font-weight: 700;
}

.summ_basket {
    font-weight: 400;
}

.moduleRow .form-control:focus, .moduleRow .form-control {
    border: 0;
    color: #000 !important;
    cursor: pointer;
}

.moduleRow .form-group {
    margin: 5px;
}

.moduleRow .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: none;
}

.moduleRow label {
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: flex-end;
}

.moduleRow {
    /*margin:2px 0;*/
    cursor: pointer;
}

.row.shippingModuleHeadingRow > .moduleRow {
    margin: 0 15px;
    margin-right: 0;
}

.row.shippingModuleHeadingRow > .col-sm-12 {
    margin-left: 17px;
}

.moduleRow:hover, .moduleRowSelected {
    background: var(--sm-grey-color);
    cursor: pointer;
}

#paymentMethods > .row.item {
    margin: 5px -15px;
}

#paymentMethods > .row.item input, select {
    margin: 5px 0 0;
}

.img_basket {
    display: inline-block;
    padding: 0;
    background: var(--sm-background);
    color: #000;
    font-size: 19px;
}

.img_basket svg {
    fill: var(--sm-text-color);
    font-size: 19px;
}

/*--------------------------- ADDITIONAL NAVIGATION ------------------------*/
.add_nav .navbar-default {
    border: none;
    /*background: #248bcb;*/
    background: var(--sm-link-color);
    /* Old browsers */
    background: -moz-linear-gradient(top, var(--sm-link-color) 0%, var(--sm-link-color) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--sm-link-color)), color-stop(100%, var(--sm-link-color)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, var(--sm-link-color) 0%, var(--sm-link-color) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, var(--sm-link-color) 0%, var(--sm-link-color) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, var(--sm-link-color) 0%, var(--sm-link-color) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, var(--sm-link-color) 0%, var(--sm-link-color) 100%);
    /* W3C */
   /* -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);*/
    background: transparent;
}

.add_nav .navbar-nav {
    float: none;
    font-size: 16px;
    text-align: center;
}

.add_nav .navbar {
    margin: 0;
    min-height: 51px;
    border-radius: 0;
    border: none;
}

.add_nav .navbar-default .navbar-nav {
    display: table-row;
}

.add_nav .navbar-nav > li {
    float: none;
}

.add_nav .navbar-default .navbar-nav > li {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 1px solid #697582a1;
    border-top: 2px solid #697582a1;
    border-bottom: 2px solid #697582a1;
    border-radius: 3px;
    background-color: var(--sm-btn-color);
}

.add_nav .navbar-default .navbar-nav > li:last-of-type {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.add_nav .navbar-default .navbar-nav > li > a {
    display: table-cell;
    width: 1170px;
    padding: 0 5%;
    vertical-align: middle;
    height: 51px;
    color: #fff;
    line-height: 1;
    background: transparent;
    position: relative;
    z-index: 25;
}

.add_nav .navbar-default .navbar-nav > li > a:hover {
    color: var(--sm-btn-text-color);
    text-decoration: none;
    background: #ffb300;
    background: var(--sm-btn-color);
}

/* SHOW-HIDE BUTTON FOR ADDITIONAL NAVIGATION ON WIDTH <= 768 PX */
.add_nav .navbar-default .navbar-toggle {
    border-color: #fff;
    margin-right: 0;
}

.add_nav .navbar-default .navbar-toggle:hover {
    background: #fff;
    border-color: #1473AD;
}

.add_nav .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

.add_nav .navbar-default .navbar-toggle:hover .icon-bar {
    background: #1473AD;
}

/*--------------------------------------------------------------------------
                                MAIN PAGE STYLES
--------------------------------------------------------------------------*/
main {
    /*margin: 30px 0 30px 0;*/
    margin: 0px 0 30px 0;
}

main.mainPadding0Class {
    margin: -1px 0 30px 0;
}

main:after {
    content: '';
    display: block;
    clear: both;
}

/*--------------------------- LEFT COLUMN  ------------------------*/
/* ACCORDION */
.accordion {
    /*padding: 16px 0;*/
    padding: 0;
    margin: 0 0 50px 0;
    /* border: 2px solid #EDEDED;  */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    line-height: 1.2;
    background: var(--sm-grey-color);
}

aside .ui-corner-all {
    border-radius: 0;
}

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

/* tabs headers */
aside .accordion h3, aside .accordion h4 {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    font-size: 14px;
    padding: 0 6%;
    min-height: 0;
    font-weight: 400;
}

aside .accordion h3:hover, aside .accordion h4:hover {
    background: #ffb300;
    background: var(--sm-link-color);
    color: #fff;
}

aside .accordion h3:last-of-type, aside .accordion h4:last-of-type {
    border-bottom: none;
}

aside .accordion h3:last-of-type a {
    border-bottom: 0 !important;
}

aside .accordion h3 > a, aside .accordion h4 > a {
    display: block;
    font-size: 14px;
    color: #737373;
    padding: 10px 0;
    border-bottom: 1px dotted #E0E0E0;
}

aside .accordion h3 > a.current, aside .accordion h4 > a.current {
    color: #248bcb;
    color: var(--sm-text-color);
}

aside .accordion h3:hover > a, aside .accordion h4:hover > a {
    text-decoration: none;
    color: #fff;
}

aside .accordion h3:last-of-type a, aside .accordion h4:last-of-type a {
    border-bottom: 1px dotted #E0E0E0;
    color: #737373;
    font-size: 14px;
    padding: 10px 0;;;
}

aside .ui-corner-all,
aside .ui-corner-top,
aside .ui-corner-left,
aside .ui-corner-tl {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}

aside .ui-corner-all,
aside .ui-corner-top,
aside .ui-corner-right,
aside .ui-corner-tr {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

aside .ui-state-active,
aside .ui-widget-content .ui-state-active,
aside .ui-widget-header .ui-state-active {
    border: none;
    background: none;
    font-weight: normal;
    color: #399FDF;
}

/* links headers */
aside .ui-state-hover a,
aside .ui-state-hover a:link,
aside .ui-state-hover a:visited {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #737373;
    text-decoration: none;
    outline: none !important;
}

aside .ui-state-active a,
aside .ui-state-active a:link,
aside .ui-state-active a:visited {
    color: #399FDF;
    text-decoration: none;
}

/* content */
aside .ui-accordion .ui-accordion-content {
    display: none;
    padding: 10px 6%;
    overflow: auto;
    font-size: 12px;
}

aside .ui-widget-content {
    background: none;
    color: #878787;
    font-size: 12px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

aside .ui-state-default,
aside .ui-widget-content .ui-state-default,
aside .ui-widget-header .ui-state-default {
    background: none;
    font-weight: normal;
    color: #fff;
    border: none;
}

aside .ui-helper-reset {
    outline: 0;
}

/* ARTICLES */

.article_listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.article_listing > div {
    padding: 7px;
    height: auto;
}

.article_listing > div > div {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    height: 100%;
    
}

.article_listing .news-item {
    min-height: 90px;
}

.article_listing > div img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    height: 90px;
    object-fit: contain;
}

.article_listing > div small {
    display: block;
    color: #777;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 768px) {
    .article_listing {
        display: block;
    }
    .article_listing > div small {
        text-overflow: auto;
        white-space: unset;
        overflow: unset;
    }
}

.article_listing > div a {
    display: block;
    line-height: 1.2;
    margin: 5px 0;
}

.article_listing div.news-item {
    font-size: 16px;
}

.articles {
    margin-bottom: 50px;
}

.articles h2 {
    margin: 0 0 14px 0;
}

.articles nav {
    border-top: 2px solid var(--sm-grey-color);
}

.articles nav > ul {
    padding: 0;
}

.articles nav > ul > li {
    display: inline-block;
    padding: 16px 4%;
    width: 100%;
    border-bottom: 2px solid var(--sm-grey-color);
}

.articles nav > ul > li > img {
    display: block;
    float: left;
    height: auto;
}

.articles nav > ul > li > a {
    display: block;
    float: left;
    margin-left: -50px;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.articles nav > ul > li > a.no_mg {
    margin-left: 0;
}

.articles nav > ul > li > a > span {
    display: block;
    width: 100%;
    padding: 0 70px 0 0;
    margin-left: 70px;
    color: var(--sm-text-color);
    opacity: 0.8;
    background: none;
    line-height: 1.2;
    font-size: 14px;
}

.articles nav > ul > li > a.no_mg > span {
    margin-left: 57px;
}

.articles nav > ul > li > a:hover {
    padding-left: 5px;
    color: var(--sm-link-color);
    background: none;
    text-decoration: none;
}

.articles_news {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.articles_news li {
    white-space: nowrap;
}

.articles_news ~ table .countPages {
    display: flex;
    align-items: center;
    justify-content: end;
}

.articles_news ~ table .countPages nav {
    margin-left: 15px;
}

/* BANNER IN SIDEBAR */

.bn_sidebar {
    text-align: center;
    padding: 0 0 50px 0;
}

.bn_sidebar img {
    max-width: 100%;
    border-radius: 7px;
    width: 100%;
    height: auto
}

/* HOW TO KNOW BLOCK */
.how_know_for_us {
    margin: 0 0 50px 0;
}

.how_know_for_us .like_h3 {
    position: relative;
    padding: 22px 8%;
    margin: 0 0 26px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: #ffb300;
    background: var(--sm-link-color);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.how_know_for_us .like_h3:after {
    content: '';
    display: block;
    position: absolute;
    left: 17px;
    bottom: -10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffb300 transparent transparent transparent;
    border-color: var(--sm-link-color) transparent transparent transparent;
}

.our_variants {
    padding: 0 7%;
}

.how_know_for_us label {
    font-size: 14px;
    font-weight: 400;
    color: var(--sm-text-color);
    opacity: 0.8;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}

.how_know_for_us label:hover {
    opacity: 0.6;
}

/* checkbox styles */

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

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

form[name=manufacturers] {
    padding: 16px 0;
    margin: 0 0 15px 0;
    border: 4px solid #EDEDED;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.2;
}

/*** edit test ***/
.filter_box_in input[type="checkbox"] + span,
.filter_box_in input[type="checkbox"] + label:before {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-bottom: 0;
    border-radius: 4px;
    border: 1px solid #979797;
}

.sort-checkbox img {
    border: 1px solid #979797;
    border-radius: 4px;
}

input[type="radio"] + label:before {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23eee' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z'%3E%3C/path%3E%3C/svg%3E");
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
    color: #248bcb;
    color: var(--sm-link-color);
}

/*** edit test ***/
input[type="checkbox"]:checked + span,
input[type="checkbox"]:checked + label:before {
    content: "";
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23248bcb' d='M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z'%3E%3C/path%3E%3C/svg%3E");
}

/*** edit test ***/
input[type="radio"]:checked + label:before {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='var(--sm-btn-text-color)' d='M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z'%3E%3C/path%3E%3C/svg%3E")
}

input[type="radio"]:checked + label:before {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='var(--sm-btn-text-color)' d='M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z'%3E%3C/path%3E%3C/svg%3E");
}


.how_know_for_us label:last-of-type {
    margin-bottom: 15px;
}

.wishlisht_button label, .compare_button label {
    cursor: pointer;
}

.pointer_events_none {
    pointer-events: none;
    opacity: 0.3;
}

.manuf_bg > a, .manuf_bg_current > a {
    display: block;
    font-size: 14px;
    color: #737373;
    padding: 10px 15px;
    border-bottom: 1px dotted #E0E0E0;
}

.manuf_bg:last-child > a {
    border-bottom: none;
}

.manuf_bg > a:hover, .manuf_bg_current > a:hover {
    background: var(--sm-link-color);
    color: #fff;
    text-decoration: none;
}

/*--------------------------- CENTER CONTENT  ------------------------*/
.sidebar-toggle-up {
    background: #57B32C;
    color: #fff;
    padding: 7px 15px;
    border-bottom: 2px solid #40861F;
}

.one-sidebar div.right_content {
    padding-bottom: 15px;
    line-height: 1.4;
    font-size: 13px;
    background-color: #ebf1fd;
}

/* SLIDER */
.product_slider {
    overflow: hidden; /* prevent show all products before slider init */
    /* overflow:visible; */
}

.product_slider:hover {
    z-index: 3;
}

.product_slider.owl-carousel:hover {
    overflow: visible;
}

.product_slider .product {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.product_slider .product:hover .wrapper_product_hover {
    position: unset;
}

.product_slider .product_list {
    margin-bottom: 132px;
}

.row_slider_banner img {
    border-radius: 4px;
}

/* BANNER */
.banner {
    float: right;
}

.banner img {
    max-width: 100%;
    border-radius: 4px;
}

/* NEWS AND REVIEWS */
.news,
.customer_reviews {
    margin: 0 -1px 0 0;
}
.news .like_h2 > a,
.customer_reviews .like_h2 > a {
    display: inline-block;
    margin: 0 0 0 10px;
    color: var(--sm-link-color);
    font-size: 13px;
    font-weight: 400;
}

.news .like_h2 > a:hover,
.customer_reviews .like_h2 > a:hover {
    text-decoration: underline;
}

.news .like_h2 > a > span:hover,
.customer_reviews .like_h2 > a > span:hover {
    text-decoration: underline;
}

.like_h2 a {
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    right: 0;
    margin: 3px 0 0 0;
    color: var(--sm-link-color);
    text-decoration: none;
}

.like_h2 a:hover {
    text-decoration: underline;
}


.news h3,
.customer_reviews h3,
.news article > p,
.customer_reviews article > p {
    line-height: 1.2;
}

.customer_reviews article > p.clearfix {
    line-height: 1;
}

.news article h5 > a {
    display: block;
    margin: 14px 0 0 0;
    color: #248bcb;
    color: var(--sm-link-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.news article h5 > a:hover {
    text-decoration: underline;
}

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

.news article > p,
.customer_reviews article > p {
    margin: 0;
    font-size: 12px;
    color: var(--sm-text-color);
    line-height: 1.5;
}

/* NEWS */
.news .like_h2 a{
    margin-right: 15px !important;
}


.news article img {
    float: left;
    margin: 0 5% 0 0;
    object-fit: contain;
    object-position: top;
}

.news article:last-of-type {
    border-bottom: 1px solid #E5E5E5;
}

.news article time * {
    display: inline-block;
    vertical-align: middle;
}

.news article time {
    min-height: 23px;
    padding: 5px 0;
    vertical-align: middle;
}

.row_news_customer_reviews {
    margin-bottom: 50px;
}

.row_news_customer_reviews .news article time,
.row_news_customer_reviews time {
    color: #797979;
}

.news article time i {
    fill: var(--sm-text-color);
    opacity: 0.7;
    font-size: 28px;
    margin-right: 7px;
}

.news article time svg {
    fill: var(--sm-text-color);
    margin: 0 2px 2px 0;
    font-size: 18px;
}

/* SUBSCRIBE FORM */
.subscribe_news {
    padding: 0 0 30px 0;

}

.subscribe_news p {
    margin: 0 0 5px 0;
    font: 700 16px 'PT Sans', sans-serif;
    color: var(--sm-text-color);
}

.subscribe_news p > span {
    font-weight: 400;
}

.form_subscribe_news * {
    display: inline-block;
    vertical-align: middle;
}

.form_subscribe_input {
    width: 58%;
    height: 25px;
    margin: 0 1% 0 0;
    padding: 0 10px;
    border-radius: 7px;
}

.form_subscribe_input:focus {
    border: 1px solid rgb(59, 161, 226);
    -webkit-box-shadow: 0 0 3px rgba(59, 161, 226, 0.7) inset;
    -moz-box-shadow: 0 0 3px rgba(59, 161, 226, 0.7) inset;
    box-shadow: 0 0 3px rgba(59, 161, 226, 0.7) inset;
}

.form_subscribe_news ::-moz-placeholder {
    line-height: 35px;
}

/* REVIEWS */
.container_customer_reviews {
    padding: 12px 20px;
    background: var(--sm-grey-color);
}

.customer_reviews article {
    padding: 12px 0 0 0;
    background: var(--sm-grey-color);
}

.user_info_container {
    margin: 0 0 4px 0;
    text-align: justify;
    text-align-last: justify;
}

.user_info_container:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.user_info_container * {
    display: inline-block;
    vertical-align: middle;
}

.user_info i {
    padding-right: 10px;
    font-size: 16px;
}

.user_info svg {
    margin-right: 10px;
    font-size: 16px;
}

.quantity_like {
    margin: 0;
    padding: 0;
}

.quantity_like > span {
    color: var(--sm-text-color);
    display: block;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    text-align-last: center;
}

.nik_user {
    margin: 0;
    color: #248bcb;
    color: var(--sm-link-color);
    font-size: 14px;
    font-weight: 700;
}
.nik_user.nik_user_h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nik_user a:hover {
    text-decoration: underline;
}

.user_info_container time {
    min-height: 23px;
    padding: 6px 0;
    font-size: 11px;
}

.user_info_container time i {
    font-size: 28px;
    color: #ccc;
    margin-right: 7px;
}

.container_customer_reviews time svg {
    fill: #c0c0c0;
    margin: 0 2px 2px 0;
    width: 14px;
}

.text_review {
    margin: 0;
    padding: 0 0 22px 0;
    border-bottom: 1px solid #D9D9D9;
}

.text_review a {
    color: var(--sm-text-color);
    font-size: 13px;
    line-height: 1;
}

.container_customer_reviews article:last-of-type .text_review {
    border-bottom: none;
}

.reviews-errors {
    color: red;
}

/* LONG BANNER */
.big_banner {
    margin: 0 0 50px 0;

}

.big_banner img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 7px;
}

.short-description {
    padding-bottom: 20px;
    text-align: left;
}

.short-description .h3 {
    margin-top: 0px
}

.short-description p {
    overflow: hidden;
    max-height: 265px;
    font-size: 14px;
    line-height: 1.4;
}

.discount-info {
    margin-top: 15px;
    z-index: 1;
}

.discount-info-header {
    display: flex;
    justify-content: space-between;
    color: #FF8000;
    font-size:14px;
    font-weight: bold;
}

.discount-info-desc {
    border: 2px solid #FF8000;
    border-radius:3px;
    margin-top: 5px;
    padding: 10px;
    text-align: left;
    font-weight:bold;
}

tr.product .discount-info,
.product_list .discount-info,
.col_product .product .discount-info {
    position: relative;
    font-size: 12px;
    cursor: pointer;
    margin-top: 0px !important; 
}

tr.product .discount-info-header,
.product_list .discount-info-header,
.col_product .product .discount-info-header {
   font-size: 12px;
}
tr.product .discount-info-desc,
.product_list .discount-info-desc,
.col_product .product .discount-info-desc {
    padding: 2px;
    max-height: 24px;
    min-height: 24px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 12px;
    background-color: #fff;
    z-index: 1;
}
tr.product .discount-info-desc > *,
.product_list .discount-info-desc > *,
.col_product .product .discount-info-desc > * {
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 1;
    white-space: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff;
    word-break: break-all;
    
}
tr.product .discount-info:hover .discount-info-desc,
.product_list .discount-info:hover .discount-info-desc,
.col_product .product .discount-info:hover .discount-info-desc {
    padding: 0px;
    border: unset;
}
tr.product .discount-info:hover .discount-info-desc > * ,
.product_list .discount-info:hover .discount-info-desc > * ,
.col_product .product .discount-info:hover .discount-info-desc > * {
    position: relative;
    background-color: #fff;
    padding: 2px 2px 1px !important;
    border: 2px solid #ff8000;
    border-radius: 5px;
    -webkit-line-clamp: 10;
}

.product_slider .product .discount-info:hover .discount-info-desc > * {
    -webkit-line-clamp: 6;
}

.discount-info-desc * {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 12px !important;
}
.discount-header {
    display: flex;
    justify-content: space-between;
    color: #171398;
    font-size:14px;
    font-weight: bold;
}

.discount-desc {
    border: 2px solid #171398;
    border-radius:3px;
    margin-top: 5px;
    padding: 10px;
    text-align: left;
    font-weight:bold;
}

tr.product .discount-header,
.product_list .discount-header,
.col_product .product .discount-header {
    font-size: 12px;
}
tr.product .discount-desc,
.product_list .discount-desc,
.col_product .product .discount-desc {
    padding: 2px;
    max-height: 24px;
    min-height: 24px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 12px;
    background-color: #fff;
    z-index: 1;
}
tr.product .discount-desc > *,
.product_list .discount-desc > *,
.col_product .product .discount-desc > * {
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 1;
    white-space: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff;
    word-break: break-all;

}
tr.product .discount-info:hover .discount-desc,
.product_list .discount-info:hover .discount-desc,
.col_product .product .discount-info:hover .discount-desc {
    padding: 0px;
    border: unset;
}
tr.product .discount-info:hover .discount-desc > * ,
.product_list .discount-info:hover .discount-desc > * ,
.col_product .product .discount-info:hover .discount-desc > * {
    position: relative;
    background-color: #fff;
    padding: 2px 2px 1px !important;
    border: 2px solid #171398;
    border-radius: 5px;
    -webkit-line-clamp: 10;
}

.product_slider .product .discount-info:hover .discount-desc > * {
    -webkit-line-clamp: 6;
}

.discount-desc * {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 12px !important;
}
/*--------------------------------------------------------------------------
                                END MAIN PAGE STYLES
--------------------------------------------------------------------------*/

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    /*margin-bottom: -350px;*/
    margin-bottom: -200px;
    /*padding-bottom: 350px;*/
    padding-bottom: 166px;
}

.page-wrap:after {
    content: "";
    display: block;
}

footer {
    /*height: 350px;*/
    height: 200px;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* FOOTER MENU AND CONTACTS */

footer {
    border-top: 2px solid transparent;
    /*border-top: 2px solid var(--sm-link-color);*/
}

.top_footer {
    padding: 30px 0 30px 0;
    /*background: var(--sm-bg-footer);*/
    background: transparent;
}

.top_footer .h3 {
    margin: 0;
    font: 700 18px 'PT Sans', sans-serif;
    color: #000;
    padding-bottom: 10px;
}

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

.top_footer ul * {
    display: block;
}

.top_footer ul > li a {
    position: relative;
    padding: 0;
}

.top_footer ul > li a.active {
    color: #248bcb;
    color: var(--sm-link-color);
}

.top_footer ul > li > a {
    /*margin: 0 0 10px 0;*/
    margin: 5px 0px 0px 4px;
    font-size: 14px;
    color: #000;
    /*color: var(--sm-text-color);*/
    color: var(--sm-link-color);
}
.top_footer ul > li {
    display: flex!important;
    align-items: center!important;
}
.top_footer ul > li > span {
    color: #FF8C00;
    font-size: 20px;
}

.top_footer ul > li > a:hover {
    color: #248bcb;
    color: var(--sm-link-color);
}

.section_top_footer .show_all {
    cursor: pointer;
    color: #000;
    color: var(--sm-text-color);
    text-decoration: underline;
}

/* FOOTER CONTACTS */
.contacts_info_footer p,
.contacts_info_footer a {
    font-size: 14px;
}

.contacts_info_footer p {
    margin: 15px 0 0 0;
    display: flex;
    align-items: center;
}

.contacts_info_footer p svg {
    font-size: 14px;
    margin-right: 5px;
}

.contacts_info_footer p:last-of-type svg {
    font-size: 16px;
}

p.phones {
    font-size: 16px;
    font-weight: 700;
}

.phones {
    /* margin-bottom:25px; */
    padding-bottom: 15px;
}

.contacts_info_footer p > span,
.contacts_info_footer a {
    color: #248bcb;
    color: var(--sm-link-color);
}

.contacts_info_footer a {
    text-decoration: none;
    color: #000;
    color: var(--sm-text-color);
}

.contacts_info_footer a:hover {
    text-decoration: underline;
    color: #248bcb;
    color: var(--sm-link-color);
}

/* SOCIAL NETWORKS */
.social_group_footer {
    display: inline-block;
}

.social_group_footer i {
    color: #fff;
}

.social_group_footer svg {
    fill: #fff;
}

/* COPYRIGHT */
.bottom_footer {
    padding: 35px 0 0 0;
    margin-bottom: 0px;
    background: var(--sm-background);
}

.copyright {
    text-align: right;
}

.copyright p {
    margin: 0 0 10px 0;
    font-size: 13px;
}

.copyright a {
    font-size: 13px;
    color: #248bcb;
    color: var(--sm-link-color);
}

.money_systems {
    text-align: center;
}

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

.money_systems li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4%;
}

.money_systems img {
    width: inherit;
    height: auto;
}

.link_webstudio {
    font-size: 13px;
    text-align: left;
    line-height: 1.2;
}

.link_webstudio * {
    display: inline-block;
}

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

.link_webstudio a {
    display: block;
    color: #248bcb;
    color: var(--sm-link-color);
}

.listing-header-punkt {
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    line-height: 1;
    margin-right: 10px;
}

.listing-header-punkt a i {
    font-size: 14px;
}

/*** edit test ***/
.sort-checkbox {
    display: flex;
    justify-content: end;
    padding-top: 5px;
    padding-bottom: 5px;
}

.listing-header {
    padding: 9px;
    margin: 0;
    background: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.listing-header noindex .row {
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
}

.dd_select {
    display: flex;
    align-items: center;
}

.dd_select .selectize-control.single .selectize-input {
    display: flex;
    width: 45px;
    height: 27px;
    border: 0;
    background: transparent;
}

.dd_select.pl_sort .selectize-control.single .selectize-input, .dd_select.pl_sort .selectize-control.single {
    width: 130px;
    display: flex;
    width: auto;
    min-width: 130px;
} 

.category_heading {
    font: 700 24px 'PT Sans', sans-serif;
    color: var(--sm-text-color);
    margin: 15px 0;
}

/*--------------------------------------------------------------------------
                                CATALOG (PRODUCT LISTING) STYLES
--------------------------------------------------------------------------*/

/*--------------------------- CENTER CONTENT  ------------------------*/
.one-sidebar div.left_content {
    padding-right: 0;
}

/* BREADCRUMBS */
.breadcrumb {
    width: calc(100% + 28px);
    transform: translateX(-14px);
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0 0;
    font-size: 12px;
    font-family: 'PT Sans', sans-serif;
}

.checkout_page .breadcrumb {
    padding: 0 15px;
}

.breadcrumb a {
    color: var(--sm-text-color);
    opacity: 0.8;
}

.breadcrumb > li + li:before {
    color: var(--sm-text-color);
    content: "»";
    padding: 0 12px;
}

.yellow {
    color: #fff
}

/* CATALOG */

.row_catalog_products {
    margin: 0 0 15px 0;
    position: relative;
}

.row_catalog_products .col_product {
    padding-left: 0px;
    padding-right: 0px;
}

.row_catalog_products .col_product .p_description {
    border: 1px solid #c3c3c3;
    border-radius: 0px;
}

.row_catalog_products .col_product:hover .product {
    box-shadow: none;
}

.row_catalog_products h2 {
    margin: 17px 0 16px 5px;
}

.product,
.wrapper_product_hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.product {
    position: relative;
    margin: 0 0 10px 0;
}

.product .art  {
    display: flex;
    justify-content: space-between;
}

.product_list {
    position: relative;
    margin-bottom: 1px;
}
.product_list .uah_price,
.date_last_modified + .uah_price {
    display: inline-block;
    width: 100%;
}

.product img,
.product_list img,
.product_hover img,
.product_hover_list img {
    width: 100%;
}

.product_list img {
    max-width: 76px !important;
}

.product_labels {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 5px;
    z-index: 2;
}

[data-page-name="product_info"] form .product_labels {
    right: 0px;
    left: unset;
}

.col_product .product .product_labels,
.product_slider .product_labels,
.slider_product_card .product_labels,
.product_list .product_labels {
    right: unset;
    top: 5px;
    left: 5px;
}

.slider_product_card .product_label,
.product_list .product_label,
.product .product_label {
    padding: 3px 8px 3px 8px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border-radius: 0;
    background-repeat: no-repeat;
    pointer-events: none;
    font: 11px 'PT Sans', sans-serif;
    font-weight: bold;
    line-height: 11px;
    z-index: 5;
}

.product_list .article-wrapper {
    padding-top: 15px;
}

.product_label.label2 {
    background-color: #57B32C;
}

.product_label.label1 {
    background-color: #669DEB;
}

.product_label.label3 {
    background-color: #e65239;
}

.product_label.label4 {
    background-color: #D52B4E;
}
.product_label.label5 {
    background-color: #7bb5de;
}

.price_table td {
    padding: 4px;
}

.color_attributes-item {
    cursor: pointer;
    margin-right: 3px;
}

.color_attributes-item img {
    border: 1px solid #ddd;
}

.color_attributes-item.active img {
    border: 1px solid #000;
}

.color_attributes-item input[type="radio"] {
    display: none;
}

.p_description {
    display: inline-block;
    padding: 10px;
    width: 100%;
}

.p_description_list {
    display: inline-block;
    padding: 5px;
    width: 100%;
}

.product_hover .p_description {
    display: inline-block;
}

.div_list {
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.div_list .product_code .label {
    padding: 0;
    line-height: 1;
    font-size: 11px;
}

.art_list {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #7f7f7f;
    text-align: left;
}

.art_list .left {
    color: #7f7f7f;
}

.l_list {
    clear: left;
}

.art_list .label {
    color: #777;
    display: inline-block;
    line-height: 20px;
}

.art .left {
    color: #7f7f7f;
}

.p_img_href {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.p_img_href svg {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    font-size: 28px;
    transition: 0.1s ease-in;
    display: none;
}

.p_img_href svg:hover {
    transform: scale(1.1);
}

.p_img_href img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.p_img_href.object_fit img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.p_img_href_list {
    display: inline-block;
}

.object_fit .p_img_href, .object_fit .p_img_href_list {
    width: 100%;
}

.object_fit .p_img_href > img, .object_fit .p_img_href_list > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.model_product {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    min-height: 50px;
    color: var(--sm-link-color);
    line-height: 1.2;
    width: 100%;
    padding: 0;
}

.price,
.product button,
.product_hover button {
    display: inline-block;
    vertical-align: top;
}

.price {
    float: left;
    text-align: left;
}

.price > span {
    display: block;
}

.new_old_price > span {
    float: right;
}

.new_price {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.currency {
    font-size: 14px;
}

.art-column-info {
    display: none;
}
.p_description  {
    position: relative !important;
}
.model_product:hover + .art-column-info {
    position: absolute;
    transform: translateY(calc(100% - 5px));
    bottom: 0;
    left: 0;
    display: block;
    padding: 0 10px 10px;
    background-color: #fff;
    border-left: 2.5px solid var(--sm-grey-color);
    border-right: 2.5px solid var(--sm-grey-color);
    border-bottom: 2.5px solid var(--sm-grey-color);
    text-align: start;
    z-index: 2;
}

.model_product:hover + .art-column-info:empty {
    display: none;
}

/* PRODUCT BLOCK ON HOVER */
.wrapper_product_hover {
    width: 100%;
    padding: 4px;
    background: #fff;
    border: 1px solid #E9E9E9;
}

.listing_attrs {
    display: none;
}

.listing_attrs_list {
    display: block;
}
.p_description {
    position: relative;
}
.product:hover .listing_attrs {
    display: table;
    line-height: 1.2;
    font-size: 13px;
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
    table-layout: fixed;
}

.product:hover .p_description {
    position: relative;
}

.product:hover table.listing_attrs {
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% + 8px));
    left: 0;
    background-color: inherit;
    border-right: 2.5px solid var(--sm-grey-color);
    border-left: 2.5px solid var(--sm-grey-color);
    border-bottom: 2.5px solid var(--sm-grey-color);
    z-index: 1;
}

.product:hover .product_label {
    z-index: 12;
}

.product:hover .wrapper_product_hover {
    background: rgba(100, 100, 100, 0.3);
    border: 1px solid transparent;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 11;

}

.product .p_description table.listing_attrs td {
    padding-left: 10px;
    padding-bottom: 10px;
}

.product_hover .compare_button {
    display: none;
}

.product_hover .compare_list {
    display: inline-block;
}

.product:hover .product_hover .compare_button {
    display: block;
}

.product_hover {
    background: #fff;
    padding: 0;
    border-radius: 2px;
}

.product_hover_list {
    background: #fff;
    padding: 0;
    border-radius: 2px;
}
.products_quantity_container {
    display: flex;
    justify-content: center;
    min-width: 80px;
    gap: 5px;
    margin-bottom: auto;
}
.products_quantity_info {
    font-size: 14px;
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 80px;
    gap: 5px;
    margin-left: 90px;
}

.products_quantity_list {
    text-align: center;
    width: 30px;
    position: relative;
    cursor: pointer;
}
.products_quantity_list::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.products_quantity_list:hover::after {
    opacity: 1;
    visibility: visible;
}

.quantity_style_green {
    color: #14d014;
    font-weight: 700;
}
.quantity_style_red {
    color: #d70909;
    font-weight: 700;
}

.product_hover_list .price {
    float: none;
    padding-top: 10px;
    text-align: left;
    width: 100%;
}

.product_hover_list .product_stock > span {
    float: none !important;
    padding-left: 0;
}

.product_hover_list .new_old_price > span {
    float: none;
}

.product_hover_list .compare_list {
    margin-top: 20px;
}

.product_list .p_description_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product_list .col-img-description_list {
    display: flex;
    justify-content: center;
    padding: 0 !important;
}

.product_hover_list .p_description_list .wishlisht_button {
    padding-left: 0 !important;
}

.product_hover table,
.compare_button,
.likes {
    text-align: left;
}

.product_hover table {
    margin: 5px 0 10px 0;
}

.product_hover table td:first-of-type {
    color: #4c4c4c;
}

.product_hover table td:last-of-type {
    color: #191919;
}

.product_hover table td {
    padding: 0 0 5px 0;
}

.product_hover table td:last-of-type {
    padding: 0 0 5px 5px;
}

/* COMPARE */
.compare {
    margin: 0 0 12px 0;
}

.compare_button a,
.compare_button a:hover {
    text-decoration: none;
}

.compare_button a + a:hover {
    text-decoration: underline;
}

.compare_button label {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}

.compare_button label > a {
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
    color: #248bcb;
    color: var(--sm-text-color);
    border-bottom: 1px dashed transparent;
}

.compare_button label > a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #248bcb;
    border-bottom: 1px dashed var(--sm-text-color);
}

/* PAGINATION */
.pagination_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    margin: 0px;
    padding: 0;
}

.pagination > li > a, .pagination > li > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 2px 2px 2px 0;
    border-radius: 3px;
    color: var(--sm-text-color);
    border: 1px solid #e9e9e9;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: var(--sm-link-color);
    border-color: var(--sm-link-color);
    color: #fff;
    font-weight: 700;
}

.pagination > li > a.next_page, .pagination > li > a.prev_page,
.pagination > li > span.next_page, .pagination > li > span.prev_page {
    height: 29px;
    width: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 5px 7px;
    color: #248bcb;
    color: var(--sm-text-color);
}

.pagination > li > a.next_page svg, .pagination > li > a.prev_page svg,
.pagination > li > span.next_page svg, .pagination > li > span.prev_page svg {
    width: 16px;
    height: 16px;
    fill: #248bcb;
    fill: var(--sm-text-color);
}

.pagination > li > a.next_page:hover, .pagination > li > a.prev_page:hover,
.pagination > li > span.next_page:hover, .pagination > li > span.prev_page:hover {
    background-color: #eee;
    border-color: #ddd;
}

.pagination > li > span:not(.active) {
    cursor: pointer;
}

.ul_list {
    white-space: nowrap;
    list-style-type: square;

}

.li_list {
    float: left;
    /*margin: 0 15px;*/
}

.categories_menu {
    position: relative;
}

.sub_ul {
    left: 16px;
    right: 16px;
    top: 51px;
    position: absolute;
    z-index: 105;
    display: none;
    padding: 0 5px 5px 5px;
    border-radius: 0 0 7px 7px;
    background: var(--sm-background);
    box-shadow: 0px 0px 0px 2px var(--sm-link-color);
    /*

  outline:4px solid rgba(7,134,235,0.5);
  background: rgba(7,134,235,0.5);
  */
}

.sub_ul:after {
    content: '';
    display: block;
    background: var(--sm-background);
    border-radius: 0 0 5px 5px;
    min-height: 50px;
}

.sub_ul > li {
    padding: 0 15px;
}

.sub_ul > li.wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.categories_menu div.sub,
.parent_category_image {
    float: left;
}

.parent_category_image > img {
    margin-top: 20px;
}

.categories_menu .sub {
    padding: 25px 10px 0 10px;
    width: 120px;
    margin-top: 25px;
    text-align: left;
    position: relative;
}

.categories_menu .sub svg {
    fill: var(--sm-btn-color);
    line-height: 16px;
    font-size: 16px;
}

.categories_menu .sub > a {
    color: #000;
    font-size: 14px;
    padding-left: 0;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}

.categories_menu .sub_sub {
    text-align: center;
}

.categories_menu .sub_sub a {
    display: block;
    color: var(--sm-text-color);
    font-size: 12px;
    line-height: 19px;
}

.categories_menu .sub_sub a:hover {
    color: #248bcb;
    color: var(--sm-link-color);
    text-decoration: none;
}

.categories_menu .sub > a img {
    margin-bottom: 10px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.categories_menu .sub .sub_sub_list {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .08);
    transition: all .3s;
    width: 100%;
}

.categories_menu .sub:hover .sub_sub_list {
    opacity: 1;
    visibility: visible;
}

/* small_slider */
.small_slider {
    border-bottom: 2px solid var(--sm-grey-color);
    border-top: 2px solid var(--sm-grey-color);
    padding: 0 30px;
    overflow: hidden;
}

.small_slider a {
    display: block;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    line-height: 150px;
}

.small_slider a img {
    padding: 0 10px;
    max-width: 100%;
    width: 100px;
    height: auto;
}

.small_slider .owl-carousel .owl-stage {
    height: 150px;
    overflow: hidden;
}

.section_top_footer {
    padding-right: 10px;
    line-height: 1.2;
}

.section_top_footer .h3, .contacts_info_footer .h3 {
    color: var(--sm-text-color);
}

/* COMMENTS */

.allcomments .user_info_container::after {
    display: none;
}

.allcomments time {
    display: block;
    float: right;
    margin-top: 5px;
}

.allcomments .text_review {
    padding-bottom: 5px;
}

#comments {
    margin: 20px 0;
}

.comment_form input[type='text'], .comment_form textarea {
    font-size: 14px;
    color: #264a57;
}

.comment_form textarea {
}

.comment_text .row {
    margin-top: 10px;
}

.captcha_img {
    margin-right: 10px;
}

.comment {
    margin-bottom: 15px;
}

.comment_author {
    font-size: 13.6px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--sm-text-color);
}

.comment_text {
    width: 100%;
}

.comment_top {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 5px;
}

.comment_top .likes {
    position: absolute;
    bottom: 4px;
    right: 0;
}

.comment_top .likes img:last-child {
    position: relative;
    top: -3px;
}

.comment_date {
    color: var(--sm-text-color);
    padding: 3px 0;
    display: block;
}

.paginator .btn {
    cursor: pointer;
}

.paginator {
    text-align: center;
}

/* RATING */

.rating_wrapper * {
    margin: 0;
    padding: 0;
    color: white;
    width: 85px;
}

.rating_wrapper {
    margin: 3px 10px 0 0;
    float: left;
    width: 85px;
    height: 17px;
}

.sp_rating {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.7em;
    color: #5f5f5f;
    display: block;
    width: 85px;
}

.sp_rating .score {
    display: block;
    content: "";
    color: #aaa;
}

.rating {
    float: left;
    padding-right: 4px;
}

.base {
    content: "";
    width: 85px;
    float: left;
    /*padding-right: 4px;*/
    overflow: hidden;
    color: #aaa;
    position: relative;
    display: block;
}

.average {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

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

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

.review-children {
    margin-left: 25px;
    margin-top: 20px;
}

.votes {
    float: left;
    padding-right: 4px;
}

.score {
    width: 85px;
    height: 18px;
    float: left;
    position: relative;
    margin-top: -20px;
    display: none;
}

.score a, .score span {
    content: "";
    color: transparent;
    display: block;
    height: 15px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
}

.score1 {
    width: 20%;
    z-index: 55;
}

.score2 {
    width: 40%;
    z-index: 54;
}

.score3 {
    width: 60%;
    z-index: 53;
}

.score4 {
    width: 80%;
    z-index: 52;
}

.score5 {
    width: 100%;
    z-index: 51;
}

.status {
    height: 15px;
    width: 85px;
    position: relative;
}

.score_this {
    height: 16px;
    overflow: hidden;
}

.score_this a {
    color: #f37800;
}

.add_comment_box .base:before,
.add_comment_box .score a:hover::before, .add_comment_box .score span:hover::before,
.add_comment_box .sp_rating:hover .score:before {
    font-size: 18px;
}

.score a, .score span {
    height: 18px;
}

.sp_rating .score {
    color: transparent;
    margin-top: -18px;
}

.average:before {
    font-size: 18px;
}

.rating_wrapper, .sp_rating, .base, .status, .score {
    width: 90px;
    height: 18px;
}

.quantity_rating {
    line-height: 20px;
}


/*END RATING */

/* SEARCH */

.search_box {
    position: relative;
}

.search_input .search_button {
    position: absolute;
    top: 7px;
    right: -5px;
    z-index: 27;
}

.qnt {
    position: absolute;
    top: 30px;
    right: 13px;
    font-size: 11px;
    color: #000;
    margin: 0;
}

.qntp {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 13px;
    top: 7px;
    margin: 0;
    color: var(--sm-text-color);
}

.qnt1 {
    left: 63px;
    right: 145px;
    position: absolute;
    top: 10px;
    font-weight: 700;
}

.ac_results {
    z-index: 150;
    background-color: Window;
    overflow: auto;
    overflow-x: hidden;
    margin-left: -3px;
    margin-top: 2px;
    width: 550px !important;
    padding-top: 0;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
    -moz-border-radius: 0 0 4px 5px;
    -webkit-border-radius: 0 0 4px 5px;
    border-radius: 0 0 4px 5px;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li:hover {
    font-weight: bold;
    color: #fff;
    background: #44ADEF;
}

.ac_results li:hover .qntp,
.ac_results li:hover .qnt {
    color: #ffffff;
}

.ac_results iframe {
    /*sorry for IE5*/
    display: block;
    /*sorry for IE5*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 3000px;
    height: 3000px;
}

.ac_results li {
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
    display: block;
    font: menu;
    font-size: 12px;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 7px 7px;
    position: relative;
    /*width: 100%;*/
    z-index: 3;
}

/*.ac_loading {background : Window url(../images/ajax-loader.gif) right center no-repeat;} */

.ac_over {
    background-color: #f3f3f3;
    color: #000;
}

#my-id {
    height: 60px;
    text-align: center;
}

#my-id a {
    display: inline-block;
    margin: 15px auto;
    color: #fff;
    font-weight: normal;
}

#my-id a:hover {
    color: #000;
}

.picsearch {
    float: left;
    width: 35px;
}

.search_image_wrap {
    float: left;
    height: 50px;
    overflow: hidden;
}

.search__name {
    font-weight: bold;
}

/* END SEARCH */
/* USER PANEL */
#account a {
    font-size: 13px;
}

#account li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    list-style-type: disc;
    list-style-position: inside;
    color: #c96000;
    border-bottom: 1px solid #E0E0E0;
}

#account_history_table tr:nth-child(even) td {
    background: #F7F7F7;
}

#account_order_info .attributes {
    padding-left: 20px;
    font-size: 12px;
    margin: 5px 0;
    font-style: italic;
}

#address_book .firstname_lastname {
    font-size: 18px;
}

.address_entry {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0;
}

.typical_table h2 {
    font-size: 15px;
    margin: 8px 0;
}

.typical_table td {
    padding: 5px 5px;
}

/*.typical_table td:nth-child(4), .typical_table td:nth-child(5) {
    display: inline-block;
}*/

.typical_table td:nth-child(5) button {
    font-weight: 800;
    width: 83px
}

.typical_table td:nth-child(5) .popup_cart {
    background: #6EC642
}

/* END USER PANEL */

/* better_togeather */
.bt_top_shadow {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
    height: 41px;
    position: relative;
    top: 60px;
}

.bt_bot_shadow {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
    height: 41px;
    position: relative;
    bottom: 60px;
}

#better_together {
    display: flex;
    flex-direction: column;
}

.better_together_box {
    display: flex;
    align-items: center;
}

.better_together_box .bt_middle_section {
    width: 150px;
}

.better_together_box .bt_middle_section .discount, .better_together_box .bt_middle_section .new_price {
    margin: 0 0 5px;
}

.better_together_box .bt_middle_section .old_price {
    margin: 0;
}

.better_together_box .item {
    text-align: center;
}

.better_together_box .bt_product {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border: 2px solid transparent;
    border-radius: 7px;
}

.better_together_box .bt_product:hover {
    border-color: var(--sm-grey-color);
}

.bt_product {
    text-align: center;
}

.bt_product .image div {
    display: flex;
    justify-content: center;
}

.btogether-plus {
    text-align: center;
    font-size: 50px;
    color: #00C6FF;
}

/*--------------------------------------------------------------------------
                                PRODUCT INFO STYLES
--------------------------------------------------------------------------*/
/* PRODUCT INFO */
/* PRODUCT INFO SLIDER */
.slider_product_card {
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}

#slider {
    position: relative;
}

#slider .slides li a {
    display: block;
    height: 320px;
    line-height: 320px;
    text-align: center;
}

#slider .slides li a img {
    vertical-align: middle;
    max-height: 100%;
    margin: 0 auto;
}

.single_slide {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 7px;
}

#owl-frontslider {
    margin-bottom: 50px;
    opacity: 1;
    display: block;
    overflow-y: hidden;
}

#owl-frontslider .item > *, .single_slide .item > *, #owl-frontslider .item-video > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.padd-0 #owl-frontslider, .padd-0 .single_slide {
    border-radius: 0 !important;
}

#owl-frontslider.owl-loaded {
    opacity: 1;
    border-radius: 7px;
}

#owl-frontslider img, .single_slide img {
    object-fit: cover;
    width: 100%;
}

#owl-frontslider .owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    text-align: center;
    height: 100%;
    margin: 0;
}

#owl-frontslider .owl-lazy, .single_slide .item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.single_slide .item {
    opacity: 1;
}

#owl-frontslider .owl-lazy a, .single_slide .item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

#owl-frontslider .owl-nav {
    pointer-events: auto;
}

#owl-frontslider .owl-dots {
    position: absolute;
    pointer-events: auto;
    bottom: 20px;
    width: 100%;
}

#carousel-custom-dots.owl-dots li svg.fa-circle, #carousel-custom-dots.owl-dots li svg.fa-circle-o {
    font-size: 14px;
    width: 14px;
    height: 14px;
    fill: #fff;
    cursor: pointer;
}

#owl-frontslider .owl-prev, #owl-frontslider .owl-next {
    color: #fff;
}

#owl-frontslider .owl-prev svg, #owl-frontslider .owl-next svg {
    fill: var(--sm-btn-color);
    font-size: 30px;
}

.position-relative {
    position: relative;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    /*position: absolute;
    cursor: pointer;
    top: 50%;*/
    margin-top: -15px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: 0.7;
}

.owl-nav .owl-prev {
    left: 10px;

}

.owl-nav .owl-next {
    right: 10px;
}

#manufacturers .owl-prev {
    left: -35px;
}

#manufacturers .owl-next {
    right: -35px;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*width: 30px;
    height: 30px;*/
    width: 30px;
    height: 30px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-size: 30px;
    color: #248bcb;
    color: var(--sm-text-color);
}
.row_catalog_products .owl-theme .owl-controls .owl-nav .owl-prev {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.row_catalog_products .owl-theme .owl-controls .owl-nav .owl-prev {
    width: 59px;
    height: 50px;
}

.owl-theme .owl-controls .owl-dot {
    display: inline-block;
}

.owl-theme .owl-controls .owl-dot span {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    border: 0;
    margin: 0 3px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #248bcb;
    color: var(--sm-link-color);
}

.owl-theme .owl-controls .owl-nav .owl-prev svg, .owl-theme .owl-controls .owl-nav .owl-next svg {
    fill: var(--sm-btn-color);
    font-size: 26px;
}

.owl-theme .owl-controls .owl-dot.active span, .owl-theme .owl-controls.clickable .owl-dot:hover span {
    background-position: 0 -31px;
}

.additional_images2 .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
}

.additional_images2 .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
}

.carousel-pager .item {
    height: 75px;
    line-height: 75px;
    text-align: center;
    opacity: 0.5;
    cursor: pointer;
}

.carousel-pager .owl-item {
    border-right: 1px solid #e5e5e5;
}

.carousel-pager .owl-item:last-child {
    border: 0;
}

.owl-item .col_product {
    width: 100% !important;
}

.col_product .product .p_img_href {
    display: flex;
    justify-content: center;
    min-height: 170px;
    max-height: 170px;
}

.additional_images2 {
    padding-bottom: 7px;
}

.item.single_image {
    display: flex;
    justify-content: center;
    text-align: center;
}

.item.single_image img {
    width: auto;
    height: auto;
    margin-top: 10%;
}

.carousel-pager .synced .item {
    opacity: 1;
}

.carousel-pager .item img {
    max-height: 90%;
}

body #sync3 {
    display: block;
}

#sync3 .item {
    line-height: 320px;
    text-align: center;
    height: 320px;
}

.alert-danger-header {
    margin-bottom: 0;
}

.alert-danger-header > div {
    position: relative;
}

.alert-danger-header .close {
    position: absolute;
    right: -5px;
    top: calc(50% - 12px);
}

.additional_images2 .item img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-position: 0 -30px;
}

.owl-theme .owl-controls .owl-nav .owl-next:hover {
    background-position: 0 -90px;
}

/* PRODUCT INFO DESCRIPTION */
.attrib_divs label, .attrib_divs label > a {
    color: var(--sm-text-color);
    font-weight: 400;
    line-height: 1.3;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.attrib_divs label:hover, .attrib_divs label > a:hover {
    opacity: 0.7;
}


.attrib_divs input[type="checkbox"]:checked + label:before {

    content: '\2714';
    color: #fff;
    background: var(--sm-link-color);
    border: 1px solid transparent;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 1;
    position: relative;
    padding-top: 1px;
    text-align: center;
}

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

.attr_select .selectize-control, .attr_select select {
    width: fit-content;
    font-weight: 400;
    min-width: 50%;
}

.description_card_product .prod_buy_btns .btn-success {
    background: linear-gradient(to bottom, var(--sm-grey-color) 0%, #e2e2e2 100%);
    color: var(--sm-text-color);
    border: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    display: inline-block;
}

.description_card_product table {
    border-collapse: inherit;
    width: 100%;
    font-size: 14px;
    vertical-align: middle;
}

span.art_card_product {
    display: block;
    text-align: start;
    font-size: 12px;
    color: #7f7f7f;
}

.select_color {
    display: inline-block;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    cursor: pointer;
}

.select_color:nth-of-type(2) {
    background: #FB641D;
}

.new_price_card_product {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 700;
}

.old_price_card_product, .old_price_compare_product {
    color: var(--sm-text-color);
    opacity: 0.7;
    text-decoration: line-through;
}

.ccp {
    font-size: 85%;
}

.prod_options tr td:first-of-type {
    width: 180px;
    padding-right: 15px;
    line-height: 16px;
}

.prod_options tr td:last-of-type {
    color: var(--sm-text-color);
    font-weight: 700;
}

.description_card_product .col-sm-12, .description_card_product .col-sm-4, .description_card_product .col-sm-8 {
    padding: 10px 15px;
}

.description_card_product .first_row {
    padding-top: 0;
}

.description_card_product .prod_buy_btns {
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
}

.description_card_product .prod_buy_btns #r_buy_intovar {
    order: 1;
}

.description_card_product .prod_buy_btns .action_buy {
    order: 2;
    margin-left: 15px;
}

html {
    scroll-behavior: smooth;
}

.description_card_product .prod_buy_btns .product-qty {
    margin-top: auto;
    margin-right: 15px;
}


.description_card_product .description_card_small_btn {
    display: flex;
    /*align-items: flex-start;*/
}

.description_card_product .description_card_small_btn .col-sm-12 {
    padding: 0;
    height: 20px;
}

.description_card_product .description_card_small_btn .col-sm-12 .pull-left {
    margin: 0;
    padding: 0 !important;
}

.description_card_product .description_card_small_btn .col-sm-12 .pull-left .fb_iframe_widget span {
    width: 100px !important;
}

.description_card_product .description_card_small_btn .col-sm-12 .pull-left .fb_iframe_widget span iframe {
    width: 100px !important;
}

.product-quantity-selector, #r_buy_intovar {
    display: inline-block;
}

.product-quantity-selector {
    margin-right: 7px;
}

.table_1 .ui-icon {
    display: none;
}

.table_1 .ui-state-default,
.table_1 .ui-widget-content .ui-state-default,
.table_1 .ui-widget-header .ui-state-default {
    background: #fff;
    color: #000;
    font: 14px 'PT Sans', Arial, 'Helvetica CY', sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.table_1 .ui-helper-reset {
    line-height: 1;
}

.table_1.ui-corner-all {
    border-radius: 0;
}

.table_1 .ui-state-active,
.table_1 .ui-widget-content .ui-state-active,
.table_1 .ui-widget-header .ui-state-active {
    background: transparent;
    border: none;
    color: #828282;
}

.table_1 .ui-state-active,
.table_1 .ui-widget-content .ui-state-active,
.table_1 .ui-widget-header .ui-state-active,
.table_1 .ui-state-hover,
.table_1 .ui-widget-content .ui-state-hover,
.table_1 .ui-widget-header .ui-state-hover {
    background: #399FDF;
    color: #fff;
    border: none;
}

/* SHARE BUTTONS */
.container_sheare_compare {
    margin: 30px 0 25px 0;
    padding: 0;
}

.share_with_friends,
.compare_button {
    display: inline-block;
    /*vertical-align: middle;*/
}

.share_with_friends * {
    display: inline-flex;
}

.share_with_friends p {
    margin: 0 18px 0 0;
    font-size: 12px;
    color: var(--sm-text-color);
    vertical-align: middle;
}

.share_with_friends a {
    margin: 0 4px 0 0;
}

.share_with_friends a:hover {
    opacity: 0.8;
}

/* COMPARE */
.compare_table {
    width: 100%;
}

.compare_table tr td {
    padding: 4px 0;
}

.compare_table .prod_price {
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
    font-size: 20px;
}

.description_card_product .prod_price  {
    text-align: start;
}

.compare_table .compare_attrs {
    text-align: center;
    border-bottom: 1px solid #E7E7E7;
    min-height: 20px;
    padding-top: 3px;
    padding-bottom: 5px;
}

#compare_box {
    position: fixed;
    background: #fff;
    width: 110px;
    left: 0;
    top: 300px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.23);
    z-index: 51;
    display: none;
}

#wishlist_box2 {
    display: none;
    position: fixed;
    background: #fff;
    width: 110px;
    left: 0;
    top: 200px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.23);
    padding: 15px;
    z-index: 51;
    display: none!important;
}

#compare_wishlist {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.compare_item {
    position: relative;
    margin: 10px 0;
    transition: all 0.2s;
}

.compare_item:hover .compare_block__delete {
    opacity: 1;
}

.compare_block__prod_img {
    text-align: center;
    width: 100%;
}

.compare_block__prod_img img {
    max-width: 100%;
}

.compare_block__prod_name {
    background: #fff;
    z-index: 1;
    padding: 0;
    border-radius: 0 0 10px 0;
    width: 100%;
    font-size: 10px;
    margin-top: 7px;
}

.compare_item:hover .compare_block__prod_name {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
}

.compare_box_title {
    padding: 5px 10px;
    font-size: 12px;
    color: #00BEFF;
    font-weight: bold;
}

.compare_block__delete:hover,
.compare_block__delete {
    position: absolute;
    top: -5px;
    right: 10px;
    /*opacity: 0;*/
    border-radius: 20px;
    width: 17px;
    height: 18px;
    font-style: normal;
    text-decoration: none;
    background: var(--sm-link-color);
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare_block__delete svg {
    fill: #fff;
    font-size: 11px;
    margin-bottom: 1px;
}

.compare_block__delete i {
    font-style: normal;
}

.compare_item .inner {
    padding: 5px 10px;
}

.gocomparelink {
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
    padding: 4px;
    display: block;
    text-align: center;
}

#comp_delete {
    margin-left: -55px;
    margin-top: -115px;
}

#comp_img {
    width: 115px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
}

#copm_qty {
    width: 25px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 25px;
}

.compare {
    margin: 0 0 0 1%;
    display: block;
    text-align: left;
}

.compare_button label,
.compare_button a,
.wishlisht_button label {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    color: var(--sm-link-color);
}

.compare_button input[type="checkbox"] + label:before,
.compare_button input[type="checkbox"] + a:before,
.wishlisht_button input[type="checkbox"] + label:before {
    content: '';
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23eee' d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z'%3E%3C/path%3E%3C/svg%3E")
}

.compare_button input[type="checkbox"]:checked + label:before,
.compare_button input[type="checkbox"]:checked + a:before,
.wishlisht_button input[type="checkbox"]:checked + label:before {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23var(--sm-link-color)' d='M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z'%3E%3C/path%3E%3C/svg%3E");
}


/* RATING */
.container_rating_likes {
    padding: 0;
    margin: 12px 0 20px 0;
}

.rating_product,
.likes_block {
    display: inline-block;
}

.rating_product {
    vertical-align: middle;
    font-size: 12px;
}

.rating,
.rating > a,
.rating_product > p,
.rating_product > a {
    display: inline-block;
    vertical-align: bottom;
}

.rating_product > p {
    margin: 0 10px 0 10px;
    color: #252525;
}

.rating_product > a {
    color: #248bcb;
    color: var(--sm-text-color);
    text-decoration: underline;
}

.rating_product > a:hover {
    text-decoration: none;
}

/*--------------------------- PRODUCT RIGHT SIDE  ------------------------*/
.product_right_content {
    font-size: 14px;
}

.product_right_content ul {
    padding-left: 40px;
}

.product_right_content aside {
    margin-bottom: 20px;
}

.product_right_content section {
    margin: 0 0 32px 0;
}

.product_right_content nav .right_column {
    padding: 20px 10%;
    border: 2px solid var(--sm-grey-color);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.product_right_content .h3 {
    margin: 0 0 17px -11px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.product_right_content ul {
    padding: 0;
    list-style: none;
}

.product_right_content nav li {
    display: block;
    margin: 0 0 10px 0;
}

.product_right_content nav p {
    margin-bottom: 20px;
}

.product_right_content nav a {
    color: #248bcb;
    color: var(--sm-link-color);
    text-decoration: underline;
}

.product_right_content nav a:hover {
    text-decoration: none;
}

.product_right_content p {
    margin: 0;
    color: var(--sm-text-color);
    opacity: 0.8;
    line-height: 1.2;
}

/* PRODUCT INFO TABS */
.nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > .tablinks:hover {
    background: var(--sm-link-color);
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > .tablinks,
.nav-tabs > li.active > .tablinks:focus,
.nav-tabs > li.active > .tablinks:hover {
    color: #fff;
    background: #248bcb;
    background: var(--sm-link-color);
    border: 0;
}

.nav-tabs > li > a,
.nav-tabs > li > .tablinks {
    outline: none !important;
    border-right: 0;
    box-shadow: none;
    margin: 0 10px 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    border: none;
    background: var(--sm-grey-color);
    font-weight: 700;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    color: var(--sm-text-color);
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.nav-tabs > li > a .nobold,
.nav-tabs > li > .tablinks .nobold {
    font-weight: 300;
    font-size: 14px;
}

.tab-content > .active {
    background: transparent;
    border: 0;
}

.tab-pane {
    background: #fff;
    padding: 10px 0;
    border: 1px solid #ddd;
    margin-top: -1px;
    font-size: 14px;
    line-height: 1.2;
}

.tab-pane ul, .panel-body ul, .article_content ul {
    list-style-type: disc;
    margin-left: 30px;
}

#tab-description img, #tab-description-collapse img {
    max-width: 100%;
    height: auto !important;
}

.char-left {
    float: left;
    width: 50%;
    padding: 5px 0;
    font-weight: bold;
}

.char-right {
    padding: 5px 0;
    float: left;
}

.nav-tabs > li.active > .tablinks,
.nav-tabs > li.active > .tablinks:hover,
.nav-tabs > li.active > .tablinks:focus {
    cursor: default;
}

/*--------------------------------------------------------------------------
                                END PRODUCT INFO
--------------------------------------------------------------------------*/

/* FILTERS */
/*** edit test ***/
.filter_box {
    padding: 0 15px 0 15px;
    background: transparent;
    border: 2px solid var(--sm-grey-color);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 15px;
    background-color: #fff;
    margin-top: -1px;
}

/*** edit test ***/
.filter_box .filter_heading {
    font-size: 14px;
    font-weight: 700;
    margin: 0px 0 16px 0;
    display: block;
    padding: 14px 14px 0 0;
    /*border-top: 1px solid #E3E3E3;*/
}

.attrib_divs,
.attrib_divs.ajax .inner-scroll{
    max-height: 198px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.attrib_divs.ajax {
    max-height: none;
    overflow: unset;
}

aside .ui-slider-horizontal {
    position: relative;
    height: 7px;
    margin: 21px 0 18px 0;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    border-radius: 3.5px;
    background: #ededed;
}

aside .ui-slider-range {
    background: #ffb300 !important;
    background: var(--sm-btn-color) !important;
}

.dipcen {
    margin-bottom: 25px;
}

.dipcen .slider-from,
.dipcen .slider-to {
    width: 42%;
    float: left;
}

.price_fltr {
    display: inline-block;
    margin-top: 8px;
}

.dipcen .slider-from input,
.dipcen .slider-to input {
    display: inline-block;
    width: 96%;
    height: 27px;
    margin: 0 1.1% 0 0;
    padding: 0 12px;
    border: 1px solid #B1B1B1;
    border-radius: 0;
    color: #A3A3A3;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none !important;
}

/*** edit test ***/
#slider-range .ui-slider-handle {
    margin-top: -2px;
    margin-left: -11px;
    cursor: pointer;
}

#slider-range .ui-slider-handle:focus {
    outline: none;
}

#slider-range .ui-slider-handle::before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background-repeat: no-repeat;
}

#slider-range .ui-slider-handle:first-of-type::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 256 256' style='enable-background:new 0 0 256 256;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpolygon points='207.093,30.187 176.907,0 48.907,128 176.907,256 207.093,225.813 109.28,128 '/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    margin-left: 5px;
}

#slider-range .ui-slider-handle:last-of-type::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 256 256' style='enable-background:new 0 0 256 256;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpolygon points='79.093,0 48.907,30.187 146.72,128 48.907,225.813 79.093,256 207.093,128 '/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}


#cart_order_total {
    margin: 15px 0;
    font-size: 20px;
}

.coupon_input {
    display: inline-block;
    width: auto;
}

.coupon_response_valid {
    font-weight: bold;
    padding: 10px 0;
    color: green;
}

.coupon_response_invalid {
    font-weight: bold;
    padding: 10px 0;
    color: red;
}

.checkout__item_image {
    text-align: center;
}

#voucherRedeem {
    padding: 7px 9px;
    vertical-align: top
}

.cart_popup_form {
    position: absolute;
    top: 15%;
    left: 50%;
    min-height: 100px;
    margin-top: 0 !important;
}

/* ARTICLES */
.magazine_articles {
    margin: 40px 0 0 0;
    padding: 0 5px;
}

.category .magazine_articles {
    padding: 0 20px 0 0;
}

.magazine_articles h2 {
    margin: 0;
}

.magazine_articles p {
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.magazine_articles ul {
    padding-left: 40px;
    list-style: disc;
}

.magazine_articles p:first-of-type {
    margin: 20px 0 15px 0;
}

.magazine_articles img {
    /*float: right;*/
    max-width: 100%;
    /*margin: 0 0 0 3%;*/
    margin: 0 auto;
}

#sync3 img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

#sync3 img:hover {
    cursor: url(../images/loupe.png), pointer;
}

#sync3.owl-carousel .owl-item {
    padding: 0 30px;
}

.thumbs_row {
    padding: 0 20px;
}

.thumbs div {
    height: 100px;
    overflow: hidden;
    margin-top: 10px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
}

.thumbs div img {
    cursor: pointer;
    max-height: 100%;
    /*max-width: 100%;*/
    max-width: max-content;
    width: 100%;
    height: auto;
}

.thumbs div.active {
    border: 2px solid var(--sm-grey-color);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;

}

/* END POPUP */

.ch_link {
    display: block;
}

/* ----------------- SUPER CATEGORIES ----------------- */
#cat_accordion {
    margin-bottom: 0;
}

#cat_accordion ul, .list-item {
    list-style: outside none none;
}

#cat_accordion > ul > li, .list-item > li {
    display: block;
   /* position: relative;*/
}

#cat_accordion .down {
    display: inline-block;
    align-self: center;
    padding: 15px 17px;
    cursor: pointer;
    max-height: 46px;
}

#cat_accordion .down:hover {
    opacity: 1;
}

#cat_accordion .down i, #cat_accordion .down svg {
    font-size: 15px;
    color: #248bcb;
    color: var(--sm-text-color);
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

#cat_accordion .down svg {
    fill: var(--sm-link-color);
}

.list-item li a {
    display: block;
}

.accordion a,
.accordion .like_a {
    display: block;
    width: 100%;
    height: 100%;
    align-self: center;
    font-size: 14px;
    color: var(--sm-text-color);
    padding: 15px;
    color: #668196;
}

.accordion > a,
.accordion > .like_a,
.accordion ul > li > .like_a {
    padding: 10px 30px 10px 15px;
}

.accordion > ul:nth-child(1) > li:nth-child(1) > a,
.accordion > ul:nth-child(1) > li:nth-child(1) > .like_a,
.accordion > a:nth-child(1),
.accordion > .like_a:nth-child(1) {
    border-top: none;
}

.accordion li > .like_a {
    background: var(--sm-btn-color);
}

.accordion ul > li > ul {
    background: #eee;
}

.accordion ul > li > ul > li > ul {
    background: #e1e1e1;
}

.accordion li > a.active {
    color: #248bcb;
    color: var(--sm-link-color);
}

.accordion > ul > li .active + .down i, .accordion .down:hover i,
.accordion > ul > li .active + .down svg, .accordion down:hover svg,
.accordion > ul li .active.down svg {
    -moz-transform: rotate(90deg); /* Firefox */
    -ms-transform: rotate(90deg); /* IE */
    -webkit-transform: rotate(90deg); /* Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Opera */
    transform: rotate(90deg);
}

.accordion > ul > li ul {
    display: none;
}

.accordion > ul > li ul li a,
.accordion > ul > li ul li .like_a {
    padding-left: 27px;
}

.accordion > ul > li ul li ul li a,
.accordion > ul > li ul li ul li .like_a {
    padding-left: 40px;
}

.accordion > ul > li ul li ul li ul li a,
.accordion > ul > li ul li ul li ul li .like_a {
    padding-left: 55px;
}

.accordion > ul > li a.active + ul {
    display: block;
}

.accordion > a:hover,
.accordion li a:hover {
    background: #ffb300;
    background: var(--sm-btn-color);
    color: var(--sm-btn-text-color);
    text-decoration: none;
}

.menu-child {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
}

.parent-box-category {
    position: relative;
}

.vivod_ {
    line-height: 1;
}

.btn-link {
    padding: 0 3px;
    height: 27px;
    color: var(--sm-link-color) !important;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
}

.btn-link i {
    color: #888;
    font-size: 28px;
}

.btn-link svg {
    fill: #aaa;
    font-size: 22px;
}

.btn-link:hover i, .btn-link.hover i {
    color: #248bcb;
    color: var(--sm-link-color);
}

.btn-link:hover svg, .btn-link.hover svg, svg.fa-spin {
    fill: #248bcb;
    fill: var(--sm-link-color);
}

/* ----------------- SUPER CATEGORIES END ----------------- */

.right_content {
    float: right;
}

.product_page .right_content,
.compare_page .right_content,
.wishlist_page .right_content,
.checkout_page .right_content {
    padding-left: 15px;
    padding-right: 15px;
}

.wishlist_page .right_content {
    overflow: auto;
}

.refresh_icon {
    display: flex;
    position: relative;
}

.refresh_icon > div {
    align-self: center;
}

.refresh_icon .fa-spin {
    position: relative;
    display: none;
    margin-left: 15px;
    font-size: 17px;
    top: 5px;
    color: #248bcb;
    color: var(--sm-text-color);
}

.btn_coupon {
    margin-bottom: 15px;
}

.newsletter {
    margin-bottom: 15px;
}

.newsletter label {
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
}

.newsletter input[type="checkbox"] + label:before,
.form-group input[type="checkbox"] + label:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23eee' d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z'%3E%3C/path%3E%3C/svg%3E");
}

.newsletter input[type="checkbox"]:checked + label:before,
.form-group input[type="checkbox"]:checked + label:before {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23248bcb' d='M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z'%3E%3C/path%3E%3C/svg%3E");
}

.abook {
    margin-bottom: 20px;
}

#block {
    text-align: center;
    /*position: relative;*/
}

.category {
    position: relative;
}

.subcategory {
    display: flex;
    flex-direction: column;
    padding: 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
}

#loadMoreProducts {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

#loadMoreProducts #loadMoreI {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    fill: #fff;
}

#loadMoreProducts:hover svg, #loadMoreProducts:focus svg {
    fill: #fff;
}

.pdf_link {
    text-align: right;
    position: relative;
    /*right: 16px;*/
    top: 0;
}

.pdf_link span {
    display: inline-flex;
    line-height: initial;
}

.pdf_link i {
    font-size: 14px;
}

.pdf_link svg {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

/*** edit test ***/
.subcats_imgs {
    text-align: center;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*** edit test ***/
.subcats_imgs > div {
    min-height: 120px;
}

/*** edit test ***/
.subcats_imgs > div a {
    display: block;
    font-size: 17px;
    width: 100%;

}

.subcats_imgs img {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    height: auto;
    border-radius: 7px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    object-fit: contain;
}

.subcats_imgs > div a:hover img {
    transform: scale(1.05);
}


.template_select {
    width: 100%;
    margin-top: 10px;
}
.lb-container {
    position: relative;
}
.lb-container .lb-nav {
    position: unset;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    position: absolute;
    top: 0;
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
    width: 14% !important;
    text-decoration: none !important;
}

#browse_category a {
    display: block;
    padding: 10px 0;
}

.page-wrap .right_content #browse_category a {
    padding: 0 0 30px 0;
    color: #000 !important;
}

.page-wrap .right_content #browse_category a:hover {
    color: #428bca !important;
}

.checkout_error {
    border: 3px solid red;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    font-size: 15px;
    font-weight: bold;
    display: block;
}

form[name=create_account] .form-group {
    position: relative;
    margin: 5px 0;
}

form[name=create_account] button {
    width: 100% !important;
    min-width: 250px;
    height: 35px;
    border-radius: 5px;
}

form[name=create_account] label {
    cursor: pointer;
}

form[name=create_account] input[type=submit] {
    pointer-events: none;
    opacity: 0.5;
}

.active_submit {
    pointer-events: auto !important;
    opacity: 1 !important;
}

.addresses_block {
    padding: 10px;
    margin-bottom: 10px;
}

.addresses_block label, .addresses_block input[type=radio] {
    cursor: pointer;
    font-weight: normal;
    padding-left: 20px;
    line-height: 1.3;
}

.addresses_block input[type="radio"] + label:before {
    margin-left: -17px;
}

.addresses_block:hover, .ab_checked {
    background: var(--sm-grey-color);
    cursor: pointer;
}

.prod_options_radio label {
    display: inline;
    margin-right: 10px;
}

.prod_options_radio label.disabled_label {
    pointer-events: none;
    background: var(--sm-grey-color);
    color: #aaa;
    font-weight: normal !important;
}

.prod_options_radio input[type="radio"]:checked + label {
    background-color: #ebebeb;
    border-color: #adadad;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

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

.pag {
    display: inline-block;
    width: 100%;
    clear: both;
}

.pag_header {
    display: block;
    font-size: 16px;
    padding: 10px 5px;
    margin: 18px 0 5px 0;
    border-bottom: 2px solid var(--sm-grey-color);
    color: var(--sm-text-color);
}

.char {
    border-bottom: 1px dotted var(--sm-grey-color);
}

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

#tab-characteristics {
    width: 100%;
}

.full-width-field {
    /*left: -100%;*/
    position: relative;
    margin-top: 5px;
    /*width: 200%;*/
    width: 100%;
}

.text_credit_card_expires {
    margin-top: 5px;
    position: relative;
    left: 0;
    margin-bottom: 40px;
    max-width: 110px;
    padding-right: 5px;
}

.full-width-field-date {
    width: 84%;
    position: absolute;
}

.full-width-field-date.expires_month {
    left: -77%;
    margin-top: 26px;
}

.full-width-field-date.expires_year {
    left: 8%;
    top: 26px;
}


.credit_card_info .full-width-field {
    left: 0;
    width: 100%;
}

.credit_card_info .text_credit_card_expires {
    left: 0;
    margin: 10px 0;
}

.credit_card_info .full-width-field-date {
    width: 49%;
    margin-bottom: 10px;
    position: unset;
    display: inline-block;
}

.credit_card_info .full-width-field-date.expires_month {
    margin-top: 0;
}

.credit_card_info .full-width-field-date.expires_year {
    float: right;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .owl-carousel .owl-item {
        display: block;
    }

    .base {
        width: 90px;
    }
}

.product {
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-align: center;
}

.product:hover {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.p_description {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    width: 100%;
    height: 100%!important;
}

.product table {
    margin: 5px 0 10px 0;
    text-align: left;
}

.product table td {
    padding: 0 0 5px 0;
}

.product table td:first-of-type {
    color: #4c4c4c;
}

.product table td:last-of-type {
    padding: 0 0 5px;
}

.product:hover {
    z-index: 35;
    background: transparent;
}

.product:hover .p_description {
    height: auto;
    background: #fff;
    box-shadow: inset 0px 0px 0px 2px var(--sm-grey-color);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.product img, .product_list img, .product img, .product_hover_list img {
    width: auto;
    opacity: 0;
    object-fit: contain;
    max-width: 100%;
}

.product img {
    width: auto;
    height: initial;
}

.product-qty {
    display: flex;
}

.product-qty > * {
    margin-top: auto;
}

.product-qty svg {
    display: block;
    pointer-events: none;
}

.product-qty input {
    max-width: 28px;
    height: 28px;
    border: none;
    text-align: center;
    -moz-appearance: textfield;
}

.product-qty .btn {
    max-width: 28px;
    max-height: 28px;
    padding: 7px;
}

.product-qty input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*ACCOUNT PAGE*/

#account-menu a {
    color: #000;
    width: 100%;
    text-align: center;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 5px;
}

.infoBoxContents a.btn.btn-default {
    color: #000;
}

.infoBoxContents input.btn.btn-default {
    color: #000;
}

#account-menu a:hover,
#account-menu a:focus,
#account-menu a:active {
    color: #333;
}

.account_template .table-responsive {
    overflow-x: auto;
    margin: 0 -15px;
}

#account_order_info .order_header {
    background: var(--sm-grey-color);
    border: 1px solid #ddd;
    border-bottom: 0;
}

#account_order_info .order_header > div {
    padding: 8px;
    height: 100%;
}

#account_order_info .order_header > div:first-of-type {
    border-right: 1px solid #ddd;
}

#account_order_info .order_body {
    border: 1px solid #ddd;
    background: var(--sm-grey-color);
}

#account_order_info .order_body > div {
    padding: 8px;
}

#account_order_info .order_body > div:first-of-type {
    border-right: 1px solid #ddd;
}

#account_order_info .account_delivery_method,
#account_order_info .account_product {
    margin-left: -8px;
    margin-right: -8px;
}

#account_order_info .account_delivery_method > div,
#account_order_info .account_product > div {
    padding: 8px;
    /*text-align: right;*/
}

#account_order_info .account_delivery_method > div:last-of-type,
#account_order_info .account_product > div:last-of-type {
    padding: 8px 0;
    /*text-align: left;*/
}

#account_history_table tr .account_history_actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 0;
    border-top: 1px solid #ddd;
}

#account_history_table tr:first-of-type .account_history_actions {
    border: 0;
}

#account_history_table .account_history_actions .btn-danger {
    margin-right: 5px;
}

#account_history_table .account_history_actions .popupPrintReceipt svg {
    fill: #fff;
    width: 14px;
    height: 14px;
}

#account_history_table .account_history_actions .popupPrintReceipt:hover svg,
#account_history_table .account_history_actions .popupPrintReceipt:focus svg {
    fill: #000;
}

#address_book .panel-heading .btn-group.btn-xs {
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
}

#address_book .panel-heading .btn-group svg {
    fill: #fff;
    width: 14px;
    height: 14px;
}

.address_book a.btn.btn-default.btn-xs {
    color: #000;
}

.account_template input[name="city"] {
    margin-bottom: 25px;
}

.account_template form .selectize-control,
.account_template form .selectize-control.single .selectize-input,
.account_template form .selectize-control.single .selectize-input.input-active {
    height: 36px;
}

.brands_block {
    padding: 15px;
    column-count: 5;
    background-color: #fff;
}

.brands_block h3 {
    font: 600 30px 'PT Sans', Arial;
    text-transform: uppercase;
    margin: 0 0 29px;
    color: #5a5a5b;
}

.brands_block a {
    font: 400 14px 'PT Sans', Arial;
}

.brands_block a:hover, .brands_block a:focus, .brands_block a:active {
    text-decoration: none;
    color: var(--sm-text-color);
}

.brands_wrapper {
    padding-bottom: 15px;
}

.search_categories {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
}

.search_categories a,
.search_categories .clarifying-categories {
    margin-right: 10px;
    margin-bottom: 5px;
}

.search_categories .clarifying-categories {
    cursor: pointer;
    color: var(--sm-link-color);
    /*min-width: max-content;*/
}

.search_categories .clarifying-categories:hover {
    color: var(--sm-text-color);
    text-decoration: underline;
}

.search_categories span {
    color: #888;
}

.search_cat_active {
    font-weight: bold;
}
.search_cat_button {
    margin-right: 10px;
    margin-bottom: 5px;
    border: none;
    background: none;
    padding: 0;
    color: var(--sm-link-color);
}
.search_cat_button:hover {
    text-decoration: underline;
    color: var(--sm-text-color);
}
/*!checkout selectize*/
.checkout form .selectize-control.single .selectize-input {
    height: auto;
    border: none;
}

.checkout .selectize-control.single .selectize-input:after, .checkout .selectize-control.single .selectize-input.dropdown-active:after {
    right: 20px;
}

.shipping_methods_block {
    background: #fff;
}

.shipping_methods_block .selectize-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 5px 0;
}

#np_warehouses-selectized::-webkit-input-placeholder {
    color: #999;
}

#np_warehouses-selectized::-moz-placeholder {
    color: #999;
}

#np_warehouses-selectized:-ms-input-placeholder {
    color: #999;
}

#np_warehouses-selectized:-moz-placeholder {
    color: #999;
}

.ajax-module-box .lazy-data-loader {
    position: relative;
    display: block;
    height: 60px;
}

.ajax-module-box .lazy-data-loader:before {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    z-index: -1;
    top: calc(50% - 27px);
    left: calc(50% - 27px);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='60px' height='60px' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath fill='%23ddd' d='M478.71 364.58zm-22 6.11l-27.83-15.9a15.92 15.92 0 0 1-6.94-19.2A184 184 0 1 1 256 72c5.89 0 11.71.29 17.46.83-.74-.07-1.48-.15-2.23-.21-8.49-.69-15.23-7.31-15.23-15.83v-32a16 16 0 0 1 15.34-16C266.24 8.46 261.18 8 256 8 119 8 8 119 8 256s111 248 248 248c98 0 182.42-56.95 222.71-139.42-4.13 7.86-14.23 10.55-22 6.11z'%3E%3C/path%3E%3Cpath fill='%23aba9a9' d='M271.23 72.62c-8.49-.69-15.23-7.31-15.23-15.83V24.73c0-9.11 7.67-16.78 16.77-16.17C401.92 17.18 504 124.67 504 256a246 246 0 0 1-25 108.24c-4 8.17-14.37 11-22.26 6.45l-27.84-15.9c-7.41-4.23-9.83-13.35-6.2-21.07A182.53 182.53 0 0 0 440 256c0-96.49-74.27-175.63-168.77-183.38z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    animation-play-state: running;
    background-repeat: no-repeat;
    animation-play-state: running;
    animation: 3s linear 0s normal none infinite running rot;
    -webkit-animation: 1.5s linear 0s normal none infinite running rot;
}

.selectize-control {
    position: relative;
    margin-left: 0px;
}

.currency_select form[name='currencies'] > span {
    display: none;
}

.filter_cont .filter_heading::before {
    content: '';
    height: 2px;
    background: var(--sm-grey-color);
    display: block;
    position: absolute;
    left: 15px;
    right: 0;
    margin: -15px 0 0;
}

label {
    margin-bottom: 10px;
}

.right_content .category #r_spisok .col-lg-12.col_product .div_list {
    text-align: left !important;
}

.right_content .category #r_spisok .col-lg-12.col_product ul.ul_list {
    list-style: none;
}

.right_content .category #r_spisok .col-lg-12.col_product ul.ul_list li {
    clear: both;
}

.right_content .category #r_spisok .col-lg-12.col_product .new_old_price {
    margin: 12px 0 12px 0;
}
.right_content .category #r_spisok .col-lg-12.col_product .p_description_list .new_old_price {
    margin: 3px 0 3px 0;
}

.container_customer_reviews .user_info_container {
    margin-bottom: -7px;
}

.container_customer_reviews .user_info {
    line-height: 1;
}

.container_customer_reviews time {
    padding: 6px 0 0 0;
}

.container_customer_reviews-wrap .row {
    margin-right: 0;
}

.container_customer_reviews,
.container_customer_reviews-wrap {
    display: flex;
}

.container_customer_reviews-wrap time {
    display: flex;
    align-items: center;
}

.container_customer_reviews-wrap time svg {
    margin-right: 5px;
    width: 14px;
}

.container_customer_reviews-wrap time svg > path {
    fill: #c0c0c0;
}

.customer_reviews_overflow .scrolbar_box::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    border-radius: 5px;
    background-color: #f6f6f6;
}

.customer_reviews_overflow .scrolbar_box::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    border-radius: 5px;
}

#filters_box .filter_box_in .filter_cont .attrib_divs::-webkit-scrollbar,
#filters_box .filter_box_in .attrib_divs.ajax .inner-scroll::-webkit-scrollbar {
    width: 15px;
    height: 8px;
    border-radius: 5px;
    background-color: transparent;
}

#filters_box .filter_box_in .filter_cont .attrib_divs::-webkit-scrollbar-thumb,
#filters_box .filter_box_in .attrib_divs.ajax .inner-scroll::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    border-radius: 5px;
}

#filters_box .qty {
    margin: 0 6px;
    color: #999a9c;
    font-weight: 400;
    font-size: 12px;
}

.row_news_customer_reviews .news_block_wrapper {
    width: 100%;
}

.row_news_customer_reviews .news_block_wrapper a {
    font-weight: 700;
}

.row_news_customer_reviews .news_block_wrapper p {
    font-size: 13px;
    line-height: 1.3;
}

.row_news_customer_reviews .news_block_wrapper .news_block_img,
.row_news_customer_reviews .news_block_wrapper .pad-left-0 {
    display: inline-block;
    padding: 5px 7px 10px 0;
    vertical-align: top;
}

.row_news_customer_reviews .news_block_wrapper .news_block_img {
    width: 24%;
    text-align: left;
}

.row_news_customer_reviews .news_block_wrapper .news_block_img img {
    object-fit: cover;
    height: auto;
}

.row_news_customer_reviews .news_block_wrapper .pad-left-0 {
    width: 74%;
}

.col_product .product .p_description .listing_attrs tr td {
    color: #000;
    border: none;
}

.col_product .product .p_description .listing_attrs tr td span {
    color: #979092;
}


.page-wrap .right_content .small_slider#manufacturers {
    margin: 0 0 50px 0;
}

.page-wrap .right_content .small_slider#manufacturers .owl-controls {
    margin: 0;
}


.page-wrap .right_content .small_slider#manufacturers .owl-stage-outer .owl-item a img {
    padding: 0 5px;
    max-width: 100%;
    height: auto;
}

.top_footer .row_menu_contacts_footer .contacts_info_footer .phones#footer_contacts {
    margin-bottom: 0px;
    padding-bottom: 15px;
    margin-top: -15px;
}

.top_footer .row_menu_contacts_footer .contacts_info_footer .phones#footer_contacts p svg {
    width: 14px;
    height: 14px;
    margin-right: 7px;
}

.page-wrap .right_content .ajax-module-box.lazy-data-block {
    position: relative;
}

.page-wrap .right_content .ajax-module-box.lazy-data-block a.all-specials_a {
    text-decoration: none;
    color: #000;
}

.page-wrap .right_content .ajax-module-box.lazy-data-block .ajax-module-box.lazy-data-block a.all-specials_a {
    display: none;
}

.row_catalog_products .owl-stage-outer .col_product .product .compare_button {
    margin-right: 0;
}

/*!END checkout selectize*/
/*NEW REVIEWS*/
.reviews_container {
    margin-bottom: 40px;
}

/*END NEW REVIEWS*/

.d-none {
    display: none !important;
}

/*PRINT PRODUCT PAGE*/

@media print {
    a:after {
        content: "" !important;
    }

    .open_custom_panel_btn,
    .custom_panel_block.visible,
    .custom_panel_block,
    .open_custom_panel_btn,
    footer, .top_header.hidden-xs, .breadcrumb,
    .container_middle_header .row div:nth-of-type(2),
    .container_middle_header .row div:nth-of-type(3),
    jdiv,
    .container_sheare_compare,
    .prod_buy_btns, .search-form-tooltip,
    .search-block, .header-actions,
    .product_right_content,
    .content-tabs {
        display: none !important;
    }

    .middle_header.hidden-xs.visible-sm-block,
    .navbar-header.visible-xs,
    .navbar-header, .navbar, .navbar-default, .visible-xs, .hidden-xs {
        display: block !important;
    }

    .container_middle_header {
        padding: 0 15px !important;
    }

    .container_middle_header .row div:nth-of-type(1) {
        display: block !important;
        width: 100%;
        float: unset;
    }

    .logo {
        float: unset;
    }

    .logo a {
        justify-content: center;
        margin: 0 !important;
    }

    main {
        padding: 0;
        border: none;
    }

    .prod_main_info > .col-xs-12 {
        width: 50% !important;
    }

    .description_card_product .prod_price,
    .logo_block {
        width: 100% !important;
    }

    .description_card_product {
        padding: 0;
        text-align: start;
    }

    .description_card_product > .col-sm-12 {
        display: none;
    }

    .category_heading {
        margin: 0 0 15px;
    }

    .navbar-header {
        position: relative !important;
    }

    .page-wrap {
        margin: 0;
    }

    .page-wrap:after {
        content: unset;
    }

    .label {
        border: none;
        outline: none;
    }

    #sync3 .item a {
        display: block;
        text-align: center;
        height: inherit;
        width: 100%;
    }
}

@media print and (max-width: 767px) {
    .hidden-xs {
        display: block !important;
    }

    .top_header.hidden-xs {
        display: none !important;
    }

    .navbar-header {
        position: relative;
    }
}

@media print and (min-width: 768px) {
    .logo_block {
        display: none;
    }
}

/*END PRINT PRODUCT PAGE*/

/*BUG REPORT*/
.bug_report {
    cursor: pointer;
}

.bug-report-text {
    resize: none;
}

#BugReportForm {
    text-align: center;
}

#BugReportForm .btn-loader {
    width: 25px;
    height: 25px
}

/*END BUG REPORT*/

/* Timer */
.timer {
    margin-top: 70px;
    padding: 10px;
    border: 1px solid grey;
    background-color: white;
    color: black;
    border-radius: 10px;
    text-align: center;
    width: 250px;
}

.timer-title {
    font-size: 12px;
    margin-top: 0;
}

.timer-container {
    display: inline-block;

}

.timer-numbers {
    display: block;
    float: left;
    color: white;
    font-size: 20px;
    margin-right: 10px;
}

.timer span {
    margin-right: 2px;
    background-color: #575757;
    border-radius: 7px;
    padding: 4px;
}

.timer-description {
    font-size: 12px;
    margin-top: 6px;
    text-align: center;
    color: black;
}

/*login popup style*/
#modal_getLoginForm .modal-dialog {
    max-width: 320px;
    min-width: 320px;
}

.client-enter_window .social_header_facebook,
.client-enter_window .social_header_google {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    margin: 10px 0;
    font-size: 14px;
    background: #4862a3;
    color: #fff;
    padding: 0;
}

.client-enter_window .social_header_google {
    background: #eee;
    color: #000;
}

.client-enter_window .social_header_google:hover,
.client-enter_window .social_header_facebook:hover {
    text-decoration: none;
    background: #aaa;
}

.client-enter_window .social_header_facebook .fa {
    font-size: 17px;
    margin: 0 8px 0 0;
}

.client-enter_window .social_header_facebook svg,
.client-enter_window .social_header_google svg {
    margin: 0 8px 0 0;
}

.client-enter_window > .or {
    margin: 0 0 10px 0;
    overflow: hidden;
    text-align: center;
}

.client-enter_window > .or:before, .client-enter_window > .or:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background: #ccc;
    border: solid #fff;
    border-width: 0 10px;
}

.or:before {
    margin-left: -100%;
}

.or:after {
    margin-right: -100%;
}

.client-enter_window .form_enter {
    margin: 0;
    width: 100%;
}

.client-enter_window .form_enter .fa {
    width: 40px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-right: -40px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    float: left;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 4px 0 0 4px;
    color: #575955;
}

.client-enter_window .form_enter span {
    width: 40px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-right: -40px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    float: left;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 4px 0 0 4px;
}

.client-enter_window .form_enter svg {
    fill: #575955;
    width: 15px;
    height: 15px;
}

.client-enter_window .form_enter input {
    margin: 0 0 15px;
    padding: 0 15px 0 50px;
}

.client-enter_window .password_enter {
    border-right: 1px solid #ccc;
    width: 100%;
    margin: 0 0 6px !important;
}

.client-enter_window .forget_password {
    text-align: right;
    float: right;
    margin: 0 0 20px;
    color: #464646;
    text-decoration: underline;
    padding: 0;
    font-size: 11px;
    font-weight: 400;
    background: transparent;
}

.client-enter_window .forget_password:hover, .client-enter_window .forget_password:focus, .client-enter_window .forget_password:active {
    background: transparent;
    color: var(--sm-text-color);
}

.client-enter_window .submit_enter {
    width: 100%;
    margin: 0 0 11px;
    border-radius: 4px;
    background: #6cb834;
}

.client-enter_window .registration {
    height: inherit;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #464646;
    border-bottom: 1px dashed #ededed;
}

.registration:hover {
    color: var(--sm-link-color);
    border-bottom: 1px dashed var(--sm-link-color);
    text-decoration: none;
}

/*popular search queries*/
.popular_queries {
    width: 100%;
}

.popular_queries_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.popular_queries_container > a {
    padding: 0 6px 0 6px;
    border-radius: 3px;
    background-color: #B5AAE2;
    color: black;
    margin: 3px;
    font-size: 1.3em;
}

/*scroll up button*/
div.scrollup {
    position: fixed;
    z-index: 10;
    color: var(--sm-btn-text-color);
    background: var(--sm-grey-color);
    right: 48px;
    bottom: 48px;
    width: 48px;
    height: 48px;
    font-size: 40px;
    border-radius: 50%;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}

div.scrollup:hover {
    background: var(--sm-btn-color);
}

.scrollup > svg {
    fill: var(--sm-btn-text-color);
}

.video-button {
    position: absolute;
    margin: auto;
    height: 40%;
    z-index: 20000;
}

.input-type-number-custom {
    -moz-appearance: textfield;
}

.input-type-number-custom::-webkit-inner-spin-button {
    display: none;
}

.add-comment-row .g-recaptcha {
    display: inline-block;
    padding-top: 5px;
}

.art_card_product_vendor_code {
    margin: 0 0 0 10px;
}

.product_page #tab-comments .h3 a {
    text-decoration: none;
    position: relative;
}
.product_page #tab-comments .h3 a:before {
    content: '';
    width: 100%;
    border-bottom: 2px solid #2385e7;
    position: absolute;
    bottom: 0;
}
.product_page #tab-comments .h3 a:hover {
    color: #32a4e7;
}
.product_page #tab-comments .h3 a:hover:before {
    border-bottom: 2px solid transparent;
}

.prod_options_radio input[type="radio"] + label:after {
    display: none;
}

.prod_attributes .selectize-dropdown .option:not([data-selectable]) {
    display: none;
}

body[data-page-name="contact_us"] h1,
body[data-page-name="article_info"] h1 {
    margin-top: 15px;
}

/* ----------------- TEST PERIOD OVER PAGE ----------------- */
.test-over_wrapper {
    text-align: center;
}

.test-over_wrapper .item_wrapper {
    margin-top: 15px;
}

.test-over_title {
    margin: 70px 0 0 0;
    font-weight: 700;
    border: none !important;
}

.test-over_wrapper .item {
    min-height: 350px;
    border-radius: 10px;
    border: solid 3px #eee;
    background: #fff;
    padding: 25px;
    position: relative;
    text-align: center;
    transition: all .5s;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
}

.test-over_wrapper .item.active {
    background: #fffef5;
    /* -webkit-box-shadow: 0 0 0 3px #ffd400; */
    /* -moz-box-shadow: 0 0 0 3px #ffd400; */
    /* box-shadow: 0 0 0 3px #ffd400; */
    transition: box-shadow 0s;
    /* border: solid 2px #fffef5; */
    border: 3px solid #ffd400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.test-over_wrapper .item:hover {
    background: #fffef5;
    transition: box-shadow 0s;
    border: 3px solid #ffd400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.test-over_wrapper .item_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.test-over_wrapper .item_header .check {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 2px #dedede;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.test-over_wrapper .active .item_header .check {
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    border: solid 2px #ffd400;
    background-color: #ffd400;
    background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.test-over_wrapper .packet_name {
    font: 400 16px 'Roboto', sans-serif;
    margin: 35px auto 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #181818;
    font-style: italic!important;
}

.test-over_wrapper .packet_name:after {
    content: '';
    height: 6px;
    width: calc(100% + 2px);
    position: absolute;
    left: -1px;
    bottom: 2px;
    background: #ffd400;
    z-index: -1;
}

.test-over_wrapper .packet_price {
    position: relative;
    display: block;
    font: 700 26px 'Roboto', sans-serif;
}

.test-over_wrapper .packet_text {
    /*margin-top: 10px;*/
    margin-top: 0;
    color: #555;
    font-size: 14px;
}

.test-over_wrapper a {
    text-decoration: none;
}

.test-over_wrapper .button_choose {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);
    color: #fff;
    border-radius: 5px;
    background: #19bf4a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0 8px;
    cursor: pointer;
    transition: background .3s;
    font: 600 13px 'Roboto', sans-serif;
    /*margin-top: 20px;*/
    margin-top: 0;
    visibility: hidden;
}

.test-over_wrapper .active .button_choose {
    visibility: visible;
}

.test-over_wrapper .item:hover .button_choose {
    visibility: visible;
}

.period-to-delete {
    max-width: 117px;
    margin: 10px 0 0 auto;
    padding: 5px;
    border: 2px solid #ffd400;
    border-radius: 5px;
}

/* ----------------- END TEST PERIOD OVER PAGE ----------------- */

/*Attribute combinations*/
.prod_attributes_div .select_id_option .selectize-dropdown-content .disabled-filter {
    opacity: 0.5;
}

.prod_attributes_div .attributes_type_color .color_attributes-item.disabled-filter {
    opacity: 0.5;
}

.prod_attributes_div .color_attributes-item.disabled-filter ~ .filter-product-image {
    border-style: dashed;
    /*display: none;*/
    /*cursor: default;*/
    /*pointer-events: none;*/
}

.prod_options_radio label.disabled-filter {
    opacity: 0.5;
}

.prod_attributes_div .color_attributes-item.disabled-filter img.img-circle {
    border-style: dashed;
}

.prod_attributes_div .color_attributes-item ~ .filter-product-image {
    margin: 10px 10px 10px 0;
    width: 23%;
    vertical-align: middle;
    /*display: inline-grid;*/
    border: 2px #ccc solid;
    border-radius: 0;
    overflow: hidden;
}

.prod_attributes_div .color_attributes-item ~ .filter-product-image:hover {
    border-color: #333;
    opacity: 1;
}

.prod_attributes_div .color_attributes-item ~ .filter-product-image.active {
    border-color: #6EC642;
}

.color_attributes-item img.filter-product-image {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border: 0;
    /* margin: auto;
     margin-top: 10px;*/
}

.prod_attributes_div .color_attributes-item ~ .filter-product-image .attribute-text {
    font: 400 13px 'Montserrat-Regular';
    overflow-wrap: break-word;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    padding: 0 5px;
    height: 32px;
}

.color_attributes-item.attribute-hidden {
    display: none;
}

.prod_options_radio label.attribute-hidden {
    display: none;
}

form[name='login'] .btn-default {
    margin-right: 0px;
    width: 100%;
    border-radius: 0;
    padding: 10px 9px;
}
@media (max-width: 991px) {
    body[data-page-name="login"] .right_content {
        padding: 0 15px;
    }
    .breadcrumb {
        padding-bottom: 10px;
    }
}
@media (max-width: 500px) {
    body[data-page-name="login"] .btn-success {
        width: 100%;
    }
}

/*Attribute combinations end*/
.flex_center {
    display: flex;
    justify-content: center;
}

body[data-page-name="contact_us"] ol.breadcrumb {
    width: 100%;
    max-width: 1170px!important;
    margin: 0 auto;
    padding: 0 15px;
}
div.container-comtact_us {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
body[data-page-name="index_default"] .test-over_title {
    margin-bottom: 10px;
    font-size: 28px;
}
p.test-over-date span {
    font-weight: 700;
}
.test-over-flex {
    display: flex;
    flex-direction: column;
}
.test-over-flex p.test-over-date {
    order: 1;
    font-size: 17px;
    color: #555!important;
}
.test-over-flex p.test-over-date span.packet_name {
    font-weight: 700;
    margin: 10px auto 10px;
}
.test-over-flex p.test-over-text {
    order: 2;
    font: 400 17px 'Roboto', sans-serif;
    color: #181818!important;
    margin-top: 35px;
    font-style: italic!important;
}
.test-over_wrapper .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item_wrapper .item p.packet_text span {
    font-weight: 700;
}
.item_wrapper .item p.packet_text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

div#sync3 div.sync1-item > img {
    width: auto;
    max-width: 99%;
    height: auto;
    max-height: 100%;
}
div#sync3 div.sync1-item > img {
    max-height: 350px!important;
    max-width: 270px!important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .basket {
        margin-left: 10px;
    }
}
@media (min-width: 1020px) and (max-width: 1100px) {
    .productModalWrapper {
        grid-template-columns: 320px 260px 330px!important;
    }
}
@media (min-width: 992px) and (max-width: 1019px) {
    .productModalWrapper {
        grid-template-columns: 320px 260px 300px!important;
    }
}
@media (max-width : 1300px) {
    .test-over_wrapper .item {
        min-height: 350px;
    }
}
@media (max-width : 991px) {
    .test-over_wrapper .item {
        margin-bottom: 15px;
    }

    .test-over_wrapper .packet_price {
        font-size: 18px;
    }
    body[data-page-name="index_default"] .modal.product_modal.fade .modal-dialog {
        transform: translate(-50%, -55%)!important;
    }
    .category .form-group.row.subcats_imgs {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    div#sync3 div.sync1-item > img {
        max-height: 350px!important;
        max-width: 250px!important;
    }
}
@media (max-width : 767px) {
    .test-over_wrapper .item {
        min-height: 280px;
    }
    .flex_center {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    div#sync3 div.sync1-item > img {
        max-height: 350px!important;
        max-width: 230px!important;
    }
}
@media (max-width : 680px) {
    div#sync3 div.sync1-item > img {
        max-height: 350px!important;
        max-width: 195px!important;
    }
}
@media (max-width : 600px) {
    .category .form-group.row.subcats_imgs {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 20px;
    }
}
@media (max-width : 480px) {
    body[data-page-name="index_default"] .test-over_title {
        font-size: 20px;
    }
    .test-over-flex p.test-over-date,
    .test-over-flex p.test-over-text {
        font: 400 13px 'Roboto', sans-serif;
    }
    .products_quantity_info {
        width:100%;
        margin: 5px 0;
        justify-content: normal;
    }
    .description_card_product .description_card_small_btn {
        flex-wrap: wrap;
    }
}
@media (max-width : 390px) {
    .productModalWrapper {
        grid-template-columns: 280px!important;
    }
    .productModal-desc {
        grid-column-start: 1!important;
        grid-column-end: 2!important;
    }
    .productModal-middleBlock {
        grid-column: 1 / 2!important;
        grid-row: 2 / 4!important;
    }
}
@media (max-width : 313px) {
    .productModalWrapper {
        grid-template-columns: 260px!important;
    }
}
@media (max-width: 680px) {
    .productModal-middleBlock-characteristics {
        padding-bottom: 0;
        display: flex!important;
        flex-direction: column;
    }
}
@media (max-width: 991px){
    .productModalWrapper {
        grid-template-columns: 45% 54%!important;
        grid-auto-rows: auto;
    }
}
@media (max-width: 680px){
    .productModalWrapper {
        grid-template-columns: 100%!important;
        grid-template-rows: auto auto auto;
    }
    .product_modal .modal-dialog {
        top: 66%!important;
    }
    .productModal-middleBlock-last {
        height: 240px!important;
    }
    .productModal-slider #sync3 {
        max-height: 250px!important;
    }
}
@media (max-width: 991px) {
    body[data-page-name="create_account"] div.right_content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.play-video:before{
    content: " ";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #fff;
    top: 40%;
    left: 45%;
    z-index: 2;
    cursor: pointer;
    opacity: 0.7;
}
/*************************************************************************/

body[data-page-name="manufacturers"] .right_content {
    background-color: #ebf1fd;
}

body[data-page-name="manufacturers"] .breadcrumb {
    transform: translateX(0);
}

body[data-page-name="manufacturers"] h1 {
    padding-left: 15px;
}

body[data-page-name="compare"] .col-xs-12.right_content {
    background-color: #ebf1fd;
}
body[data-page-name="compare"] td {
    min-width: 150px;
}

body[data-page-name="product_info"] .col-xs-12.right_content {
    background-color: #ebf1fd;
}
body[data-page-name="product_info"] form[name="cart_quantity"] {
    background-color: #ffffff;
    padding: 0 15px;
}
body[data-page-name="index_products"] .heading_caralarm ~ h1 {
    color: #668196;
    font-family: Verdana,sans-serif;
    padding-top: 15px;
    margin-right: -10px;
    margin-left: -20px;
    margin-top: -30px;
}

body[data-page-name="index_products"] .container-fluid {
    padding: 0;
}
body[data-page-name="index_products"] .products-list-header.like_h2 {
    padding: 5px 10px;
    font-size: 15px;
}
/*body[data-page-name="index_products"] #best_sellers,*/
/*body[data-page-name="index_products"] #best_sellers .product {*/
/*    height: 300px;*/
/*}*/
/*body[data-page-name="index_products"] #best_sellers .p_img_href {*/
/*    min-height: 170px;*/
/*    max-height: 170px;*/
/*}*/
.heading_caralarm {
    color: #668196;
    font-family: Verdana,sans-serif;
    margin: 0;
    padding: 15px 15px 0;
}
body[data-page-name="product_info"] .heading_caralarm {
    margin-left: -5px;
}
.breadcrumb {
    margin: 7.5px 0;
}

.row_info_caralarm {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.tab-content.tab-content-caralarm {
    background-color: #ffffff;
    padding: 13px;
    margin-bottom: 20px;
}
.nav-tabs.nav-tabs-caralarm {
    margin-top: 20px;
    margin-bottom: -9px;
}
.nav-tabs.nav-tabs-caralarm > li > a,
.nav-tabs.nav-tabs-caralarm > li > .tablinks {
    background: transparent;
    color: #889daa;
    padding: 10px 15px;
    border-top: 2px solid transparent;
}
.nav-tabs.nav-tabs-caralarm > li.active > .tablinks {
    background-color: #fff;
    color: #668196;
    border-radius: 0;
    border-top: 2px solid #2385e7;
}
.row_info_caralarm .thumbs div > img {
    border: 2px solid #eeeeee;
    height: 100%;
    object-fit: cover;
}
.nav-tabs.nav-tabs-caralarm > li > .tablinks .nobold {
    font-weight: 700;
    font-size: 14px;
    color: #2385e7;
}
.row_info_caralarm .thumbs div.active > img {
    border: 2px solid #2385e7;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 100%;
}
.row_info_caralarm .thumbs div.active {
    border: 2px solid transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.new_price_card_product {
    color: red;
    font-size: 24px;
}
.new_price_card-ua {
    color: #668196;
    font-size: 18px;
    font-weight: 700;
}
body[data-page-name="product_info"] .container_rating_likes {
    display: flex;
    justify-content: start;
    padding: 0 15px;
    margin: 5px 0 0px 0;
}
body[data-page-name="product_info"] .new_price_card-ua {
    display: inline-block;
    margin-top: 8px;
}

.price_card-min-r {
    color: #2385e7;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}
.caralarm_product_services_flex,
.product_services_name {
    display: flex;
}
.product_services_name {
    margin-bottom: 7px;
    color: #000000;
    font-family: Verdana,sans-serif;
}
.caralarm_product_services_flex > div {
    border: 1px solid #eee;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caralarm_product_services_flex .wishlisht_button,
.caralarm_product_services_flex .compare_button {
    position: static;
}

.caralarm_product_services_flex .wishlisht_button svg path,
.caralarm_product_services_flex .compare_button svg path {
    fill: #2385e7;
    stroke: #2385e7;
}
.caralarm_product_services_flex .sharing-header-wrap svg {
    transform: rotate(180deg);
    width: 25px;
    height: 18px;
}
.caralarm_product_services_flex .print-button,
.caralarm_product_services_flex .sharing-button-product {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.description_card_small_btn span.label-preorder {
    background-color: #e2f8eb;
    color: #50c354;
    border: 1px solid #50c354;
}

.description_card_small_btn .label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: 10px;
    border-radius: 0px;
}

.description_card_small_btn .label-success {
    background-color: #e2f8eb;
    color: #50c354;
}

.description_card_small_btn .label {
    margin: 10px 0;
}

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

.tab-content-caralarm #tab-description div strong {
    font-weight: 600;
}
.description_card_product .description_card_small_btn .col-sm-12 .pull-left .fb_iframe_widget span iframe {
    width: 42px !important;
}
.news-block-wrapper-flex {
    display: flex;
    flex-direction: column;
}
.container-customer-reviews-flex {
    display: flex;
    justify-content: center;
    padding: 0 15px;
}
.container-customer-reviews-flex article {
    max-height: 215px;
    min-width: 215px;
    padding: 15px;
}
body[data-page-name="index_default"] .col-xs-12.right_content {
    background-color: #ebf1fd;
}
.row_news_customer_reviews.news_customer_reviews_wrapper {
    margin-bottom: 50px;
    background-color: #fff;
}
.row_catalog_products {
    position: relative;
    background-color: #fff;
}
body[data-page-name="product_info"] .like_h2 {
    padding-left: 10px;
}

body[data-page-name="product_info"] .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

body[data-page-name="product_info"] .row_catalog_products {
    margin: 0p 0px 15px 0px;
}

.like_h2 {
    z-index: 10;
    background-color: #fff;
    padding: 10px 0;
    z-index: 1;
}
.product:hover .p_description {
    box-shadow: inset 0px 0px 0px 2px var(--sm-grey-color);
}
.product .p_description {
    display: flex;
    flex-direction: column;
}
.product .p_description .new_old_price {
    margin-top: auto;
}
.product .p_description .model_product {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.product .p_description img.anim {
    line-height: 1.1;
    transition: all .5s ease;
    transform: scale(.9);
}
.product .p_description img.anim:hover {
    transform: scale(1);
}
.box-category.box-category-caralarm {
    max-height: 430px;
    overflow: hidden;
    overflow-y: scroll;
    min-width: 340px;
    margin: 0;
}

.accordion > ul > li > a {
    background-color: #ffffff;
    font-size: 14px;
}
.accordion > a:hover, .accordion li a:hover {
    background-color: transparent;
    background: transparent;
    color: var(--sm-btn-color);
}

.new-banner-block-flex {
    display: flex;
}
.slider-images-wrapper {
    width: 80%;
    padding-left: 5px;
    align-self: end;
}

.slider-images-wrapper #owl-frontslider {
    margin: 0;
}

.slider-container {
    width: 100%;
}
.new-banner-block-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 20%;
    margin-bottom: -2px;
}
.col-md-9.new-banner-block-col {
    padding-right: 10px;
    padding-left: 0;
}
.new-block-top-allbrands {
    width: 20%;
    padding: 5px 0 5px 5px;
    background-color: #ebf1fd;
    min-width: 200px;
}
.new-block-top-allbrands .top-allbrands-block {
    background-color: #fff;
}

input#all-brands-selectized {
    display: inline-block !important;
    height: 27px;
}

.new-banner-block-info > a {
    display: inline-block;
    height: calc(100% / 3);
    width: 100%;
    text-align: center;
    padding: 5px 0 0px 5px;
    background-color: #ebf1fd;
}
.new-banner-block-info > a:first-child {
    padding-top: 0;
}
.new-banner-block-info > a:last-child {
    margin-bottom: -2px;
}
.new-banner-block-info > a > div.new-info-wrapper {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.new-info-wrapper .new-banner-name {
    color: #2385e7;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}

.new-banner-block-top-info {
    display: flex;
    justify-content: space-between;
}
.new-banner-block-top-info > div {
    width: 80%;
}
.new-banner-block-top-info > .new-block-top-allbrands {
    width: 20%;
    padding: 5px 0 5px 5px;
    background-color: #ebf1fd;
    min-width: 200px;
}
.new-block-top-allbrands .selectize-input {
    padding-left: 5px !important;
}
.new-banner-block-top-info .selectize-control {
    width: 100%;
    padding: 0 5px;
}
.new-banner-block-top-info .selectize-control.single .selectize-input:after,
.new-banner-block-top-info .selectize-control.single .selectize-input.dropdown-active:after {
    border: 0px 5px;
    border-color: transparent transparent transparent transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3e%3c/path%3e%3c/svg%3e ");
    width: 20px;
    height: 18px;
    margin: 0;
    font-size: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.new-banner-block-top-info .selectize-control.single .selectize-input .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    font-size: 16px;
}
.earch-dropdown-car-brand .dropbtn {
    display: flex;
    align-items: center;
}

.top-allbrands-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.manufacturers-block-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
}
.manufacturers-block-flex > a {
    display: flex;
    justify-content: center;
    width: 100%;
}
.manufacturers-block-flex img {
    
}
footer.footer-main {
    height: 200px!important;
}
.position-relative {
    position: relative;
    background-color: #FFF;
    margin-bottom: 15px;
    padding-top: 10px;
}
.top_header {
    background: transparent;
    padding: 5px 0;
    border-bottom: 0px solid transparent;
    display: none;
}
.container.container_add_nav.categories_menu {
    padding-right: 0;
    padding-left: 0;
    /*background-color: var(--sm-btn-color);*/
    background-color: transparent;
}
.single_slide {
    margin-bottom: 0;
}
.phones-block-wrapper {
    position: relative;
    width: 25%;
}
.phones-block-wrapper .dropbtn > span.svg-capa {
    margin-right: 7px;
}
.phones-block-wrapper .dropbtn > span.svg-layer {
    margin-left: 5px;
}
.phones-block-wrapper .dropbtn > span.svg-layer svg {
    width: 15px;
}
.shopping-cart-col {
    position: relative;
}
.shopping-cart-col .basket {
    display: block;
    margin-left: 40px;
    position: relative;
    text-align: center;
    border: 2px solid var(--sm-btn-color);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 14px;
    height: 35px;
    position: absolute;
    top: 15px;
    right: 0;
    width: 100%;
    min-width: 300px;
    display: none;
}
.shopping-cart-col .img_basket svg {
    fill: var(--sm-text-color);
    font-size: 25px;
    vertical-align: top;
    margin-top: -5px;
}
.shopping-header-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 75%;
}

.appeal-header-col-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

header .appeal-header-col-flex,
header .search-wrapper {
    padding: 0;
}
.shopping-header-flex > * {
    margin-left: 10px;
}

.shopping-header-flex > span:first-child {
    margin: 0;
}
.compare_button {
    position: absolute;
    top: 5px;
    right: 35px;
}
.wishlisht_button {
    position: absolute;
    top: 5px;
    right: 5px;
}
.wishlisht_button svg path,
.compare_button svg path {
    fill: #2385e7;
}
.wishlisht_button svg path {
    fill: #2385e7;
    stroke: #2385e7;
    stroke-width: 1px;
}
.share-head-svg svg path {
    stroke: #fff;
    stroke-width: 1px;
}
#kabinet .enter_registration .enter > a svg path {
    stroke: #000;
    stroke-width: 2.2px;
}
.like-header-wrap svg path,
.shopping-cart-col .img_basket svg path {
    stroke: #000;
    stroke-width: 1px;
}

.block-shoppingcard-amount {
    position: relative;
}
.shopping-header-flex .share-head-svg,
.shopping-header-flex .like-header-wrap {
    position: relative;
}
.share-head-svg .quantity_compare,
.like-header-wrap .quantity_wishlist,
.block-shoppingcard-amount .quantity_basket {
    position: absolute;
    width: auto;
    min-width: 21px;
    height: auto;
    padding: 2px;
    text-align: center;
    border-radius: 50%;
    background-color: #e65239;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.block-shoppingcard-amount .quantity_basket {
    top: -16px;
    right: -9px;
}
.share-head-svg .quantity_compare {
    top: -12px;
    right: -9px;
}
.like-header-wrap .quantity_wishlist {
    top: -13px;
    right: -11px;
}

.search-dropdown-car-model {
    right: 0px;
    position: relative;
}
.search-dropdown-car-brand {
    position: relative;
    right: 115px;
}
.search-dropdown-car-model,
.search-dropdown-car-brand {
    position: absolute;
    top: 0px;
    height: 100%;
}

.search-dropdown-car-model select[name="car-model"],
.search-dropdown-car-brand select[name="car-brand"] {
    border: none!important;
}
.search-dropdown-car-model .selectize-control.single .selectize-input .item,
.search-dropdown-car-brand .selectize-control.single .selectize-input .item,
.search-dropdown-car-model .selectize-control,
.search-dropdown-car-brand .selectize-control,
.search-dropdown-car-model .selectize-control.single .selectize-input,
.search-dropdown-car-brand .selectize-control.single .selectize-input {
    height: 24px;
    padding-left: 0px !important;
    padding-right: 4px!important;
}
.search-dropdown-car-model .selectize-dropdown.single,
.search-dropdown-car-brand .selectize-dropdown.single {
    width: auto!important;
    top: 26px!important;
    min-width: 150px;
}

.search-dropdown-car-model .selectize-dropdown.single {
    left: -15px !important;
    min-width: 210px;
}

.shopping-header-flex .language_select {
    margin-top: -3px;
}

.search-dropdown-car-model span,
.search-dropdown-car-brand span {
    font-size: 14px;
    color: #7d7d7d;
    margin-top: -3px;
}
.search-dropdown-car-model .svg-layer svg,
.search-dropdown-car-brand .svg-layer svg {
    font-size: 14px;
}
body[data-page-name="index_default"] .like_h2 {
    padding-left: 15px;
    position: relative;
    z-index: 1;
}
.product_slider .product {
    border: 1px solid #c3c3c3;
    border-right: 0px;
    border-left: 0px;
}
.product_slider .product:hover {
    border: 1px solid inherit;
}
.product:hover .p_description {
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0px;
}
body[data-page-name="index_default"] .like_h2 a {
    margin-right: 120px;
    text-decoration: underline;
    height: 100%;
    margin-top: 0;
}

.like-h2-owl-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    display: flex;
    align-items: center;
}
.product_slider.owl-carousel,
.row_catalog_products .owl-nav {
    position: relative;
}
.row_catalog_products .owl-controls {
    position: absolute;
    right: 10px;
    top: -34px;
    z-index: 9999;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 50px;
    height: 40px;
    margin-top: -25px;
    cursor: pointer; 
}
.owl-nav .owl-prev {
    margin-right: 15px;
}
.like-header-wrap {
    margin-top: 3px;
}
.shopping-cart-col {
    margin-top: 6px;
}
.block-shoppingcard-amount .popup_cart {
    cursor: pointer;
}

.dropdown-header-content a {
    display: inline-block;
    width: 100%;
    color: #000;
    line-height: 18px;
    font-size: 13px;
}

.dropdown-header-content {
    height: 100%;
    height: auto;
    z-index: 99999;
    position: absolute;
    top: 32px;
    left: 0;
    min-width: 155px;
    display: none;
}
.header-content-call-us {
    background-color: #fff;
    border: 2px solid #ebf1fd;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.contacts_info_footer .logo-footer svg {
    width: 125px;
    height: 45px;
}

.main_search_form select {
    display: none;
}
.main_search_form .search-dropdown-car-brand.dropdown-header-click {
    display: flex;
    align-items: center;
}
.main_search_form form .selectize-control.single .selectize-input,
.main_search_form form .selectize-control.single .selectize-input.input-active {
    border: none;
    height: 25px;
    z-index: 999;
    background-color: transparent;
}
.main_search_form form .selectize-control.single .selectize-input .item {
    text-align: center;
}
.main_search_form form .selectize-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
}
.search-dropdown-car-model {
    right: 0;
}
.selectize-dropdown-content [data-selectable] {
    display: block;
}

#quick_find .selectize-dropdown-content [data-selectable]:first-child  {
    display: none;
}

.main_search_form .selectize-dropdown.single {
    width: 100% !important;
    background-color: #fff!important;
}
.main_search_form .selectize-dropdown.single .selectize-dropdown-content::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #dedede;
}
.main_search_form .selectize-dropdown.single .selectize-dropdown-content::-webkit-scrollbar-thumb {
    background-color: #929292;
    border-radius: 9em;
}
.main_search_form .selectize-dropdown.single .selectize-dropdown-content::-webkit-scrollbar-thumb:hover {
    background-color: #707070;
}
.appeal-header-col-flex .callback_round {
    background: #e65239;
}
.callback_round.callback-telegram-header {
    background: #30b1e2;
    fill: #f0f0f0;
    margin-right: 1px;
}
.header-content-call-us p.header-block-call-us {
    margin-bottom: 0;
}
a.telegram-header-block {
    margin-top: 5px;
    margin-bottom: 5px;
}
.header-block-call-us a {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    color: var(--sm-text-color);
    display: flex;
    align-items: center;
}
span.wrap-call-us-svg {
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
}
span.wrap-call-us-svg svg {
    width: 12px;
    height: 12px;
    fill: #fff;
}
.wrap-call-us-svg.us-svg-tel1 {
    background: #225fba;
}
.wrap-call-us-svg.us-svg-tel2 {
    background: #2374d3;
}
.wrap-call-us-svg.us-svg-tel3 {
    background: #2690f5;
}
.wrap-call-us-svg.us-svg-mail {
    background: #57B32C;
}
.manufacturers-block-flex > a > img {
    width: auto;
    min-height: 60px;
}

.wishlisht_button.wishlisht-active-liked svg path {
    fill: #e65239;
    stroke: #e65239;
    stroke-width: 1px;
}
.compare_button.compare-active-liked svg path {
    fill: #e65239;
}
.wishlisht_button, .compare_button {
    cursor: pointer;
}
.lb-container .lb-nav > a.lb-prev,
.lb-container .lb-nav > a.lb-next {
    padding-top: 45%;
}
.product .price {
    padding: 2px 0;
}

.p_description_list .new_price,
.product .new_price,
.new_price_card_product {
    font-size: 17px;
    color: #ed563b;
    line-height: 20px;
}
.product .price.prices_not_registered {
    font-weight: 700;
    font-size: 19px;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.prices_not_registered .new_price {
    color: #668196; 
}

.product .price > span.uah_price,
.new_price_card-ua {
    color: #a3b2b5;
}
form .selectize-control.single .selectize-input,
form .selectize-control.single .selectize-input.input-active {
    border: 2px solid transparent;
}

#pl_available,
#pl_new_price,
#pl_arch,
#pl_discount
{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 5px;
}
#pl_available > img,
#pl_new_price > img,
#pl_arch > img,
#pl_discount > img
{
    margin-right: 3px;
}
#pl_available > span,
#pl_new_price > span,
#pl_arch > span,
#pl_discount > span
{
    color: #000000;
}

.old_price {
    color: #ed563b;
    line-height: 20px;
    text-decoration: line-through;
    font-weight: 700;
    font-size: 17px;
}

span.old_price > b {
    text-decoration: line-through;
    color: #999 !important;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}

.spec_price_uah  {
    margin-left: 2px; 
    color: #668196;
}

.old_price_card {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #668196;
}
.old_price_listing {
    font-size: 12px;
    font-weight: 700;
    color: #668196;
    opacity: 0.8;
}
.new_old_price {
    text-align: start;
    margin-top: 7px;
    z-index: 0;
}
.new_old_price p.p-old-price {
    line-height: 11px;
    padding-top: 5px;
    text-align: right;
}
.price_min_uah, .date_last_modified {
    color: blue;
}

.p_img_href_list svg.product-modal-button {
    display: none;
}
.container-fluid.kategorie-caralarm{
    position: relative;
}

.container.kategorie-caralarm {
    width: auto;
}

.kategorie-caralarm #sidebar-left .box-category-caralarm {
    display: none;
}

.col-md-12.kategorie-caralarm {
    padding-left: 0px;
    padding-right: 0px;
}
.col-md-2.kategorie-caralarm {
    padding: 0px;
}

.heading.kategorie-caralarm {
    background-color: #fff;
    margin-bottom: 7.5px;
}

.kategorie-caralarm {
    background-color: #fff;
    margin-bottom: 15px;
}

.kategorie-caralarm h1 {
    padding-top: 7.5px;
    font-size: 16px;
}
.pl_sort .selectize-control.single .selectize-input:after,
.pl_sort .selectize-control.single .selectize-input.dropdown-active:after {
    right: 0px;
}

.listing-header .dd_select#pdf_block {
    display: none;
}

@media (max-width: 1200px) {
    .container_middle_header {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    #kabinet {
        position: relative;
    }
    #kabinet .kabinet-userexists {
        position: absolute;
        right: -90px;
        top: 20px;
    }
    .shopping-header-flex .language_select {
        margin: 0 -10px 0 0;
    }
}
@media (min-width: 992px) {
    .logo {
        margin-left: -5px;
    }
    .col-logo-header {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    /*.new-banner-block-flex {
        align-items: flex-start;
        flex-direction: column;
    }
    .new-banner-block-info {
        flex-direction: row;
    }
    .slider-images-wrapper {
        width: 100%;
    }
    .new-banner-block-info {
        width: 100%;
    }*/
}
.cursor-link {
    cursor:pointer;
}
.button-position {
    position: unset;
}

.two_week_text {
    text-align: center;
    font-size: 14px;
}
.two_week_text span {
    font-weight: 700;
    color: #00b4e5;
}
.description_card_product.row .prod_buy_btns{
    position: relative;
}

.two_week_text span {
    font-weight: 700;
    color: #00b4e5;
}

.two_week_text {
    text-align: center;
    font-size: 14px;
}

.nazad_pos {
    margin-left: 43px;
    float: left;
}

.vpered_pos {
    float: right;
    margin-right: 43px;
}
body[data-page-name="index_products"] .like_h2 {
    background-color: #fff;
    padding: 10px 10px;
}
.right_content .article_content {
    background-color: #fff;
    padding: 60px 15px 0 15px;
}

.dropdown-header-content .header-content-call-us .buy_one_click .callback_round {
    margin-right: 1px;
}
.row_info_caralarm .slider_product_card .thumbs_row #sync4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#sync4 .owl-stage {
    display: flex;
    align-items: center;
}

#sync4 .owl-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
}

#sync4 .owl-item.current:after {
    content: '';
    position: absolute;
    top: 0;
    bottom:0;
    display: block;
    width: 105px;
    height: 100px;
    border: 1px solid var(--sm-btn-color);
}

#sync4 .owl-item img {
    pointer-events: none;
    height: auto;
    width: auto;
}
#sync4 .owl-item > div {
    position: relative;
    display: flex;
    justify-content: center;
}


#sync4 .owl-prev {
    transform: translateX(-20px);
}
#sync4 .owl-next {
    transform: translateX(20px);
}
.caralarm_product_services_flex > div {
    width: 30px;
    height: 30px;
    padding: 5px;
}
.caralarm_product_services_flex > div svg {
    width: 25px;
    height: 20px;
}
.href-services-brands {
    font-weight: 700;
    color: #58595b;
}
.container_sheare_compare .share_with_friends {
    display: flex;
    align-items: center;
}

.subcats_imgs.kategorie-caralarm-flex {
    display: flex;
    padding: 15px;
}
.subcats_imgs.kategorie-caralarm-flex > div {
    max-height: 45px;
    min-height: auto;
}
.subcats_imgs.kategorie-caralarm-flex > div > a {
    text-align: left;
    padding: 15px;
}
.p_description_list .col-img-description_list {
    padding: 0px;
}

.platforms_block .item {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    background: #fff;
    padding: 10px 20px;
    margin: 0 5px 10px;
    width: calc(15% - 10px);
    float: left;
    height: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}
.platforms_block .text {
    font: 500 11px 'Roboto', sans-serif;
    line-height: 1.18;
    color: rgba(66, 72, 77, 0.5);
}
.platforms_block .title {
    font: 500 13px 'Roboto', sans-serif;
    line-height: 1;
    color: #42484d;
}
.platforms_block img {
    width: 24px;
    height: auto;
    margin-right: 10px;
}
.export-link-header {
    margin-left: 20px;
    display: flex;
}
.export-link-header img {
    max-width: 24px;
    margin-right: 5px;
}
.wrapper_product_hover_list .product_hover_list img {
    height: 76px;
    max-width: 76px;
}
.enter_registration.kabinet-userexists {
    position: relative;
}
.registration-confirmation {
    position: relative;
    background-color: #fff;
    z-index: 9999;
    border-radius: 5px;
    position: absolute;
    /*border: 2px solid #cccccc;*/
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 10px 10px 10px;
    top: 32px;
    left: -4px;
    width: 200px;
    display: flex!important;
    flex-direction: column;
    align-items: center!important;
    height: auto!important;
    display: none!important;
}
.registration-conf-btn-flex {
    display: flex;
    align-items: center;
}
.registration-conf-btn-flex > a {
    margin: 15px 10px;
    min-width: 50px;
}
.registration-conf-name {
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
}
.registration-confirmation:before {
    content: '';
    position: absolute;
    top: -21px;
    right: 65px;
    border: 9px solid transparent;
    border-bottom: 12px solid rgb(35, 133, 231);
    display: block;
}
.logoff-visible {
    display: flex !important;
}
span.nenu-caralarm-burger svg{
    fill: #fff;
}
.add_nav .navbar-default .navbar-nav li.categories-nenu-caralarm > a.nenu-caralarm-flex {
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: center;
}
.categories-nenu-caralarm > a.nenu-caralarm-flex .nenu-caralarm-burger {
    margin-right: 5px;
}
span.nenu-caralarm-name {
    text-transform: uppercase;
    line-height: 21px;
}
.categories-nenu-caralarm-houm {
    display: none;
}
.dropdown-header-click .selectize-dropdown .active {
    background: transparent;
    color: #2385e7;
}
.dropdown-header-click .selectize-dropdown-content {
    width: 100%;
}

.dropdown-header-click .dropbtn {
    width: 115px;

}
.phones-block-wrapper {
    cursor: pointer; 
}
.phones-block-wrapper .dropbtn {
    pointer-events: none !important;
}

.dropdown-header-click span.sort_name_span {
    position: absolute;
    right: 30px;
    bottom: 11px;
    white-space: nowrap;
    z-index: 999;
    cursor: pointer;
}

.dropdown-header-click {
    cursor: pointer;
}

.search-dropdown-car-model .search-dropdown-car-model .selectize-control.single .selectize-input .item {
    margin-left: 125px!important;
}

.cursor-link {
    cursor:pointer;
}

.whishlist_checkbox {
    display: block!important;
}

.wishlist_button_table {
    text-align: center;
}

#wishlist_table thead tr th {
    padding: 5px 5px;
}

.btn-hidden {
    visibility: hidden;
}
.catalog-button-menu {
    display: none;
}
.categories-nenu-caralarm:hover .catalog-button-menu {
    display: block;
}
.catalog-button-menu {
    position: absolute;
    z-index: 999;
}

.col-menu-caralarm {
    padding-left: 0;
    min-width: 340px;
}
.new-banner-block-col {
    width: calc(100% - 340px);
}

@media (max-width: 1600px) {
    .new-banner-block-col:has(#owl-carousel) .new-banner-block-info {
        min-width: unset;
        width: 100%;
    }
    .products_quantity_container {
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .new-banner-block-col {
        width: calc(100% - 220px);
    }
}

@media (max-width: 767px) {
    .new-banner-block-col {
        width: 100%;
    }
    .products_quantity_container {
        margin: 5px 0;
    }
}

.new-banner-block-col #carousel-custom-dots,
.new-banner-block-col .owl-controls {
    display: none !important;
}

.col-menu-caralarm .parent-box-category {
    min-width: 340px;
    padding-top: 5px;
}
#cat_accordion li:hover {
    background-color: #ebf1fd;
}
#cat_accordion li:hover > .sub_wrapper_list {
    position: absolute;
    top: 0;
    left: 325px;
    height: 480px;
    z-index: 9999;
}
#cat_accordion li:hover > .sub_wrapper_list > ul {
    display: block;
    background-color: transparent;
    height: 480px;
    margin-top: 2px;
    margin-left: 15px;
    transition: 3s!important;
}
#cat_accordion li:hover > .sub_wrapper_list > ul li {
    background-color: #fff;
    min-width: 325px;
    min-height: 40px;
}
.sub_wrapper_list > ul li > a:hover {
    background-color: #ebf1fd;
}
#cat_accordion li:hover > .sub_wrapper_list > ul {
    height: 100%;
    max-height: 480px;
    overflow: hidden;
    overflow-y: scroll;
}
.accordion > ul#cat_accordion > li > a,
.cutom-parent-li > a {
    position: relative;
}
.accordion > ul#cat_accordion > li > a > span.custom-arrow {
    position: absolute;
    right: 10px;
    opacity: 1;
}
.cutom-parent-li > a > span.custom-arrow {
    position: absolute;
    right: 10px;
}
.accordion > ul#cat_accordion > li > a > span.custom-arrow svg,
.cutom-parent-li > a > span.custom-arrow svg {
    font-size: 17px;
}
.accordion > ul#cat_accordion > li > a > span.custom-arrow svg path,
.cutom-parent-li > a > span.custom-arrow svg path {
    fill: #668196;
}
.accordion > ul#cat_accordion > li > a:hover > span.custom-arrow,
.cutom-parent-li > a:hover > span.custom-arrow {
    right: 5px;
    transition: 0.1s;
}
.row-menu-caralarm .row-menu-caralarm-wrapper {
    display: flex;
    justify-content: space-between;
}
.row-menu-caralarm .accordion ul {
    padding: 1px 0;
}
.row-menu-caralarm .accordion a {
    padding: 5px 15px;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.row-menu-caralarm .accordion svg {
    background-color: #fff;
}

.row-menu-caralarm .accordion li:hover svg {
    background-color: transparent;
}

.row-menu-caralarm .accordion .sub_wrapper_list li {
    min-height: unset !important;
}
.row-menu-caralarm .accordion .sub_wrapper_list li:last-child {
    border-bottom: 1px solid #f1f1f1;
}
.listing_attrs_list .ul_list {
    display: flex;
    flex-wrap: wrap;
}
.listing_attrs_list .ul_list li:nth-child(2):before,
.listing_attrs_list .ul_list li:nth-child(4):before {
    content: '\00A0';
}
.listing_attrs_list .ul_list li:not(:last-child):after {
   content: '\201A';
}
/*****/
.catalog-button-menu #cat_accordion > li .sub_wrapper_list ul > li > a,
.catalog-button-menu #cat_accordion > li > a {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: left;
}
.catalog-button-menu #cat_accordion > li .sub_wrapper_list ul > li:hover > a,
.catalog-button-menu #cat_accordion > li:hover > a {
    color: #FF8C00;
}
.catalog-button-menu #cat_accordion > li .sub_wrapper_list > ul {
    padding-top: 5px;
}
.catalog-button-menu #cat_accordion li a {
    background-color: rgba(236, 242, 254, 0.53);
}
.accordion #cat_accordion li > .like_a {
    background-color: rgba(236, 242, 254, 0.53);
    width: calc(100% - 45px);
    display: inline-block;
    text-align: left;
    color: #FF8C00;
}
.accordion #cat_accordion > li ul li a,
.accordion #cat_accordion > li ul li .like_a {
    padding-left: 15px!important;
}

.accordion #cat_accordion > li ul li ul li a,
.accordion #cat_accordion > li ul li ul li .like_a {
    padding-left: 15px!important;
}

.accordion #cat_accordion > li ul li ul li ul li a,
.accordion #cat_accordion > li ul li ul li ul li .like_a {
    padding-left: 15px!important;
}

@media (max-width: 1599px) {
    .manufacturers-block-flex > a > img {
        width: auto;
        min-height: 40px;
    }
}
.repairs-buttons-block{
    margin-bottom: 15px;
}
.repairs-status-header{
    margin-left: 10px;
}
.repairs-status-archive{
    background-color: #94A0A0;
}
.show-archive > input{
    display: inline;
}
.repairs-description{
    font-weight: bold;
    margin-bottom: 10px;
}
.policies-block > input{
    display: inline;
    margin-right: 5px;
}
.block-customer-info{
    margin: 10px;
}
/*Email and SMS registration verification*/
.verification-block {
    display: flex;
}
.get-code-link {
    display: flex;
    align-items: center;
    height: 32px;
    font-weight: 700 !important;
}
.verification-block-input {
    width: 50%;
}

.owl-carousel .owl-stage-outer .art-column-info {
    display: none;
}

.owl-carousel .product {
    margin-bottom: 0;
}

.filter_heading.wrap-filter-heading {
    position: relative;
}
.filter_heading.wrap-filter-heading > .caret-filter-heading {
    cursor: pointer;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 7px;
    width: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.filter_heading.wrap-filter-heading > .caret-filter-heading svg {
    fill: var(--sm-btn-color);
    font-size: 15px;
}
.filter_cont .attrib-div-visible {
    display: none;
}
.filter_heading.wrap-filter-heading > .caret-filter-heading {
    transition: all 0.3s linear;
}
.filter_heading.wrap-filter-heading > .caret-filter-heading.transform {
    transform: rotate(90deg);
}

.checkout-out-of-stock {
    font-weight: 700;
}

.checkout-out-of-stock + ul {
    max-width: 410px;
    list-style: disc;
    text-align: left;
    margin: 0 auto;
}

.checkout-out-of-stock ~ p {
    margin-top: 15px;
}

.product-not-found {
    font-size: 22px;
    font-weight: 700;
}

#modalInfo {
    overflow-wrap: break-word;
}
#modalInfo .modal-header {
    border-bottom: 0px;
}

#exportForm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
#exportForm .form-group {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
#exportForm .form-group label {
    margin-bottom: 0px;
}

#exportForm .form-group .selectize-control {
    min-width: 120px;
    width: 100%;
}

#exportForm button,
#exportForm .form-group .selectize-control .selectize-input {
    max-height: 34px;
}

#exportLink {
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    #exportForm,
    #exportForm .form-group {
        display: block;
    }

    #exportForm .form-group:not(:last-child) {
        margin-right: 0px;
    }

    #exportLink, #exportForm button {
        margin: 0 0 15px 0;
    }
}

body:not(.mobile) .basket_768 {
    display: none;
    min-width: 37px;
    min-height: 31px;
    text-align: right;
}

body:not(.mobile) .basket_768:hover, .basket_768:focus {
    text-decoration: none;
    color: var(--sm-link-color);
}

body:not(.mobile) .quantity_basket_768 {
    display: inline-block;
    vertical-align: middle;
    margin: -35px 13px 0 0;
    font-size: 24px;
    font-weight: 700;
    color: #ffb300;
    color: var(--sm-link-color);
}

@media screen and (min-width: 1200px) {
    .basket_768 {
        display: none;
        min-width: 37px;
        min-height: 31px;
        text-align: right;
    }
    
    .basket_768:hover, .basket_768:focus {
        text-decoration: none;
        color: var(--sm-link-color);
    }
    
    .quantity_basket_768 {
        display: inline-block;
        vertical-align: middle;
        margin: -35px 13px 0 0;
        font-size: 24px;
        font-weight: 700;
        color: #ffb300;
        color: var(--sm-link-color);
    }
}

.toggle-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0px;
    width: 100%;
    background-color: var(--sm-link-color);
    border: 2px solid var(--sm-link-color);
    border-radius: 3px;
    
}

.toggle-brands svg {
    fill: #fff;
    transform: rotate(90deg);
    transition: transform .3s ease;
    pointer-events: none;
}

.toggle-brands.active svg  {
    transform: rotate(-90deg);
}

.inner-scroll.open {
    max-height: 100% !important;
}

body:not(.mobile) .basket_768 {
    display: none;
    min-width: 37px;
    min-height: 31px;
    text-align: right;
}

body:not(.mobile) .basket_768:hover, .basket_768:focus {
    text-decoration: none;
    color: var(--sm-link-color);
}

body:not(.mobile) .quantity_basket_768 {
    display: inline-block;
    vertical-align: middle;
    margin: -35px 13px 0 0;
    font-size: 24px;
    font-weight: 700;
    color: #ffb300;
    color: var(--sm-link-color);
}

.box-category .sub_wrapper_list > ul::-webkit-scrollbar,
.box-category-caralarm::-webkit-scrollbar {
    width: 15px ;
}

.box-category .sub_wrapper_list > ul::-webkit-scrollbar-thumb,
.box-category.box-category-caralarm::-webkit-scrollbar-thumb {
    background-color: #b2b2b2;
    border-radius: 3px;
}

.box-category.box-category-caralarm::-webkit-scrollbar-track {
    background-color: #eee;
    margin-top: 0;
    margin-bottom: 0;
}
