.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: 1rem;
    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: 1.188rem;
    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 {
    font-size: 16px;
}

html,
body {
    height: 100%;
}

body {
    font-size: 1rem;
    font-family: Inter;
    line-height: 1;
    background: var(--sm-background);
    color: var(--sm-text-color);
}

body.modal-open,
body.custom_confirm_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 {
    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: .2s;
    animation-duration: 0.1s;
    -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 {
    height: 27px;
}

.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 {
    padding-left: 6px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    user-select: none;
    /*font: 14px 'PT Sans', Arial, 'Helvetica CY', sans-serif;*/
    padding-right: 22px;
}

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

.selectize-control.single .selectize-input:after,
.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -3px;
    border-width: 5px 5px 0 5px;
    border-color: var(--sm-text-color) transparent transparent transparent;
    /*z-index: -1;
    right: -15px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='2' height='8' transform='matrix(0.707107 -0.707107 -0.707107 -0.707107 5.65625 7.07129)' fill='%23B1B1B1'/%3e%3crect width='8' height='2' transform='matrix(0.707107 -0.707107 -0.707107 -0.707107 5.65625 7.07129)' fill='%23B1B1B1'/%3e%3c/svg%3e ");*/
    width: 11px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-style: none;
    border-width: 5px 5px 5px 5px;
    border-color: #fff transparent transparent transparent;
    right: 0px;
}
#np_warehouses + .selectize-control.single .selectize-input:after,
#ukr-postcodes-data + .selectize-control .selectize-input:after{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='2' height='8' transform='matrix(0.707107 -0.707107 -0.707107 -0.707107 5.65625 7.07129)' fill='%23B1B1B1'/%3e%3crect width='8' height='2' transform='matrix(0.707107 -0.707107 -0.707107 -0.707107 5.65625 7.07129)' fill='%23B1B1B1'/%3e%3c/svg%3e ");
}

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

.selectize-dropdown .active {
    background: #f5f5f5;
    color: #000000;
}
.selectize-dropdown {
    background: #FFFFFF;
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.05);
    margin-top: 2px;
}

.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: var(--sm-text-color);
    line-height: 30px; /* prevent jumping on load */
    margin: -6px 0 10px 0;
    position: relative;
}

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

svg {
    width: 1em;
    height: 1em;
    font-size: 1.25rem;
}

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

.quantity-selector-mask input {
    height: 57px;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #E2E2E2;
    padding-left: 17px;
}

.padd-0 {
    padding: 0;
}

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

.alert {
    font-weight: normal;
    font-size: 0.813rem;
    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;
    margin: 10px 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}
/*.container-fluid {
    position: relative;
}*/
.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 */
.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 4px 9px;
    line-height: normal;
    font-size: 0.813rem;
    outline: 0 !important;
    background: var(--sm-btn-color);
    color: var(--sm-btn-text-color);
    border: 0;
}

.btn:hover {
    color: #fff !important;
    background: var(--sm-link-color);
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    outline: 0;
    fill: var(--sm-text-color);
}
.modal-header .close svg {
    font-size: 1.625rem;
}
.modal-header .close {
    margin-top: 2px;
}

.no-title .modal-header {
    position: relative;
    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;
}

.btn-default {
    border: none;
    outline: none;
    /*font: 400 13px 'PT Sans', sans-serif;*/
    color: var(--sm-btn-text-color);
    background: #248bcb;
    background: var(--sm-btn-color);
    margin-right: 10px;
}

.btn-image {
    height:59px;
    margin-top: -25px;
    margin-bottom: -17px;
}
.alert-success .btn-image {
    height: 40px;
    margin-top: -20px;
    margin-left: -4px;
}

.form_subscribe_news .btn-default {
    color: #000;
}

.left_content .how_know_for_us .btn.btn-default.gradient {
    color: #000;
}

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

.btn-primary {
    border: none !important;
    outline: none !important;
    /*font-family: 'PT Sans', Arial, sans-serif;*/
    color: var(--sm-btn-text-color);
    font-size: 0.813rem;
    background-color: var(--sm-btn-color);
}

.modal-body .action_btn #checkoutButton.btn-primary {
    line-height: normal;
}

.btn-dismiss {
    color: #000;
    background: #eee;
    line-height: normal;
    font-size: 0.813rem;
    border: 0;
}


.btn-success {
    border: 1px solid #cfcfcf;
    outline: none !important;
    color: #fff;
    background: var(--sm-grey-color);
    /* Old browsers */
    background: -moz-linear-gradient(top, var(--sm-grey-color) 0%, #e2e2e2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--sm-grey-color)), color-stop(100%, #e2e2e2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, var(--sm-grey-color) 0%, #e2e2e2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, var(--sm-grey-color) 0%, #e2e2e2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, var(--sm-grey-color) 0%, #e2e2e2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, var(--sm-grey-color) 0%, #e2e2e2 100%);
    /*font: 14px 'PT Sans', Arial, 'Helvetica CY', sans-serif;*/
    /* W3C */;
}
/*.btn-success {
    color: #000000;
    border: 1px solid #f9e442;
    background: #f9e442;
}*/

.btn-lg {
    padding: 12px 27px;
    font-size: 1rem;
    line-height: 22px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: var(--sm-btn-text-color);
    background: var(--sm-btn-color);
    height: 50px;
}

.btn-default:hover,
.btn-default:focus {
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background: #248bcb;
    background: var(--sm-link-color);
}

.btn-success:hover,
.btn-success:focus {
    color: #fff;
    background: var(--sm-link-color);
    border: 1px solid #cfcfcf;
}

.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: 0.75rem;
    font-weight: 400;
    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: 1.063rem;
    padding-right: 5px;
}

.label-black svg {
    fill: #54af28;
    font-size: 0.75rem;
    margin-right: 5px;
}

.laebel-nostock {
    color: #999;
}

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

.container_top_header {
    position: relative;
}

.wrapper_language_currency_select {
    float: left;
}

.language_select,
.currency_select {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    float: left;
    position: relative;
}

.language_select .dropdown-menu > li > a {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 100%;
    padding: 4px 8px;
    color: var(--sm-text-color);
}

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

.language-dropdown-button {
    height: 27px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--sm-text-color);
    border-radius: 0;
    font-weight: 400;
    line-height: normal;
    font-size: 0.875rem;
    min-width: 47px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.language-dropdown-button:hover {
    font-weight: 700;
}

.dropdown-menu-language {
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 50px;
    padding: 0;
    margin: 5px 5px 0;
    list-style: none;
    font-size: 0.875rem;
    background-color: #fff;
    border: 2px solid var(--sm-grey-color);
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 105px;
}

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: 0.75rem;
    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: 0.75rem;
    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: 0.875rem;
    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: 1.438rem;
}

.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 18px 0 0;
    font-size: 1.063rem;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
}

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

#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: 0.875rem;
    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: 1.063rem;
    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: 0.875rem;
    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;*/
    padding-left: 0px;
}


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

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

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

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

/*** edit test ***/
.logo {
    height: 51px;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 2px;
}

.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: 0.875rem;
    line-height: 30px;
    color: #000;
}

.logo img {
    pointer-events: none;
    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: 0.875rem;
    border-radius: 50%;
    color: #fff;
    background: #c0c0c0;
    text-align: center;
}

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

/*** edit test ***/
.phones_header, .top_header .buy_one_click, .online {
    font-size: 0.875rem;
    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%;
}

.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 transparent;
    color: #777;
    font-size: 0.875rem;
    -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;
}

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

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

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

.search_site_submit:hover svg {
    fill: #fff;
}

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

.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: 1.5rem;
    font-weight: 700;
    color: #ffb300;
    color: var(--sm-link-color);
}

/* 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: 0.875rem;
    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: 0.938rem !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: 1rem;
    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;
    position: absolute;
    top: 50%;
    left: -13px;
    z-index: 10;
    margin-top: -11px;
    background: var(--sm-background);
    color: #000;
    font-size: 1.188rem;
}

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

/*--------------------------- ADDITIONAL NAVIGATION ------------------------*/
.add_nav .navbar-default {
    border: none;
    background: transparent;
    /*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);*/
}

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

.add_nav .navbar {
    margin: 0;
    min-height: 64px;
    border-radius: 0;
    border: none;
    padding-bottom: 5px;
}

.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-left: 2px solid rgba(255, 255, 255, 0.2);
}

.desktop-menu > li:last-of-type {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.add_nav .navbar-default .navbar-nav > li > a,
.add_nav .navbar-default .navbar-nav > li.small-menu-statistics > span {
    display: table-cell;
    width: 1170px;
    padding: 0 0;
    vertical-align: middle;
    height: 64px;
    /*color: #fff;
    line-height: 1;*/
    background: transparent;
    position: relative;
    z-index: 25;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}
.add_nav .navbar-default .block_categories .navbar-nav > li > a {
    text-align: left;
    width: auto;
}

.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);*/
    background: transparent;
    color: #161616;
}
.add_nav .navbar-default .navbar-nav > li > a span {
    padding: 5px 8px;
    white-space: nowrap;
}
.add_nav .navbar-default .navbar-nav > li > a:hover span {
    background: transparent;
    padding: 5px 0px;
    position: relative;
}
/*.add_nav .navbar-default .navbar-nav > li > a:hover span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
}*/
/*.add_nav .navbar-default .navbar-nav > li > a:hover span {*/
/*    background: #F8D490;*/
/*}*/
/*.add_nav .navbar-default .navbar-nav > li:last-child > a:hover span:before {
    display: none;
}*/

.add_nav .navbar-default .navbar-nav.desktop-menu > li:hover {
    background: #057b4814;
}

.add_nav .navbar-default .navbar-nav > li > a .sf-sub-indicator {
    display: none;
}

/* 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: 10px 0 10px 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: 0.875rem;
    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: 0.875rem;
    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: 0.875rem;
    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-hover a:hover,
aside .ui-state-focus a:hover {
    /*color:#399FDF;  */
}

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: 0.75rem;
}

aside .ui-widget-content {
    background: none;
    color: #878787;
    font-size: 0.75rem;
    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 {
    margin: 0 -10px;
}

.article_listing > div {
    padding: 10px;
    height: 460px;
    position: relative;
}

.article_listing > div > div {
    padding: 0px;
    border: 1px solid transparent;
    background: #F5F5F5;
    height: 100%;
    position: relative;
}

.article_listing > div img,
.article_listing > div video {
    width: 100%;
    display: block;
    margin-bottom: 36px;
    height: 255px;
    object-fit: cover;
}

.article_listing > div small {
    display: block;
    color: #777;
}
.article_listing .small-articles-listing {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 24px;
    text-transform: uppercase;
    color: #636363;
    font-family: Inter;
    /*position: absolute;
    bottom: 30px;
    left: 30px;*/
}
.article_listing .text-articles-listing {
    padding: 0 30px 0px 30px;
    position: relative;
}

.article_listing .text-articles-listing > a {
    display: block;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 24px;
    min-height: 84px;
}
h1.articles-listing-name {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 37px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 10px;
}
.articles-listing-countpages {
    margin-bottom: 40px;
    margin-top: 15px;
}
.articles-listing-countpages tbody > tr > td.countPages > nav {
    margin-left: 0;
    margin-top: 10px;
}
.articles-listing-countpages tbody > tr > td.countPages {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.articles-listing-countpages tbody > tr > td {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    color: #1A1A1A;
    text-transform: uppercase;
    font-family: Inter;
}
.article_listing .text-articles-listing > a:hover {
    text-decoration: underline #d4d4d4 solid;
}
.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: 0.875rem;
}

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


/* 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: 0.875rem;
    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: 0.875rem;
    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-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 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");
    border-radius: 3px;
}

input[type="radio"] + label:before {
    content: '';
    width: 15px;
    height: 15px;
    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);*/
    color: #000000;
}

/*** edit test ***/
input[type="checkbox"]:checked + span {
    content: "";
}

/*** edit test ***/
input[type="checkbox"]:checked + label svg {
    fill: var(--sm-link-color);
}

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

.wishlisht_button {
    padding-left: 15px;
}

.compare_button svg,
.wishlisht_button svg {
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.compare_button:hover svg,
.wishlisht_button:hover svg,
.wishlisht_button.checked svg{
    fill: var(--sm-link-color);
}

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

.wishlisht_button label:hover, .compare_button label:hover {
    text-decoration: underline;
    color: var(--sm-text-color);
}

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

.manuf_bg > a, .manuf_bg_current > a {
    display: block;
    font-size: 0.875rem;
    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;
}
.row-wrap-filter {
    display: none;
}
.wrap-filter-btn {
    position: relative;
}
.wrap-filter-btn .sidebar-toggle-up {
    background: #fff;
    width: 100%;
    height: 50px;
    color: #000000;
    padding: 16px 12px;
    border-radius: 0;
    border-top: 1px solid #F5F5F5!important;
    border-bottom: 1px solid #F5F5F5!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}
.one-sidebar div.right_content {
    line-height: 1.4;
    font-size: 0.813rem;
    padding-left: 30px;
}

/* 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 {
    /*margin-bottom:132px;*/
    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 0px 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: 0.813rem;
    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: 0.813rem;
    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: 0.875rem;
    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: 0.75rem;
    color: var(--sm-text-color);
    line-height: 1.5;
}

/* NEWS */

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

.news article {
    padding: 20px 0 25px 0;
    border-top: 1px solid #E5E5E5;
}

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

.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: 1.75rem;
    margin-right: 7px;
}

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

/* 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: 1rem;
}

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

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

.user_info_container time i {
    font-size: 1.75rem;
    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: 0.813rem;
    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 {
    margin-bottom: 20px;
}

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

/*--------------------------------------------------------------------------
                                END MAIN PAGE STYLES
--------------------------------------------------------------------------*/

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -350px;
    padding-bottom: 320px;
}
body[data-page-name="index_products"] .page-wrap {
    margin-bottom: -350px;
    padding-bottom: 350px;
}

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

footer {
    /*height: 350px;*/
    height: auto;
    padding: 0 14px 14px 14px;
}

footer a {
    text-decoration: none;
}

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

/* FOOTER MENU AND CONTACTS */

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

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

.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 li {
    display: block;
}

.top_footer ul > li a {
    display: inline-block;
    position: relative;
    padding: 0;
}

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

.top_footer ul > li > a {
    margin: 0 0 20px 0;
    /*font-size: 0.875rem;*/
    /*color: #000;
    color: var(--sm-text-color);*/
    font-weight: 400;
    font-size: 0.875rem;
    color: #F5F5F5;
}

.top_footer ul > li > a:hover {
    /*color: #248bcb;
    color: var(--sm-link-color);*/
    color: #F5F5F5;
    text-decoration: none;
    position: relative;
    width: auto;
    display: inline-block;
}
.top_footer ul > li > a:hover:before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    border-bottom: 1px solid #636363;
}

.section_top_footer .show_all {
    cursor: pointer;
    /*color: #000;*/
    /*color: var(--sm-text-color);*/
    text-decoration: underline;
    font-size: 0.875rem;
    color: #F5F5F5;
}

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

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

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

.contacts_info_footer p:last-of-type svg {
    font-size: 1rem;
}

p.phones {
    font-size: 1rem;
    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);*/
    color: #F5F5F5;
}

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

/* SOCIAL NETWORKS */
.social_group_footer {
    display: inline-block;
    margin-left: -5px;
}

.social_group_footer i {
    color: #fff;
}

.social_group_footer svg {
    fill: #fff;
}

/* COPYRIGHT */
.bottom_footer {
    padding: 40px 0px 20px 52px;
    margin-bottom: 0px;
    /*background: var(--sm-background);*/
    background: #000000;
    border-top: 1px solid #4D4D4F;
}

.copyright {
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}

.copyright p {
    margin: 0 0 0 0;
    font-size: 0.813rem;
    color: #979797;
}

.copyright a {
    font-size: 0.813rem;
    /*color: #248bcb;
    color: var(--sm-link-color);*/
    color: #979797;
}

.money_systems {
    text-align: center;
}
.money_systems .footer-bank-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
}

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

.money_systems li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}
.footer-bank-logo svg {
    font-size: 1.563rem;
}
.footer-bank-logo .svg-prostir > svg {
    font-size: 1.875rem;
}

.footer-bank-logo .svg-visa > svg {
    font-size: 1.25rem;
}

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

.link_webstudio {
    font-size: 0.813rem;
    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: 0.875rem;
    font-weight: 400;
    color: #aaa;
    line-height: 1;
    margin-right: 3px;
}

.listing-header-punkt a i {
    font-size: 0.875rem;
}

/*** edit test ***/
.listing-header {
    padding: 9px;
    margin: 0;
    background: var(--sm-grey-color);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.listing-header noindex .row {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.dd_select {
    display: flex;
    align-items: center;
}
.dd_select.pl_sort {
    justify-content: flex-end;
}

.dd_select .selectize-control.single .selectize-input {
    /* width: 75px;*/
    width: auto;
    height: 27px;
    border: 0;
    background: transparent;
}

.dd_select .selectize-control.single .selectize-input:hover {
    background: #fff;
}

.dd_select.pl_sort .selectize-control.single .selectize-input, .dd_select.pl_sort .selectize-control.single {
    /*width: 150px;*/
    width: auto;
    min-width: 140px;
}

.category_heading {
    margin: 15px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 58px;
    color: #000000;
}

.prod_main_info .category_heading {
    font-size: 2rem;
    line-height: 1.2;
}

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

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

/* BREADCRUMBS */
.breadcrumb {
    font-size: 0.875rem;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0 0;
    margin-left: 1px;
}

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

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

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

.yellow {
    color: #fff
}

/* CATALOG */

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

.row_catalog_products {
    /*  margin: 0 -5px 0 -5px; */
}

.row_catalog_products .col_product {
    padding-left: 0px;
    padding-right: 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_list .wrapper_product_hover_list {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    border: 1px solid transparent;
    padding: 9px 9px;
}

.product_list .wrapper_product_hover_list:hover {
    border: 2px solid var(--sm-grey-color);
    padding: 8px 8px;
}

.product {
    position: relative;
    /*padding: 4px 0;*/
    margin: 0 0 15px 0;
}
.product_list {
    position: relative;
    padding: 4px 0;
    margin: 0 0 10px 0;
    min-height: 200px;
}

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

.slider_product_card .product_label,
.product_list .product_label,
.product .product_label{
    display: block;
    position: absolute;
    top: 15px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    pointer-events: none;
    background-repeat: no-repeat;
    z-index: 5;
    padding: 6px;
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 15px;
}
#most_popular .product_label{
    color: #fff;
    text-align: center;
    pointer-events: none;
    background-repeat: no-repeat;
    text-transform: uppercase;
    z-index: 5;
    padding: 6px 9px;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 15px;
}
.carousel-info {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    transform: translateY(-60px);
    pointer-events: none;
}

.carousel-info div {
    display: inline-block;
}

.carousel-info .product-model {
    color: #979797;
}

.product_label.label2 {
    background-color: #91C964;
}

.product_label.label1 {
    background-color: #F8D490;
    color: #000000;
}

.product_label.label3 {
    background-color: #057b48;
}
.product_label.label4 {
    top: 42px;
    background-color: #e36542;
}

.price_table td {
    padding: 4px;
}
body[data-page-name="price"] h1.map-name-h1 {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 58px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
}

body[data-page-name="price"] .price-table-map > tbody > tr > td > a {
    font-weight: 500;
    font-size: 0.938rem;
    line-height: 26px;
    font-family: Inter;
}

body[data-page-name="price"] .price-table-map .block-map-name {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 26px;
    color: #000000;
    font-family: Inter;
}

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

.product_hover .p_description {
    display: inline-block;
    /* margin: 0 6px;*/
}

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

.div_list .model_product {
    text-align: left;
}

.div_list .product_code .label {
    padding-left: 0;
}

.art_list {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    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: 1.75rem;
    transition: 0.1s ease-in;
}

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

.p_img_href_list img {
    vertical-align: middle;
    float: left;
}

.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: inline-block;
    margin: 16px 0 6px 0;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--sm-link-color);
    line-height: 1.2;
    height: 34px;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.product:hover .model_product {
    color: #057B48!important;
    text-decoration: none;
    height: auto;
}

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

.new_price {
    float: left;
    text-align: left;
    margin: 0;
    /*min-height: 35px;*/
    line-height: 1.4;
}

.new_price {
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.new_old_price {
    margin: 31px 0 0 10px;
}

.new_old_price > span {
    float: right;
    /*margin-right: -3px;*/
}

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

.old_price {
    font-size: 0.75rem;
    color: #999;
    margin-top: -7px;
    text-decoration: line-through;
}

.currency {
    font-size: 0.875rem;
}

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

.product:hover .listing_attrs {
    display: table;
    line-height: 1.2;
    font-size: 0.813rem;
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
    table-layout: fixed;
}

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

.product_hover_list .new_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_hover_list .p_description_list .col-sm-3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.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: 0.75rem;
    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 {
    margin-top: 10px;
    text-align: center;
}

.pagination {
    border-radius: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pagination > li > a, .pagination > li > span {
    margin: 0 5px 5px 0;
    border-radius: 0px;
    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: 0.875rem;
    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;
}

.categories_menu {
    position: relative;
}

.sub_ul {
    left: 0px;
    right: 0px;
    top: 65px;
    position: absolute;
    z-index: 105;
    display: none;
    padding: 0 0px 5px 0px;
    border-radius: 0 0 7px 7px;
    background: var(--sm-background);
    box-shadow: 5px 4px 30px rgba(0, 0, 0, 0.1);
}

.show-sub_ul.sfHover > .sub_ul {
    display: block;
    visibility: visible !important;
}


.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: 0px 10px 0 10px;
    width: 120px;
    margin-top: 0px;
    text-align: left;
    position: relative;
}

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

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

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

.categories_menu .sub_sub a {
    display: block;
    color: var(--sm-text-color);
    font-size: 0.75rem;
    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);
    color: #F5F5F5;
    display: none;
}

/* 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: 0.875rem;
    color: #264a57;
}

.comment_form textarea {
}

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

.captcha_img {
    margin-right: 10px;
}

.comment {
    margin-bottom: 15px;
}

.comment_author {
    font-size: 0.85rem;
    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;
}

.paginator .btn.active:hover {
}

/* 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: 0.688rem;
    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: 0.938rem;
    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: 1.125rem;
}

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

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

.average:before {
    font-size: 1.125rem;
}

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

.quantity_rating {
    line-height: 20px;
}


/*END RATING */

/* USER PANEL */
#account a {
    font-size: 0.813rem;
}

