@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .table-responsive table,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;

    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive tr {
        border: 1px solid #ccc;
    }

    .table-responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        text-align: left;
        padding-left: 52% !important;
        white-space: pre-wrap !important;
        word-break: break-all;
    }

    .table-responsive td.account_history_actions {
        padding: 5px !important;
    }

    .table-responsive table#wishlist_table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        text-align: left;
        padding-left: 2% !important;
        white-space: inherit!important;
        word-break: break-all;
    }

    .table-responsive td:before {
        /* Now like a table header */
        position: absolute;
        top: 50%;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: pre-wrap;
        text-align: left;
        font-weight: bold;
        transform: translateY(-50%);
        word-break: break-all;
    }

    /*
    Label the data
    */
    .table-responsive td:before {
        content: attr(data-title);
    }

    #account_history_table tr {
        border: 0;
        border-bottom: 1px solid #ddd;
    }

    #account_history_table tr td {
        min-height: 37px;
        border: 0;
        border-bottom: 1px solid #ddd;
    }

    #account_history_table tr td:last-of-type {
        border: 0;
        border-bottom: 1px solid #ddd;

    }

    .sum-account-ttn-toggle {
        justify-content: flex-start;
    }
}

/*--------------------------------------- STYLES FOR MEDIA QUERIES -------------------------------*/
@media (min-width: 1600px) {
    .big_banner img {
        width: 100% !important;
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-2-4 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1599px) {
    #divShoppingCard #shopping_cart_box .backet_checkout {
        white-space: pre-wrap !important;
    }

    .prod_options tr td:first-of-type {
        width: 146px;
    }
}

@media (max-width: 1580px) {
    .add_nav .navbar-default .navbar-nav > li > a span {
        background: transparent;
        padding: 5px 0px;
        white-space: pre-wrap;
        line-height: 18px;
        text-align: center;
        display: inline-block;
    }
    /*.add_nav .navbar-default .navbar-nav > li:first-child > a span {*/
    /*    text-align: left;*/
    /*}*/
}
@media (max-width: 1200px) {
    .row_news_customer_reviews .news_block_wrapper .pad-left-0 > h5 {
        font-size: 0.875rem;
        margin: 20px 15px 20px 15px;
    }
    .block_categories .navbar-nav > li {
        padding-left: 2px!important;
        padding-right: 2px!important;
    }
    body[data-page-name="index_products"] .container-category-wrapper {
        padding: 28px 40px 0px 40px;
    }
    .col-account-content h1 {
        margin-top: 31px;
    }
}
@media (max-width: 1600px) {
    #sync2 {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        gap: 16px;
        padding: 0 15px;
        margin-top: 20px;
    }
    
    #sync2 > div  {
        min-height: 90px;
        max-width: unset;
        max-height: 120px;
        height: auto;
        width: calc(25% - 12px);
        margin: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-2-4 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {

    #modal_less_qty .less-qty_error-msg {
        font-size: 1rem;
        min-width: 200px;
        max-width: 100%;
    }
    #modal_less_qty .modal-dialog {
        width: 80%;
    }
    /*product modal*/
    .productModalWrapper {
        grid-template-columns: 320px 260px 380px;
    }
    .banner-collection .banner-information{
        height: 194px;
    }
    .productModal-slider {
        padding: 10px;
    }

    .synchronizedSlider {
        margin: 50px auto 0 auto;
    }

    .productModal-slider .owl-nav .owl-prev {
        left: -30px;
    }

    .productModal-slider .owl-nav .owl-next {
        right: -30px;
    }

    .productModal-middleBlock-price {
        padding: 10px;
    }

    .productModal-tabItem {
        padding: 8px;
    }

    .productModal-tabContent-Item {
        height: 370px;
        padding: 10px;
        font-size: 0.875rem !important;
    }

    .productModal-middleBlock-color {
        padding: 10px;
    }

    .productModal-middleBlock-last {
        padding: 10px;
    }

    /*product modal*/
    .main_nav {
        /* margin: 0 auto 0 auto;*/
        text-align: center;
    }

    .basket #shopping_cart_box {
        padding: 6px 15px;
    }

    .main_nav li {
        display: inline-block;
    }

    .news h2 > a,
    .customer_reviews h2 > a {
        margin: 0;
    }

    .user_info_container time {
        margin: 5px 0 0 0;
    }

    .description_card_product .prod_buy_btns #r_buy_intovar {
        margin-right: 0;
    }

    .listing-header {
        margin-bottom: 15px;
    }

    .prod_options tr td:first-of-type {
        width: 121px;
    }
}

@media (min-width: 992px) {
    #modal_cart_popup .modal-dialog {
        width: 100%;
        max-width: 1229px;
    }

    .sidebar-toggle-back,
    .sidebar-toggle-up {
        display: none;
    }

    .checkout_right {
        float: right;
    }

    .col-md-2-4 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .right_content .row_news_customer_reviews .customer_reviews_overflow .container_customer_reviews-wrap {
        margin-right: -2px;
    }

}
@media (min-width: 768px) and (max-width: 1450px) {
    .add_nav .navbar-default .navbar-nav > li:first-child > a span {
        text-align: center;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .new_price_card_product {
        font-size: 1.188rem;
    }

    .product_list img {
        max-width: 190px;
    }

    .ul_list {
        white-space: normal;
    }

    .row_news_customer_reviews .pad-left-0 {
        padding-left: 40px;
    }

    .row_news_customer_reviews .news_block_wrapper .pad-left-0 {
        padding-left: 0px;
    }

    .listing-header-punkt {
        font-size: 0.813rem;
    }
}

@media (max-width: 991px) {
    body[data-page-name="login"] .alert.alert-danger {
        display: flex;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }
    .banner-information-btn {
        margin-top: 15px;
    }
    .banner-support .support-text {
        display: none;
    }
    .banner-support .banner-information {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .banner-long2-wrapper .banner-support .banner-information {
        justify-content: flex-end;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    body[data-page-name="checkout_success"] .succes-info-btn.error-btn-wrap-flex {
        flex-direction: column;
    }
    body[data-page-name="checkout_success"] .error-btn-wrap-flex .error-page-btn.succes-btn-main {
        width: 100%;
        margin-bottom: 21px;
        margin-right: 0px;
    }
    body[data-page-name="checkout_success"] .error-btn-wrap-flex .error-page-btn.succes-btn-main .back_link,
    body[data-page-name="checkout_success"] .error-btn-wrap-flex .btn.bold {
        width: 100%;
    }
    body[data-page-name="checkout_success"] .error-btn-wrap-flex .error-page-btn.succes-btn-main .back_link {
        padding: 12px 2px;
    }
    .register-img-background {
        display: none;
    }
    .block-register-img-wrap {
        min-height: auto;
        display: none;
    }
    .col-form-customer {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        min-height: auto;
    }
    .content-tabs #tab-characteristics {
        padding-left: 0px;
    }
    .content-tabs .tab-item button.tablinks-charact {
        padding-left: 0;
    }
    #sidebar-left .box-category {
        position: relative;
        padding-top: 0px;
    }
    #sidebar-left .box-category .close-sidebar-left {
        position: absolute;
        right: 16px;
        top: -9px;
        width: 17px;
        height: 17px;
    }
    #sidebar-left .box-category .close-sidebar-left > svg {
        width: 17px;
        height: 17px;
    }
    #sidebar-left .category-name-all {
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 24px;
        text-transform: uppercase;
        color: #000000;
        font-family: Inter;
        border-top: 1px solid transparent;
        border-bottom: 1px solid #F5F5F5;
        padding-left: 6px;
        padding-top: 0px;
        padding-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }
    #sidebar-left .wrap-filter-btn {
        padding-left: 15px;
        padding-right: 15px;
    }
    #sidebar-left  .wrap-filter-btn .sidebar-toggle-up {
        padding: 16px 13px 16px 2px;
        border-top: 1px solid transparent!important;
    }
    #sidebar-left .category-name-all {
        padding-left: 0px;
        padding-right: 21px;
    }

    #sidebar-left .sidebar-toggle-up svg > path {
        fill: #057B48;
    }
    .category-name-all > .category-name-all-svg {
        width: 9px;
        height: 14px;
    }
    #sidebar-left .cat-accordion-mobil {
        display: none;
    }
    #sidebar-left aside .accordion h3:hover {
        background: transparent;
    }
    #sidebar-left .box-category .close-sidebar-left {
        display: block;
    }


    body[data-page-name="index_products"] .filter_box {
        padding-bottom: 180px;
    }

    .attrib_divs label,
    .attrib_divs label>a {
        justify-content: space-between;
    }
    .filter-mob-wrap {
        order: 0;
    }
    .filter_box_in input[type="checkbox"]+span,
    .filter_box_in input[type="checkbox"]+label:before {
        order: 1;
    }


    body[data-page-name="wishlist"] .content-wishList-wrap {
        padding: 20px 55px 50px 55px;
    }
    body[data-page-name="wishlist"] h1 {
        padding: 20px 55px 50px 55px;
    }

    .row.account_template, .content-compares-wrap {
        padding: 40px 10px 70px 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .col-account-content > .row {
        /* padding-left: 15px; */
        margin-left: 0;
        margin-right: 0;
    }
    body[data-page-name="account_edit"] .col-account-content form .form-group > .row,
    body[data-page-name="account_history"] .col-account-content > .row,
    body[data-page-name="my_coins"] .col-account-content > .row {
        display: flex!important;
        align-items: flex-start!important;
        padding-top: 35px;
    }
    .category_heading {
        font-size: 1.5rem;
        line-height: 32px;
    }
    .tab-pane {
        font-size: 0.938rem;
        line-height: 28px;
    }
    .container-product-info .category-parameters {
        padding-left: 20px;
    }
    .desctop-wrap-filter {
        display: none;
    }
    .mob-wrap-filter {
        display: block;
    }
    /*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: 10px;
    }
    body[data-page-name="index_products"] .col_product.col_product_bank:nth-child(2n) .product {
        margin-right: 0px;
    }*/
    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: 0px;
    }
    .product {
        margin: 0 0 10px 0;
        padding: 0 5px;
        background: transparent;
    }
    .product .p_description {
        background: #fff;
    }
    body[data-page-name="index_products"] #block {
        margin-left: -5px;
        margin-right: -5px;
    }

    .col_product.col_product_bank .product {
        margin-right: 0;
    }

    body[data-page-name="index_products"] .container-category-wrapper {
        padding: 28px 15px 0px 15px;
    }
    .cart-order-total-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
        /* flex-direction: column; */
        flex-wrap: wrap;
    }
    #modal_cart_popup .modal-dialog {
        width: 100%;
        max-width: 950px;
    }
    form#popup_cart_form h1 {
        border-bottom: 2px solid transparent;
        text-align: left;
    }
    .product .basked_product_bank {
        display: flex!important;
        align-items: center!important;
        justify-content: end!important;
        padding-left: 0px;
        padding-right: 0;
        padding-bottom: 0;
        width: 100%;
    }
    form#popup_cart_form .action_btn .btn {
        margin-bottom: 10px;
    }

    .p_img_href {
        max-height: 230px!important;
        line-height: 230px!important;
    }
    .p_description {
        height: 100%;
    }
    .add_nav .navbar-default .navbar-nav > li > a {
        font-size: 0.75rem;
    }
    .add_nav .navbar-default .navbar-nav > li > a span {
        line-height: 16px;
    }

    /*product modal*/
    .product_modal .modal-content {
        max-height: unset;
    }

    .productModalWrapper {
        grid-template-columns: 310px 310px;
        grid-auto-rows: auto;
    }

    .synchronizedSlider {
        margin: 30px auto 0 auto;
    }

    .productModal-middleBlock-color .attr_select {
        margin-right: 15px;
    }

    .product_modal .prod_options tr td:last-of-type {
        width: unset;
    }

    .productModal-desc .tabs {
        border-top: 1px solid #eee;
    }

    .productModal-desc {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .productModal-tabContent-Item {
        height: 250px;
    }

    /*product modal*/
    .prod_options tr td:first-of-type {
        width: 33%;
    }

    .prod_options tr td:last-of-type {
        padding-left: 10px;
        width: 67%;
    }

    .search-wrapper {
        padding: 0;
    }

    .row_news_customer_reviews .news_block_wrapper .news_block_img {
        width: 100%;
    }

    .row_news_customer_reviews .news_block_wrapper .pad-left-0 {
        width: 100%;
    }

    .form_search_site {
        padding-left: 0;
    }

    .main_nav {
        float: left;
        margin: 10px 0 0;
        width: 100%;
    }

    .enter_registration .social_header_facebook,
    .enter_registration .social_header_vk {
        display: none;
    }

    .one-sidebar div.left_content {
        padding: 0;
    }

    .accordion {
        padding: 0;
    }

    .one-sidebar .accordion {
        margin: 15px;
    }

    .sidebar-toggle-back:hover,
    .sidebar-toggle-back {
        color: #999;
        font-size: 1.25rem;
        height: 30px;
        width: 30px;
        position: fixed;
        left: 205px;
        opacity: 0;
        top: 4px;
        z-index: 2147483647;
        border: 0;
        background: transparent;
        padding: 3px 3px 0px;
        border-radius: 50%;
    }
    .filter_heading.filter-all {
        width: 100%;
        max-width: 380px;
        margin-top: 16px;
        margin-bottom: 20px;
        font-size: 0.875rem;
        line-height: 26px;
        font-family: Inter;
    }
    body[data-page-name="index_products"] .filter-to-apply {
        display: block;
        background: #057B48;
        color: #f5f5f5;
        text-align: center;
        padding: 12px;
        margin: 0 auto;
        text-transform: uppercase;
        font-family: Inter;
        margin-top: 16px;
        margin-bottom: 20px;
        font-size: 0.875rem;
        line-height: 26px;
        max-width: 380px;
    }
    /*body[data-page-name="index_products"] .sidebar-toggle-back {
        display: none;
    }*/


    .sidebar-toggle-back:hover,
    .sidebar-toggle-back:focus {
        opacity: 1;
    }

    .sidebar-toggle-back svg {
        fill: #999;
    }

    .sidebar.opened {
        visibility: visible;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        left: 0;
    }

    .right_content {
        float: none;
    }

    h2, h1 {
        border-bottom: 2px solid transparent;
    }

    .sidebar {
        position: fixed;
        top: 0;
        visibility: hidden;
        z-index: 2147483647;
        width: 50%;
        min-width: 240px;
        height: 100%;
        background: rgba(255, 255, 255, 1);
        text-shadow: none;
        bottom: 0;
        left: -240px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        overflow-x: visible;
        overflow-y: auto;
        box-shadow: 0 0 53px rgba(0, 0, 0, 0.27);
    }
    #sidebar-left.sidebar {
        top: 51px;
        box-shadow: none;
    }

    .filter_box {
        padding: 0 15px;
        border: none;
    }

    #sidebar-left .filter_box .filter_cont {
        margin: 0;
    }

    .filter_cont .filter_heading::before {
        left: 0;
    }

    #sidebar-left .inner {
        padding: 20px 20px 20px 0;
    }

    #sidebar-left .like_h2,
    .how_know_for_us {
        padding: 0 15px;
    }

    #sidebar-left .articles .like_h2 a {
        right: 15px;
    }

    #sidebar-left .articles nav > ul > li {
        padding: 16px 15px;
    }

    #sidebar-left .row_catalog_products {
        margin: 0;
    }

    #sidebar-left .row_catalog_products .col_product {
        padding-left: 15px;
        padding-right: 15px;
    }

    #sidebar-left .bn_sidebar {
        padding: 20px 15px;
    }

    #sidebar-left form[name=manufacturers] {
        margin: 0 15px 15px;
    }

    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .add_nav .navbar-default ul > li > a.all_brands {
        font-weight: 700;
    }

    .subcats_imgs > div a {
        margin-bottom: 20px;
    }

    .basket {
        margin-top: 0;
    }

    .logo a {
        margin-top: 0;
    }

    .dropdown-menu-language {
        top: 27px;
        margin: 0 15px;
    }

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

    .bank-logo-wrap #bank-logo-icon_svg {
        margin-left: 10px;
    }
    
    .bank-logo-wrap #bank-logo-name_svg,
    .bank-logo-wrap #bank-logo-uk-name_svg,
    .bank-logo-wrap #bank-logo-en-name_svg,
    .logo-title  {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bank-head-wrapper {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .sub-header-image{
        display: none;
    }
    #owl-frontslider.owl-loaded {
        padding-top: 13px!important;
    }
    .banner-collection .banner-information {
        height: 170px;
    }

    #account_order_info .account_delivery_method > div:last-of-type, #account_order_info .account_product > div:last-of-type {
        padding: 8px 8px;
    }
    body[data-page-name="index_products"] #last_viewed {
        margin-bottom: 35px;
    }
    .description_card_product .product_bank_parameters {
        max-width: 100%;
        padding-bottom: 2px;
        border-bottom: 1px solid transparent;
    }
    .article_listing > div img,
    .article_listing > div video{
        height: 210px;
    }
    #drugie .owl-dots {
        position: absolute;
        width: 100%;
        pointer-events: none;
        bottom: -65px;
        margin: 0 auto;
        z-index: 29;
        text-align: center;
    }
    #drugie.owl-carousel .owl-controls .owl-dot  {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 6px;
        background: #E2E2E2;
    }
    #drugie.owl-carousel .owl-controls .owl-dot.active {
        background: #B1B1B1;
    }
    #drugie .owl-controls .owl-prev,
    #drugie .owl-controls .owl-next {
        display: none!important;
    }
    .account_template .col-account-content .btn, .account_template .col-account-content .btn-default {
        min-width: 100px;
    }
    .mobile_menu > .login_block,
    .mobile_menu > .block_information,
    .mobile_menu > .block_manuf,
    .block-register-img-wrap{
        display: none;
    }
    .product,
    .product_slider .product:hover {
        height: 306px!important;
    }
    .col_product.col_product_bank .basked_product_bank span > svg {
        display: inline-block;
        width: 40px;
        height: 40px;
    }
    .p_img_href {
        max-height: 130px!important;
        line-height: 130px!important;
    }

    .bank-logo-wrap,
    .bank-logo-text-s, .bank-logo-text-g {
        display: none;
    }
    .prod_options tr td:first-of-type {
        width: 41.6%;
    }

    .prod_options tr td:last-of-type {
        padding-left: 13px;
    }

    .one-sidebar div.right_content {
        padding: 0 15px !important;
    }

    .callback_round svg {
        fill: #000;
    }

    .pdf_link {
        right: 5px;
        top: 115px;
        display: none;
    }

    .change_color {
        display: inline-block;
        width: 100%;
        text-align: left;
        color: #333;
        line-height: 30px;
        text-transform: capitalize;
    }

    .change_color:hover {
        background: #eee;
    }

    .change_color input {
        margin: 0 10px 0 0;
        border: 0;
        float: left;
    }

    .section_top_footer .toggle-xs,
    .contacts_info_footer .toggle-xs {
        float: right;
        pointer-events: none;
        color: #fff;
        content: "";
        display: block;
        height: 0;
        width: 0;
        right: 10px;
        top: 11px;
        position: absolute;
        transition: .3s ease-in-out transform;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #ffffff transparent transparent transparent;
        display: none;
    }

    .section_top_footer .toggle-xs.open,
    .contacts_info_footer .toggle-xs.open {
        border-top-color: #F2B222;
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -ms-transform-origin: center 3px;
    }

    .dropdown-color_change button {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        background: rgba(255, 255, 255, 0.1);
    }

    .dropdown-color_change button {
        /* height: 31px; */
        width: 100%;
        text-align: left;
    }

    .dropdown-color_change button:active,
    .dropdown-color_change button:focus,
    .dropdown-color_change button:hover {
        color: #fff;
    }

    .dropdown-color_change .dropdown-menu {
        position: fixed;
        bottom: 93px;
        width: 100%;
        left: 0;
        right: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, .025);
        box-shadow: 0 -6px 12px rgba(0, 0, 0, .025);
    }

    #popup_cart_form .table-responsive tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    #popup_cart_form .table-responsive {
        border: 0;
    }

    .buy_template_link {
        font-size: 0.813rem;
        border-radius: 3px;
        margin-top: 10px;
        padding: 9px 0;
    }

    .buy_template img {
        max-width: 175px;
        max-height: 30px;
        margin-top: 0;
        width: unset;
    }

    .total-block {
        text-align: left !important;
    }

    .total-block .main {
        float: left;
        width: 100%;
    }

    .panel-default > .panel-heading + .panel-collapse .panel-body tr td {
        display: block;
    }

    .logo {
        display: block;
        height: 50px;
        margin: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 8px 0;
    }

    .logo > a {
        display: flex;
        align-items: center;
        margin: 0;
        width: 100% !important;
        min-width: 50px;
    }

    .logo > a > img {
        max-height: 40px;
        overflow: hidden;
    }

    .img-responsive {
        display: inline-block;
        margin: 0 !important;
        height: auto !important;
    }

    .phones_header {
        margin-bottom: 7px;
    }

    .wrapper_language_currency_select,
    .enter_registration {
        float: left;
    }

    .enter_link,
    .registration {
        text-transform: uppercase;
    }

    .enter_link {
        margin: 0 15px 0 0;
    }

    .currency_select > span,
    .enter_registration {
        text-align: left;
    }

    .enter_registration {
        margin: 0;
    }

    .quantity_basket_768 {
        margin: -21px 15px 0 0;
        font-size: 0.875rem;
    }

    .dd_select.pl_sort {
        margin-top: 5px;
    }

    .attr_select .selectize-control, .attr_select select {
        min-width: 70%;
    }


    .mobile_header {
        position: fixed;
        z-index: 1041;
        left: 0;
        top: 0;
        right: 0;
        min-height: 50px;
        background: #fff;
        box-shadow: none;
        padding: 0;
        border-bottom: 1px solid #f5f5f5;
    }

    .mobile_header .btn-mobile_menu {
        border: none;
        padding: 0 0 0 0px;
        position: relative;
        display: block;
        border: unset;
        right: 1px;
        top: 0;
        width: 35px;
        height: 21px;
        background: transparent;
    }
    .navbar-nav {
        margin: 0;
    }

    .mobile_header .btn-mobile_menu:hover,
    .mobile_header .btn-mobile_menu:focus {
        border: none;
        background-color: transparent;
    }

    .mobile_header .btn-mobile_menu .icon-bar {
        background: #B1B1B1;
        display: block;
        width: 25px;
        height: 2px;
        position: absolute;
        border-radius: 4px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        margin: 0;
        pointer-events: none;
    }
    .mobile_header .logo_block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 11;
        background-color: #ffffff;
    }
    .mobile_header .logo_block .btn-mobile_menu {
        min-width: 25px;
    }
    .banner-collection .banner-information-btn {
        display: none;
    }
    .banner-collection .banner-information {
        padding: 54px;
    }
    .container_customer_reviews-wrap > article {
        width: calc(100% / 2);
        margin-right: 0;
    }
    .container_customer_reviews-wrap > article:first-child {
        margin-right: 15px;
    }
    .row_news_customer_reviews .news_block_wrapper .pad-left-0 > h5 {
        line-height: 24px;
    }
    .row_news_customer_reviews .news_block_wrapper .news_block_img img {
        min-height: 170px;
    }
    .news .all-new-products-none,
    .like_h2 .all-new-products-none {
        display: none;
    }
    .page-wrap .all-new-products {
        display: block;
        position: absolute;
        bottom: -50px;
        left: 0;
        width: 100%;
        padding: 0 14px;
    }
    .row_news_customer_reviews .all-new-products {
        display: block;
        position: absolute;
        bottom: -65px;
        left: 0;
        width: 100%;
        padding: 0 14px;
    }
    .page-wrap .all-new-products > a {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 26px;
        color: #1A1A1A;
        height: 50px;
        background: #F6F6F6;
        padding: 11px 37px;
        text-transform: uppercase;
    }
    .coin-text {
        margin-right: 0;
    }
    .bank-banner.banner-support {
        margin-top: 12px;
        margin-bottom: 14px;
    }
    .row_news_customer_reviews {
        margin-top: -15px;
        margin-bottom: 40px;
        position: relative;
    }
    .col_product.col_product_bank:nth-child(2) .product {
        margin-right: 0;
    }
    .bank_add_nav .bank-menu-search {
        top: 51px;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 37px 30px;
    }

    .btn-mobile_menu > .icon-bar:nth-of-type(2) {
        top: 0;
    }

    .btn-mobile_menu > .icon-bar:nth-of-type(3) {
        top: 50%;
        margin-top: -1px;
    }

    .btn-mobile_menu > .icon-bar:nth-of-type(4) {
        top: 100%;
        margin-top: -3px;
    }

    /*
    .active_btn > .icon-bar:nth-of-type(2) {
        transform: translateY(10px) translateX(0) rotate(45deg);
        -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
        -moz-transform: translateY(10px) translateX(0) rotate(45deg);
    }

    .active_btn > .icon-bar:nth-of-type(3) {
        opacity: 0;
    }

    .active_btn > .icon-bar:nth-of-type(4) {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
    }*/
    .mobile_header .btn-mobile_menu.active_btn .icon-bar {
        background: #057B48;
    }

    .mobile_menu hr {
        margin: 10px 0;
    }

    .container > .mobile_menu > ul {
        position: absolute;
        display: none;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 5px 0;
        margin: 2px 0 0;
    }

    .mobile_cats > li > a,
    .mobile_header ul > li > a {
        padding: 11px 15px;
        height: 100%;
        min-height: 50px;
        display: flex;
        align-items: center;
        /* width: calc(100% - 43px); */
        /* vertical-align: middle; */
        background: transparent;
        position: relative;
        z-index: 25;
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 28px;
        text-transform: uppercase;
        font-family: Inter;
        color: #000000;
    }

    .mobile_header ul > li > a[href="#"] {
        pointer-events: none;
    }

    .mobile_header .bank-small-menu ul > li > a > svg {
        vertical-align: middle;
    }

    .mobile_header a:hover,
    .mobile_header a:focus,
    .mob_cats_wrapper.accordion > a:hover,
    .mob_cats_wrapper.accordion li a:hover {
        color: #333;
        opacity: 1;
        text-decoration: none;
        text-shadow: none;
        background: transparent;
    }

    .mobile_header .mobile_menu {
        padding-top: 0;
        max-height: none;
        position: fixed;
        left: 0;
        top: 50px;
        height: calc(100% - 50px) !important;
        width: 100%;
        z-index: 1000;
        background: #ffffff;
        transition: .3s;
        transform: translate(-100%, 0);
    }

    .mobile_header .active_menu {
        transform: translate(0);
        transition: .3s;
        border-top: 0px solid transparent;
        overflow: auto;
    }

    .mobile_header .button-main-cursor {
        background: #fff;
        border: 0;
        padding: 0 15px;
        height: 40px;
        font-size: 1rem;
        font-weight: 700;
        text-transform: initial;
        color: #333;
        width: 100%;
        cursor: pointer;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .button-main-cursor svg {
        transform: rotate(0deg);
        transition: all .3s;
        width: 10px;
        height: 16px;
    }

    .open_menu .button-main-cursor svg {
        transform: rotate(90deg);
    }

    .mobile_menu .mobile_cats {
        display: flex;
        flex-direction: column;
        width: 100%;
    }


    .mobile_header .menu_information,
    .mobile_header .menu_manuf {
        display: none;
        top: 0;
        width: 100%;
        margin: 0;
        border: 0;
        box-shadow: none;
        text-transform: initial;
        border-radius: 0;
        padding: 0;
        background: transparent;
    }
    .mobile_header .mob_cats_wrapper {
        display: block;
    }
    .mobile_header .accordion {
        background: transparent;
    }

    .mobile_header .menu_manuf .manuf_bg img {
        display: none;
    }

    .mobile_header .manuf_bg > a {
        border: none;
    }

    .mobile_menu .accordion {
        width: 100%;
        margin: 0;
        line-height: inherit;
        border: none;
        border-radius: 0;
    }

    .mobile_menu .accordion > a,
    .mobile_menu .accordion > .like_a,
    .mobile_menu .accordion li > a,
    .mobile_menu .accordion li > .like_a {
        opacity: 1;
        border: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.875rem;
    }

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

    .mobile_header .mobile_cats > li {
        position: relative;
    }

    .mobile_header .accordion > ul > li ul li a,
    .mobile_header .accordion > ul > li ul li .like_a {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 40px;
        background: transparent;
    }
    .mobile_header .accordion > ul > li ul li .like_a.active {
        font-weight: 600;
        line-height: 36px;
        font-family: Inter;
        color: #000000;
        color: #057B48;
    }

    .mobile_cats#cat_accordion .down {
        opacity: 1;
        /*display: flex;
        align-items: center;
        justify-content: center;*/
    }

    .mobile_cats#cat_accordion .down svg {
        fill: #E2E2E2;
        display: block;
        height: 49px;
        width: 10px;
    }
    #cat_accordion .down svg {
        margin: 2px 13px 0 0;
    }

    .mobile_cats#cat_accordion > li > .down {
        padding: 0;
    }

    .mobile_cats#cat_accordion li > ul > li .down {
        padding: 7px 15px 6px;
    }


    .settings-selector {
        /*height: 40px;
        padding: 7px 0;*/
        display: flex;
        flex-direction: column;
    }
    .settings-selector > div {
        height: 50px;
        padding: 14px 14px;
        font-size: 0.875rem;
        line-height: 50px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 28px;
        text-transform: uppercase;
        font-family: Inter;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #F5F5F5;
    }
    .settings-languages > .language_select > button,
    .settings-selector > div > .b-color {
        color: #636363;
        font-weight: 400;
        font-family: Inter;
        font-size: 1rem;
    }
    .mobile_menu .accordion li:active > a,
    .mobile_menu .accordion li:focus > a,
    .mobile_menu .accordion li:hover > a {
        color: #057B48;
    }
    #cat_accordion ul li a {
        display: block;
        line-height: 36px;
    }

    .settings-languages > .language_select .caret {
        border-color: #636363 transparent transparent transparent;
    }

    .settings-selector .language_select, .settings-selector .currency_select {
        position: relative;
    }

    .settings-selector .language-dropdown-button {
        border: none;
        font-weight: 700;
        justify-content: flex-start;
        margin-left: 15px;
        padding: 0;
        width: auto;
        font-size: 0.875rem;
        color: #333;
        text-transform: uppercase;
    }

    .settings-selector .dropdown-menu-language {
        margin: 0;
    }

    .settings-selector ul.dropdown-menu-language > li > a {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        width: 100%;
        padding: 5px 8px;
    }

    .currency_select form[name='currencies'] > span {
        display: none;
    }

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

    .currency_select form .selectize-input > input,
    .currency_select form .selectize-control.single .selectize-input .item {
        font-size: 0.875rem;
        color: #333;
        font-weight: 700;
    }

    /*.sidebar-toggle-up {
        position: fixed;
        left: 0;
        z-index: 999;
        top: 25%;
        width: 40px;
        height: 40px;
        padding: 5px;
        overflow: hidden;
        border-radius: 0 3px 3px 0;
        font-size: 0;
        background-color: #57B32C;
    }*/
    body[data-page-name="index_products"] .container-category-head {
        padding: 10px 20px 10px 30px;
    }

    .sidebar-toggle-up svg {
        fill: #fff;
        width: 20px;
        height: 20px;
        font-size: 1.25rem;
    }
    #sidebar-left .sidebar-toggle-up svg {
        width: 16px;
        height: 16px;
        font-size: 1rem;
    }

    .login_block {
        position: relative;
    }

    .login_block a, .callback_block a {
        color: #333;
        background: transparent;
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px;
        padding: 0 13px;
        text-transform: initial;
        font-size: 0.875rem;
        font-weight: 700;
        margin: 0;
    }

    .callback_block a {
        padding: 0 16px;
    }

    .callback_round {
        margin: 0 11px 0 0;
        border-radius: 0;
        background: transparent;
        width: auto;
    }

    .callback_block .callback_round .fa {
        font-size: 1rem;
        color: #333;
    }

    hr {
        border-top: 2px solid transparent;
    }

    .login_block a svg {
        fill: #000;
        width: 1em;
        height: 1em;
        margin-right: 10px;
        font-size: 1rem;
    }

    .phones_block {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
        padding: 15px 15px 0;
        min-height: 40px;
        align-items: center;
        font-size: 0.875rem;
        font-weight: 700;
    }

    .container_middle_header {
        padding-bottom: 24px;
    }

    main_search_form {
        width: 100%;
        margin: 35px 20px 0 3px;
    }


    .search_site {
        text-align: justify;
        /*   text-align-last: justify; */
    }

    .show_search_form {
        background: #fff;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        /*height: 50px;*/
        width: 21px;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }
    .main_search_form {
        width: 100%;
        margin: 0 20px 0 0px;
    }
    #search-form-button1 {
        left: 0;
    }
    .ac_results {
        margin-left: 0px;
        margin-top: 2px;
        top: 101px!important;
    }
    .registration-text-wrapper {
        max-width: 340px;
    }
    .enter-registration-text {
        font-weight: 600;
        font-size: 1.375rem;
        line-height: 30px;
        color: #FFFFFF;
    }
    .container-registration .col-form-customer {
        padding: 20px 7px !important;
    }
    .col-form-customer {
        position: relative;
        margin-top: 60px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .return_main_page > span {
        color: #000;
    }
    .return_main_page {
        background-color: #fff;
        padding: 5px;
        border-radius: 5px;
    }

    /*.show_search_form svg {
        fill: #000;
        width: 3em;
        height: 3em;
    }*/
    .newsletter input[type="checkbox"]:checked + label:after, .form-group input[type="checkbox"]:checked + label:after {
        left: 18px;
        top: 2px;
    }
    .modal-body h3, .modal-body h2, .modal-body h1 {
        font-size: 1.875rem;
        line-height: 37px;
    }
    .container-registration .form-group.form-group-checkbox {
        flex-direction: column;
    }

    .header-actions {
        background: #fff;
        margin: 0;
        padding-left: 5px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 50px;
        cursor: pointer;
    }
    .copyright p {
        font-size: 0.875rem;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .copyright p > span {
        display: none;
    }
    .footer-mapp-name {
        /*margin-left: 10px;*/
        margin-left: 0px;
    }
    .money_systems .svg-visa > svg {
        font-size: 0.875rem;
    }
    .footer-mapp-name-block {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .footer-mapp-name > span {
        display: inline-block;
        margin-top: 0;
        margin-left: 0;
    }

    .open-menu-xs {
        height: 50px;
        width: 50px;
        text-align: center;
        background: #fff;
        border: 0;
        float: right;
        position: relative;
        padding: 0;
    }

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

    .search-block {
        padding: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
        transition-delay: 0s;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        transition: opacity .5s linear, top .5s step-end, -webkit-transform .5s cubic-bezier(.36, .66, .04, 1);
        transition: transform .5s cubic-bezier(.36, .66, .04, 1), opacity .5s linear, top .5s step-end;
        transition: transform .5s cubic-bezier(.36, .66, .04, 1), opacity .5s linear, top .5s step-end, -webkit-transform .5s cubic-bezier(.36, .66, .04, 1);
    }

    .search-block-open {
        pointer-events: all;
        -webkit-transform: translateY(51px);
        transform: translateY(51px);
        transition: opacity .1s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
        transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .1s linear, top .25s step-start;
        transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .1s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
        transition-delay: 0s;
    }

    .mobile_header .main_search_form {
        display: block;
        opacity: 1;
        pointer-events: none;
        z-index: 1;
        background: #fff;
        top: -2000px;
        position: relative;
        transition-delay: 0s;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        transition: opacity .5s linear, top .5s step-end, -webkit-transform .5s cubic-bezier(.36, .66, .04, 1);
        transition: transform .5s cubic-bezier(.36, .66, .04, 1), opacity .5s linear, top .5s step-end;
        transition: transform .5s cubic-bezier(.36, .66, .04, 1), opacity .5s linear, top .5s step-end, -webkit-transform .5s cubic-bezier(.36, .66, .04, 1);
    }

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

    .form_search_site {
        width: 100%;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

    .form_search_site, .basket_768 {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        float: left;
        text-align: left;
    }


    .basket_768 {
        position: relative;
    }

    .basket_768:before {
        content: unset;
    }

    .basket_768 svg {
        width: 26px;
        height: 26px;
    }

    .basket_768 .quantity_basket_768 {
        position: absolute;
        margin: 0;
        top: 5px;
        left: 12px;
        color: #fff;
    }

    .search-form-input {
        transition-delay: 0s;
        height: 100%;
        border: none;
        border-radius: unset;
        padding: 10px 0 10px 59px;
    }

    .search-form-input:focus {
        border: none;
    }

    #search-form-button1 {
        transition-delay: 0s;
        line-height: 1;
        width: 50px;
        background: #fff;
        /*left: 0;*/
        right: 61px;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        border-radius: unset;
    }

    .main_search_form .search_site_submit svg {
        width: 19px;
        height: 21px;
    }

    #search-form-button-close1 {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        color: #000;
        line-height: 1;
        width: 50px;
        background: #fff;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        border: 0;
    }

    #search-form-button-close1 svg {
        fill: #000;
        width: 1.5em;
        height: 1.5em;
    }

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

    .sidebar_fader {
        z-index: -1;
        top: 0;
        transition: 0s;
    }

    .sidebar_fader.open {
        opacity: 0.25;
        z-index: 1000;
        /*transition: opacity 0.3s;*/
    }

    #sidebar-left ~ .sidebar_fader.open {
        opacity: 0;
        z-index: 1000;
        /*transition: opacity 0.3s;*/
    }

    .search-form-fader-open {
        top: 50px;
        opacity: 0.25;
    }

    .ac_results {
        margin-top: 0px;
    }

    .ac_results li {
        max-height: 63px;
        font-size: 0.875rem;
        overflow: hidden;
    }

    .money_systems,
    .copyright,
    .link_webstudio {
        margin-bottom: 20px;
    }

    .owl-dots {
        visibility: visible;
    }
    .position-relative .owl-dots {
        position: absolute;
        z-index: 2;
        left: 0;
        top: calc(100% + 10px);
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        background-color: transparent;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #carousel-custom-dots.owl-dots li svg.fa-circle {
        fill: #B1B1B1;
    }
    .padd-0 #owl-frontslider {
        margin-bottom: 50px;
    }

    .big_banner {
        margin-top: 0;
    }

    .big_banner img {
        width: auto !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .section_top_footer,
    .contacts_info_footer {
        display: inline-block;
        text-align: left;
        padding-bottom: 5px;
        width: 100%;
        position: relative;
    }

    .top_footer .h3,
    .top_footer h3 {
        /*width: calc(100% + 25px);*/
        width: 100%;
    }

   /* .row_menu_contacts_footer > .col-xs-12 > .row > .col-xs-12, .row_menu_contacts_footer > .col-xs-12:nth-of-type(2) {
        padding-right: 0;
        display: none;
    }*/

    .section_top_footer .list_footer,
    .contacts_info_footer .list_footer {
        padding-top: 0;
    }

    #kabinet_footer, .contacts_info_footer_phones .phones, #footer_contacts {
        display: none;
    }

    .list_footer a, .adress {
        display: inline-block;
    }

    .link_webstudio {
        float: left;
    }

    #account_order_info {
        margin-left: 0;
    }

    .account_template table {
        width: 100%;
    }

    #account_order_info > .row {
        margin-left: 0;
        margin-right: 0;
    }

    #account_order_info .order_header > div {
        border-bottom: 1px solid #ddd;
        border-right: 0 !important;
    }

    #account_order_info .order_header > div:last-of-type {
        border-bottom: 0;
    }

    #account_order_info .order_body > div:first-of-type {
        border-right: 0;
    }

    .account_template .table-responsive {
        margin: 0;
    }

    .prod_price, .prod_buy_btns {
        display: inline-block;
    }

    .prod_buy_btns {
        padding-left: 0;
    }

    #r_buy_intovar {
        margin-right: 0;
    }

    #r_buy_intovar .buy {
        padding: 15px 23px;
    }
    .container-product-info #r_buy_intovar .buy {
        padding: 15px 55px;
    }

    .prod_buy_btns .buy_one_click {
        padding: 12px 13px;
    }

    .compare_table {
        width: 100%;
        display: block;
        overflow-x: auto;
    }

    .compare_table tr > td:first-of-type {
        left: 0;
        position: sticky;
        background: #f9f9f9;
        border-right: 0;
        padding: 0 10px;
    }

    /* #owl-frontslider img, #owl-frontslider, #owl-frontslider .item-video, .single_slide {height:auto!important;margin:0;} */
    #tab-characteristics {
        -moz-column-count: unset;
        -moz-column-width: unset;
        -webkit-column-count: unset;
        -webkit-column-width: unset;
        column-count: unset;
        column-width: unset;
    }

    .alert-danger-header {
        margin-top: 50px;
    }

    header {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    main {
        padding: 58px 0 36px 0;
        margin: 0 0 30px 0;
    }
    body[data-page-name="index_products"] main {
        padding: 68px 0 15px 0;
        margin: 0;
    }
    body[data-page-name="create_account"] main {
        padding: 68px 0 0px 0;
        margin: 0;
    }
    body[data-page-name="create_account"] .g-recaptcha > div {
        width: 100%!important;
    }
    .form-customer-wrapper p.personal-customer-text,
    .block-forgot-password .password-none > a,
    .container-registration .form-customer-wrapper .button-login > button,
    form[name='login'] .form-group.block_no_account,
    form[name='login'] .form-control {
        font-family: Inter;
    }

    .breadcrumb {
        padding-top: 20px;
    }

    div.scrollup {
        background-color: #098E4F;
        right: 40px;
        /* margin-left: -32px; */
        bottom: 85px;
        width: 50px;
        height: 50px;
        font-size: 4.063rem;
        border-radius: 50%;
    }
    .money_systems .footer-bank-logo {
        margin-top: 52px;
        justify-content: space-between;
    }

    div.scrollup:active {
        background-color: #eee;
    }

    div.scrollup > svg {
        fill: #ffffff;
    }

    .padd-0 #owl-frontslider {
        margin-top: 0;
        border-radius: 0;
    }

    .container_customer_reviews-wrap .row {
        margin-right: -15px;
        margin-bottom: 10px;
    }

    .customer_reviews_overflow .pad-left-0 {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.modal-open,
    body.custom_confirm_modal_open {
        margin-right: 0;
    }

    .scrollup > svg {
        font-size: 1.875rem;
    }
    .small-menu-cabinet {
        display: flex;
        align-items: center;
    }
    .dropdown-menu-language {
        top: 27px;
        left: 10px;
    }
    #modal_cart_popup .modal-header .close {
        display: none;
    }

    .articles-wrapper-page {
        padding: 0;
    }
    body[data-page-name="checkout_success"] .articles-wrapper-page {
        padding: 0 20px;
    }
    body[data-page-name="checkout_success"] h1.succes-info-name {
        font-weight: 600;
        font-size: 1.875rem;
        line-height: 37px;
    }
    .img-responsive {
        width: auto!important;
    }

    .row_catalog_products .col_product .p_img_href {
        padding: 0;
    }

    .plan_tabs_container .plan_tabs_content iframe {
        height: 500px;
    }
    .cf-turnstile{
        top: 50px;
        z-index: 99;
    }
}