#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: 0.75rem;
    margin: 5px 0;
    font-style: italic;
}

#address_book .firstname_lastname {
    font-size: 1.125rem;
}

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

.typical_table h2 {
    font-size: 0.938rem;
    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: #91C964
}

/* 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_togeather {
     z-index: 1;
     position: relative;
     background: #fff;
     margin: 20px 0;
     padding: 10px 20px;
     -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
     -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
     box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
 }

#better_togeather .discount {
    margin-top: 10px;
    margin-left: 30px;
    color: #fff;
    font-size: 1.438rem;
    background: transparent url(../images/blue_label.png) 0 0 no-repeat;
    width: 130px;
    height: 132px;
    text-align: center;
    line-height: 129px;
    font-weight: bold;
}

#better_togeather .item {
    text-align: center;
    width: 120px;
    box-shadow: 0 0 6px #ccc inset;
    padding: 10px;
}*/

#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: 3.125rem;
    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: 15px;
    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;
    padding: 0 14px;
}

#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: 0.875rem;
    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: #f5f5f5;
    font-size: 0.875rem;
}
#owl-frontslider .owl-prev:active svg,
#owl-frontslider .owl-prev:focus svg,
#owl-frontslider .owl-next:active svg,
#owl-frontslider .owl-next:focus svg {
    background: #FFFFFF;
}

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

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

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

#owl-frontslider .owl-nav .owl-prev {
    border: 1px solid #f5f5f547;
    border-radius: 50%;
    top: 125px;
    left: 162px;
    padding: 8px;
}

#owl-frontslider .owl-nav .owl-next {
    border: 1px solid #f5f5f547;
    border-radius: 50%;
    top: 125px;
    left: 216px;
    padding: 8px;
}
#owl-frontslider .owl-nav .owl-prev:active,
#owl-frontslider .owl-nav .owl-prev:focus,
#owl-frontslider .owl-nav .owl-prev:hover,
#owl-frontslider .owl-nav .owl-next:focus,
#owl-frontslider .owl-nav .owl-next:hover,
#owl-frontslider .owl-nav .owl-next:active {
    background-color: #fff;
    border: 1px solid #fff;
}
#owl-frontslider .owl-nav .owl-prev:active > svg,
#owl-frontslider .owl-nav .owl-prev:focus > svg,
#owl-frontslider .owl-nav .owl-prev:hover > svg,
#owl-frontslider .owl-nav .owl-next:focus > svg,
#owl-frontslider .owl-nav .owl-next:hover > svg,
#owl-frontslider .owl-nav .owl-next:active > svg {
    fill: #4d4d4fba;
}

#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: 40px;
    height: 40px;
    font-size: 1.875rem;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: var(--sm-text-color);
}

.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: 40px;
    height: 40px;
    font-size: 1.875rem;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 55px;
    color: var(--sm-link-color);
}
body[data-page-name="product_info"] .product_slider.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -5px;
}
body[data-page-name="product_info"] .owl-theme .owl-controls .owl-nav .owl-prev,
body[data-page-name="product_info"] .owl-theme .owl-controls .owl-nav .owl-next {
    background: #FFFFFF;
}

.owl-theme .owl-controls .owl-nav .owl-prev svg, .owl-theme .owl-controls .owl-nav .owl-next svg {
    fill: #000;
    font-size: 1rem;
}

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

.additional_images2 {
    padding-bottom: 7px;
}

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

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

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

body #sync1 {
    display: block;
    max-height: 532px;
}

#sync1 .item {
    max-height: 532px;
    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%;
}

.additional_images2 .owl-next {
}

.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 MODAL (FUNCYBOX) */

div.fancybox__container {
    z-index: 10000;
}

button.fancybox__button--thumbs,
div.fancybox__thumbs {
    display: none;
}

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

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

/*** edit test ***/

.attrib_divs 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");
  background-size: cover;*/
    content: '\2714';
    color: #fff;
    background: var(--sm-link-color);
    border: 1px solid transparent;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    font-size: 0.75rem;
    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;
    height: 40px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    display: inline-block;
}

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

.art_card_product {
    font-size: 0.75rem;
    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: 1.375rem;
    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: 0.85rem;
}

.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;
    justify-content: space-between;
    align-items: flex-start;
    white-space: nowrap;
}

.description_card_product .prod_buy_btns #r_buy_intovar {
    margin-right: 15px;
    position: relative;
}
.container-product-info #prodBtnLoadingSpinner{
    position: absolute;
    right: 15px;
    top: calc(50% - 16px);
}
.main-basked-icon .prod-list-loading-spinner{
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
    width: 60px;
    height: 60px;
}
.main-basked-icon .prod-list-loading-spinner img{
    opacity: 1;
}
#popup_cart_form .select-qty-wrapper{
    position: relative;
}
#popup_cart_form .prod-list-loading-spinner, #checkout_cart .prod-list-loading-spinner{
    position: absolute;
    z-index: 5;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}
#popup_cart_form .error-change-message{
    position: absolute;
    max-width: 140px;
    top: 50px;
    font-size: 0.625rem;
    color: #c00000;
    text-align: center;
    line-height: 1.5;
}
#checkout_cart .cart_calc_cost{
    position: relative;
}
#checkout_cart .error-change-message{
    position: absolute;
    max-width: 250px;
    top: 42px;
    font-size: 0.625rem;
    color: #c00000;
    text-align: center;
    line-height: 1.5;
}
.description_card_product .description_card_small_btn {
    display: flex;
    align-items: flex-start;
}

.description_card_product .description_card_small_btn .label-success {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    margin-right: 10px;
}

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

#r_buy_intovar .btn {
    background: #6EC642
}

#r_buy_intovar {
    transition: all 1s ease;
}
.description_card_product .prod_buy_btns #r_buy_intovar {
    position: absolute;
    left: 120px;
}
.product-quantity-selector.hidden-select + #r_buy_intovar {
    left: 15px;
}

.product-quantity-selector.hidden-select {
    opacity: 0;
    z-index: -1;
}

.product-quantity-selector {
    margin-right: 7px;
    transition: all 1s ease;
}

.container-product-info .restock_limits{
    margin-bottom: 8px;
    text-transform: uppercase;
    padding: 8px 22px;
}
.container-product-info .restock_limits.not-active{
    color: #000000;
    background: #d7d7d7;
}
.category-parameters .p-info-climit{
    font-weight: bold;
}

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

.buy {
    padding: 12px 55px;
    height: 56px;
    font-size: 0.875rem;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-family: Inter;
    color: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#r_buy_intovar .buy {
    padding: 12px 46px;
}
.buy.limited, .buy.clicked {
    background-color: #ffb300;
}

/* 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: 0.75rem;
    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: 1.25rem;
}

.compare_table .compare_attrs {
    text-align: center;
    border-bottom: 1px solid transparent;
    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;
}

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

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

.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: 0.625rem;
    margin-top: 7px;
}

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

.compare_box_title {
    padding: 5px 10px;
    font-size: 0.75rem;
    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: 17px;
    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: 0.688rem;
    margin-bottom: 1px;
}

.compare_block__delete i {
    font-style: normal;
}

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

.gocomparelink {
    font-size: 0.625rem;
    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: 0.75rem;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    color: var(--sm-link-color);
}

/* 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: 0.75rem;
}

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

.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: 1rem;
    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-size: 1rem;
    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: 0.875rem;
}

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

.tab-pane {
    background: #fff;
    padding: 10px 0;
    /*border: 1px solid #ddd;*/
    font-weight: 500;
    font-size: 1rem;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
}
.content-tabs #tab-description {
    padding-right: 30px;
}
.content-tabs #tab-characteristics {
    padding-left: 14px;
}
.content-tabs .tab-item button.tablinks-descrip {
    padding-left: 0;
}
#tab-characteristics .pag .char {
    border-bottom: 1px solid #E2E2E2;
}
.container-product-info[data-p-cid="440"] #tab-characteristics .char[data-name="Рік карбування"]{
    display: none;
}
.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
--------------------------------------------------------------------------*/

.product_labels {
    position: absolute;
    top: 20px;
    z-index: 2;
    right: 20px;
}

.product_labels.item-list .product_label {
    position: relative;
    top: auto;
    right: auto;
}

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

/*** edit test ***/
.filter_box .filter_heading {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0px 0 16px 0;
    display: block;
    padding: 14px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    /*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: 0.875rem;
    -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: -1px;
    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");
}

/*
#slider-range .ui-slider-handle:first-of-type,
#slider-range .ui-slider-handle:last-of-type {
    width: 35px;
    height: 35px;
    background: #ffb300;
    border: 2px solid #000;
    border-radius: 50%;
    margin-top: 0;
}
*/


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

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

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

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

#sync1.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: 7px;
    border: 1px solid #E2E2E2;
}

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

.thumbs div.active {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

}
#sync2 .thumbs > div {
    border: 1px solid #E2E2E2;
}

/* 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 {
    cursor: pointer;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 49px;
    text-align: right;
}

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

#cat_accordion .down i, #cat_accordion .down svg {
    font-size: 0.938rem;
    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);
    margin: 13px 13px 0 0;
}

#cat_accordion ul li a, .list-item li a {
    display: block;
}

#cat_accordion li {
    position: relative;
    border-top: 1px solid #F5F5F5;
}
#cat_accordion li:last-child {
    border-bottom: 1px solid #F5F5F5;
}

.accordion a,
.accordion .like_a {
    display: block;
    font-size: 0.875rem;
    color: var(--sm-text-color);
    padding: 10px 0;
    border-top: 2px solid #fff;
}

.accordion > a,
.accordion > .like_a,
.accordion ul > li > a,
.accordion ul > li > .like_a {
    padding: 20px 30px 20px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000000;
}
#sidebar-left .accordion > a,
#sidebar-left .accordion > .like_a,
#sidebar-left .accordion ul > li > a,
#sidebar-left .accordion ul > li > .like_a {
    padding: 8px 30px 8px 7px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000000;
}
.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;
}

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

.btn-link svg {
    fill: #aaa;
    font-size: 1.375rem;
}

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

.refresh_icon {
    position: relative;
}

.refresh_icon .fa-spin {
    position: absolute;
    display: none;
    font-size: 1.063rem;
    right: 0;
    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,
.form-group input[type="checkbox"] + label {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.875rem;
    color: #17191D;
    font-family: Inter;
}
.newsletter input[type="checkbox"] + label:before,
.form-group input[type="checkbox"] + label:before {
    content: '';
    width: 40px;
    height: 22px;
    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");
    */
    background-color: #E2E2E2;
    border-radius: 20px;
    z-index: 99;
}
.newsletter input[type="checkbox"] + label:after,
.form-group input[type="checkbox"] + label:after {
    content: '';
    width: 19px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    z-index: 998;
    left: 2px;
    top: 2px;
}

.newsletter input[type="checkbox"]:checked + label:before,
.terms_of_use input[type="checkbox"]:checked + label:before,
.form-group input[type="checkbox"]:checked + label:before {
    background-color: #057B48;
    border-radius: 20px;
    z-index: 99;
}
.newsletter input[type="checkbox"]:hover + label:before,
.terms_of_use input[type="checkbox"]:hover + label:before,
.form-group input[type="checkbox"]:hover + label:before {
    background-color: #B1B1B1;
}
.newsletter input[type="checkbox"]:checked + label:after,
.form-group input[type="checkbox"]:checked + label:after {
    content: '';
    width: 19px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    z-index: 998;
    left: 19px;
    top: 2px;
    transition: all .3s ease-in-out;
}

.abook {
    margin-bottom: 20px;
}

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

.category {
    position: relative;
}

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

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

#loadMoreProducts svg {
    vertical-align: middle;
    margin-left: 0.5rem;
}

#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: 0.875rem;
}

.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;
    justify-content: space-between;
    display: none;
}

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

/*** edit test ***/
.subcats_imgs > div a {
    display: block;
    font-size: 0.875rem;
    width: 100%;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

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

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


.template_select {
    width: 100%;
    margin-top: 10px;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    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: 0.938rem;
    font-weight: bold;
    display: block;
}

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

form[name=create_account] button:not(.close) {
    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: 1rem;
    padding: 10px 5px;
    margin: 18px 0 5px 0;
    border-bottom: 2px solid var(--sm-grey-color);
    color: var(--sm-text-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;
    padding-top: 2px;
}

.p_description {
    width: 100%;

}

.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 button {
    display: inline-block;
    vertical-align: top;
    line-height: normal;
}

.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 .nostock {
    opacity: 0.5;
}


/*ACCOUNT PAGE*/

#account-menu a {
    width: 100%;
    text-align: center;
    padding: 19px 16px;
    border-radius: 0px;
    border: 1px solid #FFF6ED;
    background-color: transparent;
    font-weight: 500;
    font-size: 1.125rem;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    background: linear-gradient(0deg, #FFF6ED, #FFF6ED);
}
.col-account-content > .row {
    padding-left: 15px;
}
.col-account-content h1 {
    margin-bottom: 38px;
}
#account-menu a:hover,
#account-menu a:focus,
#account-menu a:active {
    background: #057B48;
}
#account-menu a.not-active{
    background: linear-gradient(0deg, #d7d7d7, #f5f5f5);
}
#account-menu .account-menu-activ {
    background: #057B48;
    color: #fff;
}
.account_template .form-control {
    display: block;
    width: 100%;
    height: 50px;
    margin-left: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #000000;
    border-radius: 0;
    border: 1px solid #B1B1B1!important;
    background: transparent!important;
    padding: 15px 16px;
}

#close_report_button.btn,
#send_report_button.btn,
.account_template .btn,
.account_template .btn-default {
    border: none;
    outline: none;
    background: var(--sm-btn-color);
    margin-right: 10px;
    border-radius: 0;
    padding: 15px 55px;
}

#close_report_button.btn:hover,
#send_report_button.btn:hover {
    opacity: .8;
}

.account_template .btn {
    margin-right: 0px;
}
.account_template .form-group label {
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 15px;
    font-family: Inter;
    color: #000000;
}
#account-menu h1 {
    margin-bottom: 46px;
}

.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 {
    margin: 0 -15px;
    min-height: 300px;
}

#account_order_info .order_header {
    background: transparent;
    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 transparent;
}
#account_order_info .order_header .order-header-data {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    color: #000000;
    font-family: Inter;
    vertical-align: middle;
}
#account_order_info .order_body div > h2 {
    font-weight: 600;
    font-size: 0.938rem;
    line-height: 25px;
    color: #000000;
    font-family: Inter;
    margin: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}

#account_order_info .order_body div > h4 {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 20px;
    color: #000000;
    font-family: Inter;
    margin-top: 2px;
    margin-bottom: 13px;
}
#account_order_info .account_delivery_method,
#account_order_info .account_product {
    font-weight: 500;
    font-size: 0.875rem;
    color: #000000;
    font-family: Inter;
}
@media (max-width: 580px) {
    #account_order_info .account_delivery_method:nth-of-type(2) div {
        width: 100%;
    }
}

#account_order_info .order_body .payment-method-text {
    line-height: 20px;
    font-weight: 500;
    font-size: 0.875rem;
    color: #000000;
    font-family: Inter;
}
#account_order_info .order_body .shipping-method-name {
    margin-top: 13px;
}

#account_order_info .account-delivery-method-everything {
    margin-top: 10px;
}
#account_order_info .account_product div.qty-text{
    line-height: 20px;
    font-weight: 500;
    font-size: 0.875rem;
    color: #000000;
    font-family: Inter;
}
body[data-page-name="account_history_info"] h2.heading-order-name {
    margin-left: -13px;
    margin-top: 20px;
}
body[data-page-name="account_history_info"] h1.order-name-h1 {
    margin-left: -13px;
}


#account_order_info .order_body {
    display: flex;
    border: 1px solid #ddd;
    background: transparent;
}

#account_order_info .order_body > div {
    padding: 8px;
}
#account_order_info .order_body > div:nth-child(2) {
    border-left: 1px solid #ddd;
}

#account_order_info .order_body > div:first-of-type {
    border-right: 1px solid transparent;
}

#account_order_info .account_delivery_method,
#account_order_info .account_product {
    margin-left: -8px;
    margin-right: -8px;
}


#account_order_info .account_product > div {
    padding: 8px;
    /*text-align: right;*/
    line-height: 20px;
    vertical-align: bottom;
    height: 100%;
}
#account_order_info .account_product > div.col-xs-4 {
    text-align: right;
    padding-left: 3px;
}
#account_order_info .account_delivery_method > div {
    padding: 8px;
    line-height: 20px;
    vertical-align: bottom;
    height: 100%;
}

#account_order_info .account_delivery_method > div:last-of-type,
#account_order_info .account_product > div:last-of-type {
    vertical-align: bottom;
    height: 100%;
}

#account_order_info .account_product > div:last-of-type {
    text-align: right;
    padding: 8px;
    line-height: 20px;
    padding-left: 3px;
}

#account_history_table tr .account_history_actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 0;
}

#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{
    display: block;
}
#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 {
    column-count: 5;
    padding-top: 50px;
}

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

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

/*!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, #np_cities-selectized::-webkit-input-placeholder,
#ukr-cities-data-selectized::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}

#np_warehouses-selectized::-moz-placeholder, #np_cities-selectized::-moz-placeholder,
#ukr-cities-data-selectized::-moz-placeholder{
    color: #999;
    font-weight: normal;
}

#np_warehouses-selectized:-ms-input-placeholder, #np_cities-selectized:-ms-input-placeholder,
#ukr-cities-data-selectized:-ms-input-placeholder{
    color: #999;
    font-weight: normal;
}

#np_warehouses-selectized:-moz-placeholder, #np_cities-selectized:-moz-placeholder,
#ukr-cities-data-selectized:-moz-placeholder{
    color: #999;
    font-weight: normal;
}

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

.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 {
    max-height: 434px;
    display: block;
    overflow: auto;
    border-radius: 7px;
}*/

.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 .attrib_divs::-webkit-scrollbar,
#filters_box .filter_box_in .attrib_divs.ajax .inner-scroll::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    border-radius: 5px;
    background-color: #F6F6F6;
}

#filters_box .filter_box_in
.attrib_divs::-webkit-scrollbar-thumb,
#filters_box .filter_box_in .attrib_divs.ajax .inner-scroll::-webkit-scrollbar-thumb {
    background: #E2E2E2;
    border-radius: 5px;
}

#filters_box .qty {
    margin: 0 6px;
    color: #999a9cbf;
    font-weight: 400;
    font-size: 0.75rem;
}

/*.row_news_customer_reviews .news_block_wrapper {
    width: 100%;
}*/
.row_news_customer_reviews .news_block_wrapper {
    display: inline-block;
}
.row_news_customer_reviews .news_block_wrapper a {
    font-weight: 700;
}

.row_news_customer_reviews .news_block_wrapper p {
    font-size: 0.813rem;
    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 .art.clearfix {
    margin-top: 10px;
}

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

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

    #sync1 .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_container {
    position: fixed;
    right: 40px;
    bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 100;
}
#modal_getBugReportFormBank{
    z-index: 16777001;
}


.checkbox-terms #agree_to_terms {
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 2px solid var(--sm-link-color);
    appearance: none;
    -webkit-appearance: none;
    background-color: white;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}
.group_bug_report_terms{
   display: flex; 
   align-items: center; 
   gap: 10px; 
   margin-bottom: 10px;
}
.checkbox-terms #agree_to_terms:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid var(--sm-link-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.bug_report_button {
    all: unset;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
  }
  .bug_report_button svg {
    display: block;
  }
.bug_report_text {
    background-color: #ddd;
    color: black;
    padding: 5px 15px;
    border-radius: 18px;
    font-family: sans-serif;
    max-width: 80%;
    position: relative;
    font-size: 13px;
}
.bug_report_text::after {
	content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ddd;
}

.bug_report_text p {
	margin: 2px 0;
}

#BugReportForm {
    text-align: center;
}

#BugReportForm .btn-loader,
#BugReportFormBank .btn-loader{
    width: 25px;
    height: 25px
}

#BugReportFormBank .loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#BugReportFormBank #showError {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #dc3545;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 10000;
}

#BugReportFormBank #showMessage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 10000;
}



.recaptcha_bug_report{
    height: 100px;
    display: flex;
    align-items: center;
}

.file_inputs_container{
    margin-top: 1rem;
}

.file_inputs_container span {
    margin-top: 0.5rem;
    display:block;
}

.file_inputs_container button {
    margin-top: 0.5rem;
    background-color: #138496;
}