@media (max-width: 720px) {
    #pl_sort_ms .ui-icon.ui-icon-triangle-1-s {
        position: absolute;
        right: 8px;
    }

    #pl_sort_ms span:nth-of-type(2) {
        white-space: nowrap;
        overflow: hidden;
        max-width: 51px;
        min-width: 46px;
        display: block;
        margin-right: 8px;
        text-overflow: ellipsis;
    }

    .top_header.hidden-xs {
        display: none !important;
    }

    .navbar-header {
        position: relative;
    }
}

@media (min-width: 768px) {
    #sync1 img:hover {
        cursor: url('/images/loupe.png'), pointer;
    }
    #sync1 img.cdn:hover {
        cursor: url('/bank/images/loupe.png'), pointer;
    }
    #mobile-sync-dots {
        display: none!important;
    }
    .logo_block {
        display: none;
    }
    .f-nav{
        background-color: #fff;
        z-index: 9999;
        position: fixed!important;
        left: 0;
        top: 0;
        width: 100%;
    }
    .bank_add_nav.f-nav .navbar {
        padding-bottom: 0;
        box-shadow: 5px 4px 30px rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 800px) {
    .col-account-content table#wishlist_table {
        margin-top: 0px;
        border: none;
    }
    .content-wishList-wrap #wishlist_table tbody > tr > td:last-child > .productListing-data-block {
        margin-right: 0px;
    }
    .content-wishList-wrap #wishlist_table tbody > tr > td:last-child > .productListing-data-block > a {
        margin-right: 10px;
    }
    .content-wishList-wrap #wishlist_table tbody > tr > td:last-child {
        display: flex;
        flex-direction: row;
        padding-right: 0;
        justify-content: center;
        align-items: center;
    }
    .content-wishList-wrap #wishlist_table tbody > tr > td {
        text-align: center;
        word-break: break-word;
    }
}
@media (max-width: 768px) {
    body[data-page-name="create_account"] .col-form-customer {
        min-height: 945px!important;
    }
    .small-menu-cabinet .bankid-logo {
        top: -3px;
    }
    .row.prod_main_info .additional_images2 > .item.single_image {
        border: 1px solid transparent;
    }
    .heading-title-account {
        font-size: 2.313rem;
        line-height: 48px;
    }
    body[data-page-name="create_account_success"] .content-compares-wrap {
        padding: 15px 15px 20px 15px;
    }
    body[data-page-name="create_account_success"] .btn-lg {
        margin-right: 0;
    }
    body[data-page-name="account_edit"] .col-account-content,
    body[data-page-name="wishlist"] .col-account-content-header,
    body[data-page-name="wishlist"] .col-account-content {
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-account-content > .row {
        padding-left: 0;
    }
    .row.account_template, .content-compares-wrap {
        padding: 40px 0px 70px 0px;
    }
    body[data-page-name="account"] .content-compares-wrap-account {
        padding: 40px 15px 70px 15px;
    }
    .container-registration #sms-verification-link,
    .container-registration #sms-verification-submit {
        min-width: 120px !important;
        max-width: 120px;
    }
    body[data-page-name="login"] .alert.alert-danger {
        display: flex;
        flex-wrap: wrap;
    }
    .btn-filter-decktop-none,
    .btn-filter-decktop {
        display: none;
    }
    body[data-page-name="create_account"] #sms-verification {
        margin-top: 5px!important;
    }
    .row_catalog_products.services_bank_wrap {
        display: none;
    }
    .form-customer-wrapper .form-control {
        font-size: 1rem;
    }
    .container-registration .get-code-link {
        font-size: 1rem;
    }
    .return_main_page > svg {
        margin-left: 12px;
        margin-top: -2px;
    }
    body[data-page-name="create_account"] .container-registration {
        padding-left: 8px;
    }
    .container-registration form[name="create_account"] .form-control[name="email_code"],
    .container-registration form[name="create_account"] .form-control[name="sms_code"] {
        padding: 12px 11px 0px 1px;
        min-height: 45px;
    }
    .banner-information {
        align-items: flex-start;
    }
    .page-wrap {
        margin-bottom: -385px;
    }

    body[data-page-name="account_history_info"] h2.heading-order-name,
    body[data-page-name="account_history_info"] h1.order-name-h1 {
        margin-left: 0;
    }
    .quantity-selector-mask input {
        padding-left: 3px;
    }
    #compare_wishlist {
        margin: 3px 0;
    }
    body[data-page-name="index_products"] .wishlist_product_bank,
    body[data-page-name="index_default"] .wishlist_product_bank {
        display: none;
    }
    body[data-page-name="checkout_success"] .succes-info-btn.error-btn-wrap-flex {
        margin-top: 108px;
    }

    body[data-page-name="index_products"] .sidebar_fader.open {
        opacity: 0;
    }
    body[data-page-name="index_products"] .filter_box_in {
        position: relative;
    }
    body[data-page-name="index_products"] .filter-mobil-wrapper {
        position: fixed;
        bottom: 0px;
        background-color: #fff;
        left: 0;
        right:0;
        max-width: 100%;
        padding: 15px;
        box-shadow: 0 -10px 8px -5px #d7d7d7;
    }
    body[data-page-name="index_products"] .filter-to-apply,
    body[data-page-name="index_products"] .filter_heading.filter-all {
        max-width: 100%;
    }
    #sidebar-left .category-name-all {
        padding-right: 26px;
    }
    #sidebar-left .wrap-filter-btn .sidebar-toggle-up {
        padding: 16px 17px 16px 2px;
    }

    .error-page-wrapper h1.error-page-h1 {
        margin-bottom: 24px;
        font-weight: 600;
        font-size: 1.875rem;
        line-height: 37px;
    }
    .error-page-wrapper .error-page-text.error-page-text-name {
        font-size: 1.125rem;
        text-align: left;
    }
    .error-page-wrapper ul.error-page-text > li {
        font-size: 1.125rem;
        text-align: left;
    }
    .error-page-wrapper {
        padding: 40px 15px 40px 15px;
    }
    .error-page-wrapper h2.error-page-h2 {
        font-size: 1.688rem;
        line-height: 27px;
    }
    .btn-filter-mobile {
        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;
        margin-bottom: 20px;
        position: absolute;
        bottom: -25px;
        width: 100%;
        text-align: left;
        padding: 5px 0;
    }
    .btn-filter-hide-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;
        margin-bottom: 20px;
        position: absolute;
        bottom: -25px;
        width: 100%;
        text-align: left;
        padding: 5px 0;
    }
    .btn-filter-mobile.btn-filter-hide-none {
        display: none;
    }
    .hide-all-items.btn-filter-mobile{
        bottom: -55px;
    }
    .attrib_divs,
    .attrib_divs.ajax .inner-scroll {
        max-height: 100%;
        overflow-y: initial;
        margin-bottom: 30px;
        position: relative;
    }
    .attrib_divs.attrib_divs_mobil {
        max-height: 170px;
        overflow-y: hidden;
        padding-bottom: 10px;
        display: block;
    }

    #sidebar-left .filter_box .filter_cont {
        padding-bottom: 60px;
    }

    .container-registration {
        margin-top: 30px;
    }
    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) {
        min-width: 260px;
        max-width: 260px;
    }
    body[data-page-name="compare"] .compare_table tr > td:nth-child(1) {
        min-width: 160px;
        max-width: 160px;
    }
    .table-responsive-compare::-webkit-scrollbar {
        width: 3px;
    }
    .alert {
        margin-bottom: 10px;
        padding: 8px 8px;
        border-radius: 0;
    }
    body[data-page-name="login"] .alert.alert-danger {
        margin-bottom: 10px;
        padding: 8px 8px;
        border-radius: 0;
        justify-content: flex-start;
    }
    #mobile-sync-dots {
        display: block;
    }
    .filter_box .filter_heading {
        border-top: 1px solid #F5F5F5;
    }
    #sidebar-left .filter_box .filter_heading:first-child {
        border-top: 1px solid transparent;
    }

    /*.btn-primary#loadMoreProducts {*/
    /*    margin-top: 0;*/
    /*}*/
    #sidebar-left #left_whatsnew {
        display: none;
    }
    #sidebar-left .like_h2_category {
        display: none;
    }
    .bank_footer_contacts .contacts-reversal {
        min-width: 137px;
        width: 100%;
        left: 0;
    }
    .row.prod_main_info > div .container_sheare_compare {
        top: 5px;
        right: 15px;
    }
    .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: 11px;
        height: 8px;
        bottom: 2px;
        right: 31%;
    }
    .basked_product_bank span.main-basked-icon.popup_cart svg.card-ok {
        bottom: 4px;
    }

    .sp-form[sp-id="218356"] .sp-form-control {
        border-color: #979797!important;
    }

    body[data-page-name="product_info"] .container-product-info .category-parameters {
        margin-top: 20px;
    }

    #mobile-sync-dots {
        display: flex;
        align-items: center;
        background-color: transparent;
        height: 20px;
        justify-content: center;
    }
    #mobile-sync-dots .owl-dot {
        width: 8px;
        height: 8px;
        margin: 0 6px;
        background-color: #E2E2E2;
        border-radius: 50%;
    }
    #mobile-sync-dots .owl-dot.active {
        background-color: #B1B1B1;
    }

    body[data-page-name="product_info"] .prod_main_info .thumbs div {
        display: none;
    }

    body[data-page-name="product_info"] #sync1.owl-theme .owl-controls .owl-nav .owl-prev,
    body[data-page-name="product_info"] #sync1.owl-theme .owl-controls .owl-nav .owl-next {
        display: none!important;
    }

    #sidebar-left .col_product.col_product_bank .product {
        margin-right: 0;
    }

    body[data-page-name="product_info"] .container-product-info {
        padding: 20px 0px 0px 0px;
    }
    .row.prod_main_info #sync1.owl-carousel .owl-item {
        border: 1px solid transparent;
        border-bottom: 1px solid #E2E2E2;
    }
    .mob-wrap-filter-flex {
        display: flex;
        flex-direction: column;
    }
    .mob-wrap-filter-flex .listing-header.form-group {
        order: 2;
    }
    .mob-wrap-filter-flex .mob-wrap-filter {
        order: 0;
        display: flex;
    }
    .wrap-filter-btn .sidebar-toggle-up {
        background: transparent;
    }
    .wrap-filter-btn {
        padding-left: 0;
        padding-right: 0;
    }
    .dd_select {
        padding-right: 8px;
        padding-left: 8px;
    }
    .slider_product_card .product_labels,
    .product_list .product_labels,
    .product .product_labels {
        top: 17px;
        left: 16px;
    }
    .main-basked-icon {
        width: 40px;
        height: 40px;
        line-height: 0;
    }
    .wishlist_product_bank {
        top: 15px;
        right: 15px;
    }
    .p_description .basked_product_bank {
        max-height: 40px;
    }

    .bank-banner.banner-collection {
        padding-top: 115px;
    }
    .bank-banner.banner-support {
        margin-bottom: 49px;
    }
    .banner-support .banner-information {
        width: 100%;
        height: 170px;
        padding: 15px 12px;
    }
    .banner-support .support-name {
        font-weight: 600;
        line-height: 25px;
        margin-top: 0;
        max-width: 400px;
        font-size: 1.375rem;
    }
    .banner-support .support-text {
        font-size: 1rem;
        line-height: 28px;
        display: none;
    }
    .banner-information-btn {
        width: 100%;
        max-width: 260px;
        margin-top: 10px;
    }
    .p_description {
        padding: 10px;
    }
    /*.col_product.col_product_bank .product {
        margin-right: 5px;
        margin-left: 5px;
    }*/
    /*.owl-carousel .owl-stage-outer {
        margin-left: -5px;
        margin-right: -5px;
    }*/

    /*.owl-item:nth-child(2) .col_product.col_product_bank  .product {
        margin-right: 10px;
    }*/


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

    .container.mobile_header .header-actions {
        padding-right: 0;
        z-index: 10;
        background-color: #ffffff;
    }
    body[data-page-name="index_default"] .row_news_customer_reviews .col-category-news {
        padding-left: 14px;
        padding-right: 14px;
    }
    body[data-page-name="index_products"] .container-category-wrapper {
        padding: 28px 0px 0px 0px;
    }
    body[data-page-name="index_products"] .container_customer_reviews-wrap > article:first-child {
        margin-right: 15px;
    }
    body[data-page-name="index_products"]  .container_customer_reviews-wrap {
        display: block;
    }
    body[data-page-name="index_products"]  .container_customer_reviews-wrap > article {
        width: 100%;
    }
    body[data-page-name="index_products"] .row_news_customer_reviews .all-new-products {
        padding: 0;
    }
    body[data-page-name="wishlist"] .content-wishList-wrap {
        padding: 20px 14px 50px 14px;
    }
    body[data-page-name="wishlist"] h1 {
        padding: 10px 14px 10px 14px;
    }
    .sidebar {
        width: 100%;
    }
    .like_h2_category {
        padding-top: 15px;
    }
    .sidebar-toggle-back:hover, .sidebar-toggle-back {
        right: 15px;
        top: 15px;
    }
    body[data-page-name="login"] .container-registration {
        padding-left: 8px;
        padding-right: 8px;
    }
    body[data-page-name="login"] .breadcrumb,
    body[data-page-name="create_account"] .breadcrumb {
        display: none;
    }
    #modal_cart_popup .modal-content,
    #modal_cart_popup > .modal-content {
        border-radius: 22px 22px 0px 0px;
    }
    .return_main_page {
        position: absolute;
        left: 3px;
        top: -40px;
    }
    .form-customer-wrapper h2.personal-customer-name {
        margin-top: 10px;
        margin-left: -2px;
    }
    .return_main_page > span {
        color: #636363;
        font-family: Inter;
        text-transform: uppercase;
    }
    body[data-page-name="login"] .return_main_page > span ~ svg {
        display: none;
    }
    .wrapper-basket-empty {
        padding: 0;
        border: 1px solid transparent;
        margin: 45px 34px 40px 34px;
    }
    .form-customer-wrapper {
        width: 100%;
        max-width: 100%;
    }

    #modal_cart_modal .popup-products-price-name {
        text-align: center;
    }
    #modal_cart_modal .bank-click-popup .popup-products-price {
        justify-content: center;
    }

    .coin-price, .coin-price>span {
        font-size: 0.875rem;
        line-height: 20px;
    }

    .coin-price {
        position: relative;
    }
    .coin-price > span {
        position: absolute;
        bottom: 7px;
        left: 0;
    }
    .coin-bye-wrap-flex .coin-price > span {
        position: initial;
    }
    .bank-banner.banner-support .banner-info-name {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .banner-long2-wrapper .bank-banner.banner-support .banner-info-name {
        align-items: center;
        flex-direction:row;
    }
    .banner-long2-wrapper .banner-information-btn {
        margin-top: 30px;
    }
    .coin-text > a,
    .col_product.col_product_bank a.model_product,
    .row_news_customer_reviews .news_block_wrapper .pad-left-0 > h5 > a {
        font-family: Inter;
        font-size: 0.75rem;
    }

    .coin-set-block .basked_product_bank {
        display: block;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    .coin-bye-wrap-flex .basked_product_bank {
        position: initial;
        text-align: center;
    }
    .coin-set-block .basked_product_bank > span > svg {
        display: inline-block;
        width: 40px;
        height: 40px;
    }
    .title-new-products-desctop {
        display: none;
    }
    .title-new-products-mobil {
        display: block;
    }
    #owl-frontslider .owl-controls {
        display: none;
    }
    .wrapper-basket-empty .basket-empty-info {
        font-size: 1.25rem;
        line-height: 29px;
    }
    .wrapper-basket-empty {
        margin: 51px 2px 2px 2px;
    }
    .small-menu-cabinet .menu-cabinet-show,
    .mobile_header .small-menu-cabinet .menu-cabinet {
        position: fixed;
        top: 51px;
        left: 0;
        width: 100%;
        padding: 6px 0px;
        min-height: 100%;
        transition: all .4s ease;
    }
    .mobile_header .small-menu-cabinet .menu-cabinet  {
        transform: translateX(-100%);
    }

    .bottom_footer_mobil .container-fluid {
        padding-left: 0;
    }
    .copyright a {
        font-size: 0.875rem;
    }
    .contacts_info_footer-mobil {
        display: block;
    }
    .p_info_footer-desctop,
    .contacts_info_footer-desctop {
        display: none!important;
    }
    .popular-product-like .like_h2 {
        display: block;
        padding-top: 0px;
        font-size: 1.5rem;
    }
    .container-fluid.new-products-wrapper {
        position: relative;
    }
    .modal#modal_cart_modal {
        top: 50px;
    }
    .nav-tabs > li > .tablinks {
        margin: 0 0px 10px 0;
    }
    .prod_main_info .prod_price {
        margin-bottom: 0;
    }
    .content-tabs #tab-description {
        padding-right: 0;
    }
    .tab-description-visible {
        max-height: 290px;
        overflow: hidden;
    }
    .read-entire-mobil {
        display: block;
        cursor: pointer;
        font-weight: 500;
        font-size: 1rem;
        line-height: 28px;
        font-family: 'Montserrat', sans-serif;
        text-decoration-line: underline;
        color: #000000;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    /*.read-entire-mobil .entire-mobil_1 {
        position: relative;
        width: 100%;
        display: inline-block;
    }
    .read-entire-mobil .entire-mobil_1.read-entire-hide {
        display: inline;
    }
    .read-entire-mobil .entire-mobil_1::after {
        content: '';
        position: absolute;
        bottom: 27px;
        left: 0;
        width: 100%;
        height: 72px;
        background: linear-gradient(to bottom,rgba(255,255,255,0),#fff 49%);
    }
    .read-entire-mobil .entire-mobil_1.read-entire-hide::after {
        display: none;
    }*/

    .content-tabs #tab-characteristics {
        padding-left: 0;
    }
    .container-product-info form[name="cart_quantity"] {
        margin-bottom: 30px;
    }
    body[data-page-name="product_info"] .page-wrap .like_h2 {
        margin: 40px 0 25px 0;
        font-size: 1.438rem;
    }
    .services_bank_block .services-block-name {
        font-size: 1rem;
        line-height: 22px;
    }
    .services_bank_block .services-block-text {
        font-weight: 400;
        font-size: 0.813rem;
        line-height: 19px;
        min-height: 100px;
    }

    .footer-menu-articles-mobil {
        display: none;
    }
    .bank-banner.banner-collection {
        margin-bottom: 3px;
    }
    .row_news_customer_reviews {
        margin-bottom: 75px;
    }
    .wrapper-new-products {
        margin-bottom: 20px;
    }
    .row_catalog_products {
        margin: 0 0 0px 0;
    }
    body[data-page-name="product_info"] .row_catalog_products {
        margin: 0 0 90px 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .wrapper-new-products {
        margin-top: 90px;
    }
    .product {
        margin-bottom: 10px;
    }
    #modal_cart_modal .click-popup-btn {
        padding-right: 0%;
        justify-content: center;
        width: 100%;
    }
    #modal_cart_modal .bank-click-popup .click-popup-products {
        margin: 15px 5px;
    }
    #modal_cart_modal .bank-click-popup>.click-popup-flex {
        flex-direction: column;
    }

    .bottom_footer {
        padding: 10px 15px 0;
    }
    .money_systems {
        margin-top: -50px;
    }
    .money_systems li {
        padding: 0 5px;
    }
    .copyright {
        height: 100px;
        flex-wrap: wrap;
    }
    .row_news_customer_reviews .news_block_wrapper .pad-left-0 > time {
        margin: 0 0 23px 10px;
    }
    .col_product.col_product_bank .new_price {
        position: absolute;
        bottom: 20px;
        text-align: left;
        width: 100%;
        padding-right: 5px;
    }
    .col_product_bank .p_description {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .basked_product_bank .new_old_price {
        display: block;
    }
    .col_product.col_product_bank .product_bank_parameters {
        display: none;
    }
    .col_product.col_product_bank .bank_price_name{
        flex-direction: column;
    }
    .col_product.col_product_bank a.model_product {
        width: 100%;
        max-width: 100%;
        min-height: 60px;
        padding: 0;
    }
    .new_old_price {
        margin: 27px 0 0 0px;
    }

    .copyright .wash-site {
        margin: 0 15px 0 0;
    }
    .row_news_customer_reviews .news_block_wrapper .news_block_img {
        width: 100%;
    }

    .row_news_customer_reviews .news_block_wrapper .pad-left-0 {
        width: 100%;
    }
    .new-products-block-coin, .new-products-block-set {
        padding: 15px;
    }
    .coin-text {
        font-size: 0.938rem;
        line-height: 24px;
        width: auto;
        order: 2;
        min-height: 125px;
    }
    .coin-img-wrap-flex, .coin-wrap-flex {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }
    .coin-img {
        height: 150px;
        order: 0;
    }
    .new-products-block-coin {
        min-height: 309px;
    }
    .like_h2 {
        position: inherit;
        font-size: 1.5rem;
    }
    .page-wrap .like_h2 {
        font-size: 1.5rem;
    }
    div[data-module-id="new_products"] .container-fluid {
        position: relative;
    }
    .top_footer {
        padding: 30px 0 30px 0;
    }
    .set-img .p_img_href,
    .coin-img .p_img_href {
        height: 110px!important;
        line-height: 110px!important;
    }
    .set-img {
        height: 130px;
        width: 100%;
    }
    #compare_box,
    #wishlist_box2 {
        display: none!important;
    }
    .bank-small-menu ul > li {
        max-width: 100%;
        border-left: 1px solid #f4f4f4;
    }
    .bank-small-menu .menu-cabinet-show ul > li,
    .mobile_header .small-menu-cabinet ul > li {
        max-width: 100%;
        border-left: none;
        border-bottom: 1px solid #F5F5F5;
    }
    .ul-cabinet-falling .term-cabinet > a {
        font-weight: 600;
    }
    .small-menu-cabinet .menu-cabinet-show,
    .mobile_header .menu-cabinet {
        display: block;
        box-shadow: none;
    }

    .bank-small-menu .menu-cabinet-show ul > li a > span:first-child,
    .mobile_header .menu-cabinet ul > li a > span:first-child {
        text-transform: capitalize;
        font-weight: 400;
    }
    .bank-small-menu .menu-cabinet-show ul > li:last-child {
        padding-top: 60%;
    }
    .bank-small-menu .menu-cabinet-show ul > li:last-child > a,
    .mobile_header .menu-cabinet ul > li:last-child > a {
        border-top: 1px solid #F5F5F5;
        width: 100%;
    }
    .term-cabinet.falling-name > a {
        display: flex;
        flex-direction: row;
    }
    .term-cabinet.falling-name > a > span.span-name {
        margin-left: 10px;
    }
    .product_slider {
        max-height: 275px!important;
    }
    .term-cabinet.falling-cabinet {
        padding-top: 6px;
    }
    .ul-cabinet-falling .term-cabinet > a {
        line-height: 28px;
    }
    .timer-container {
        display: flex;
    }

    .carousel-info {
        padding: 0px;
    }
}