#BugReportFormBank .modal-footer #close_report_button {
    background-color: #dc3545;
}

#modal_getBugReportFormBank .limit-container {
    margin-top: 1rem;
}
#modal_getBugReportFormBank .modal-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 15px 15px 0;
}

#modal_getBugReportFormBank .modal-footer button {
    margin: 0;
}

#modal_getBugReportFormBank .modal-footer:before,
#modal_getBugReportFormBank .modal-footer:after {
    display: none;
}

#modal_getBugReportFormBank h4 {
    text-align: center;
}

#modal_getBugReportFormBank .report-terms {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}

#modal_getBugReportFormBank input + .fieldRequired {
    opacity: 0;
}

#modal_getBugReportFormBank input.invalid + .fieldRequired {
    opacity: 1;
}

#modal_getBugReportFormBank .file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#modal_getBugReportFormBank .file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    background-color: var(--sm-btn-color);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

#modal_getBugReportFormBank  .file-input__label span {
    margin: 0;
}

#modal_getBugReportFormBank .file-input {
    position: relative;
    display: flex;
    align-items: center;
}

#modal_getBugReportFormBank .file-input__label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

#modal_getBugReportFormBank .file-status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#modal_getBugReportFormBank .file-status-icon.success {
    background-color: #28a745;
    border-radius: 50%;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#modal_getBugReportFormBank .file-status-icon.error {
    background-color: #dc3545;
    border-radius: 50%;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

#modal_getBugReportFormBank .file-feedback {
    font-size: 12px;
    margin-top: 4px;
}

#modal_getBugReportFormBank .file-feedback.error {
    color: #dc3545;
}

#modal_getBugReportFormBank .loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#modal_getBugReportFormBank .loader-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #28a745;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 480px) {
    .bug_report_container {
        right: 45px;
        bottom: 20px;
        gap: 6px;
    }

    .bug_report_text {
      font-size: 13px;
      padding: 4px 10px;
      max-width: 90%;
    }

    .bug_report_text::after {
      right: -5px;
      border-left: 6px solid #ddd;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
    }

  }

@media (max-width: 500px) {
    .modal-dialog {
        width: 90%!important;
    }
}

@media (max-width: 532px) {
    #modal_getBugReportFormBank .modal-footer button {
        width: 100%;
    }
}
.fieldRequired {
    font-size: 10px; color: #ff0000;
}
#modal_getBugReportFormBank .bug-report-text{
    margin-bottom: 1rem;
}

/*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: 0.75rem;
    margin-top: 0;
}

.timer-container {
    display: flex;
    flex-direction: column;
}

.timer-numbers {
    display: flex;
    color: white;
    font-size: 1.25rem;
}
.timer-numbers .minutes,
.timer-numbers .seconds {
    display: flex;
    justify-content: center;
    text-align: center;
}
.cart-item-timer {
    display: flex;
    justify-content: center;
}
.cart-item-timer .timer-numbers {
    font-family: Inter;
    color: #000000;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 17px;
}

.timer-numbers .minutes > span,
.timer-numbers .seconds > span {
    display: inline-block;
    background-color: #F5F5F5;
    border-radius: 4px;
    min-width: 24px;
    max-width: 24px;
    min-height: 30px;
    padding: 6px 0px;
    text-align: center;
}
.timer-numbers .minutes > span:first-child,
.timer-numbers .seconds > span:first-child {
    margin-right: 5px;
}

.colon-timer {
    display: inline-block;
    margin: 0 2px;
    padding: 6px 2px;
}

.timer-description {
    display: flex;
    justify-content: space-between;
    text-align: justify;
    font-family: Inter;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 15px;
    color: #636363;
    margin-top: 10px;
}
.timer-description span:first-child {
    transform: translateX(5px);
}
.timer-description span:last-child {
    transform: translateX(-5px);
}

/*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: 0.875rem;
    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: 1.063rem;
    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: 0.875rem;
    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: 0.875rem;
    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: 0.688rem;
    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: 0.813rem;
    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;
}
.registration {
    border-bottom: 1px dashed #fff;
}

/*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: 100;
    color: var(--sm-btn-text-color);
    background: #098E4F;
    right: 35px;
    bottom: 100px;
    width: 48px;
    height: 48px;
    font-size: 2.5rem;
    border-radius: 50%;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

div.scrollup:hover {
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.scrollup > svg {
    fill: var(--sm-btn-text-color);
}
div.scrollup:hover > svg {
    fill: #057B48;
}

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

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

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

/*Attribute combinations end*/
.flex_center {
    display: flex;
    justify-content: center;
}

body[data-page-name="contact_us"] ol.breadcrumb {
    width: 100%;
    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: 1.75rem;
}
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: 1.063rem;
    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: 0.875rem;
    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;
}
/*****************/
#modal_cart_modal .modal-dialog {
    width: 100%;
}
#modal_cart_modal ~ .modal-backdrop.fade.in {
    opacity: 0;
}
#modal_cart_modal .bank-click-popup {
    width: 100%;
    height: auto;
    padding: 0px 14px;
    z-index: 999;
}
#modal_cart_modal .bank-click-popup > .click-popup-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 5px 0 8px 0;
    /*box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.03);*/
}
#modal_cart_modal .bank-click-popup .cart-added-to-svg {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: #E7F4E0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
#modal_cart_modal .bank-click-popup .cart-added-to-svg > svg {
    font-size: 1.625rem;
}
#modal_cart_modal .bank-click-popup .product_name,
#modal_cart_modal .bank-click-popup .cart-added-to-name {
    font-weight: 600;
    font-size: 1rem;
    line-height: 22px;
    color: #000000;
}
#modal_cart_modal .bank-click-popup .product_name {
    margin-bottom: 14px;
}
#modal_cart_modal .bank-click-popup .click-popup-products {
    margin: 0 20px;
}
#modal_cart_modal .bank-click-popup .click-popup-products,
#modal_cart_modal .bank-click-popup .click-popup-name,
#modal_cart_modal .bank-click-popup .popup-products-price{
    display: flex;
    align-items: center;
}
#modal_cart_modal .click-popup-btn {
    position: relative;
    padding-right: 15%;
}
#modal_cart_modal .click-popup-btn .btn-primary {
    padding: 12px 26px;
    border-radius: 0px;
    font-family: Inter;
}
#modal_cart_modal .click-popup-btn button.close {
    position: absolute;
    right: 0;
    top: -5px;
}
#modal_cart_modal .bank-click-popup .cart-added-to-name {
    max-width: 170px;
    font-family: 'Montserrat', sans-serif;
}
#modal_cart_modal .bank-click-popup .product_price {
    font-weight: 600;
    font-size: 1rem;
    line-height: 22px;
    color: #000000;
}
#modal_cart_modal .popup-products-price-name .popup-products-btn {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 15px;
    color: #057B48;
    padding: 4px 6px;
    background: linear-gradient(0deg, #E7F4E0, #E7F4E0);
    outline: none;
    border: 2px solid #E7F4E0;
    margin-left: 20px;
}
#modal_cart_modal .popup-products-price-name {
    margin-left: 20px;
    font-family: 'Montserrat', sans-serif;
}
/*******************/

@media (min-width: 992px) {
    .container-product-info .content-tabs > li,
    .container-product-info .tab-content > div {
        display: block!important;
        width: 50%;
    }
}
@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 : 991px) {
    .test-over_wrapper .item {
        margin-bottom: 15px;
    }

    .test-over_wrapper .packet_price {
        font-size: 1.125rem;
    }
    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: 1.25rem;
    }
    .test-over-flex p.test-over-date,
    .test-over-flex p.test-over-text {
        font: 400 13px 'Roboto', sans-serif;
    }
}
@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;
}


/************************************************************/
.container_middle_header .search_site,
.container_middle_header .basket {
    display: none;
}
.add_nav .categories_menu .block_categories {
    width: 100%;
    max-width: 75%;
    margin-left: -3px;
}
.add_nav .categories_menu.categories-menu-bank {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #f4f4f4;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
}
.add_nav .categories_menu .bank-small-menu {
    width: calc(100% - 75%);
    min-width: 120px;
    margin-right: 0px;
}

.bank-small-menu ul li a svg path {
    fill: #717375;
}
header li:hover svg path,
.mobile_header li:hover svg path,
header .show path {
    fill: #057B48 !important;
}

header li.small-menu-statistics:hover svg path,
.mobile_header li.small-menu-statistics:hover svg path {
    fill: none !important;
    stroke: #057B48 !important;
}
header .small-menu-search a {
    pointer-events: none;

}

header .small-menu-search {
    cursor: pointer;
}

.add_nav .bank-small-menu .navbar-nav>li>a:hover span {
    background: transparent;
}

.bank-banner.banner-collection {
    margin-bottom: 120px;
    padding: 0 14px;
}
.banner-information {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-collection .banner-information {
    padding: 100px 130px 97px 8%;
}
.banner-support .banner-information {
    padding: 44px 0 39px 62px;
}
.banner-collection .banner-information {
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.bank-banner.banner-support {
    margin-bottom: 15px;
    padding: 0 14px;
}
.banner-support .support-name {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    margin-bottom: 15px;
}
.banner-support .support-text {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 32px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    max-width: 896px;
    margin-bottom: 0;
    opacity: 0;
}

.banner-support .banner-information {
    width: 100%;
    height: 300px;
    /*background-image: url("images/bank_banner_2.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapper-new-products {
    margin-bottom: 100px;
    margin-top: 15px;
}
.wrapper-new-products .like_h2 {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 37px;
    color: #000000;
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
}
.new-products-block-coin,
.new-products-block-set {
    background: #057b4814;
    padding: 35px 53px;
}
.new-products-block-coin {
    /*min-height: 504px;*/
    min-height: 290px;
}
.new-products-block-set {
    margin-top: 14px;
    min-height: 290px;
}
div.coin-set-block {
    cursor: pointer;
}
div.coin-set-block:hover {
    background: linear-gradient(0deg, #ffffff, #ffffff);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.coin-text {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 31px;
    color: #000000;
    margin-right: 31px;
    width: 470px;
    min-height: 225px;
    font-family: 'Montserrat', sans-serif;
}

.coin-text > a {
    color: #000000;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.coin-img-wrap-flex,
.coin-wrap-flex {
    display: flex;
    align-items: flex-start;
}
.coin-bye-wrap-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.set-img,
.coin-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;

}
.set-img {
    height: 230px;
    width: 100%;
}
.coin-img {
    height: 230px;
    width: 100%;
}
.set-img  .p_img_href,
.coin-img .p_img_href {
    height: 230px!important;
    line-height: 230px!important;
    text-align: center;
}
.banner-info-name .banner-information-name {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 37px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    display: none;
}
.banner-info-name .banner-information-text {
    font-weight: 500;
    font-size: 3rem;
    line-height: 58px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
.banner-information-btn {
    width: 100%;
    max-width: 280px;
    background: #FFFFFF;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 40px;
    color: #057B48;
    border: none;
    text-transform: uppercase;
    font-family: Inter;
    margin-top: 40px;
}
.banner-long2-wrapper .banner-information-btn {
    margin-top: 165px;
}
.banner-information-btn > a {
    padding: 5px 35px;
}
.banner-information-btn > a:hover {
    text-decoration: none;
}
button.banner-information-btn:hover {
    background: linear-gradient(0deg, #E7F4E0, #E7F4E0);
}
.new-products-block-flex {
    display: flex;
    align-items: flex-start;
    padding: 0 14px;
}
.new-products-block-flex > div {
    width: 50%;
}
.new-products-block-flex > div:nth-child(1) {
    padding-right: 15px;
}
.new-products-block-flex > div:nth-child(2) {
    padding-left: 2px;
}
.coin-price,.coin-price>span {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 32px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.coin-price, .coin-price>span.new_price{
    height: 32px;
}

.col_product .model_product {
    display: inline-block;
    margin: 16px 0 6px 0;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--sm-link-color);
    line-height: 1.2;
    height: 45px;
    width: 100%;
    padding: 0;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.container_customer_reviews-wrap > article {
    width: calc(100% / 4);
    margin-right: 15px;
    background-color: #f5f5f5;
}
.container_customer_reviews-wrap > article:nth-child(4) {
    margin-right: 0;
}
.container_customer_reviews-wrap {
    display: flex;
    align-items: center;
}
.container_customer_reviews-wrap .news_block_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row_news_customer_reviews .news_block_wrapper .news_block_img {
    width: 100%;
    text-align: center;
    /*padding: 8px;*/
}
.row_news_customer_reviews .news_block_wrapper .pad-left-0 {
    width: 100%;
}
.row_news_customer_reviews .news_block_wrapper .pad-left-0 > h5 {
    margin: 36px 17px 29px 29px;
    min-height: 115px;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 28px;
    color: #000000;
    min-height: 83px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.row_news_customer_reviews .news_block_wrapper .pad-left-0 > h5 > a {
    color: #000000;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
}
.row_news_customer_reviews .news_block_wrapper .pad-left-0 > h5 > a:hover {
    text-decoration: underline #d4d4d4 solid;
}
.row_news_customer_reviews .news_block_wrapper .pad-left-0 > time {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #636363;
    margin: 0 0 39px 29px;
}
.row_news_customer_reviews .news_block_wrapper .news_block_img img {
    width: 100%!important;
    height: 100%!important;
    max-width: 464px;
    min-height: 255px;
}
.row_news_customer_reviews .news_block_wrapper .news_block_img video {
    width: 100%!important;
    height: 100%!important;
    max-width: 464px;
    min-height: 255px;
}
.page-wrap .like_h2 {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 37px;
    color: #000000;
    margin: -6px 0 25px 0;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}
body[data-page-name="product_info"] .page-wrap .like_h2 {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 37px;
    color: #000000;
    margin: 90px 0 25px 0;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}
.popular-product-like .like_h2 {
    padding-left: 15px;
}
.page-wrap .like_h2 > a {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    color: #636363;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.col_product.col_product_bank:nth-child(4) .product,
.col_product.col_product_bank:nth-child(8) .product{
    margin-right: 0;
}
.col_product.col_product_bank .product {
    margin-right: 15px;
}
.col_product.col_product_bank a.model_product {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    color: #000000;
    padding: 0;
    margin: 0;
    text-align: left;
    min-height: 80px;
    font-family: 'Montserrat', sans-serif;
}

.col_product.col_product_bank .product__name {
    display: flex;
    margin-top: 20px;
    padding: 10px;
    padding-bottom: 0;
}

.col_product.col_product_bank .product__name .new_price {
    max-width: 100px;
}

.col_product.col_product_bank .new_old_price {
    width: calc(100% - 70%);
}
.col_product.col_product_bank .new_price {
    text-align: right;
    width: 100%;
}

.product_bank_parameters > p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #000000;
    margin-right: 20px;
    white-space: nowrap
}
.product_bank_parameters > p.parameters-alloy {
    margin: 0 24px 0 17px;
}
.col_product.col_product_bank .bank_price_name,
.col_product.col_product_bank .basked_product_bank,
.col_product.col_product_bank .product_bank_parameters {
    display: flex;
    align-items: flex-start;
    justify-content: start;
}
.col_product.col_product_bank .basked_product_bank span > svg {
    width: 60px;
    height: 60px;
}
.col_product.col_product_bank .basked_product_bank:hover span > svg.card-hov rect {
    fill: #098E4F;
}
.col_product.col_product_bank .p_description {
    box-shadow: inset 0px 0px 0px 1px #E2E2E2;
    height: 100%;

}
.footer-bank-logo li > svg {
    width: 100%;
}
.copyright .wash-site {
    margin: 0 50px;
}
.footer-sign-up {
    width: 100%;
    max-width: 216px;
    height: 48px;
    background: #057B48;
    color: #F5F5F5;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    margin-top: 33px;
}
.contacts_info_footer .p_info_footer {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    color: #F5F5F5;
}
.contacts_info_footer .contacts_info_email {
    margin-top: 25px;
}
.contacts_info_email .p_info_email input {
    background-color: #000000;
    width: 100%;
    border: none;
    border-bottom: 2px solid #636363;
}
.contacts_info_email .p_info_email input::placeholder {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 24px;
    color: #F5F5F5;
}
.bank_footer_contacts {
    margin-bottom: 20px;
    position: relative;
}
.bank_footer_contacts > p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    color: #F5F5F5;
}
.bank_footer_contacts > .contacts-tel {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.bank_footer_contacts > .contacts-tel span {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 28px;
    color: #F5F5F5;
    margin-right: 8px;
    font-family: 'Montserrat', sans-serif;
}
.bank_footer_contacts > .contacts-tel span.contacts-tel-svg > svg {
    vertical-align: middle;
    margin-top: -3px;
    font-size: 0.563rem;
    cursor: pointer;
}
.bank_footer_contacts .contacts-reversal {
    min-width: 137px;
    background-color: #F4F4F4;
    border-radius: 4px;
    padding: 6px 12px;
    position: absolute;
    top: 25px;
    left: 120px;
    z-index: 1;
}
.none-reversal {
    display: none;
}
.bank_footer_contacts .reversal-block {
    height: 40px;
    display: flex;
    align-items: center;
}
.reversal-block .svg-viber {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #CB76B0;
    border-radius: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reversal-block .svg-viber,
.reversal-block .svg-telegram {
    margin-right: 7px;
}
.reversal-block .svg-viber svg {
    font-size: 0.875rem;
}
.reversal-block .svg-telegram svg {
    font-size: 1.625rem;
}
.reversal-block .reversal-svg-name {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 40px;
    color: #000000;
}
.bank-slider-info {
    position: absolute;
    bottom: 20%;
    left: 10%;
    z-index: 999;
}
.bank-slider-info .slider-info-name {
    font-weight: 500;
    font-size: 3rem;
    line-height: 58px;
    color: #FFFFFF;
    margin-bottom: 17px;
}
.bank-slider-info .slider-info-text {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 32px;
    color: #FFFFFF;
    width: 100%;
    max-width: 530px;
    margin-bottom: 40px;
}
.bank-slider-info button.slider-info-button {
    width: 100%;
    max-width: 212px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 35px;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 40px;
    color: #057B48;
    outline: none;
}
.bank-slider-info .slider-info-click {
    margin-bottom: 26px;
}
.bank-slider-info .info-click-svg {
    margin-right: 14px;
    cursor: pointer;
}
.bank-slider-info .info-click-svg > svg {
    font-size: 2.5rem;
}
.bank-header .bank-head-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bank-header {
    display: flex;
    justify-content: flex-end;
}
.head-message {
    display: flex;
    align-self: end;
    color: red;
    font-size: 1.125rem;
    text-align: right;
}

.mobile_header .head-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 0.75rem;
    transform: translateX(-10px);
}
.name-visually-impaired {
    display: flex;
    gap: 8px;
    justify-content: end;
    align-items: center;
    cursor: pointer;

}
.bank-head-currency {
    display: none;
    margin: 0 50px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 16px;
    color: #636363;
}
.visually-impaired-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 16px;
    color: #636363;
}
/********/
.transition-visually-impaired .visually-impaired-text {
    color: #057B48;
}
.transition-visually-impaired .visually-impaired-svg svg {
    fill: #057B48;
}
/********/
.bank-header .language-dropdown-button {
    color: #636363;
    font-weight: 400;
    font-size: 1rem;
    line-height: 16px;
    text-transform: uppercase;
}
.bank-header .caret {
    margin-top: 3px;
    border-color: #636363 transparent transparent transparent;
}
.visually-impaired-svg > svg {
    font-size: 1.375rem;
    margin-top: 2px;
}
.position-relative .owl-dots {
    /*position: absolute;
    z-index: 2;
    right: 56px;
    top: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    border-radius: 22px;
    padding: 7px 2px 3px 2px;
    width: auto;
    height: auto;
    bottom: auto;*/
    position: absolute;
    z-index: 2;
    left: 47%;
    top: calc(100% - 40px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background-color: transparent;
    width: auto;
    background-color: #ffffff;
    border-radius: 22px;
    padding: 4px 8px 15px 8px;
}
.position-relative .owl-dots > li {
    margin-bottom: 6px;
}
#carousel-custom-dots.owl-dots li svg.fa-circle,
#carousel-custom-dots.owl-dots li svg.fa-circle-o {
    font-size: 0.688rem;
    width: 11px;
    height: 11px;
    fill: #E0E0E0;
    cursor: pointer;
}

.bank-logo-wrap img {
    display: none !important;
}

.bank-logo-wrap svg {
    width: auto;
    height: 50px;
}

/*.bank-logo-wrap:hover svg path {
    fill: #4d4d4f !important;
}*/

.logo-title {
    position: relative;
    padding-left: 20px;
    color: #4d4d4f;
    white-space: nowrap;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 22px;
    /*color: #4D4D4F;*/
    font-family: Inter;
}

.logo-title:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    display: block;
    height: 40px;
    width: 2px;
    background-color: #cdcbcb;
}

.page-wrap .add_nav {
    margin-bottom: 8px;
}

.add_nav .navbar-default .bank-small-menu .navbar-nav > li > a {
    text-align: center;
}
.add_nav .navbar-default .bank-small-menu .navbar-nav > li > a svg {
    vertical-align: middle;
}
.add_nav .navbar-default .bank-small-menu .navbar-nav > li {
    border-left: 1px solid #f4f4f4;
}
.bank-small-menu ul.navbar-nav {
    display: flex!important;
    justify-content: flex-end;
}
.bank-small-menu ul.navbar-nav > li > a,
.bank-small-menu ul.navbar-nav > li.small-menu-statistics > span {
    max-width: 64px;
}
.bank-small-menu ul li.small-menu-search{
    order: 2;
}
.bank-small-menu ul li.small-menu-comparison {
    order: 4;
}
.bank-small-menu ul li.small-menu-like {
    order: 5;
}
.bank-small-menu ul li.small-menu-basket {
    order: 9;
}
.bank-small-menu ul li.small-menu-cabinet {
    order: 10;
}

.small-menu-queue.queue_show.mobile{
    position: fixed;
    top: 140px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 6px;
    border:rgba(0, 0, 0, .1) solid 1px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.small-menu-cabinet {
    position: relative;
}

.small-menu-cabinet .bankid-logo {
    max-height: 25px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.bank-small-menu ul li.small-menu-comparison.small-li-none {
    order: 0;
    opacity: 1;
}
.bank-small-menu ul li.small-menu-like.small-li-none {
    order: 0;
    opacity: 1;
}

.small-menu-comparison svg,
.small-menu-comparison #compares_counts {
    pointer-events: none;
}
.add_nav .navbar-default .navbar-nav > li > a.small-wrap-a:hover span:before {
    display: none;
}
.add_nav .navbar-default .navbar-nav > li > a.small-wrap-a {
    position: relative;
}
.add_nav .navbar-default .navbar-nav > li > a .like-number-block {
    position: absolute;
    right: 5px;
    top: 6px;
    max-height: 22px;
    background-color: #057B48;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add_nav .navbar-default .navbar-nav > li > a .like-number-block > span {
    color: #fff;
    font-size: 0.688rem;
    min-width: 12px;
    text-align: center;
}
.mobile_header .navbar-nav > li > a .like-number-block {
    position: absolute;
    right: -10px;
    top: 6px;
    max-height: 22px;
    background-color: #057B48;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_header .navbar-nav > li > a .like-number-block > span {
    color: #fff;
    font-size: 0.688rem;
    min-width: 12px;
    text-align: center;
}

.wishlist_product_bank {
    position: absolute;
    top: 26px;
    right: 20px;
    display: flex;
    gap: 15px;
    z-index: 1;
}
.modal#modal_cart_popup {
    min-height: 50px;
}

.basked_product_bank .new_old_price,
.all-new-products {
    display: none;
}
/****/
.container-registration {
    margin-bottom: 20px;
    /*border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;*/
}
body[data-page-name="login"] .container-registration{
    margin-top: -30px;
}
body[data-page-name="create_account"] .container-registration{
    margin-top: -30px;
}
.block-register-img-wrap {
    position: relative;
    padding-right: 0;
    min-height: 900px;
}
.col-form-customer {
    position: relative;
    /*border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;*/
    min-height: 900px;
    display: flex;
    align-items: center;
}
.return_main_page:hover {
    outline: none;
}
.return_main_page {
    position: absolute;
    right: 32px;
    top: 20px;
    display: flex;
    align-items: center;
    border: none;
    background-color: transparent;
}
.return_main_page > span {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    color: #717375;
}
.return_main_page > svg {
    height: 13px;
    width: 13px;
    margin-left: 23px;
}
.enter-registration-img-background {
    width: 100%;
    height: 900px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    z-index: 0;
}
body[data-page-name="login"] .enter-registration-img-background {
    margin-bottom: 15px;
}
.enter-registration-img-background > p {
    height: 900px;
}
.enter-registration-img-background > p > img.img-responsive {
    object-fit: cover;
    height: 900px!important;
}

.enter-registration-logo {
    position: absolute;
    top: 78px;
    left: 84px;
    z-index: 10;
    display: none;
}
.enter-registration-logo > svg {
    width: 159px;
    height: 43px;
    z-index: 999;
}
.enter-registration-logo > svg path {
    fill: #ffffff;
}
.registration-text-wrapper {
    position: absolute;
    bottom: 48px;
    left: 84px;
    width: 100%;
    max-width: 545px;
    display: none;
}
.enter-registration-text {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 37px;
    color: #FFFFFF;
}
.enter-registration-name {
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 37px;
    color: #FFFFFF;
    margin-top: 30px;
}

.block-forgot-password {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -5px 0 40px 0;
}
.block-forgot-password .button-login {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    color: #F5F5F5;
}
.button-login.button-login-flex {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.button-login.button-login-flex > * {
    width: 50%;
}
.button-login-flex .bank-registration {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    padding-left: 0;
}
.button-login-flex .block_no_account {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.block-forgot-password > div {
    width: 50%;
    display: flex;
    align-items: center;
}
.block-forgot-password .password-none {
    justify-content: flex-start;
}
.block-forgot-password .password-none > a {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 26px;
    color: #717375;
    text-decoration: underline;
}
.block-forgot-password .password-none > a:hover {
    color: #000000;
    text-decoration: none;
}
.block-forgot-password .button-login {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    color: #F5F5F5;
}
.block-forgot-password .password-remember-text {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 17px;
    color: #17191D;
}


.form-customer-wrapper input.form-control::placeholder {
    color: #000000;
}
.form-customer-wrapper .form-control {
    color: #000;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #979797;
    font-family: Inter;
}
/*form[name='login'] .form-control {
    color: #717375;
}*/
form[name=create_account] .form-group.block_have_account,
.form-group.block_no_account .text_no_account{
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 17px;
    color: #333333;
    font-family: Inter;
}
.form-group.block_no_account .btn-success {
    color: #057B48;
    border: none;
    background: transparent;
    font-size: 0.875rem;
    font-family: Inter;
}
.form-group.block_no_account .btn:hover {
    color: #057B48!important;
    background: none;
}
.block_have_account .btn-default.btn_have_account {
    color: #057B48;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    margin-top: -3px;
    font-size: 0.875rem;
    font-family: Inter;
}
.block_have_account .btn:hover {
    color: #057B48!important;
    background: none;
}
form[name=create_account] .form-group.block_have_account {
    margin-top: 30px;
    margin-bottom: 40px;
}
.container-registration .block_btn_register .btn-default,
.container-registration .form-customer-wrapper .button-login > button {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    color: #F5F5F5;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    height: 50px;
    max-width: 50%;
}

form[name=create_account] .form-groupm.block_btn_register {
    margin-top: 35px;
}
/*form[name=create_account] .form-group.form-group-checkbox {
    display: none;
}*/
body[data-page-name="account"] .breadcrumb,
body[data-page-name="logoff"] .breadcrumb,
body[data-page-name="account_history_info"] .breadcrumb,
body[data-page-name="login"] .breadcrumb,
body[data-page-name="create_account"] .breadcrumb {
    margin-left: 15px;
}

/************************/
.checkbox-ios {
    display: inline-block;
    height: 22px;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 0.875rem;
    user-select: none;
}
.checkbox-ios .checkbox-ios-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 22px;
    border: none;
    border-radius: 25%/50%;
    vertical-align: middle;
    background: #eee;
    transition: .2s;
}
.checkbox-ios .checkbox-ios-switch:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}
.checkbox-ios input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
    background: #91C964;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
    transform:translateX(18px);
}

/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
    cursor: pointer;
    border-color: rgba(0, 0, 0, .3);
}

/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
    filter: grayscale(70%);
    border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
    background: #eee;
}
/*#wishlist_box2,
#compare_box {
    display: none!important;
}*/
.content-compares-wrap h2.personal-customer-name,
.form-customer-wrapper h2.personal-customer-name {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 37px;
    color: #17191D;
    font-family: 'Montserrat', sans-serif;
}
.form-customer-wrapper h3.personal-customer-name {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    color: #17191D;
    margin-bottom: 0;
}
.content-compares-wrap p.personal-customer-text,
.form-customer-wrapper p.personal-customer-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    color: #17191D;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
}
.form-customer-wrapper h2.title-create-account {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 37px;
    color: #17191D;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}
body[data-page-name="password_forgotten"] input {
    max-width: 500px;
    padding-left: 0 !important;
}
body[data-page-name="password_forgotten"] .block-password-forgotten {
    max-width: 500px;
    float: none;
    margin: 0 auto;
}

body[data-page-name="password_forgotten"] form .form-group:last-child {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
}
body[data-page-name="password_forgotten"] button.btn {
    margin-right: 0 !important;
}

body[data-page-name="password_forgotten"] a.btn {
    background-color: #f5f5f5;
    color: #161616 !important;
}
body[data-page-name="password_forgotten"] a.btn:hover {
    background-color: #eee;
}
.block-password-forgotten .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    color: #000;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #979797;
}
.block-password-forgotten .form-group .btn {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    color: #F5F5F5;
    width: 40%;
    min-width: 200px;
    border-radius: 0;
    text-transform: uppercase;
    height: 50px;
    margin-right: 10px;
    padding: 12px 9px;
}
.logoff-btn .btn {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    color: #F5F5F5;
    width: 40%;
    min-width: 200px;
    border-radius: 0;
    text-transform: uppercase;
    height: 50px;
    margin-right: 10px;
    padding: 12px 9px;
}

.btn:active {
    box-shadow: none !important;
}

.container-registration form[name="create_account"] .form-control {
    padding: 6px 11px 6px 1px;
}
.container-registration form[name="create_account"] .req-field:after{
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 1.25rem;
    color: #000;
}
.container-registration .form-group.none-star .form-control {
    padding: 6px 6px;
}
.container-registration .form-group.form-group-checkbox a.ajax_modal_article {
    margin-left: 5px;
    margin-top: 5px;
}
.container-registration .form-group.form-group-checkbox {
    margin-top: 10px;
    display: flex;
}
.add_nav.bank_add_nav,
.bank-small-menu .small-menu-cabinet {
    position: relative;
}
.add_nav.bank_add_nav {
    padding: 0 0px;
}

.small-menu-cabinet .menu-cabinet-show {
    position: absolute;
    top: 60px;
    right: 2px;
    width: 241px;
    min-height: 293px;
    padding: 14px 23px;
    background: #fff;
    box-shadow: 5px 4px 30px rgba(0, 0, 0, 0.1);
    z-index: 999;
    text-align: left;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 1000;
}

.small-menu-cabinet:hover .menu-cabinet-show {
    visibility: visible;
    transition: .3s;
}
.ul-cabinet-falling .term-cabinet > a:hover {
    text-decoration: none;
}
.ul-cabinet-falling .term-cabinet > a {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 40px;
    color: #000000;
}
.term-cabinet.falling-name > a{
    display: flex;
    flex-direction: column;
}
.term-cabinet.falling-name > a > span.span-name {
    font-weight: 600;
}
.term-cabinet.falling-name > a > span {
    line-height: 23px;
}
.term-cabinet.falling-cabinet {
    padding-top: 17px;
}

.mobile_header .menu-cabinet  {
    background-color: #fff;
}
.mobile_header .small-menu-cabinet.show .menu-cabinet {
    visibility: visible;
    transition: all .5s ease;
    transform: translateX(0%);
}

.mobile_header .small-menu-cabinet.show .menu-cabinet:after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .4;
}

@media (min-width: 992px) {
    .col_product.col_product_bank .basked_product_bank {
        display: none;
    }
    .product:hover {
        z-index: 35;
        background: transparent;
    }
    .product:hover .p_description {
        height: auto;
        background: #fff;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1)!important;
    }
    .product:hover .basked_product_bank {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 10px;
        padding-top: 0px;
    }

    #modal_cart_popup .modal-content {
        box-shadow: none;
        border-top: none;
    }
    form#popup_cart_form h1 {
        text-align: left;
    }
    form#popup_cart_form .cart-added-to {
        display: flex;
        align-items: center;
    }
    form#popup_cart_form .cart-added-to-svg {
        width: 70px;
        height: 40px;
        background: #E7F4E0;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }
    form#popup_cart_form .cart-added-to-name {
        font-weight: 600;
        font-size: 1rem;
        line-height: 22px;
        color: #000000;
    }
}

@media (max-width: 991px) {
    .banner-information {
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
}

/*Sendpulse form*/
footer .sp-form, footer .sp-form .sp-field {
    padding-left: 0!important;
    padding-right: 0!important;
    font-family: Inter;
}
.sp-form[sp-id="218356"] .sp-button {
    font-weight: 500!important;
    font-size: 0.875rem!important;
    text-transform: uppercase;
    width: auto!important;
    font-family: Inter!important;
    line-height: 26px!important;
    color: #F5F5F5!important;
    min-height: 46px!important;
}
.sp-form .sp-button {
    padding-left: 55px!important;
    padding-right: 55px!important;
    top: 0px!important;
}


footer .sp-form-outer form {
    display: flex;
    flex-direction: column;
}
footer .sp-control-label, footer .sp-link  {
    display: none!important;
}

footer [sp-type="email"], footer [sp-type="email"]::placeholder {
    background-color: var(--sm-bg-footer)!important;
    border-width: 0 0 1px 0!important;
    color: #F5F5F5!important;
    padding: 0!important;
}

.bi-eye-slash {
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 1.125rem;
}
.bi-eye-slash:hover {
    cursor: pointer;
}
.limit, .btn.limit:hover{
    color: #000 !important;
    background: #eee;
}
.limit__description {
    color: #000;
    visibility: hidden;
    opacity: 0;
}
.customer_limit:hover .limit__description {
    visibility: visible;
    opacity: 1;
}
/*END Sendpulse form*/
.product_bank_parameters {
    width: 100%;
    max-width: 85%;
    overflow: hidden;
    position: relative;
}
.product_bank_parameters:before{
    content:"";
    display: block;
    height: 20px;
    position: absolute;
    right: 0px;
    top: -5px;
    width: 15%;
    background-image:linear-gradient(to right, rgba(255, 255, 255, 0), #fff 85%)
}
.main-basked-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #057B48;
    cursor: pointer;
}
.main-basked-icon.gray {
    background-color: #e2e2e2;
    pointer-events: none;
}
.main-basked-icon.clicked{
    opacity: 0.5;
    pointer-events: none;
}
#wishlist_table .clicked{
    opacity: 0.5;
    pointer-events: none;
}
.main-basked-icon.limited {
    background-color: #ffb300;
}
.main-basked-icon svg {
    fill: #fff;
}
.col_product.col_product_bank .basked_product_bank span.main-basked-icon.popup_cart svg.card-ok,
.basked_product_bank span.main-basked-icon.popup_cart svg.card-ok {
    width: 13px;
    height: 10px;
    position: absolute;
    bottom: 7px;
    right: 34%;
}
@media (max-width: 1300px) {
    .coin-text {
        font-size: 1.125rem;
        line-height: 24px;
    }
    .coin-img {
        height: 225px;
    }
    .block_categories .navbar-nav > li > a {
        line-height: 22px!important;
    }
}

.block_categories {
    display: flex;
}
.block_categories .navbar-nav > li {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.block_categories .navbar-nav > li:first-child > a {
    text-align: left;
}
.add_nav .navbar-default .navbar-nav > li > a span {
    padding: 5px 0px;
}
.modal-open .show-sub_ul.sfHover .sub_ul,
.modal-open .show-sub_ul.sfHover:hover .sub_ul{
    display: none !important;
}

.sub_ul > li.wrapper.wrapper-sub-collection {
    justify-content: center;
    align-items: center;
    box-shadow: 5px 4px 30px rgba(0, 0, 0, 0.1);
}
.sub_ul > li .image-collection {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    text-align: left;
    position: relative;
    margin-left: 15%;
}
.wrapper.wrapper-sub-collection {
    padding: 30px 140px;
}
.navbar-nav .sub_ul:after {
    min-height: 0;
}
.wrapper-sub-collection .block-collection {

    display: flex;
    flex-wrap: wrap;
    align-self: center;
}

.block-collection > div.sub-collection {
    margin-right: 20px;
}

.like_h2 .all-new-products {
    display: none;
}
body[data-page-name="index_products"] .accordion ul > li > ul,
body[data-page-name="index_products"] .accordion li a:hover,
body[data-page-name="index_products"] .accordion > a:hover,
body[data-page-name="index_products"] .accordion li > .like_a,
body[data-page-name="index_products"] .accordion {
    background: transparent;
    color: #1A1A1A;
}
body[data-page-name="index_products"] .filter_box {
    border: 2px solid transparent;
}
body[data-page-name="index_products"] .listing-header {
    padding: 0px 9px 9px 9px;
    margin: 0;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
}

body[data-page-name="index_products"] .col_product.col_product_bank:nth-child(4) .product,
body[data-page-name="index_products"] .col_product.col_product_bank:nth-child(8) .product {
    margin-right: 15px;
}
body[data-page-name="index_products"] .col_product.col_product_bank:nth-child(18) .product,
body[data-page-name="index_products"] .col_product.col_product_bank:nth-child(15) .product,
body[data-page-name="index_products"] .col_product.col_product_bank:nth-child(12) .product,
body[data-page-name="index_products"] .col_product.col_product_bank:nth-child(9) .product,
body[data-page-name="index_products"] .col_product.col_product_bank:nth-child(6) .product,
body[data-page-name="index_products"] .col_product.col_product_bank:nth-child(3) .product {
    margin-right: 0px;
}
.attrib_divs input[type="checkbox"]:checked + label:before {
    content: '';
    border-radius: 0px;
    background-color: transparent;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='20' fill='black'/%3e%3crect width='12' height='2' transform='matrix(0.707107 -0.707107 -0.707107 -0.707107 8.24219 14.8994)' fill='white'/%3e%3crect width='2' height='6' transform='matrix(0.707107 -0.707107 -0.707107 -0.707107 8.24219 14.8994)' fill='white'/%3e%3c/svg%3e");
}

.filter_box_in input[type="checkbox"] + span,
.filter_box_in input[type="checkbox"] + label:before {
    content: '';
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    background-color: transparent;
    margin-right: 10px;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='20' fill='%23E2E2E2'/%3e%3c/svg%3e");
    border-radius: 0px;
}

.filter_cont .filter_heading::before {
    background: transparent;
}
.filter_box_in .dipcen {
    display: none;
}
#cat_accordion .down svg {
    fill: #fff;
    margin: 13px 13px 0 0;
}
.filter_heading.filter-all {
    text-align: center;
    color: #1A1A1A;
    padding: 12px;
    background: #F6F6F6;
    max-width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 48px;
    margin-bottom: 63px;
    font-size: 0.875rem;
    line-height: 26px;
    font-family: Inter;
}
.filter_heading.filter-all:hover {
    text-decoration: none;
}
.top_footer .row.row-footer-menu {
    padding-top: 5px;
}
body[data-page-name="index_products"] .container-category-wrapper {
    padding: 45px 140px 0px 140px;
    background: linear-gradient(180deg, #FBFBFB 0%, #FFFFFF 51.04%);
}
body[data-page-name="index_products"] .filter-to-apply {
    display: none;
}

body[data-page-name="product_info"] .container-product-info {
    padding: 40px 140px 0px 140px;
}

body[data-page-name="index_products"] .container-category-head {
    padding: 40px 176px 40px 176px;
    background: linear-gradient(180deg, #ffffff 0%, #FFFFFF 0%);
}
body[data-page-name="index_products"] h1.category_heading {
    margin-left: -3px;
}

.container-product-info .category-parameters {
    padding-left: 111px;
}
.container-product-info form[name="cart_quantity"] {
    margin-bottom: 100px;
}


.like_h2_category {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 32px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
    margin-bottom: 36px;
}
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bi-eye-slash::before {
    content: "\f320";
}
.bi-eye::before {
    content: "\f321";
}
.pos-rel{
    position: relative;
}
form[name="account_password"] .bi-eye-slash{
    font-size: 1rem;
    top: 43px;
}
/*form[name="account_password"] .form-group {*/
/*    margin-bottom: 21px;*/
/*}*/
.description_card_product .product_bank_parameters {
    width: auto;
    display: flex;
    align-items: flex-start;
    font-family: 'Montserrat', sans-serif;
    margin-top: 33px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}
.row.prod_main_info > div {
    position: relative;
}
.row.prod_main_info > div .container_sheare_compare {
    position: absolute;
    top: 15px;
    right: 40px;
    margin: 5px 0 5px 0;
    z-index: 99;
}
.row.prod_main_info #sync1.owl-carousel .owl-item {
    border: 1px solid #E2E2E2;
    padding: 105px 0;
}
.container-product-info .tab-content {
    display: flex;
    align-items: flex-start;
}

.container-product-info .tab-content > div:first-child {
    padding-right: 70px;
}
.container-product-info .nav-tabs > li > .tablinks {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 37px;
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    border: none;
    color: #000;
    cursor: auto;
}
.container-product-info .nav-tabs > li.active > .tablinks {
    background: transparent;
    color: #000;
}
.container-product-info .tab-content .char {
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.container-product-info .char-left {
    width: 35%;
    font-weight: 500;
}
.container-product-info .char-right {
    width: calc(100% - 35%);
    text-align: right;
}
.p_img_href {
    padding-top: 10px;
    padding-bottom: 10px;
}
#cat_accordion ul li:hover a {
    color: #979797;
}
#left_whatsnew .product {
    background: linear-gradient(0deg, #FFF6ED, #FFF6ED);
}
/*******************************/
div.fltr-banc-name {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.fltr-prise-flex {
    display: flex;
    align-items: center;
}
.fltr-prise-flex > div {
    width: 50%;
    margin-right: 19px;
}
.fltr-prise-p {
    margin-top: 12px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #000000;
    margin-bottom: 5px;
}
.new-fltr-prise {
    margin-bottom: 55px;
}
/*************************/
#filters_box .like_h2 {
    display: none;
}
.listing-header-punkt.found-listing-header {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}
.selectize-control.single .selectize-input .item,
#ukrpochta-street-result .item {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    font-family: Inter;
    color: #000000;
    padding-right: 3px;
}
.prod_main_info .product-parameters-name {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    color: #979797;
    font-family: Inter;
}
.prod_main_info .product_bank_parameters > div {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.prod_main_info .product_bank_parameters > div:nth-child(1) {
    width: 30%;
}
.prod_main_info .product_bank_parameters > div:nth-child(2) {
    width: 48%;
}
.prod_main_info .product_bank_parameters > div:nth-child(3) {
    width: 22%;
}
.prod_main_info .product_bank_parameters > div:last-child {
    align-items: flex-end;
}
.prod_main_info .product_bank_parameters > div:first-of-type {
    align-items: flex-start;
}
.prod_main_info .product_bank_parameters:before {
    display: none;
}
.prod_main_info .product-parameters-details {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 38px;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
}

.prod_main_info .new_price_card_product {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 50px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.prod_main_info .prod_price {
    margin-bottom: 40px;
}
.prod_main_info .owl-theme .owl-controls .owl-nav .owl-prev,
.prod_main_info .owl-theme .owl-controls .owl-nav .owl-next {
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 55px;
}
.prod_main_info .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 20px;
}
.prod_main_info .owl-theme .owl-controls .owl-nav .owl-next {
    right: 20px;
}
.prod_main_info .owl-theme .owl-controls .owl-nav .owl-prev svg,
.prod_main_info .owl-theme .owl-controls .owl-nav .owl-next svg {
    fill: #000;
    font-size: 0.938rem;
}
.prod_main_info .thumbs div {
    max-width: 90px;
    max-height: 90px;
}

.prod_main_info .thumbs div:not(:first-child) {
    margin-left: 11px;
}
#sync2 {
    padding: 0 15px;
}
#sync2:before,
#sync2:after {
    display: none;
}