@media (max-width: 680px) {

    /*product modal*/
    .product_modal {
        overflow-y: auto !important;
    }

    .product_modal::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .product_modal::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #bababf;
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    }

    .product_modal .modal-header {
        padding: 8px 12px;
    }

    .productModalWrapper {
        grid-template-columns: 470px;
        grid-template-rows: auto auto auto;
    }

    .synchronizedSlider {
        margin-top: 7px;
    }

    .productModal-slider .oneItemSlider {
        margin-top: 0;
        padding: 0;
    }

    .productModal-slider .sync1-item {
        height: 150px !important;
    }

    .productModal-middleBlock {
        grid-column: 1 / 3;
        grid-row: 2 / 4;
    }

    .productModal-middleBlock-color {
        border-bottom: none;
        border-right: 1px solid #eee;
    }

    .productModal-middleBlock-characteristics {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-bottom: 0;
    }

    .productModal-middleBlock-price {
        border-top: 1px solid #eee;
    }

    .productModal-middleBlock-last {
        height: 170px;
    }

    .productModal-tabContent-Item {
        height: 200px;
    }

    .lb-nav {
        top: 100%!important;
        padding: 0 30%;
        height: auto;
        margin-top: 40px;
    }
    .succes-info-btn > .btn {
        width: 100%;
    }
    .filter_heading.filter-all {
        max-width: 100%;
    }


}
@media (max-width: 568px) {
    .main-slider-wrapper {
        max-height: 295px;
    }
    #carousel-custom-dots {
        min-height: 20px;
    }
    .dd_select {
        justify-content: flex-start;
    }
    .listing-header-punkt.found-listing-header {
        font-size: 1rem;
        line-height: 19px;
    }
    .dd_select.pl_sort {
        margin-top: 0;
    }
    .bottom_footer_mobil .container-fluid {
        padding-left: 15px;
    }
    .tab-pane {
        font-size: 0.938rem;
        line-height: 21px;
    }
}