.prod_main_info .thumbs_row{
    padding: 0;
}
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > li.active > span {
    background: #E2E2E2;
    border-color: #E2E2E2;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 40px;
    text-align: center;
    color: #161616;
    font-family: Inter;
}


.pagination > li > a,
.pagination > li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    min-height: 50px;
    background: #F5F5F5;
    border-color: #F5F5F5;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 40px;
    text-align: center;
    color: #161616;
    font-family: Inter;
}
.pagination > li > a.next_page,
.pagination > li > a.prev_page {
    width: auto;
    background: #F5F5F5;
    border-color: #F5F5F5;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 40px;
    text-align: center;
    color: #161616;
    font-family: Inter;
    text-transform: uppercase;
    padding: 0 40px;
}

.btn-primary#loadMoreProducts {
    background: #F6F6F6;
    padding: 11px 37px;
    color: #1A1A1A;
    font-family: Inter;
    text-transform: uppercase;
    height: 50px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 0.875rem;
}
#loadMoreProducts #loadMoreI {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    fill: #1A1A1A;
}
.pagination_list {
    /*margin: 10px 0 60px 0;
    text-align: left;
    width: 100%;
    max-width: 65%;*/
}
.pagination_block #loadMoreProducts #loadMoreI {
    display: none;
}
.row_catalog_products {
    margin: 0 0 105px 0;
}

.category .pagination_block {
    margin: 10px 0 60px 0;
    display: flex;
    justify-content: space-between;
}
.pagination_block #loadMoreProducts {
    display: inline-block;
    order: 4;
}
.pagination_block #loadMoreProducts:hover {
    background: #bbbbbb;
}
.pagination_block .pagination_list {
    display: inline-block;
    order: 0;
}

.row_news_customer_reviews .news_block_wrapper p {
    display: none;
}
.add_nav .navbar-default .bank-small-menu .navbar-nav > li.small-menu-search > a > svg {
    font-size: 1.063rem!important;
}

#compare_box,
#wishlist_box2 {
    display: none!important;
}
.modal#modal_cart_modal {
    top: 65px;
}

.modal#modal_cart_popup .modal-dialog {
    top: 120px;
}
.modal#modal_cart_modal .modal-dialog {
    margin: 0 auto;
}
.modal#modal_cart_modal .modal-content {
    -webkit-box-shadow: 5px 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
.lightboxOverlay {
    opacity: .6;
}
.prod_main_info .additional_images2 .owl-prev,
.prod_main_info .additional_images2 .owl-next {
    top: 50%;
}
.prod_main_info .product_labels,.row_catalog_products .product_labels {
    top: 25px;
    left: 15px;
    right: auto;
    max-width: 170px;
}

@media (min-width: 1201px) and (max-width: 1350px) {
    .row_catalog_products .product .product_labels,
    #most_popular .product_labels{
        max-width: 105px;
        font-size: 0.625rem;
    }
}

@media (max-width: 991px) {
    .row_catalog_products .product .product_labels,
    #most_popular .product_labels{
        max-width: 105px;
        font-size: 0.625rem;
    }
}
@media (max-width: 768px) {
    .prod_main_info .product_labels,#r_spisok .product_labels {
        top: 8px;
    }
    .prod_main_info .product_labels .product_label {
        left: 0;
    }
    .responsive-video {
        width: 100%;
    }

    .row_catalog_products .product .product_labels,
    #most_popular .product_labels {
        right: 15px;
        left: auto;
        top: 10px;
    }
}
.lb-nav {
    top: 50%!important;
}
.lb-container {
    position: relative;
}
.lb-container .lb-nav a.lb-prev,
.lb-container .lb-nav a.lb-next {
    background: #FFF;
    box-shadow: 0 1px 8px rgb(0 0 0 / 4%), 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 50px;
    top: 0;
    width: 40px!important;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}
.lb-container .lb-nav a.lb-prev {
    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='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'%3e%3c/path%3e%3c/svg%3e");
    margin-left: -45px;
}
.lb-container .lb-nav a.lb-next {
    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");
    margin-right: -43px;
}
#r_buy_intovar .btn {
    height: 56px;
    padding: 19px 27px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
form#popup_cart_form h1 {
    margin-bottom: 21px;
    font-family: 'Montserrat', sans-serif;
}
.services-block-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.row_catalog_products.services_bank_wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 90px;
}

.row_catalog_products.services_bank_wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    height: 2px;
    border-bottom: 1px solid #E2E2E2;
}
.services_bank_wrap .services_bank_block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.services_bank_wrap .services_bank_block:hover {
    text-decoration: none;
}

.row_catalog_products.services_bank_wrap > div:nth-child(1)  {
    order: 3;
}

.row_catalog_products.services_bank_wrap > div:nth-child(2) {
    order: 4;
}

.services-block-img .services_bank_block {
    width: 69px;
    height: 69px;
    background: #057B48;
    display: flex;
    align-items: center;
    justify-content: center;

}
.services_bank_block .services-block-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 28px;
    color: #000000;
    text-align: center;
}
.services_bank_wrap .services-block-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    color: #000000;
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 34px;
    margin-bottom: 15px;
}
.services_bank_block .services-svg {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-size: contain;
    background-position: center;
}
.services_bank_block.services-img-quality .services-svg {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='512.000000pt' height='512.000000pt' viewBox='0 0 512.000000 512.000000' preserveAspectRatio='xMidYMid meet'%3e%3cg transform='translate(0.000000,512.000000) scale(0.100000,-0.100000)' fill='%23ffffff' stroke='none'%3e%3cpath d='M2442 5105 c-30 -7 -95 -32 -145 -56 l-92 -43 -155 -2 c-137 0 -162 -3 -215 -24 -91 -35 -155 -80 -225 -159 -73 -83 -116 -111 -230 -151 -98 -35 -193 -100 -247 -172 -48 -62 -64 -93 -88 -168 -31 -96 -56 -133 -155 -230 -147 -144 -180 -225 -180 -450 0 -123 -3 -141 -26 -195 -75 -173 -77 -180 -82 -265 -6 -110 8 -171 65 -294 l46 -100 -1 -130 c-3 -223 33 -311 194 -471 93 -92 103 -105 124 -170 38 -118 78 -185 149 -255 37 -36 81 -72 99 -79 17 -7 32 -18 32 -23 0 -5 -99 -236 -220 -514 -121 -277 -224 -524 -230 -548 -19 -85 15 -182 85 -244 67 -59 94 -64 340 -69 l220 -5 130 -127 c111 -109 138 -131 184 -146 97 -32 208 -3 277 72 21 23 104 194 245 504 117 258 216 469 219 469 3 0 102 -212 220 -470 158 -350 222 -479 247 -505 73 -75 177 -102 274 -70 46 15 73 37 184 146 l130 127 220 5 c246 5 273 10 340 69 71 62 104 157 85 242 -6 26 -109 274 -230 551 -121 277 -220 508 -220 513 0 5 15 16 32 23 18 7 62 43 99 79 71 70 111 137 149 255 21 65 31 78 124 170 159 158 197 248 196 465 -1 138 2 153 53 259 46 95 60 164 55 271 -3 63 -11 101 -31 148 -85 197 -79 175 -78 314 2 219 -32 304 -179 448 -104 101 -119 125 -156 233 -32 93 -65 147 -128 211 -63 62 -119 97 -206 126 -104 35 -155 68 -226 148 -75 82 -146 133 -232 164 -48 18 -83 21 -212 22 l-155 2 -100 46 c-148 68 -251 83 -373 53z m306 -209 c121 -55 176 -66 327 -63 118 2 122 1 186 -31 50 -24 83 -50 133 -106 79 -88 154 -141 247 -172 160 -54 227 -115 273 -250 42 -125 73 -174 172 -270 134 -130 149 -165 150 -349 1 -159 9 -194 67 -320 39 -85 42 -95 42 -180 0 -85 -2 -94 -42 -175 -58 -118 -65 -155 -67 -320 -1 -135 -3 -149 -27 -200 -27 -56 -47 -79 -137 -162 -70 -65 -117 -138 -148 -230 -50 -150 -121 -222 -268 -272 -120 -41 -168 -74 -291 -206 -29 -31 -72 -64 -105 -79 -50 -23 -70 -26 -220 -31 -149 -5 -171 -8 -225 -32 -182 -79 -178 -78 -255 -78 -77 0 -73 -1 -255 78 -54 24 -76 27 -225 32 -223 7 -236 13 -393 177 -62 65 -150 118 -248 148 -116 35 -197 123 -243 263 -31 92 -78 165 -148 230 -90 83 -110 106 -137 162 -24 51 -26 65 -27 200 -2 165 -9 202 -67 320 -40 81 -42 90 -42 175 0 85 3 95 42 180 58 126 66 161 67 320 1 184 16 219 150 349 99 96 130 145 172 270 46 133 114 196 273 250 93 31 168 84 247 172 50 56 83 82 133 106 65 32 68 33 191 31 147 -3 219 11 320 62 91 46 130 55 213 50 55 -3 88 -13 165 -49z m-1138 -3405 c146 -149 224 -181 453 -184 l152 -2 91 -42 c50 -24 96 -43 102 -43 6 0 13 -4 17 -10 3 -5 -94 -229 -215 -497 -242 -533 -252 -550 -318 -539 -29 4 -60 29 -162 130 -69 68 -139 131 -157 140 -26 13 -70 16 -240 17 -242 0 -269 6 -296 62 l-19 37 94 218 c52 119 155 355 228 524 l134 307 26 -15 c14 -9 63 -55 110 -103z m2259 -394 c144 -330 221 -519 221 -541 0 -19 -9 -44 -19 -57 -19 -24 -22 -24 -253 -29 -200 -5 -238 -8 -268 -24 -19 -10 -91 -74 -160 -142 -102 -101 -133 -126 -162 -130 -66 -11 -76 6 -317 539 -122 269 -219 493 -216 498 4 5 11 9 17 9 6 0 52 19 102 42 l91 43 170 6 c130 4 180 10 215 24 75 30 175 101 226 161 42 50 123 119 130 112 1 -2 102 -231 223 -511z'/%3e%3cpath d='M2435 4604 c-342 -38 -635 -171 -872 -397 -222 -213 -360 -460 -425 -760 -29 -138 -32 -418 -5 -552 121 -596 550 -1031 1147 -1161 133 -29 439 -27 580 4 286 64 531 199 736 407 197 199 332 459 391 750 24 123 24 404 0 528 -59 296 -192 543 -406 758 -218 217 -475 353 -768 404 -90 16 -306 27 -378 19z m364 -189 c619 -119 1065 -680 1038 -1305 -15 -330 -143 -626 -372 -855 -434 -434 -1105 -500 -1617 -159 -520 346 -712 1029 -448 1600 105 228 290 431 515 567 140 84 333 147 509 167 91 11 279 3 375 -15z'/%3e%3cpath d='M1653 3735 c-49 -34 -36 -116 22 -141 l35 -14 0 -425 c0 -380 -2 -425 -16 -425 -25 0 -74 -56 -74 -85 0 -16 12 -38 30 -57 l30 -30 121 4 c113 3 122 5 140 27 27 33 25 86 -6 116 -13 14 -31 25 -40 25 -13 0 -15 48 -15 425 0 396 1 426 18 432 60 21 80 87 41 137 -20 26 -23 26 -143 26 -92 0 -127 -4 -143 -15z'/%3e%3cpath d='M2354 3732 c-107 -44 -181 -130 -210 -242 -14 -55 -15 -75 -5 -130 31 -166 144 -266 325 -289 82 -10 113 -25 149 -73 39 -52 39 -144 0 -197 -24 -33 -98 -71 -138 -71 -44 0 -116 40 -142 78 -12 19 -25 55 -29 80 -11 78 -66 117 -123 88 -42 -22 -55 -62 -42 -129 41 -223 272 -347 474 -254 223 102 271 391 92 556 -60 55 -121 82 -213 92 -44 5 -86 16 -107 29 -87 54 -105 171 -39 250 36 43 75 60 132 60 86 0 154 -65 167 -160 11 -81 79 -116 138 -70 32 25 39 56 27 118 -22 116 -89 203 -193 253 -53 25 -74 29 -142 28 -51 0 -95 -6 -121 -17z'/%3e%3cpath d='M3132 3729 c-53 -27 -115 -96 -130 -147 -8 -27 -12 -160 -12 -434 l0 -394 26 -52 c94 -188 355 -187 457 3 21 39 22 52 25 428 3 430 0 459 -58 529 -69 83 -212 114 -308 67z m153 -155 c42 -16 45 -46 45 -416 0 -262 -4 -359 -13 -378 -27 -54 -94 -63 -137 -20 -19 19 -20 35 -20 395 l0 376 25 24 c24 25 65 32 100 19z'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
}
.services-block-img.services-img-delivery .services-svg {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='512.000000pt' height='512.000000pt' viewBox='0 0 512.000000 512.000000' preserveAspectRatio='xMidYMid meet'%3e%3cg transform='translate(0.000000,512.000000) scale(0.100000,-0.100000)' fill='%23ffffff' stroke='none'%3e%3cpath d='M2026 4544 c-34 -11 -64 -31 -102 -68 -76 -76 -84 -111 -84 -358 l0 -198 -534 0 c-494 0 -535 -1 -554 -17 -12 -11 -155 -336 -346 -792 l-326 -774 0 -527 c0 -612 -1 -600 83 -684 71 -70 122 -86 281 -86 l121 0 13 -52 c43 -187 186 -338 382 -404 76 -26 244 -26 320 0 196 66 339 217 382 404 l13 52 885 0 885 0 13 -52 c43 -187 186 -338 382 -404 76 -26 244 -26 320 0 195 66 339 217 382 403 l12 51 141 4 c128 3 144 6 190 30 59 31 94 66 126 128 l24 45 3 1535 c3 1750 10 1603 -84 1697 -89 90 30 83 -1518 82 -1180 0 -1367 -2 -1410 -15z m2816 -182 l33 -32 3 -1005 2 -1005 -1440 0 -1440 0 2 1004 3 1004 25 27 c14 15 34 31 45 36 11 4 631 7 1377 6 l1358 -2 32 -33z m-3002 -1882 l0 -1280 -83 0 -82 0 -13 52 c-43 187 -186 338 -382 404 -76 26 -244 26 -320 0 -196 -66 -339 -217 -383 -404 l-12 -53 -127 3 -128 3 -32 33 -33 32 -3 205 -3 205 216 0 216 0 24 25 c25 24 25 26 25 215 0 259 21 240 -265 240 l-215 0 0 72 c0 61 6 86 37 160 l37 88 659 0 658 0 24 25 25 24 0 511 0 511 -25 24 -24 25 -421 0 c-231 0 -420 2 -420 5 0 3 14 39 31 80 l32 75 493 0 494 0 0 -1280z m-320 560 l0 -400 -571 0 c-313 0 -568 3 -566 8 3 4 78 180 167 392 89 212 164 388 167 393 2 4 184 7 404 7 l399 0 0 -400z m3358 -1325 l-3 -445 -33 -32 -32 -33 -128 -3 -127 -3 -12 53 c-34 142 -145 290 -269 354 -104 55 -159 69 -274 69 -115 0 -170 -14 -274 -69 -123 -64 -235 -212 -268 -353 l-13 -53 -722 0 -723 0 0 480 0 480 1440 0 1441 0 -3 -445z m-4318 205 l0 -80 -160 0 -160 0 0 80 0 80 160 0 160 0 0 -80z m724 -438 c91 -42 149 -100 194 -190 35 -72 37 -81 37 -172 0 -91 -2 -100 -37 -172 -45 -91 -103 -147 -196 -191 -61 -29 -76 -32 -162 -32 -86 0 -101 3 -162 32 -93 44 -151 100 -196 191 -35 72 -37 81 -37 171 0 87 3 102 32 163 40 85 97 147 172 186 78 42 122 52 213 48 61 -3 92 -11 142 -34z m2880 0 c91 -42 149 -100 194 -190 35 -72 37 -81 37 -172 0 -91 -2 -100 -37 -172 -45 -91 -103 -147 -196 -191 -61 -29 -76 -32 -162 -32 -86 0 -101 3 -162 32 -93 44 -151 100 -196 191 -35 72 -37 81 -37 171 0 87 3 102 32 163 40 85 97 147 172 186 78 42 122 52 213 48 61 -3 92 -11 142 -34z'/%3e%3cpath d='M3040 4155 c-258 -115 -370 -170 -383 -188 -19 -24 -18 -33 23 -498 23 -261 46 -481 51 -491 5 -10 159 -144 342 -298 297 -251 336 -280 367 -280 32 0 70 29 364 277 180 152 334 286 341 297 9 14 27 177 55 495 41 469 42 474 23 499 -26 35 -732 351 -783 351 -23 0 -157 -55 -400 -164z m723 -140 l307 -137 0 -32 c0 -38 -58 -719 -65 -763 -5 -26 -48 -67 -285 -267 l-280 -236 -280 236 c-237 200 -280 241 -285 268 -7 44 -65 724 -65 762 l0 32 313 140 c171 77 317 138 322 137 6 -2 148 -65 318 -140z'/%3e%3cpath d='M3703 3678 c-11 -13 -80 -112 -152 -220 -72 -109 -134 -198 -137 -198 -2 0 -45 27 -94 60 -104 70 -145 78 -179 34 -47 -59 -29 -85 134 -194 148 -99 183 -110 222 -67 47 51 343 510 343 531 0 13 -9 35 -21 50 -27 35 -86 36 -116 4z'/%3e%3cpath d='M1305 2295 c-16 -15 -25 -36 -25 -55 0 -19 9 -40 25 -55 23 -24 28 -25 175 -25 147 0 152 1 175 25 16 15 25 36 25 55 0 19 -9 40 -25 55 -23 24 -28 25 -175 25 -147 0 -152 -1 -175 -25z'/%3e%3cpath d='M1040 1347 c-49 -16 -133 -102 -148 -153 -28 -94 -8 -169 63 -239 101 -102 229 -102 330 0 98 97 101 222 8 325 -65 72 -158 97 -253 67z m135 -172 c16 -15 25 -36 25 -55 0 -19 -9 -40 -25 -55 -15 -16 -36 -25 -55 -25 -19 0 -40 9 -55 25 -16 15 -25 36 -25 55 0 19 9 40 25 55 15 16 36 25 55 25 19 0 40 -9 55 -25z'/%3e%3cpath d='M3920 1347 c-49 -16 -133 -102 -148 -153 -28 -94 -8 -169 63 -239 101 -102 229 -102 330 0 98 97 101 222 8 325 -65 72 -158 97 -253 67z m135 -172 c50 -49 15 -135 -55 -135 -41 0 -80 39 -80 80 0 41 39 80 80 80 19 0 40 -9 55 -25z'/%3e%3c/g%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    transform: scaleX(-1);
}
.services-block-img.services-img-assortment .services-svg {
    width: 44px;
    height: 44px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='512.000000pt' height='512.000000pt' viewBox='0 0 512.000000 512.000000' preserveAspectRatio='xMidYMid meet'%3e%3cg transform='translate(0.000000,512.000000) scale(0.100000,-0.100000)' fill='%23ffffff' stroke='none'%3e%3cpath d='M1026 4148 c-29 -45 -97 -240 -90 -260 3 -10 16 -24 29 -30 43 -19 67 8 113 131 44 117 50 149 30 169 -20 20 -66 14 -82 -10z'/%3e%3cpath d='M610 4080 c-11 -11 -20 -26 -19 -32 0 -7 17 -60 37 -118 29 -81 43 -107 61 -117 28 -13 55 -4 71 27 8 14 2 43 -26 122 -46 132 -79 163 -124 118z'/%3e%3cpath d='M3446 3899 c-120 -12 -277 -51 -384 -95 -178 -73 -321 -173 -469 -328 l-99 -103 -44 39 c-118 105 -323 216 -485 263 -264 76 -556 71 -815 -15 -104 -34 -258 -113 -353 -181 -105 -74 -263 -236 -332 -339 -61 -92 -173 -319 -208 -420 -96 -283 -83 -612 37 -906 173 -425 555 -737 1029 -841 117 -26 397 -25 522 1 275 58 541 195 730 377 l90 87 70 -50 c96 -68 289 -161 412 -197 260 -76 541 -80 793 -11 97 27 297 124 380 186 204 149 324 297 446 547 184 378 210 720 83 1084 -39 113 -113 254 -186 354 -66 93 -220 245 -315 313 -250 177 -591 266 -902 235z m330 -120 c449 -69 842 -409 982 -849 43 -137 57 -227 56 -380 -1 -330 -115 -614 -345 -854 -180 -189 -390 -305 -654 -362 -111 -24 -350 -24 -468 -1 -211 42 -412 140 -578 279 l-47 39 48 92 c42 80 65 131 94 211 6 16 16 9 79 -51 87 -84 141 -122 249 -173 131 -63 220 -82 378 -83 95 0 155 4 202 16 355 88 608 340 695 695 23 92 22 303 0 396 -40 162 -114 298 -226 418 -180 193 -404 291 -661 290 -131 0 -219 -16 -339 -62 -158 -61 -332 -201 -421 -338 -31 -48 -50 -65 -50 -43 0 15 -116 186 -155 230 l-37 41 58 71 c108 132 274 256 440 329 218 96 459 126 700 89z m-1999 -174 c455 -74 836 -397 981 -832 43 -128 62 -247 62 -394 0 -349 -121 -634 -374 -884 -227 -223 -490 -339 -804 -352 -319 -14 -593 75 -838 271 -150 120 -252 251 -340 431 -133 276 -159 578 -74 885 30 108 128 301 204 401 186 245 478 423 777 473 113 19 293 19 406 1z m2000 -276 c305 -77 543 -342 592 -657 15 -95 14 -153 -4 -257 -54 -310 -288 -560 -600 -641 -100 -26 -283 -24 -389 5 -160 43 -312 139 -413 260 -49 59 -54 70 -49 101 3 19 9 107 12 195 7 184 -7 296 -55 446 -33 102 -33 102 27 199 124 197 342 338 573 370 84 11 216 2 306 -21z'/%3e%3cpath d='M4442 2034 c-24 -17 -30 -62 -10 -82 30 -30 98 -1 98 41 0 20 -34 57 -53 57 -7 0 -23 -7 -35 -16z'/%3e%3cpath d='M4312 1768 c-40 -38 -41 -58 -4 -58 35 0 52 16 52 51 0 40 -13 42 -48 7z'/%3e%3cpath d='M4066 1673 c-8 -9 54 -73 71 -73 16 0 17 52 1 68 -13 13 -60 16 -72 5z'/%3e%3cpath d='M1424 3280 c-368 -66 -665 -359 -740 -730 -24 -119 -15 -292 21 -415 30 -101 96 -234 158 -313 62 -82 178 -183 263 -232 159 -91 309 -126 502 -117 254 11 487 126 650 318 69 82 160 254 187 354 26 94 31 313 10 416 -70 346 -318 606 -670 701 -81 22 -301 32 -381 18z m317 -114 c252 -54 473 -232 576 -464 87 -198 85 -464 -7 -659 -131 -281 -419 -463 -732 -463 -131 0 -222 21 -343 80 -173 84 -289 198 -370 365 -65 134 -79 196 -79 355 0 159 14 222 79 355 91 185 243 323 438 397 121 46 310 61 438 34z'/%3e%3cpath d='M1197 2882 c-22 -25 -21 -48 3 -72 19 -19 33 -20 378 -20 388 0 402 2 402 55 0 55 0 55 -399 55 -344 0 -369 -1 -384 -18z'/%3e%3cpath d='M1303 2659 c-22 -6 -35 -17 -39 -33 -7 -30 11 -65 34 -68 9 0 24 -1 32 -2 13 -1 15 -29 18 -179 l2 -177 -23 0 c-27 0 -57 -28 -57 -53 0 -9 9 -26 20 -37 17 -17 33 -20 108 -20 95 0 122 12 122 57 0 21 -29 53 -48 53 -9 0 -12 49 -12 180 l0 180 24 0 c51 0 73 53 36 90 -17 17 -33 20 -102 19 -46 0 -98 -5 -115 -10z'/%3e%3cpath d='M1640 2655 c-32 -38 -4 -95 47 -95 l23 0 0 -173 0 -173 -32 -9 c-37 -12 -51 -42 -34 -76 11 -23 17 -24 110 -27 109 -3 126 4 126 50 0 22 -7 33 -30 46 l-30 17 0 171 0 172 27 7 c39 10 53 24 53 54 0 45 -15 51 -136 51 -87 0 -114 -3 -124 -15z'/%3e%3cpath d='M1396 1983 c-183 -4 -206 -10 -206 -58 0 -53 6 -53 392 -53 261 1 362 4 374 13 22 16 21 65 -2 82 -13 9 -60 13 -175 13 -86 0 -169 1 -185 3 -16 2 -105 2 -198 0z'/%3e%3cpath d='M858 3259 c-28 -16 -23 -65 7 -85 33 -21 72 -6 81 31 12 48 -42 81 -88 54z'/%3e%3cpath d='M759 3116 c-31 -15 -39 -74 -13 -93 29 -21 62 -16 80 13 33 50 -14 107 -67 80z'/%3e%3cpath d='M632 2908 c-21 -21 -14 -66 13 -84 52 -34 111 31 70 76 -20 22 -65 26 -83 8z'/%3e%3cpath d='M3430 3170 c-260 -56 -350 -136 -395 -355 -18 -88 -14 -141 14 -194 16 -30 16 -38 3 -85 -11 -40 -12 -60 -3 -93 14 -51 113 -171 148 -179 18 -5 22 -11 17 -23 -37 -89 -53 -151 -44 -175 19 -51 201 -113 404 -137 131 -15 137 -12 171 93 15 46 29 84 30 85 1 2 26 -2 56 -8 114 -23 177 19 188 123 4 35 12 72 18 83 6 11 14 40 18 65 5 27 19 58 36 78 41 47 38 83 -15 168 l-43 70 -7 124 c-9 147 -24 189 -90 253 -119 114 -298 152 -506 107z m324 -120 c80 -31 156 -105 156 -152 0 -50 -33 -95 -101 -136 -170 -104 -184 -126 -214 -334 l-6 -38 -47 27 c-58 32 -86 28 -141 -22 -36 -33 -43 -35 -104 -35 -59 0 -68 3 -78 23 -7 12 -21 28 -31 36 -34 23 -40 59 -22 114 16 49 16 50 -11 117 l-27 68 15 77 c30 146 68 192 193 236 151 54 310 61 418 19z m224 -484 c28 -45 35 -62 23 -59 -29 7 -53 -31 -56 -90 -2 -30 -11 -69 -20 -87 -12 -23 -15 -45 -11 -70 8 -53 -10 -66 -68 -51 -116 29 -168 -7 -201 -142 -4 -15 -10 -29 -14 -31 -19 -12 -334 55 -345 73 -2 3 8 36 23 74 22 56 30 67 49 67 29 0 59 15 95 48 l27 26 32 -19 c18 -10 51 -18 76 -18 39 0 50 5 77 34 28 31 33 46 43 121 17 130 25 143 122 202 l85 51 11 -32 c6 -18 30 -61 52 -97z'/%3e%3cpath d='M343 3879 c-24 -9 -37 -40 -28 -68 3 -10 41 -39 84 -64 103 -60 120 -62 147 -22 15 23 15 27 1 49 -9 13 -47 41 -84 63 -86 50 -93 52 -120 42z'/%3e%3c/g%3e%3c/svg%3e ");
    background-repeat: no-repeat;
}
.services-block-img.services-img-service .services-svg {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='1280.000000pt' height='1280.000000pt' viewBox='0 0 1280.000000 1280.000000' preserveAspectRatio='xMidYMid meet'%3e%3cg transform='translate(0.000000,1280.000000) scale(0.100000,-0.100000)' fill='%23ffffff' stroke='none'%3e%3cpath d='M6000 12784 c-269 -23 -568 -64 -800 -110 -156 -31 -492 -114 -503 -124 -4 -4 -3 -61 2 -126 36 -405 34 -1022 -4 -1484 -102 -1217 -421 -2368 -957 -3454 -110 -220 -252 -487 -293 -549 -11 -15 -22 -4 -96 90 -558 719 -1208 1359 -1919 1889 -254 189 -646 454 -672 454 -27 0 -229 -428 -338 -715 -428 -1126 -530 -2309 -299 -3480 307 -1559 1185 -2956 2459 -3915 1161 -873 2609 -1317 4088 -1252 907 40 1709 238 2513 619 828 394 1623 1032 2210 1773 1216 1536 1674 3487 1258 5360 -95 429 -225 817 -424 1265 -70 158 -169 345 -183 345 -18 0 -346 -217 -542 -358 -774 -560 -1457 -1221 -2049 -1985 -74 -94 -85 -105 -96 -90 -41 62 -184 329 -292 549 -314 636 -543 1260 -712 1947 -234 948 -323 1967 -255 2911 8 110 11 203 7 207 -22 19 -464 118 -704 159 -380 63 -487 72 -939 75 -228 1 -435 1 -460 -1z m784 -655 c157 -11 499 -53 589 -72 l58 -12 -1 -280 c-4 -1332 239 -2611 731 -3843 131 -328 361 -816 512 -1087 103 -186 182 -323 234 -407 l53 -86 -78 -124 c-580 -913 -1026 -1961 -1283 -3016 -179 -734 -273 -1442 -286 -2144 -5 -298 -8 -338 -22 -342 -31 -10 -238 -35 -416 -52 -244 -23 -706 -23 -950 0 -178 17 -385 42 -416 52 -14 4 -17 44 -22 342 -22 1221 -298 2502 -793 3675 -216 512 -487 1030 -776 1486 l-78 123 73 122 c141 232 239 410 377 686 720 1438 1084 2992 1079 4610 l0 285 58 12 c87 18 359 53 523 68 181 16 648 18 834 4z m5024 -3751 c121 -326 225 -722 282 -1082 158 -1005 47 -2048 -320 -2991 -24 -60 -44 -112 -46 -113 -4 -6 -241 187 -404 329 -565 490 -1102 1090 -1534 1711 -42 61 -64 102 -60 110 16 26 151 206 238 318 426 547 954 1085 1490 1521 118 95 320 249 328 249 4 0 15 -24 26 -52z m-10623 -89 c573 -444 1110 -975 1567 -1546 132 -164 308 -400 308 -411 0 -23 -288 -413 -484 -657 -401 -496 -971 -1058 -1452 -1433 l-41 -32 -33 83 c-195 491 -321 1027 -377 1597 -23 243 -23 760 1 1000 46 469 131 883 262 1283 59 177 81 237 89 237 3 0 75 -54 160 -121z m8241 -2611 c512 -702 1134 -1350 1836 -1911 l188 -150 -32 -56 c-684 -1211 -1793 -2141 -3105 -2602 -172 -61 -366 -120 -372 -113 -7 6 -1 257 10 459 53 975 263 1964 612 2875 116 304 203 503 358 815 159 323 410 775 430 775 4 0 38 -42 75 -92z m-5893 -65 c806 -1369 1265 -2952 1313 -4526 l7 -228 -29 7 c-16 4 -83 24 -149 45 -1228 382 -2308 1188 -3041 2269 -128 189 -269 429 -257 440 4 4 89 72 188 151 684 546 1330 1221 1830 1911 26 37 52 65 56 63 4 -3 41 -62 82 -132z'/%3e%3c/g%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.row.account_template,
.content-compares-wrap,
body[data-page-name="account"] .content-compares-wrap-account,
.error-page-wrapper {
    padding: 40px 140px 70px 140px;
}
.row.account_template {
    margin-left: 0;
    margin-right: 0;
}


body[data-page-name="account"] .breadcrumb,
body[data-page-name="password_forgotten"] .breadcrumb,
body[data-page-name="my_coins"] .breadcrumb,
body[data-page-name="account_password"] .breadcrumb,
body[data-page-name="account_history"] .breadcrumb,
body[data-page-name="404"] .breadcrumb,
body[data-page-name="403"] .breadcrumb,
body[data-page-name="422"] .breadcrumb,
body[data-page-name="account_edit"] .breadcrumb {
    margin-left: 15px;
}
body[data-page-name="account_history"] .table#account_history_table > thead > tr > th.sum-account-history {
    min-width: 80px;
}
body[data-page-name="account_history"] .table#account_history_table > thead > tr > th.sum-account-number {
    min-width: 60px;
}
body[data-page-name="account_history"] .table#account_history_table > thead > tr > th.sum-account-order {
    max-width: 115px;
}
body[data-page-name="account_history"] .table#account_history_table > thead > tr > th.sum-account-ttn {
    max-width: 60px;
}
td.text-center.sum-account-ttn {
    padding: 20px;
}