@media (max-width: 576px) {

    body[data-page-name="product_info"] .product_slider.owl-theme .owl-controls .owl-nav .owl-prev {
        left: -12px;
    }
    body[data-page-name="product_info"] .product_slider.owl-theme .owl-controls .owl-nav .owl-next {
        right: -10px;
    }

    /*.container-product-info .col_product.col_product_bank .product {
        margin-right: 8px;
    }*/
    .wrapper-new-products {
        margin-top: 50px;
    }
    .nav-tabs.content-tabs {
        display: flex;
        flex-wrap: wrap;
    }
    .bottom_footer_mobil .container-fluid {
        padding-left: 15px;
    }
    .nav-tabs > li > a {
        text-align: center;
        font-size: 0.875rem;
        padding: 10px;
    }
    #owl-frontslider .owl-nav .owl-prev {
        top: 35px;
        left: 50px;
    }
    #owl-frontslider .owl-nav .owl-next {
        top: 35px;
        left: 95px;
    }
    .coin-text > a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .coin-text {
        min-height: 100px;
    }
    .banner-info-name .banner-information-text {
        font-weight: 500;
        font-size: 1rem;
        line-height: 26px;
        color: #fff;
        font-family: 'Montserrat',sans-serif;
    }
    .banner-collection .banner-information {
        padding: 15px;
    }
    .banner-collection .banner-information {
        width: 100%;
        height: 170px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .p_img_href {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .col_product.col_product_bank .product {
        /*margin-right: 8px;*/
        margin-bottom: 10px;
    }
    .new-products-block-flex>div:nth-child(1) {
        padding-right: 15px;
    }
    .page-wrap {
        margin-bottom: -330px;
    }
    body[data-page-name="index_default"] .page-wrap {
        margin-bottom: -385px;
    }


    footer,
    .bank-banner.banner-support {
        padding: 0 0px;
    }
    #owl-frontslider.owl-loaded {
        padding: 0 0px;
    }
    .page-wrap .like_h2 {
        margin: 10px 0 15px 0;
    }
    .row.row_copyright > div {
        padding: 0;
    }
    .copyright .wash-site {
        margin: 5px 0px;
    }
    #modal_cart_modal .bank-click-popup>.click-popup-flex {
        align-items: flex-start;
    }
    .small-menu-search .search-form-tooltip {
        margin-top: 1px;
    }
    .coin-price {
        position: relative;
    }

    .coin-price > span {
        position: absolute;
        bottom: -16px;
        left: 0;
    }
    .coin-bye-wrap-flex .coin-price > span {
        position: initial;
    }
    .coin-price, .coin-price>span.new_price{
        height: 40px;
    }
    #most_popular .new_price .col_unavailable_text{
        display: none;
    }
    .bank-banner.banner-collection {
        padding-right: 0px;
        padding-left: 0px;
    }
    .services_bank_wrap .services-block-text {
        font-family: Inter;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 21px;
        color: #000000;
        text-align: center;
        margin-top: 20px;
    }
    .row.row_catalog_products.services_bank_wrap > div {
        padding-left: 3px;
        padding-right: 3px;
    }
    .btn-lg {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        height: 50px;
    }
    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) {
        min-width: 160px;
        max-width: 160px;
    }
    body[data-page-name="compare"] .compare_table tr > td:nth-child(1) {
        min-width: 160px;
        max-width: 160px;
    }
    .table-responsive-compare::-webkit-scrollbar {
        width: 3px;
    }
    .articles-listing-countpages {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .button-login.button-login-flex {
        display: flex;
        flex-direction: column;
        column-gap: 5px;
    }
    .button-login.button-login-flex .form-group.block_no_account {
        order: 3;
        width: 100%;
    }
    .button-login.button-login-flex .bank-registration {
        width: 100%;
        height: 50px;
        text-align: center;
        padding-top: 13px;
        padding-right: 0;
    }
    .container-registration .form-customer-wrapper .button-login > button {
        order: 0;
    }
    .container-registration .block_btn_register .btn-default,
    .container-registration .form-customer-wrapper .button-login > button,
    .button-login.button-login-flex > * {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .additional_images2 .item.single_image {
        line-height: 280px;
        text-align: center;
        height: 360px;
    }
    .row.prod_main_info .additional_images2 > .item.single_image {
        border: 1px solid transparent;
        padding: 30px 0;
    }
    .heading-title-account {
        font-size: 1.875rem;
        line-height: 37px;
    }
    .create-account-block-text > span {
        text-align: left;
        font-size: 1rem;
    }
    .banner-support .support-name {
        font-size: 1.063rem;
    }
    .slider_product_card {
        margin-bottom: 30px;
    }
    #mobile-sync-dots {
        margin-top: 15px;
    }
    .carousel-info {
        bottom: -53px;
    }

    /*product modal*/
    .productModalWrapper {
        grid-template-columns: 370px;
    }

    .label-wrapper {
        font-size: 0.625rem;
    }

    .productModal-slider .sync2-item {
        height: 50px;
    }

    .synchronizedSlider {
        margin-top: -10px;
    }

    .productModal-slider .sync1-item {
        height: 100px !important;
    }

    .productModal-middleBlock-characteristics .characteristic-name {
        margin-bottom: 2px;
    }

    .characteristic-value {
        margin-bottom: 5px;
    }

    .productModal-middleBlock-color {
        padding: 5px;
    }

    .productModal-middleBlock-last {
        height: 145px;
        padding: 5px;
    }

    .productModal-tabItem {
        padding: 6px;
    }

    .productModal-tabContent-Item {
        height: 150px;
        font-size: 0.813rem !important;
    }

    .productModal-middleBlock .actualPrice {
        margin-bottom: 5px;
    }

    .add2cart-wrapper input {
        padding: 5px 7px;
    }

    .productModal-middleBlock-price .btn {
        padding: 4px 10px;
    }

    /*product modal*/
    .search_site_input {
        width: 100%;
    }

    .new_price {
        font-size: 0.875rem;
        line-height: 15px;
    }

    .add2cart, .added2cart {
        font-size: 0.813rem;
    }

    #sync1 .item, .single_image {
        /*height: 250px;*/
        line-height: 280px;
    }

    .subcats_imgs div {
        min-height: 170px;
    }

    .row_catalog_products .col_product {
        /*  width: 100%; */
    }

    .small_slider, .small_slider .owl-carousel .owl-stage {
        height: 100px;
    }

    .small_slider a {
        line-height: 100px;
    }

    #owl-frontslider {
        height: auto;
        max-height: 250px;
        margin-bottom: 30px;
    }

    .row_news_customer_reviews .news_block_wrapper .news_block_img {
        width: 100%;
    }

    .row_news_customer_reviews .news_block_wrapper .pad-left-0 {
        width: 100%;
    }

    /*for improve cls */
    .thumbs_row {
        height: 0px;
    }
    .row.prod_main_info #sync1.owl-carousel .owl-item {
        padding: 20px 0;
    }

    #sync1, .additional_images2 {
        height: 320px;
    }
    #sync1 .item {
        height: 280px;
    }

    #sync1 img{
        max-height: 260px;
    }
    body[data-page-name="password_forgotten"] .content-compares-wrap,
    .error-page-wrapper {
        padding: 5px 15px 5px 15px;
    }
    .block-password-forgotten .form-group .btn {
        width: 100%;
        min-width: 100%;
        border-radius: 0;
        text-transform: uppercase;
        height: 50px;
        margin-right: 0px;
        margin-bottom: 15px;
        padding: 12px 9px;
    }
}

@media (min-width: 480px) and (max-width: 1440px) {
    #owl-frontslider {
        max-height: 400px;
    }
}

@media (max-width: 420px) {
    .toggle_nav {
        margin: -5px 0 0 10px;
    }
    .bug_report_button::after {
        left: 0px;
    }

    .phones_block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px 15px;
        height: 80px;
        align-items: flex-start;
        font-size: 0.875rem;
        font-weight: 700;
    }
    .bank-small-menu ul li.small-li-none {
        display: none;
        order: 0;
        opacity: 0;
    }
    .banner-collection .banner-information {
        width: 100%;
        height: 150px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .banner-support .banner-information {
        width: 100%;
        height: 150px;
    }
}
@media (max-width: 480px) {
    .coin-text {
        font-size: 0.75rem;
        line-height: 20px;
    }

    .row_news_customer_reviews .news_block_wrapper .pad-left-0 > h5 {
        font-size: 0.75rem;
        line-height: 20px;
    }

    /*.category .pagination_block {*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    flex-direction: column;*/
    /*}*/

    #popup_cart_form .action_btn {
        justify-content: space-between;
        flex-direction: column;
    }

    form#popup_cart_form .action_btn .btn {
        margin-left: 0;
        margin-right: 0px;
    }

    #cartContent-page .product_delete .btn {
        margin-top: 0;
    }

    /*body[data-page-name="index_default"] #most_popular {
        margin-bottom: 40px;
    }*/
    body[data-page-name="index_default"] .container-fluid.new-products-wrapper {
        margin-top: 40px;
    }

    .basked_product_bank .product_bank_parameters {
        display: none !important;
    }

    body .breadcrumb {
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
    }
    body .breadcrumb::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }
    body .breadcrumb::-webkit-scrollbar-button {
        background-color: #F6F6F6;
    }
    body .breadcrumb::-webkit-scrollbar-track {
        background-color: #e2e2e2;
    }
    body .breadcrumb::-webkit-scrollbar-track-piece {
        background-color: #ffffff;
    }
    body .breadcrumb::-webkit-scrollbar-thumb {
        height: 50px;
        background-color: #F6F6F6;
        border-radius: 3px;
    }
    body .breadcrumb::-webkit-scrollbar-corner {
        background-color: #e2e2e2;
    }
    body .breadcrumb::-webkit-resizer {
        background-color: #F6F6F6;
    }

    .container-product-info #r_buy_intovar,
    .container-product-info #r_buy_intovar .buy {
        justify-content: center;
    }
    #modal_cart_popup .wrapper-basket-empty .action_btn {
        width: 100%;
    }
    #modal_cart_popup .wrapper-basket-empty .action_btn button {
        margin-right: 0;
        width: 100%;
    }
    #modal_cart_modal .click-popup-btn .btn-primary {
        width: 100%;
    }
    error-page-wrapper h1.error-page-h1 {
        margin-bottom: 24px;
        font-weight: 600;
        font-size: 1.375rem;
        line-height: 22px;
    }
    .error-page-wrapper .error-page-text.error-page-text-name {
        font-size: 0.875rem;
        text-align: left;
    }
    .error-page-wrapper ul.error-page-text > li {
        font-size: 0.875rem;
        text-align: left;
    }
    .error-page-wrapper h2.error-page-h2 {
        font-size: 1.375rem;
        line-height: 22px;
    }
}