body[data-page-name="wishlist"] .content-wishList-wrap,
.articles-wrapper-page {
    padding: 20px 140px 50px 140px;
}
body[data-page-name="wishlist"] h1 {
    padding: 10px 140px 10px 140px;
}
body[data-page-name="wishlist"] .col-account-content h1,
body[data-page-name="wishlist"] #account-menu h1 {
    padding: 0px 0px 0px 0px;
}
.account_template .col-account-content .content-wishList-wrap {
    padding: 0px 0px 0px 0px;
}

.alert {
    margin-top: 8px;
}
.alert > svg.bi-check-circle-fill {
    vertical-align: bottom;
    color: #3c763d;
}
body[data-page-name="login"] .alert.alert-danger {
    margin-top: 8px;
    display: flex;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    justify-content: center;
    padding-right: 3%;
    margin-bottom: 15px;
}
body[data-page-name="checkout_success"] .breadcrumb,
body[data-page-name="wishlist"] .breadcrumb {
    margin-left: 14px;
}
.mob-wrap-filter {
    display: none;
}
.content-wishList-wrap .none-customers-wishlist {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 37px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.content-wishList-wrap > h1 {
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 37px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.error-page-wrapper h1.error-page-h1,
body[data-page-name="checkout_success"] h1.succes-info-name {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 3rem;
    line-height: 58px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.error-page-wrapper h2.error-page-h2 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 2rem;
    line-height: 32px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.error-page-wrapper .error-page-text {
    font-weight: 500;
    font-size: 1rem;
    line-height: 28px;
    color: #000000;
    font-family: Inter;
    max-width: 923px;
    margin: 0 auto;
}
.error-page-wrapper .error-page-text.error-page-text-name {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 15px;
}
.succes-info-btn.error-btn-wrap-flex,
.error-page-wrapper .error-btn-wrap-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.error-page-wrapper .error-page-btn {
    margin-right: 10px;
}
.error-page-wrapper .error-page-btn > a {
    display: inline-block;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    padding: 12px 41px;
    height: 50px;
    text-transform: uppercase;
    font-family: Inter;
}
.error-btn-wrap-flex .error-page-btn.succes-btn-main > a {
    display: inline-block;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    padding: 12px 41px;
    height: 50px;
    text-transform: uppercase;
    font-family: Inter;
    background: #F6F6F6;
    color: #1A1A1A;
}
.error-page-wrapper .error-page-btn.error-btn-back {
    background: #F6F6F6;
    color: #1A1A1A;
}
.error-btn-wrap-flex .error-page-btn.succes-btn-main {
    margin-bottom: 0;
    margin-right: 10px;
}
.error-btn-wrap-flex .error-page-btn.succes-btn-main > a:hover {
    background: #E2E2E2;
    color: #1A1A1A;
    text-decoration: none;
}
.error-page-wrapper .error-page-btn.error-btn-back:hover {
    background: #E2E2E2;
}
.error-page-wrapper .error-page-btn.error-btn-back > .back_link{
    color: #1A1A1A;
}
.error-page-wrapper .error-page-btn.error-btn-main {
    background: #057B48;
}
.error-page-wrapper .error-page-btn.error-btn-main:hover {
    background: linear-gradient(0deg, #E7F4E0, #E7F4E0);
}
body[data-page-name="checkout_success"] .error-btn-wrap-flex > .btn.bold:hover {
    background: linear-gradient(0deg, #E7F4E0, #E7F4E0);
    color: #057B48!important;
}
.error-page-wrapper .error-page-btn.error-btn-main:hover > .back_link {
    color: #057B48;
}
.error-page-wrapper .error-page-btn.error-btn-main > .back_link {
    color: #fff;
}
.error-page-btn > a:hover {
    text-decoration: none;
}
.error-page-wrapper .error-page-btn-width {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.error-page-btn-width .error-page-btn {
    margin-right: 0;
}

body[data-page-name="checkout_success"] .succes-info-text {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 28px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    max-width: 923px;
    margin: 0 auto;
    margin-bottom: 43px;
}

.succes-info-text > span {
    color: #057B48;
    font-weight: 600;
}
.succes-info-btn > .btn {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    font-family: Inter;
    padding: 12px 41px;
    height: 50px;
    text-transform: uppercase;
}
.articles-wrapper-page .pageHeading,
body[data-page-name="contact_us"] .pageHeading {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 37px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.content-wishList-wrap #wishlist_table thead > tr > th {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 25px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 5px
}
.content-wishList-wrap #wishlist_table tbody > tr > td,
.content-wishList-wrap #wishlist_table tbody > tr > td a {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
}
[data-page-name="my_coins"] tbody > tr > td a.not-reachable-product-link,
.content-wishList-wrap #wishlist_table tbody > tr > td.not-reachable-product-link a {
    pointer-events: none;
}
.content-wishList-wrap #wishlist_table tbody > tr > td:last-child > .productListing-data-block {
    margin-right: -10px;
}
.col-account-content table#wishlist_table,
.col-account-content table.table-bordered {
    border: 1px solid transparent;
    margin-top: -8px;
}
body[data-page-name="my_coins"] .col-account-content table.table-bordered thead > tr > th:not(:first-child) {
    min-width: 80px;
}
.col-account-content table.table>thead>tr>th {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-width: 1px;
    border-bottom: 1px solid #E2E2E2;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 25px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 5px
}
.col-account-content table.table-striped>tbody>tr>td,
.col-account-content table.table-striped>tbody>tr>th {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #E2E2E2;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 20px;
    color: #000000;
    font-family: Inter;
    vertical-align: middle;
}

.col-account-content table.table-striped>tbody>tr>td {
    white-space: nowrap;
}

.col-account-content table.table-striped .collection-name {
    white-space: unset;
}

.col-account-content table.table-striped>tbody>tr,
.col-account-content table.table-striped>tbody>tr {
    border-bottom: 1px solid #E2E2E2;
}
.col-account-content table#account_history_table.table-striped>tbody>tr>td.account_history_actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.account_template .col-account-content .btn,
.account_template .col-account-content button.btn,
.account_template .col-account-content .btn-default {
    margin-right: 0px;
    border-radius: 0;
    padding: 12px;
    min-width: 128px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}
.account_template .col-account-content button.btn,
table#account_history_table>tbody>tr>td.account_history_actions > a.btn,
table#account_history_table>tbody>tr>td.account_history_actions button.btn{
    min-width: 128px;
    padding: 15px;
}
.account_template .col-account-content button.btn,
table#account_history_table>tbody>tr>td.account_history_actions > a.btn.btn-danger,
table#account_history_table>tbody>tr>td.account_history_actions button.btn.btn-danger {
    margin-right: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}
table#account_history_table>tbody>tr>td.account_history_actions button.btn.disable{
    background: #e2e2e2;
}
table#account_history_table>tbody>tr>td.account_history_actions button.btn.disable:hover{
    color: #000!important;
}
table#account_history_table>tbody>tr>td.account_history_actions .btn,
table#account_history_table>tbody>tr>td.account_history_actions > * {
    width: 100%;
}
.col-account-content .pagerss > div {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.col-account-content .pagerss > div:nth-child(2) > div nav{
    margin-left: 6px;
    margin-top: -13px;
}

.articles-wrapper-page .article_content {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.nostock {
    opacity: 0.5;
}
.content-wishList-wrap #wishlist_table tbody > tr > td a:hover {
    text-decoration: none;
}
.content-wishList-wrap #wishlist_table tbody > tr:first-child {
    border-top: 1px solid #E2E2E2;
}
.content-wishList-wrap #wishlist_table tbody > tr {
    border-bottom: 1px solid #E2E2E2;
}
.content-wishList-wrap #wishlist_table tbody > tr > td .wishList-cart {
    background: #F8D490;
    padding: 5px;
    margin-top: 5px;
    display: inline-block;
}
.content-wishList-wrap #wishlist_table .btn {
    border-radius: 0;
    padding: 10px;
    width: auto;
    min-width: 135px;
    text-transform: uppercase;
    color: #fff;
}
.content-wishList-wrap #wishlist_table .btn-default {
    margin-right: 0;
}
.content-wishList-wrap .productListing-data-block {
    margin-top: 5px;
    margin-bottom: 5px;
}
.add_nav .navbar-default .block_categories .navbar-nav > li > a span{
    padding: 5px 5px;
}
.add_nav .block_categories .navbar-nav > li > a {
    padding: 0px 14px;
}