@media (max-width: 440px) {
    .content-wishList-wrap #wishlist_table tbody > tr > td:last-child {
        display: flex;
        flex-direction: column;
        padding-right: 0;
        justify-content: center;
        align-items: center;
    }
    .content-wishList-wrap #wishlist_table tbody > tr > td:last-child > .productListing-data-block > a {
        margin-right: 0px;
    }
}
@media (max-width: 410px) {
    .newsletter input[type="checkbox"] + label, .form-group input[type="checkbox"] + label {
        font-size: 0.75rem;
        line-height: 10px;
    }
}
@media (max-width: 410px) {
    body[data-page-name="account_history_info"] h1.order-name-h1 {
        font-size: 1.625rem;
    }
}
@media (max-width: 400px) {
    .dd_select.pl_sort .selectize-control.single {
        min-width: AUTO;
    }
    .dd_select.pl_sort .selectize-control.single .selectize-input {
        width: auto;
        min-width: 94px;
    }
    .container-product-info .nav-tabs > li > .tablinks {
        font-size: 1.438rem;
        line-height: 37px;
    }

    /*product modal*/
    .productModalWrapper {
        grid-template-columns: 300px;
    }

    .synchronizedSlider {
        max-width: 230px;
    }

    .productModal-slider .owl-nav .owl-prev {
        left: -25px;
    }

    .productModal-slider .owl-nav .owl-next {
        right: -25px;
    }

    .productModal-middleBlock-last {
        height: 120px;
    }

    .productModal-tabItem {
        font-size: 0.688rem;
        padding: 4px;
    }

    .productModal-tabContent-Item {
        height: 120px;
    }

    /*product modal*/
    .row_big_banner {
        margin-top: 50px;
    }

    .small_slider {
        margin-top: 20px;
    }

    .product {
        margin: 0 0 5px 0;
    }

    .price {
        margin: 0 6px 0 0;
    }
    .product button {
        padding: 4px 6px;
    }
    .coin-text > a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .coin-text {
        min-height: 75px;
    }
    .coin-price > span {
        position: absolute;
        bottom: -47px;
        left: 0;
    }
    .coin-bye-wrap-flex .coin-price > span {
        position: initial;
    }
    .col_product.col_product_bank a.model_product {
        padding: 0 0px;
    }
    .row_news_customer_reviews .news_block_wrapper .pad-left-0 > h5 {
        margin: 20px 10px 20px 10px;
    }
    .error-page-wrapper .error-page-btn > a {
        padding: 12px 8px;
    }
}



@media (max-width: 380px) {
    .g-recaptcha {
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        width: 304px!important;
        align-self: auto!important;
    }
    .g-recaptcha > div {
        width: 304px!important;
    }
}
@media (max-width: 375px) {
    .attrib_divs label, .attrib_divs label > a {
        line-height: 1.2;
    }
}

@media (max-width: 370px) {
    .listing-header noindex .row {
        flex-direction: column;
        justify-content: center;
    }
    .dd_select {
        justify-content: center;
    }
    .dd_select.pl_sort {
        justify-content: center;
        padding-top: 10px;
    }
    .newsletter input[type="checkbox"] + label,
    .form-group input[type="checkbox"] + label {
        font-size: 0.75rem;
        line-height: 10px;
    }
    .newsletter input[type="checkbox"] + label:before,
    .form-group input[type="checkbox"] + label:before {
        margin-right: 15px;
    }
    .form-group input[type="checkbox"] + label[for="shoprules"]:before {
        width: 41px;
    }

}
@media (max-width: 360px) {
    .term-cabinet.falling-name > a {
        display: flex;
        flex-direction: column;
    }
    .term-cabinet.falling-name > a > span.span-name {
        margin-left: 0;
    }
    .new_price {
        font-size: 0.875rem;
        line-height: 13px;
    }
}
@media (max-width: 356px) {
    .form-group input[type="checkbox"] + label[for="shoprules"]:before {
        width: 41px;
    }
    body[data-page-name="account_history_info"] h2.heading-order-name {
        font-size: 1.5rem;
    }
}
@media (max-width: 346px) {
    .form-group input[type="checkbox"] + label[for="shoprules"]:before {
        width: 44px;
    }
}
@media (max-width: 339px) {
    #account-menu a {
        font-size: 0.938rem;
    }
    .new_price {
        font-size: 0.75rem;
        line-height: 15px;
    }
    /*.col_product.col_product_bank .product {
        margin-right: 8px;
        margin-bottom: 8px;
    }*/
    .new-products-block-flex > div:nth-child(1) {
        padding-right: 8px;
    }
    .container_customer_reviews-wrap > article:first-child {
        margin-right: 8px;
    }
    .form_subscribe_news .btn-default {
        margin-top: 10px;
    }

    #r_buy_intovar .buy {
        padding: 15px 17px;
    }

    .prod_buy_btns .buy_one_click {
        padding: 12px 6px;
    }

    .row_news_customer_reviews .news_block_wrapper .news_block_img {
        width: 100%;
        text-align: center;
    }

    .row_news_customer_reviews .news_block_wrapper .pad-left-0 {
        width: 100%;
    }
    .new-products-block-set {
        margin-top: 10px;
    }
}
@media (max-width: 322px) {
    .form-group input[type="checkbox"] + label[for="shoprules"]:before {
        width: 46px;
    }
}
@media (max-width: 320px) {
    .form-group input[type="checkbox"] + label[for="shoprules"]:before {
        width: 51px;
    }
}
@media (max-width: 300px) {
    .form-group input[type="checkbox"] + label[for="shoprules"]:before {
        width: 59px;
    }
    .form-customer-wrapper .form-control {
        font-size: 0.875rem;
    }
    .container-registration .get-code-link {
        font-size: 0.875rem;
    }
}
@media (max-width: 290px) {
    .attrib_divs.attrib_divs_mobil {
        max-height: 175px;
    }
    .form-group input[type="checkbox"] + label[for="shoprules"]:before {
        width: 63px;
    }
}