@media (max-width: 1600px) {
    .backgroud_image_container{
        height: 900px!important;
    }
}

@media (max-width: 1400px) {
    .backgroud_image_container{
        height: 770px!important;
    }
}

@media (max-width: 1200px) {
    .backgroud_image_container{
        height: 650px!important;
    }
}

@media (max-width: 1100px) {
    .backgroud_image_container{
        height: 610px!important;
    }
}

@media (max-width: 1020px) {
    .backgroud_image_container{
        height: 610px!important;
    }
}

@media (max-width: 991px) {
    .add_nav .block_categories .navbar-nav > li > a {
        padding: 0px;
    }
    .backgroud_image_container{
        height: 460px!important;
    }
}

@media (max-width: 991px) {
    .add_nav .block_categories .navbar-nav > li > a {
        padding: 0px;
    }
}
@media (max-width : 767px) {
    .backgroud_image_container{
        height: 350px!important;
    }
}
@media (max-width : 680px) {
    .backgroud_image_container{
        height: 240px!important;
    }
}

.add_nav .block_categories .navbar-nav > li:first-child > a {
    padding-left: 0px;
}
.categories_menu .sub {
    min-width: 150px;
}
.categories_menu .sub > a img {
    object-fit: cover;
}
.categories_menu .sub > a > span {
    margin-top: 10px;
}
.lb-outerContainer {
    background-color: transparent!important;
}
.lightbox .lb-image {
    border-radius: 0px;
    border: 1px solid transparent!important;
}
.read-entire-hide,
.read-entire-mobil {
    display: none;
}
body[data-page-name="compare"] h1,
.modal-body h3, .modal-body h1 {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 37px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}
.modal-body  h2.basket-empty-name {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 37px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    text-align: left;
}
.contacts_info_footer-mobil {
    display: none;
}
#modal_cart_modal button.close {
    z-index: 999999;
    position: relative;
}
#modal_cart_modal button.close > svg {
    margin-top: 30px;
}
.coin-set-block {
    position: relative;
}
.coin-set-block .basked_product_bank {
    display: none;
}

.title-new-products-mobil {
    display: none;
}

.bank-small-menu .small-menu-basket.popup_cart > a > svg {
    font-size: 1.375rem;
}
body[data-page-name="product_info"] .breadcrumb {
    margin-left: 0;
}
body[data-page-name="compare"] .breadcrumb {
    display: none;
}
body[data-page-name="create_account_success"] .breadcrumb,
body[data-page-name="compare"] .breadcrumb {
    margin-left: 15px;
}

/*body[data-page-name="index_default"] #most_popular {
    margin-bottom: 120px;
}*/
body[data-page-name="index_default"] .container-fluid.new-products-wrapper {
    margin-top: 120px;
}
body[data-page-name="compare"] .content-compares-wrap .btn,
form[name="contact_us"] .form-group.btn {
    border-radius: 0;
    padding: 10px;
    width: auto;
    min-width: 135px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 26px;
    color: #F5F5F5;
    font-family: Inter;
}

body[data-page-name="compare"] .compare_table tr > td:nth-child(1) {
    min-width: 250px;
    max-width: 250px;
}
body[data-page-name="compare"] .compare_table tr > td:nth-child(2),
body[data-page-name="compare"] .compare_table tr > td:nth-child(3),
body[data-page-name="compare"] .compare_table tr > td:nth-child(4),
body[data-page-name="compare"] .compare_table tr > td:nth-child(5) {
    /*width: 33%;*/
    min-width: 200px;
    max-width: 200px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
body[data-page-name="compare"] .compare_table tr > td {
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    font-size: 0.875rem;
}
body[data-page-name="compare"] .compare_table tr:first-child > td {
    border-top: 1px solid #f6f6f6;
}
body[data-page-name="compare"] .compare_table tr > td:last-child {
    border-right: 1px solid transparent;
}
.table-responsive-compare {
    width: 100%;
    border: none;
    max-width: 100vw;
    display: block;
    min-height: .01%;
    overflow-x: auto;
    padding-bottom: 20px;
}

.table-responsive-compare::-webkit-scrollbar {
    width: 5px;
}
.table-responsive-compare::-webkit-scrollbar-track {
    background: #F6F6F6;
}
.table-responsive-compare::-webkit-scrollbar-thumb {
    background-color: #E2E2E2;
    border-radius: 20px;
    border: 1px solid #E2E2E2;
}
.table-responsive-compare .product-compare-btn {
    display: inline-block;
    padding: 8px 12px;
    font-size: 0.875rem;
    line-height: 22px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
    background: #057B48;
    margin-top: 15px;
    text-transform: uppercase;
}
.table-responsive-compare .product-compare-btn:hover {
    background: linear-gradient(0deg, #E7F4E0, #E7F4E0);
    color: #057B48;
}

body[data-page-name="index_products"] .last-viewed-wrapper,
body[data-page-name="index_products"] .row_news_customer_reviews .col-category-news {
    padding-left: 0;
    padding-right: 0;
}
.tab-description-visible {
    max-height: 100%;
    overflow: visible;
}
#sidebar-left .like_h2 {
    display: none;
}
body[data-page-name="index_products"] .last-viewed-wrapper {
    margin-top: 60px;
}
body[data-page-name="product_info"] #carousel-custom-dots {
    display: none;
}
.sp-form[sp-id="218356"] .sp-form-control {
    border-color: #f5f5f5!important;
}
#tab-characteristics,
#tab-description {
    display: block!important;
}
#owl-frontslider .owl-nav {
    display: none;
}
#owl-frontslider.owl-loaded {
    margin-bottom: 30px;
    position: relative;
}
.banner-collection .banner-information-text {
    display: none;
}
#sidebar-left .like_h2_category {
    margin-left: 6px;
}
#sidebar-left .accordion > .like_a.active,
#sidebar-left .accordion ul > li > .like_a.active {
    color: #979797;
}
#sidebar-left #cat_accordion li {
    border-top: none;
}
#sidebar-left #cat_accordion li:last-child {
    border-bottom: 1px solid transparent;
}
#sidebar-left #cat_accordion ul {
    padding: 10px 17px;
}
.mobil-listing-header .dd_select {
    padding-left: 6px;
}
.mobil-listing-header .pl_sort {
    padding-right: 9px;
}
#sidebar-left .col_product.col_product_bank .p_description {
    box-shadow: none;
}
.selectize-control.single .selectize-input .item{
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    font-family: Inter;
    color: #000000;
    padding-right: 15px;
    background: #FBFBFB;
    /*border: 1px solid #B1B1B1;*/
}
#ukrpochta-street-result .item {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    font-family: Inter;
    color: #000000;
    padding-right: 3px;
}
#sidebar-left .box-category {
    display: block;
}
#sidebar-left .box-category .close-sidebar-left {
    display: none;
}
#sidebar-left .category-name-all {
    display: none;

}
body[data-page-name="create_account"] .breadcrumb,
body[data-page-name="login"] .breadcrumb {
    display: none;
}
.form-group.req-field.div-confirmation {
    margin-bottom: 30px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.footer-bank-text-solomono {
    /* font-weight: 400; */
    font-size: 0.75rem;
    line-height: 40px;
    font-family: Inter;
    color: #979797;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer-bank-text-solomono > a {
    color: #979797;
    text-decoration: underline;
    margin-left: 10px;
}
.footer-bank-text-solomono > a:hover {
    color: #f7f7f7;
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-filter-show-all,
.btn-filter-hide {
    display: none;
}

.form-group input::placeholder {
    color: #717375;
    opacity: 0.7;
}


body[data-page-name="create_account"]  .register-img-background {
    min-height: 1100px;
    margin-bottom: 15px;
}
body[data-page-name="create_account"]  .register-img-background > p {
    margin-bottom: 0;
    min-height: 1100px;
}
body[data-page-name="create_account"]  .register-img-background > p > img.img-responsive {
    object-fit: cover;
    height: 1100px!important;
}

body[data-page-name="my_coins"] .p_img_href_list_coins > img {
    max-width: 100px;
    height: 100px;
    object-fit: contain;
}
.col-account-content .btn:hover {
    background: linear-gradient(0deg, #E7F4E0, #E7F4E0);
    color: #057B48!important;
}

/************************************/

@media (min-width: 769px) {
    .product_slider .product:hover {
        height: auto !important;
    }
    .btn-filter-mobile,
    .btn-filter-hide-none {
        display: none;
    }

    .btn-filter-decktop {
        display: block;
        font-weight: 400;
        font-size: 0.75rem;
        line-height: 16px;
        font-family: Inter;
        color: #979797;
        border: none;
        background-color: #fff;
        padding-left: 0;
        margin-top: 10px;
        cursor: pointer;
        padding: 0 0 10px 0;
    }
    .btn-filter-decktop-none {
        display: block;
        font-weight: 400;
        font-size: 0.75rem;
        line-height: 16px;
        font-family: Inter;
        color: #979797;
        border: none;
        background-color: #fff;
        padding-left: 0;
        margin-top: 10px;
        cursor: pointer;
        padding: 0 0 10px 0;
    }


    .btn-filter-decktop.btn-filter-decktop-none {
        display: none;
    }
    .attrib_divs,
    .attrib_divs.ajax .inner-scroll {
        max-height: 100%;
        overflow-y: initial;
        margin-bottom: 10px;
        position: relative;
    }

    .attrib_divs.attrib_divs_mobil {
        max-height: 119px;
        overflow-y: hidden;
        overflow-y: scroll;
        padding-bottom: 10px;
        display: block;
    }

    #filters_box .filter_box_in .attrib_divs.attrib_divs_mobil::-webkit-scrollbar{
        width: 4px;
        height: 8px;
        border-radius: 5px;
        background-color: #F6F6F6;
    }

    #filters_box .filter_box_in .attrib_divs.attrib_divs_mobil::-webkit-scrollbar-thumb {
        background: #E2E2E2;
        border-radius: 5px;
    }



}
@media (min-width: 992px) and (max-width: 1599px) {
    body[data-page-name="index_products"] .p_img_href {
        padding-top: 19px;
        padding-bottom: 10px;
    }

}
@media (min-width: 1300px) and (max-width: 1560px) {
    .coin-text {
        line-height: 27px;
    }
}
@media (max-width : 1427px) {
    .copyright p > span {
        display: block;
        margin-top: 10px;
    }
    .money_systems li {
        padding: 0 1%;
    }
}
@media (max-width : 1358px) {
    .wrapper-sub-collection .block-collection {
        max-width: 710px;
    }
}
@media (max-width : 1300px) {
    .test-over_wrapper .item {
        min-height: 350px;
    }
    body[data-page-name="product_info"] .container-product-info {
        padding: 40px 70px 0px 70px;
    }
}
@media (max-width : 1230px) {
    .container-registration .form-group.form-group-checkbox {
        flex-direction: column;
    }
}
@media (max-width : 1200px) {
    .sub_ul>li.wrapper.wrapper-sub-collection {
        justify-content: center;
        align-items: center;
    }
}
@media (max-width : 1215px) {
    .copyright .wash-site {
        margin: 0 10px;
        display: block;
    }
    .footer-mapp-name > span {
        display: inline-block;
        margin-top: 10px;
        margin-left: 10px;
    }
}
@media (max-width : 1105px) {
    .wrapper-sub-collection .block-collection {
        max-width: initial;
    }
    .sub_ul>li .image-collection {
        margin-left: 0;
    }
}
@media (max-width : 991px) {
    .succes-info-btn .error-btn-wrap-flex,
    .error-page-wrapper .error-btn-wrap-flex {
        flex-direction: column;
    }
    .error-page-wrapper .error-page-btn {
        margin-right: 0px;
        width: 100%;
    }
    body[data-page-name="product_info"] .container-product-info {
        padding: 40px 15px 0px 15px;
    }
}

/*--------------------------- Registration + change account password block ------------------------*/
/*.container-registration .row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}*/
.container-registration .form-customer-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}
.container-registration .col-form-customer {
    padding: 40px !important;
}
.container-registration .input-error_span,
form[name='account_password'] .input-error_span,
form[name='account_edit'] .input-error_span {
    min-height: 20px;
}
.container-registration .input-error_span,
form[name='account_password'] .input-error_span,
form[name='account_edit'] .input-error_span {
    display: block;
    margin-top: 5px;
    color: var(--sm-link-color);
    line-height: 1.5;
}
.container-registration .email-verification-success,
.container-registration .sms-verification-success {
    color: var(--sm-link-color);
}
.container-registration .email-verification-success,
.container-registration .dark-text,
.container-registration #resent-email,
.container-registration #error-email,
.container-registration .sms-verification-success,
.container-registration #resent-sms,
.container-registration #error-sms {
    line-height: 1.5;
}
.container-registration #resent-email,
.container-registration .dark-text,
.container-registration #resent-sms {
    color: #555 !important;
}
.container-registration .verification-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px !important;
}
.container-registration .verification-block-input#email_address,
.container-registration .verification-block-input#telephone {
    width: 45%;
    margin-right: 20px;
}
.container-registration .verification-block-input#email-verification,
.container-registration .verification-block-input#sms-verification {
    position: relative;
    width: 55%;
}
.container-registration .reg_input[name='email_code'],
.container-registration .reg_input[name='sms_code'] {
    width: 51%;
}
.container-registration #email-verification-btn,
.container-registration #sms-verification-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.container-registration #email-verification-link,
.container-registration #email-verification-submit,
.container-registration #sms-verification-link,
.container-registration #sms-verification-submit {
    min-width: 110px !important;
    max-width: 110px;
    padding: 9px 0;
    margin: 0;
    border-radius: 0;
}
.cursor-link {
    cursor:pointer;
}
.container-registration .change-value{
    border-bottom: 1px solid rgba(243, 7, 39, 0.2) !important;
}
form[name='account_password'] .change-value,
form[name='account_edit'] .change-value {
    border: 1px solid rgba(243, 7, 39, 0.2) !important;
}
.container-registration #error-email,
.container-registration #error-sms,
.container-registration .change-value::placeholder,
.container-registration .error-value,
form[name='account_password'] .change-value::placeholder,
form[name='account_password'] .error-value,
form[name='account_edit'] .change-value::placeholder,
form[name='account_edit'] .error-value{
    color: rgba(243, 7, 39) !important;
}
.container-registration .email-verification-success,
.container-registration .sms-verification-success {
    position: absolute;
    top: 8px;
    padding-left: 15px;
}
.container-registration .min-length-data,
form[name='account_password'] .min-length-data,
.account_template .min-length-data {
    display: none !important;
}
.container-registration .form-group.form-group-checkbox.wrapper-account-newsletter {
    display: none;
}
.prod_main_info .thumbs div.active {
    border: 1px solid #000000;
}
.checkout-wrapper .coupon_newsletter_block .newsletter {
    display: none;
}
.alert.alert-danger.messageStackError button.close{
    display: none;
}
form[name='account_password']  #pass-change_btn,
form[name='account_edit']  #personal-data-change_btn,
form[name='create_account']  .blocked_btn {
    opacity: 0.5;
    pointer-events: none;
}
form[name='account_edit'] .input-blocked{
    background-color: #ebebeb !important;
    border: 1px solid #b2b2b2;
    cursor: not-allowed;
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}
.heading-title-account {
    font-weight: 500;
    font-size: 3rem;
    line-height: 58px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 20px;
}
.create-account-block-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.create-account-block-text > span {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 10px;
}
.form-group.create-account-form {
    margin-top: 30px;
}

.select-qty-wrapper .product-select-qty {
    height: auto;
}
.select-qty-wrapper .selectize-control.single .selectize-input,
.select-qty-wrapper .selectize-control.single .selectize-input.input-active {
    min-width: 90px;
    min-height: 40px;
    border-radius: 0;
    border: 1px solid #b1b1b1;
    font-size: 0.875rem;
}

.select-qty-wrapper.select-lg .selectize-control.single  .selectize-input {
    min-height: 56px;
}

.select-qty-wrapper .selectize-control.single .item {
    transform: translateX(10px);
    background-color: inherit;
}

.select-qty-wrapper .selectize-control.single  .selectize-input:after {
    right: 10px;
}
body[data-page-name="index_products"] > .alert {
    top: 70px!important;
}
.additional_images2 .item.single_image {
    line-height: 280px;
    text-align: center;
    height: 400px;
}
.additional_images2 .item img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.row.prod_main_info .additional_images2 > .item.single_image{
    border: 1px solid #E2E2E2;
    padding: 60px 0;
}
.last-viewed-wrapper .col_product.col_product_bank .product {
    margin-right: 4px;
    margin-left: 5px;
}
.last-viewed-wrapper .owl-nav .owl-prev,
.last-viewed-wrapper .owl-nav .owl-next {
    background-color: #fff;
    transform: translateY(-50%);
}
.last-viewed-wrapper .owl-nav .owl-prev {
    left: 20px;
}
.last-viewed-wrapper .owl-nav .owl-next {
    right: 19px;
}
.footer-mapp-name-block .wash-site {
    display: none;
    margin: 0 0px;
}
.footer-mapp-name-block .footer-mapp-name {
    padding-right: 21px;
}
.unavailable_text {
    font-size: 1.5rem;
    color: gray;
}
.col_unavailable_text {
    font-size: 0.875rem;
    color: gray;
}
.read-tab-description .entire-mobil_1,
.read-tab-characteristics .entire-mobil_1 {
    position: relative;
    width: 100%;
    width: 100%;
}
.read-tab-description .entire-mobil_1:before,
.read-tab-characteristics .entire-mobil_1:before {
    content: '';
    position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
    height: 52px;
    background: linear-gradient(to bottom,rgba(255,255,255,0),#fff 49%);
}
.account-history_pager {
    margin-top: 15px;
    padding: 0 !important;
}
.account-history_pager div {
    padding: 0;
}
.account-history_pager .account-history_pagination {
    padding-top: 15px;
}
.pagination > li > a.prev_page,
.pagination > li > a.next_page {
    padding: 0 35px;
}
body[data-page-name="checkout"] .small-menu-basket.popup_cart{
    display: none;
}
@media (min-width : 768px) and (max-width : 991px) {
    #account_history_table {
        padding: 20px;
    }
}
@media (max-width : 767px) {
    .pagination {
        display: flex;
    }
    .category .pagination_block {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .account-history_pager {
        flex-wrap: wrap;
    }
    .account-history_pager .account-history_counter {
        text-align: center;
        padding: 0;
    }
    .account-history_pager .account-history_pagination {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        padding: 0;
    }
}

.preload {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
/*----------------------PRELOADER START----------------------*/
.lds-roller {
    display: inline-block;
    position: relative;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    border-radius: 50%;
    background: #fff;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.main-basked-icon .prod-list-loading-spinner .lds-roller,
#popup_cart_form .prod-list-loading-spinner .lds-roller,
#modal_cart_popup #cartPopUpLoadingSpinner .lds-roller,
.prod_buy_btns  #prodBtnLoadingSpinner .lds-roller,
#wishlist_table .prod-list-loading-spinner .lds-roller{
    width: 32px;
    height: 32px;
}
.main-basked-icon .prod-list-loading-spinner .lds-roller,
.prod_buy_btns  #prodBtnLoadingSpinner .lds-roller {
    background-color: var(--sm-btn-color);
}
.main-basked-icon .prod-list-loading-spinner .lds-roller.trans,
.prod_buy_btns  #prodBtnLoadingSpinner .lds-roller.trans,
.main-basked-icon .prod-list-loading-spinner .lds-roller.trans:hover,
#r_buy_intovar button.btn-primary.limited:hover,
#r_buy_intovar button.btn-primary.clicked:hover,
.prod_buy_btns .btn-primary.limited:hover + #prodBtnLoadingSpinner .lds-roller,
.prod_buy_btns .btn-primary.clicked:hover + #prodBtnLoadingSpinner .lds-roller,
.prod_buy_btns .btn-primary.limited:focus + #prodBtnLoadingSpinner .lds-roller,
.prod_buy_btns .btn-primary.clicked:focus + #prodBtnLoadingSpinner .lds-roller{
    background: #ffb300;
}
#popup_cart_form .prod-list-loading-spinner .lds-roller {
    background-color: #fff;
}
#popup_cart_form .prod-list-loading-spinner .lds-roller div:after,
#checkout_cart .select-qty-wrapper .lds-roller div:after{
    background: #636363;
}
.prod_buy_btns .btn-primary:hover + #prodBtnLoadingSpinner .lds-roller,
.prod_buy_btns .btn-primary:focus + #prodBtnLoadingSpinner .lds-roller {
    background-color: var(--sm-link-color);
}
#checkout_cart .select-qty-wrapper{
    position: relative;
}
#checkout_cart .select-qty-wrapper .lds-roller{
    width: 32px;
    height: 36px;
}
.main-basked-icon .prod-list-loading-spinner .lds-roller div,
#popup_cart_form .prod-list-loading-spinner .lds-roller div,
.prod_buy_btns  #prodBtnLoadingSpinner .lds-roller div,
#modal_cart_popup #cartPopUpLoadingSpinner .lds-roller div,
#checkout_cart .lds-roller div,
#wishlist_table .prod-list-loading-spinner .lds-roller div{
    transform-origin: 16px 16px;
}
.main-basked-icon .prod-list-loading-spinner .lds-roller div:after,
.prod_buy_btns  #prodBtnLoadingSpinner .lds-roller div:after,
#modal_cart_popup #cartPopUpLoadingSpinner .lds-roller div:after,
#checkout_cart .lds-roller div:after,
#wishlist_table .prod-list-loading-spinner .lds-roller div:after {
    width: 5px;
    height: 5px;
    margin: -4px 0 0 -4px;
}
#popup_cart_form .prod-list-loading-spinner .lds-roller div:after {
    width: 4px;
    height: 4px;
    margin: -4px 0 0 -4px;
}
.main-basked-icon .prod-list-loading-spinner .lds-roller div:nth-child(1):after,
.prod_buy_btns  #prodBtnLoadingSpinner .lds-roller div:nth-child(1):after,
#modal_cart_popup #cartPopUpLoadingSpinner .lds-roller div:nth-child(1):after,
#checkout_cart .lds-roller div:nth-child(1):after,
#wishlist_table .prod-list-loading-spinner .lds-roller div:nth-child(1):after {
    top: 16px;
    left: 4px;
}
.main-basked-icon .prod-list-loading-spinner .lds-roller div:nth-child(2):after,
.prod_buy_btns  #prodBtnLoadingSpinner .lds-roller div:nth-child(2):after,
#modal_cart_popup #cartPopUpLoadingSpinner .lds-roller div:nth-child(2):after,
#checkout_cart .lds-roller div:nth-child(2):after,
#wishlist_table .prod-list-loading-spinner .lds-roller div:nth-child(2):after {
    top: 12px;
    left: 4px;
}
.main-basked-icon .prod-list-loading-spinner .lds-roller div:nth-child(3):after,
.prod_buy_btns  #prodBtnLoadingSpinner .lds-roller div:nth-child(3):after,
#modal_cart_popup #cartPopUpLoadingSpinner .lds-roller div:nth-child(3):after,
#checkout_cart .lds-roller div:nth-child(3):after,
#wishlist_table .prod-list-loading-spinner .lds-roller div:nth-child(3):after {
    top: 8px;
    left: 5px;
}
.main-basked-icon .prod-list-loading-spinner .lds-roller div:nth-child(4):after,
.prod_buy_btns  #prodBtnLoadingSpinner .lds-roller div:nth-child(4):after,
#modal_cart_popup #cartPopUpLoadingSpinner .lds-roller div:nth-child(4):after,
#checkout_cart .lds-roller div:nth-child(4):after,
#wishlist_table .prod-list-loading-spinner .lds-roller div:nth-child(4):after {
    top: 5px;
    left: 8px;
}
.main-basked-icon .prod-list-loading-spinner .lds-roller div:nth-child(5):after,
.prod_buy_btns  #prodBtnLoadingSpinner .lds-roller div:nth-child(5):after,
#modal_cart_popup #cartPopUpLoadingSpinner .lds-roller div:nth-child(5):after,
#checkout_cart .lds-roller div:nth-child(5):after,
#wishlist_table .prod-list-loading-spinner .lds-roller div:nth-child(5):after {
    top: 4px;
    left: 12px;
}
.main-basked-icon .prod-list-loading-spinner .lds-roller div:nth-child(6):after,
.prod_buy_btns  #prodBtnLoadingSpinner .lds-roller div:nth-child(6):after,
#modal_cart_popup #cartPopUpLoadingSpinner .lds-roller div:nth-child(6):after,
#checkout_cart .lds-roller div:nth-child(6):after,
#wishlist_table .prod-list-loading-spinner .lds-roller div:nth-child(6):after {
    top: 4px;
    left: 16px;
}
#popup_cart_form .prod-list-loading-spinner .lds-roller div:nth-child(1):after {
    top: 16px;
    left: 7px;
}
#popup_cart_form .prod-list-loading-spinner .lds-roller div:nth-child(2):after {
    top: 13px;
    left: 7px;
}
#popup_cart_form .prod-list-loading-spinner .lds-roller div:nth-child(3):after {
    top: 10px;
    left: 8px;
}
#popup_cart_form .prod-list-loading-spinner .lds-roller div:nth-child(4):after {
    top: 8px;
    left: 10px;
}
#popup_cart_form .prod-list-loading-spinner .lds-roller div:nth-child(5):after {
    top: 7px;
    left: 13px;
}
#popup_cart_form .prod-list-loading-spinner .lds-roller div:nth-child(6):after {
    top: 7px;
    left: 16px;
}
#popup_cart_form .select-qty-wrapper .selectize-control.single .item {
    transform: translateX(5px);
    padding-right: 30px;
}
.select-qty-wrapper.animated-error {
    animation: qty-error 1s cubic-bezier(0, 0, 1, 1);
}
@keyframes qty-error {
    0% {
        transform: translateX(0px);
    }
    25% {
        transform: translateX(-10px);
    }
    35%{
        transform: translateX(10px);
    }
    45% {
        transform: translateX(-10px);
    }
    55%{
        transform: translateX(10px);
    }
    65% {
        transform: translateX(-10px);
    }
    75%{
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0px);
    }
}
#modal_less_qty .modal-dialog {
    max-height: 80%;
    width: auto;
    max-width: 80%;
    min-width: 30%;
}
#modal_less_qty .modal-content {
    max-height: 100%;
    overflow: auto;
    height: 100%;
}
#modal_less_qty .modal-content .modal-queue-list_container {
    max-width: 100%;
    overflow: auto;
    width: 100%;
}

#modal_less_qty .modal-content::-webkit-scrollbar,
#modal_less_qty .modal-content .modal-queue-list_container::-webkit-scrollbar { width: 6px; height: 6px;}
#modal_less_qty .modal-content::-webkit-scrollbar-button,
#modal_less_qty .modal-content .modal-queue-list_container::-webkit-scrollbar-button {  height: 0px;}
#modal_less_qty .modal-content::-webkit-scrollbar-track,
#modal_less_qty .modal-content .modal-queue-list_container::-webkit-scrollbar-track {  background-color: transparent;}
#modal_less_qty .modal-content::-webkit-scrollbar-track-piece,
#modal_less_qty .modal-content .modal-queue-list_container::-webkit-scrollbar-track-piece { background-color: transparent;}
#modal_less_qty .modal-content::-webkit-scrollbar-thumb,
#modal_less_qty .modal-content .modal-queue-list_container::-webkit-scrollbar-thumb { height: 50px; background-color: #b2b2b2; border-radius: 3px;}
#modal_less_qty .modal-content::-webkit-scrollbar-corner,
#modal_less_qty .modal-content .modal-queue-list_container::-webkit-scrollbar-corner { background-color: transparent;}
#modal_less_qty .modal-content::-webkit-resizer,
#modal_less_qty .modal-content .modal-queue-list_container::-webkit-resizer { background-color: transparent;}

#modal_less_qty .modal-body {
    padding: 0 40px 20px 40px;
}
#modal_less_qty .less-qty_error-msg {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    color: #111318;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 300;
}
#modal_less_qty .less-qty_error-msg .text_header .header {
    margin-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 600;
}
#modal_less_qty .less-qty_error-msg .text_header .subheader {
    margin-bottom: 25px;
}
#modal_less_qty .less-qty_error-msg .text_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 250px;
    padding: 20px 20px;
    margin: auto;
    background: #f4f4f4;
}
#modal_less_qty .less-qty_error-msg .text_container .count {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 25px;
}
#modal_less_qty .less-qty_error-msg .text_container div {
    margin-top: 20px;
}
#modal_less_qty .modal-body button.close {
    position: static;
    text-align: center;
    float: none;
    background: #f4f4f4;
    display: block;
    padding: 10px 15px;
    font-size: 0.85rem;
    color: #000;
    opacity: 1;
    font-weight: 300;
    margin: 20px auto 0;
}
#modal_less_qty table.modal-queue-list {
    width: 100%;
    min-width: 600px;
}
#modal_less_qty table.modal-queue-list th {
    padding: 5px 10px;
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1.2;
}
#modal_less_qty table.modal-queue-list td {
    font-size: 0.9rem;
    padding: 15px 10px;
}
.top_footer .reversal-block.reversal-mobile {
    display: none;
}
#cart-queue-position {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 90px;
    background: #f4f4f4;
    padding: 15px;
    color: #1C1C1C;
    font-size: 0.8rem;
}
#cart-queue-position span:last-of-type {
    font-size: 1.25rem;
    font-weight: 700;
}
#modal_cart_popup .modal-body .modal-fader {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 42px);
    background-color: #3c3c3c;
    opacity: 0.1;
    border-radius: 0 0 6px 6px;
    z-index: 10;
    left: 0;
    bottom: 0;
}
#modal_cart_popup .modal-body #cartPopUpLoadingSpinner {
    position: absolute;
    top: calc(50% - 27px);
    left: calc(50% - 27px);
    padding: 10px;
    background-color: #cccccc;
    border-radius: 6px;
    z-index: 10;
}
#wishlist_table .prod-list-loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
}
#wishlist_table .add2cart:hover .prod-list-loading-spinner .lds-roller div:after {
    /*background-color: #057B48 !important;*/
}
.row_catalog_products .col_product .p_img_href {
    padding: 10px 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row_catalog_products .col_product .p_img_href img {
    height: inherit;
}

#sync2 > div:hover {
    cursor: pointer;
    border-color: #000;
}

.form-control {
    font-size: 0.875rem !important;
}

/*-----------------------PLAN PAGE STYLES-----------------------*/

.plan_tabs_container .plan_tabs_btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.plan_tabs_container .plan_tabs_btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    padding: 10px 20px;
    height: 40px;
    background: #FFFFFF;
    font-weight: 600;
    font-size: 0.875rem;
    color: #057B48;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Inter;
}
.plan_tabs_container .plan_tabs_btns a:hover {
    background: #E7F4E0;
}
.plan_tabs_container .plan_tabs_btns a.active_tab_btn {
    background: #057B48;
    color: #F5F5F5;
    pointer-events: none;
}
.plan_tabs_container .plan_tabs_content>div {
    display: none;
}
.plan_tabs_container .plan_tabs_content .active_tab_content {
    display: block;
}
.plan_tabs_container .plan_tabs_content iframe {
    height: 1000px;
}
.bank-small-menu li.small-menu-statistics {
    z-index: 100;
}
.bank-small-menu li.small-menu-statistics > span {
    position: relative;
}
.bank-small-menu li.small-menu-statistics #orders_statistic {
    position: absolute;
    display: none;
    font-weight: 400;
    font-size: 0.85rem;
    background: #fff;
    padding: 10px 15px;
    max-width: 300px;
    width: max-content;
    text-transform: none;
    transform: translateX(-50%);
    left: 50%;
    border: 1px solid #f4f4f4;
    top: 55px;
    text-align: left;
}
.bank-small-menu li.small-menu-statistics #orders_statistic:before {
    position: absolute;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f4f4f4;
    top: -6px;
    left: 50%;
    transform: translateX(-6px);
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
.bank-small-menu li.small-menu-statistics #orders_statistic:after {
    position: absolute;
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
    top: -4px;
    left: 50%;
    transform: translateX(-4px);
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
.bank-small-menu li.small-menu-statistics #orders_statistic p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
}
.bank-small-menu li.small-menu-statistics #orders_statistic p:last-of-type {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.bank-small-menu li.small-menu-statistics #orders_statistic svg {
    width: 15px;
    height: 15px;
    margin-right: 3px;
}
.bank-small-menu li.small-menu-statistics #orders_statistic svg,
.bank-small-menu li.small-menu-statistics #orders_statistic svg path {
    fill: none !important;
    stroke: #000;
}
.bank-small-menu li.small-menu-statistics #orders_statistic p span {
    display: block;
    margin-left: 30px;
}
.bank-small-menu li.small-menu-statistics:hover #orders_statistic {
    display: block;
}
#owl-frontslider .item > div,
#owl-frontslider .item p {
    max-width: 100%;
}
#owl-frontslider.owl-carousel .owl-item {
    overflow: hidden;
}
#owl-frontslider .item video {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.custom-flex{
    display: flex;
}
.sub-header-image{
    max-width: 58px;
    width: 100%;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    bottom: 3px;
}
#r_buy_intovar>a.login{
    text-decoration: none;
}
.main-basked-icon.clicked.yellow, #wishlist_table .yellow.clicked{
    background-color: #ffb300;
    opacity: 1;
}
#wishlist_table .yellow.clicked:hover{
    background: #ffb300;
    color: #fff!important;
}
.error-422{
    font-size: 24px;
    max-width: 740px;
    display: inline-block;
}
.error-422 ul{
    text-align: left;
    list-style: disc;
    font-size: 18px;
    padding-left: 25px;
}
.sub-header-image-mob.banner-information{
    background-repeat: no-repeat;
}
form[name='contact_us'] {
    margin-bottom: 40px;
}
.edit_account_warning {
    line-height: 1.3;
}
.bank-small-menu li.small-menu-statistics #orders_statistic p #whois-count{
    margin-left:3px;
}
.bank-small-menu li.small-menu-statistics #orders_statistic p #s-today-orders,
.bank-small-menu li.small-menu-statistics #orders_statistic p #s-all-orders{
    margin: 0;
    display: inline;
}
.modal-queue-list{
    font-size: 20px;
    line-height: 30px;
}
.modal-queue-list .line{
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 17px;
    border-bottom: 1px solid #dfdfdf;
}
.modal-queue-list .line:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
}
#modal_less_qty table.modal-queue-list .added-to-cart_header td,
#modal_less_qty table.modal-queue-list .no-stock_header td {
    padding: 30px 10px 5px;
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
}
.modal-queue-list .line.added-to-cart,
.modal-queue-list .line.no-stock {
    color: #747474;
}
.modal-queue-list th.poss{
    text-align: center;
}
#modal_less_qty table.modal-queue-list .line.added-to-cart td.poss {
    text-align: right;
    font-size: 0.75rem;
}
#modal_less_qty table.modal-queue-list .line.no-stock td.poss {
    font-size: 0.75rem;
}
.modal-queue-list .line.added-to-cart td.poss > div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 0 0 0 0 !important;
}
.modal-queue-list .line.added-to-cart td.poss svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.modal-queue-list .left{
    width: 85%;
    display: inline-block;
}
.modal-queue-list .art{
    font-weight: 500;
    font-size: 0.75rem;
    margin-right: 5px;
    text-align: left;
}
.modal-queue-list .p-name{
    font-weight: 500;
    padding-right: 10px;
}
.modal-queue-list td.poss {
    vertical-align: middle;
}
.custom-size{
    font-size: 1.5rem;
}
#modal_less_qty .renew_loader {
    display: flex;
    align-items: center;
}
#modal_less_qty .renew_loader .danger{
    color: rgba(243, 7, 39);
}
#modal_less_qty .custom_loader {
    margin: 0 5px;
    height: 18px;
    line-height: 18px;
    transform: rotateZ(-135deg);
}
#modal_less_qty .custom_loader:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid #e0e0e0;
}
#modal_less_qty .custom_loader span {
    position: relative;
    display: inline-block;
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid #11854D;
    animation: l18 10s infinite linear;
}
@keyframes l18 {
    0%   {clip-path:polygon(50% 50%,0 0,0    0,0    0   ,0    0   ,0    0   )}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0   ,100% 0   ,100% 0   )}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0    100%,0    100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0    100%,0    0   )}
}
#modal_less_qty .modal-queue-list_container table.modal-queue-list td.p-name span,
#modal_less_qty .modal-queue-list_container table.modal-queue-list td.poss span {
    display: none;
}
.sum-account-ttn-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    white-space: normal;
}
.acc-arrow-down{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 4px 0;
    transform: rotateZ(0);
    transition: transform 0.5s ease-in-out;
}
.acc-arrow-down svg {
    width: 100%;
    height: 100%;
    fill: #000;
}
.sum-account-ttn-toggle.opened .acc-arrow-down{
    transform: rotateZ(180deg);
}
.sum-account-ttn-toggle:hover,
.sum-account-ttn-toggle:focus {
    color: var(--sm-btn-color);
}
.sum-account-ttn-toggle:hover svg,
.sum-account-ttn-toggle:focus svg {
    fill: var(--sm-btn-color);
}
.sum-account-ttn-row {
    display: none;
    min-width: 100%;
}
.custom_confirm_modal {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    top: 0;
    width: 100%;
    max-width: 760px;
    margin: 120px auto 0;
    height: fit-content;
    background-color: var(--sm-background);
    border-radius: 6px;
    outline: 0;
    line-height: normal;
    padding: 35px;
    font-weight: 500;
    font-size: 1.125rem;
    font-family: 'Montserrat', sans-serif;
}
.custom_confirm_modal .custom_confirm_question {
    margin-bottom: 20px;
    font-size: 1.5rem;
}
.custom_confirm_modal .btn {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    min-width: 128px;
    padding: 15px;
}
.custom_confirm_modal .btn:hover {
    background: linear-gradient(0deg, #E7F4E0, #E7F4E0);
    color: #057B48!important;
}
.custom_confirm_fader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.custom_confirm_modal,
.custom_confirm_fader {
    display: none;
    opacity: 0;
    transition: all 0.15s linear;
}
.custom_confirm_modal_open .custom_confirm_modal,
.custom_confirm_modal_open .custom_confirm_fader {
    display: block;
    text-align: center;
}


[name="account_edit"] .custom_checkbox {
    margin-bottom: 30px;
}
.custom_checkbox input[type="checkbox"] {
    display: none;
}
.custom_checkbox input[type="checkbox"] + label {
    margin: 0 0 20px;
    font-size: 0.813rem;
    font-weight: 700;
    color: #42484d;
    line-height: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
}
[name="account_edit"] .custom_checkbox input[type="checkbox"] + label {
    font-size: 0.938rem;
    font-weight: 400;
}
.custom_checkbox input[type="checkbox"] + label:before {
    content: '';
    min-width: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-image: none;
    border-radius: 0px;
    border: solid 2px #bbbbbb;
    background-color: #fafafa;
}
.custom_checkbox input[type="checkbox"]:checked + label:before {
    border: solid 2px #057B48;
    background-color: #057B48;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='12' height='2' transform='matrix(0.707107 -0.707107 -0.707107 -0.707107 4.24219 9.89941)' fill='white'/%3e%3crect width='2' height='6' transform='matrix(0.707107 -0.707107 -0.707107 -0.707107 4.24219 9.89941)' fill='white'/%3e%3c/svg%3e");
    background-position: center;
    background-size: 10px;
}
.custom_checkbox [type="checkbox"]:checked + label:before{
    border-radius: 0 !important;
}
.custom_checkbox [type="checkbox"] + label:after{
    display: none;
}
[name="account_edit"] .need_print_invoice-sign {
    text-align: left;
    color: #B5B5B5;
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 20px;
}
#account_history_table .order_cancel_btn {
    background: #ca0a00;
}
#account_history_table .order_cancel_btn:hover {
    color: #ca0a00 !important;
    background: #f69c91;
}
#account_history_table .btn_history {
    color: #000000;
    background: #FFF6ED;
}
#account_history_table .btn_history:hover {
    background: #fffaf5;
    color: #ffba76 !important;
}
#account_history_table .btn_change_delivery {
    color: #000000;
    background: #FFF9C4;
}
#account_history_table .btn_change_delivery:hover {
    background: #FFF4A3;
    color: #E0A800  !important;
}
form[name="contact_us"] [name="image_file"]{
    display: none;
}
form[name="contact_us"] .add_file{
    text-transform: uppercase;
}
form[name="contact_us"] .added-file{
    display: none;
}


#change_order_delivery_container .proceed_btn {
    display: none;
}

#change_order_delivery_container .selectize-input>input {
    display: inline-flex !important;
}

#change_order_delivery_container .shipping_method_container {
    display: none;
}

#changeDeliveryButtonContainer {
    margin-left: 20px;
}

#change_order_delivery_container .collapse_wrapper_info.short_info {
    display: none !important;
}

#change_order_delivery_container #shippingAddress {
    display: none;
}

#change_order_delivery_container .shipping_method_header_text {
    margin-left: 2rem;
}

#change_order_delivery_form{
    margin-left: -2.1rem;
}
#change_order_delivery_container #ajaxLoadingSpinner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

#change_order_delivery_container #ajaxMessages{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -2px;
    background: white;
    z-index: 9999;
    text-align: center;
    opacity: 0.8;
}
.cf-turnstile{
    position: fixed;
    top: 133px;
    right: 0px;
    z-index: 50;
}

[data-page-name="product_info"] .cf-turnstile {
    position: relative;
    top: 0;
    transform: scale(0.86);
    transform-origin: top right;
}

@media (max-width: 768px) {
    [data-page-name="product_info"] .cf-turnstile {
        position: fixed;
        top: 0;
        left: 0;
        right: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100dvw;
        height: 100dvh;
        transform: unset;
    }

    [data-page-name="product_info"] .cf-turnstile::after {
        content: '';
        position: fixed;
        width: 100dvw;
        height: 100dvh;
        background-color: rgba(255, 255, 255, .5);
        z-index: -1;
    }

    [data-page-name="product_info"] .cf-turnstile.success {
        display: none;
    }
}

/* SUBSCRIBE BLOCK*/

.subscribe-label {
    display: block;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}

.subscribe-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 8px 4px;
    margin-bottom: 20px;
    outline: none;
    font-size: 16px;
}

.subscribe-input::placeholder {
    color: #ccc;
    font-family: Inter;
}

.subscribe-button {
    background-color: #057b48;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    text-transform: uppercase;
    width: auto !important;
    font-family: Inter !important;
    min-height: 46px !important;
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.subscribe-button:hover {
    background-color: #046d40;
}
/* END SUBSCRIBE BLOCK*/
.responsive-video {
	height: auto;
	max-width: 100%;
	max-height: 50vh;
	object-fit: contain;
}