/*---------------------------  Registration block  ------------------------*/

@media (max-width: 768px) {
    .container-registration .verification-block {
        display: block;
    }
    .container-registration .verification-block-input#email_address,
    .container-registration .verification-block-input#email-verification,
    .container-registration .verification-block-input#telephone,
    .container-registration .verification-block-input#sms-verification {
        width: 100%;
    }
    .container-registration .reg_input[name='email_code'],
    .container-registration .reg_input[name='sms_code'] {
        width: 58%;
    }
    .container-registration #email-verification,
    .container-registration #sms-verification {
        min-height: 15px;
    }
    .container-registration .email-verification-success,
    .container-registration .sms-verification-success {
        padding-left: 0;
    }
    .container-registration #email-verification-link,
    .container-registration #email-verification-submit,
    .container-registration #sms-verification-link,
    .container-registration #sms-verification-submit {
        min-width: 130px !important;
        max-width: 130px;
    }
    .container-registration .email-verification-success,
    .container-registration .sms-verification-success {
        top: 0;
    }
}

.btn-menu,
.desktop-menu .dropdown-category {
    display: none;
}

@media (max-width: 768px) {
    header {
        background-color: #fff;
    }
    header .middle_header {
        position: absolute;
        left: 55px;
        width: calc(100% - 375px);
        z-index: 1;
    }
    header .middle_header .head-message {
        font-size: 0.75rem;
        text-align: start;
    }
    header .middle_header .container_middle_header {
        padding: 0;
    }
    header .middle_header .container_middle_header .col-xs-12:first-child {
        padding: 0;
    }
    
    .btn-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 15px;
        height: 20px;
        width: 25px;
        padding: 0;
        border: 0px;
        background-color: inherit;
    }
    .btn-menu .icon-bar {
        display: block;
        width: 25px;
        height: 2px;
        border-radius: 4px;
        margin: 0;
        background-color: #B1B1B1;
        pointer-events: none;
    }

    .btn-menu.active .icon-bar {
        background-color: #057B48;
    }

    .bank_add_nav {
        margin: 0 !important;
    }

    .bank_add_nav .navbar {
        min-height: 50px;
        max-height: 50px;
        padding-bottom: 0px;
    }
    .bank_add_nav .navbar-default .categories_menu  {
        display: flex !important;
        justify-content: space-between;
    }
    .bank_add_nav .navbar-default .categories_menu:before,
    .bank_add_nav .navbar-default .categories_menu:after {
        display: none  !important;
    }
    .bank_add_nav .navbar-default .block_categories {
        width: auto;
        max-width: unset;
    }
    .bank_add_nav .navbar-default .navbar-nav > li > a {
        height: 50px;
    }

    .bank_add_nav .navbar-default .bank-small-menu li > a {
        max-width: 50px;
    }


    .bank_add_nav .bank-small-menu {
        width: auto !important;
    }

    .desktop-menu-wrapper {
        position: absolute;
        top: 50px;
        height: 100vh;
        width: 100vw;
        transition: all .3s ease;
        transform: translateX(-100%);
        z-index: 1;
    }
    .desktop-menu-wrapper.open {
        transform: translateX(0%);
        
    }
    .desktop-menu-wrapper.open:after {
        content: '';
        position: absolute;
        top: 0;
        display: block;
        min-width: 100vw;
        height: 100vh;
        background-color: black;
        opacity: .2;
        transform: translateX(100%);
        z-index: 1;
    }
    .desktop-menu {
        display: flex !important;
        flex-direction: column !important;
        width: 100%;
        height: calc(100vh + 100px);
        margin: 0 !important;
        background-color: #fff;
        overflow: auto;
    }
    .desktop-menu.nav2.navbar-nav.clearfix li {
        width: 100%;
        padding: 0 !important;
        background-color: #fff;
        border: 0px;
        border-top: 1px solid #F5F5F5;
    }

    .desktop-menu.nav2.navbar-nav.clearfix > li:last-child {
        border-bottom: 1px solid #F5F5F5;
    }
    .desktop-menu li .sub_ul {
        padding-bottom: 0;
        box-shadow: unset;
    }
    .desktop-menu li .sub {
        width: 100%;
        padding: 0;
    }
    .desktop-menu.nav2.navbar-nav.clearfix li .sub-collection {
        margin: 0;
    }
    .desktop-menu.nav2.navbar-nav li a {
        display: inline-block;
        justify-content: center;
        flex-direction: column;
        align-items: start;
        height: auto ;
        min-height: 50px;
        width: 100% !important;
        padding: 15px 12px !important;
        margin: 0;
        border-top: 1px solid #F5F5F5;
        text-transform: uppercase;
        text-align: start;
        font-weight: 700;
        font-size: 0.875rem !important;
        text-decoration: none;
    }
    .desktop-menu.nav2.navbar-nav li a:hover span {
        background-color: unset;
    }
    .desktop-menu.nav2.navbar-nav.clearfix li .sub-collection a {
        padding: 15px 30px  !important;
    }
    .desktop-menu.nav2.navbar-nav.clearfix li .sub span {
        margin: 0;
    }
    .desktop-menu.nav2.navbar-nav.clearfix sub {
        width: 100% !important;
    }
    .desktop-menu .sub_ul {
        position: unset;
        display: flex;
    }

    .desktop-menu.nav2.navbar-nav .show-sub_ul > a {
        width: calc(100% - 60px) !important;
    }
    .desktop-menu .dropdown-category {
        display: inline-block;
        height: 100%;
        max-height: 57px;
        width: 60px;
        vertical-align: middle;
        background-color: inherit;
        border: none;
        border-top: 1px solid #F5F5F5;
    }

    .desktop-menu .show-sub_ul:hover .dropdown-category path {
        fill: unset !important;
    } 
    .desktop-menu .dropdown-category svg {
        fill: #e2e2e2;
        pointer-events: none;
        transition: all .3s ease;
    }
    .desktop-menu .dropdown-category:hover svg {
        fill: black !important;
    }
    .desktop-menu .dropdown-category.active svg {
        transform: rotate(90deg);
    }
    .desktop-menu .block-collection {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .desktop-menu .sub_ul {
        transform-origin: top;
        transform: scaleY(0);
        transition: transform 0.3s ease-in-out;
        height: 0;
        overflow: hidden;
    }
    .desktop-menu .sub_ul.active {
        transform: scaleY(1);
        height: auto;
    }
    .sf-js-enabled.active {
        visibility: visible !important;
    }
    .show-sub_ul .sub_ul.sf-js-enabled.active,
    .sfHover:hover .sub_ul.sf-js-enabled.active  {
        display: block !important;
    }

    .desktop-menu .sub_ul img {
        display: none;
    }

    .bank-menu-search {
        position: relative;
    }
    

    .bank-menu-search .main_search_form {
        position: relative;
        top: 50px;
        height: 56px;
    }
    .bank-menu-search .form_search_site {
        position: relative;
    }

    .bank-menu-search .form_search_site input {
        position: absolute;
        top: 50px;
    }

    .main-basked-icon .prod-list-loading-spinner{
        top: calc(50% - 16px);
        left: calc(50% - 16px);
        width: 32px;
        height: 32px;
    }
    .coin-bye-wrap-flex .main-basked-icon .prod-list-loading-spinner{
        top: 5px;
    }
    #modal_less_qty .modal-body {
        padding: 0 20px 20px 20px;
    }
    #popup_cart_form .error-change-message {
        width: 100%;
        max-width: inherit;
        top: auto;
        left: 0;
        bottom: 10px;
    }

    .name-visually-impaired {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 50px;
        border-left: 1px solid #f4f4f4;
    }
    .add_nav .navbar-default .navbar-nav > li.small-menu-statistics > span,
    .mobile_header ul > li.small-menu-statistics > span {
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .visually-impaired-text{
        display: none;
    }

    #modal_cart_modal .product_image {
        min-width: 80px;
    }
    #modal_cart_popup .modal-body .modal-fader {
        border-radius: 0;
    }
    .top_footer .reversal-block.reversal-mobile {
        display: flex;
    }
    .top_footer .reversal-block.reversal-desktop {
        display: none;
    }
    .sub-header-image-mob{
        padding: 20px 26px;
        position: relative;
        left: -17px;
        background-position: center;
        background-size: contain;
        background-color: #fff;
    }
}

@media (max-width: 767px) {
    .bank-banner.banner-support {
        margin-bottom: 14px;
    }
    .custom_confirm_modal {
        margin-top: 30px;
        max-width: calc(100% - 30px);
        max-height: 80%;
        overflow: auto;
    }
    #modal_less_qty .modal-queue-list_container table.modal-queue-list {
        display: block;
        min-width: auto;
    }
    #modal_less_qty .modal-queue-list_container table.modal-queue-list tbody {
        display: block;
    }
    #modal_less_qty .modal-queue-list_container table.modal-queue-list th {
        display: none;
    }
    #modal_less_qty .modal-queue-list_container table.modal-queue-list tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #modal_less_qty .modal-queue-list_container table.modal-queue-list td {
        display: block;
        width: 100%;
        padding: 7px 10px;
    }
    #modal_less_qty .modal-queue-list_container table.modal-queue-list td.art {
        display: none;
    }
    #modal_less_qty .modal-queue-list_container table.modal-queue-list td.p-name,
    #modal_less_qty .modal-queue-list_container table.modal-queue-list td.poss {
        text-align: left;
        font-weight: 700;
    }
    #modal_less_qty .modal-queue-list_container table.modal-queue-list td.p-name span {
        display: inline-block;
    }
    #modal_less_qty .modal-queue-list_container table.modal-queue-list td.poss span {
        display: inline-block;
        width: 65%;
        min-width: 100px;
        font-weight: 300;
    }
    #modal_less_qty .modal-queue-list_container table.modal-queue-list .line {
        padding: 10px 0;
        margin: 0 0 0 0;
    }
    #modal_less_qty table.modal-queue-list .line.added-to-cart td.poss,
    #modal_less_qty table.modal-queue-list .line.no-stock td.poss {
        text-align: left;
    }
    #modal_less_qty table.modal-queue-list .line.added-to-cart td.poss > div {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .bank_add_nav .navbar-default .bank-small-menu li:nth-of-type(2) {
        display: none;
    }
    .bank_add_nav .navbar-default .bank-small-menu li:nth-of-type(3) {
        display: none;
    }
    header .middle_header .head-message {
        font-size: 0.625rem;
    }
    header .middle_header .container_middle_header .col-xs-12:last-child {
        max-width: 70px;
    }
    header .middle_header {
        width: calc(100% - 225px);
    }
    .custom_confirm_modal {
        margin-top: 0;
        padding: 35px 20px;
    }
    .custom_confirm_modal .custom_confirm_question {
        font-size: 1.25rem;
    }
}

.button-login-cancel {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.button-login-cancel:hover {
    color: silver !important;
    background-color: white !important;
}

.button-login a{
    height: 50px;
    align-content: center;
}