#dp_menu {
    margin-top: 0;
}
.ui-dialog
{
    width: 400px !important;
}

.main-header {
    padding: 0;
    margin-bottom: 20px !important;
}

body {
    /*font-family: "Open Sans", sans-serif !important;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}

#sb-site {
    /*margin: 255px 0 0 0;*/
}

@media (max-width: 767px) {
    #sb-site {
        margin: 0;
    }
}

.bottom-icon,
.bottom-label {
    color: #fff;
}

#cart_items_sum {
    color: #fff;
}

.procenka_article {
    display: block;
    /*margin: 0 0 17px 0;*/
}

.btn_cart_hover:hover{
    color: #075BA3;
}

@media (max-width: 767px) {
    .procenka_article {
        margin: 0;
    }
}

.main_slider .img_slider {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.main_slider ul {
    margin: 0;
    padding: 0;
}

.main_slider li {
    margin: 0;
    padding: 0;
    height: auto;
    background-position: 50% 0;
    background-size: cover;
}


/* Контент в слайдере */

.main_slider-wrp {
    position: absolute;
    bottom: 10%;
    left: 20%;
    right: 20%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main_slider-wrp {
        bottom: 15%;
    }
}

@media (max-width: 1199px) {
    .main_slider-wrp {
        left: 10%;
        right: 10%
    }
}

@media (min-width: 1801px) {
    .block_btn .block_btn_a,
    .block_btn .block_btn_a:focus {
        margin: 3px 0 0 32px;
    }
}

@media (max-width: 1800px) {
    .block_btn .block_btn_a,
    .block_btn .block_btn_a:focus {
        margin: 3px 0 0 32px;
    }
}

@media (max-width: 1600px) {
    .block_btn .block_btn_a,
    .block_btn .block_btn_a:focus {
        margin: 3px 0 0 22px;
    }
}

@media (max-width: 1400px) {
    .block_btn .block_btn_a,
    .block_btn .block_btn_a:focus {
        margin: 3px 0 0 -12px;
    }
}

@media (max-width: 1199px) {
    .block_btn .block_btn_a,
    .block_btn .block_btn_a:focus {
        margin: 3px 0 0 -2px;
    }
}


.main_slider-title {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    line-height: 40px;
}

.main_slider-text {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}


/* Управление слайдером */

.main_slider .bx-wrapper {
    position: relative;
}

.main_slider .bx-controls {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.main_slider .bx-controls-direction {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 500;
}

.main_slider .bx-prev,
.main_slider .bx-next {
    position: absolute;
    top: 180px !important;
    width: 37px;
    height: 37px;
    overflow: hidden;
    text-indent: -999px;
}

@media (min-width: 768px) and (max-width: 849px) {
    .main_slider .bx-prev,
    .main_slider .bx-next {
        top: 100px !important;
    }
}

@media (min-width: 850px) and (max-width: 991px) {
    .main_slider .bx-prev,
    .main_slider .bx-next {
        top: 115px !important;
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
    .main_slider .bx-prev,
    .main_slider .bx-next {
        top: 130px !important;
    }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .main_slider .bx-prev,
    .main_slider .bx-next {
        top: 140px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main_slider .bx-prev,
    .main_slider .bx-next {
        top: 150px !important;
    }
}

@media (min-width: 1300px) and (max-width: 1499px) {
    .main_slider .bx-prev,
    .main_slider .bx-next {
        top: 170px !important;
    }
}

@media (min-width: 1500px) and (max-width: 1749px) {
    .main_slider .bx-prev,
    .main_slider .bx-next {
        top: 200px !important;
    }
}

@media (min-width: 1750px) and (max-width: 9999px) {
    .main_slider .bx-prev,
    .main_slider .bx-next {
        top: 250px !important;
    }
}

.main_slider .bx-prev {
    margin-left: 20px !important;
}

.main_slider .bx-next {
    margin-right: 10px !important;
}

.main_slider .bx-wrapper .bx-controls-direction a {}


/* Пагинация */

.main_slider .bx-pager {
    position: absolute;
    top: 255px;
    left: 0;
    right: 0;
    z-index: 500;
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.main_slider .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

.main_slider .bx-pager-item a {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -999px;
    background: #fff;
    border-radius: 50%;
}

.main_slider .bx-pager-item a.active {
    background: #ff9500;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: none !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: none !important;
}

.pre_top_head {
    background: #f5f5f5;
}

.pre_top_head .pre_rop_head_p {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #333;
    padding: 20px 0;
}

.top_head {
    background: #243238;
}

.top_head .top_menu .navbar-nav>li>a,
.top_head .top_menu .navbar-nav>li>a:focus {
    color: #fff;
    transition: all 0.3s;
    padding-top: 6px;
    padding-bottom: 6px;
}

.top_head .top_menu .navbar-nav>li>a:hover {
    background: #399ae3;
    /* background: #69b1ed; */
    color: #fff;
}

@media (max-width: 991px) {
    .top_head .top_menu .navbar-nav>li>a {
        padding: 15px 5px;
    }
}

.top_head .navbar-nav>.dropdown>a:before {
    color: #fff !important;
    right: 4px !important;
}

@media (max-width: 991px) {
    .top_head .navbar-nav>.dropdown>a:before {
        content: none !important;
    }
}

.top_head .dropdown-submenu>a:after {
    content: none !important;
}

.top_head .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: #243238;
    color: #ffff;
}

.top_head .nav .dropdown-submenu>.dropdown-menu {
    margin-top: 46px !important;
    border-color: #ededed !important;
    box-shadow: 0 10px 20px -1px rgb(36 36 59 / 10%);
}

.top_head .dropdown-submenu>.dropdown-menu {
    left: 0 !important;
}

.top_head .dropdown-menu>li>a {
    padding: 10px 5px 10px 20px !important;
    border-color: #ededed !important;
}

.top_head .dropdown-menu li>a,
.top_head .dropdown-menu li>a:focus {
    background: #fff;
    transition: all 0.3s;
}

.top_head .dropdown-menu li>a:hover {
    background: #399ae3;
    color: #fff;
}

.top_head .nav_login {
    float: right !important;
}

.top_head .nav_login_p {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #444;
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #ddd;
}

.top_head .top_head_panel_body {
    padding: 0 0 10px 0;
}

.top_head .nav_login_btn,
.top_head .nav_login_btn:focus {
    background: #075BA3;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    transition: all 0.3s;
}

.top_head .nav_login_btn:hover {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-2px);
}

.top_head .a_balans,
.top_head .a_balans:focus {
    color: #fff !important;
    background: none !important;
    transition: all 0.3s;
    padding-top: 6px;
    padding-bottom: 6px;
}

.top_head .a_balans_svg {
    margin-bottom: -2px;
    margin-right: 2px;
}

.top_head .a_balans:hover {
    color: #399ae3 !important;
    cursor: pointer;
}

.top_head .a_login,
.top_head .a_login:focus {
    padding: 6px 0 !important;
    color: #fff !important;
    background: none !important;
    transition: all 0.3s;
}

.top_head .a_login:hover {
    color: #399ae3 !important;
    cursor: pointer;
}

.top_head .li_slash {
    color: #fff;
}

.head_info {
    border-bottom: 1px solid #1b7cb7;
    background: #075BA3;
    padding: 3px 0px 2px 0px;
}

.head_info .a_head_info,
.head_info .a_head_info:focus {
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
    font-weight: 400;
    display: inline-block;
    /* margin-top: 3px; */
}

@media (max-width: 991px) {
    .head_info .a_head_info,
    .head_info .a_head_info:focus {
        font-size: 16px;
    }
}

.head_info .a_head_info:hover {
    color: #399ae3;
}

@media (max-width: 991px) {
    .head_info .a_head_info {
        font-size: 16px;
    }
}

.head_info .svg_head_info {
    margin-bottom: -6px;
}

.head_info .head_point {
    /* margin-top: 3px; */
}

.head_info .a_head_point_span {
    margin-left: 10px;
    color: #fff;
}

.head_info .a_head_point,
.head_info .a_head_point:focus {
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
    font-weight: 400;
    cursor: pointer;
}

.head_info .a_head_point:hover {
    color: #399ae3;
}

.head_info .svg_head_info {
    margin-bottom: -5px;
}

.head_info .svg_head_point {
    margin-bottom: -2px;
}

.head_info .social_block {
    display: inline-flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.head_info .social_block .icon {
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
    margin: 5px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.head_info .social_block .tooltip {
    position: absolute;
    top: 0;
    font-size: 12px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.head_info .social_block .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    top: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.head_info .social_block .icon:hover .tooltip {
    top: 35px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.head_info .social_block .icon a {
    color: #555;
}

.head_info .social_block .icon a:hover {
    color: #fff;
}

.head_info .social_block li:hover a {
    color: #fff;
}

.head_info .social_block .icon a i {
    margin: 5px 0 0 0;
}

.head_info .social_block .icon:hover span,
.head_info .social_block .icon:hover .tooltip {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.head_info .social_block .telegram:hover,
.head_info .social_block .telegram:hover .tooltip,
.head_info .social_block .telegram:hover .tooltip::before {
    background: #0088cc;
    color: #ffffff;
}

.head_info .social_block .viber:hover,
.head_info .social_block .viber:hover .tooltip,
.head_info .social_block .viber:hover .tooltip::before {
    background: #7360F2;
    color: #ffffff;
}

.head_info .social_block .whatsapp:hover,
.head_info .social_block .whatsapp:hover .tooltip,
.head_info .social_block .whatsapp:hover .tooltip::before {
    background: #43d854;
    color: #ffffff;
}

.head_info .social_block .vk:hover,
.head_info .social_block .vk:hover .tooltip,
.head_info .social_block .vk:hover .tooltip::before {
    background: #597da3;
    color: #ffffff;
}

header .schearch-line {
    padding: 0;
}

.down_head_block {}

.down_head {
    background: #fff;
    padding: 15px 0;
}

@media (max-width: 767px) {
    .down_head {
        padding: 0;
        margin-bottom: 20px;
    }
}

.down_head .head_search>div {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

.down_head .head_search_cart {
    /*height: 120px;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
}

.down_head .input_search,
.down_head .input_search:focus,
.down_head .input_search:hover {
    border: 2px solid #075BA3;
    border-radius: 5px !important;
    font-size: 16px;
    height: 50px;
    padding: 2px 0 2px 20px;
    position: relative;
    width: 100%;
    box-shadow: none;
}

.down_head .button_search,
.down_head .button_search:hover,
.down_head .button_search:focus {
    border: 1px solid #075BA3;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    background: #075BA3;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    line-height: 10px;
    padding: 1px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    transition: all 0.3s;
}

.down_head .block_search {
    position: relative;
}

.down_head .block_search .nav-tabs+.tab-content {
    border: none;
    padding-top: 7px;
}

.down_head .block_search .nav-tabs>li.active,
.nav-tabs>li.active:focus,
.nav-tabs>li.active:hover {
    border-radius: 5px;
}

.down_head .block_search .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    padding: 7px 10px;
    font-size: 14px;
    color: #fff !important;
    background: #075BA3;
    border: 1px solid #075BA3 !important;
}

.down_head .block_search .nav-tabs {
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .down_head .block_search .nav-tabs {
        padding-left: 0;
    }
}

.down_head .block_search .nav-tabs>li a {
    background: none;
    border: 1px solid #ddd !important;
    border-radius: 5px;
    color: #555 !important;
    padding: 5px 5px;
    margin-right: 0;
}

.down_head .block_search .nav-tabs>li>a:hover {
    /*color: #555 !important;*/
}

.down_head .block_search .nav-tabs>li {
    margin-right: 5px;
}

.down_head .block_search .nav-tabs li:hover {
    border-radius: 7px;
}

.down_head .block_search .down_head .block_search .down_head .block_search .down_head .block_search__input {
    position: relative;
}

.down_head .block_search__input .svg_clean {
    margin-bottom: -8px;
}

.down_head .block_search__button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.down_head .block_search .block_search__row {
    display: flex;
    align-items: center;
}

.down_head .head_search {
    flex-grow: 1;
}

.down_head .head_cart {
    /*margin-left: 20px;*/
    display: flex;
    align-items: center;
    /*justify-content: space-evenly;*/
    justify-content: space-between;
    margin: 0;
}

.down_head .btn_cart,
.down_head .btn_cart:focus,
.down_head .btn_cart:hover {
    background: #fff;
    border-color: #d1d1d1;
    padding: 0 10px 0 7px;
    border-radius: 5px;
    color: #075BA3;
    /* box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%); */
}

.btn_cart_link {
    pointer-events: auto;
    min-width: 195px;
}

.btn_cart_link:hover {
    /* color: #075ba3bd!important; */
    /* color: #69b1ed!important; */
}

.down_head .down_head_logo {
    height: 100px;
    display: flex;
    align-items: center;
    padding: 5px 15px 0 30px;
}

.logo_img
{
    height: 65px; 
    width: 165px;
}

@media (max-width: 991px) {
    .down_head .down_head_logo {
        padding: 8px 15px 0 30px;
    }
    .logo_img
    {
        height: 69px; 
        width: 165px;
    }
}

@media (min-width: 991px) {
    .down_head .down_head_logo {
        padding: 8px 15px 0 30px;
    }
    .logo_img
    {
        height: 65px; 
        width: 165px;
    }
}

.head_ucats {
    border-top: 1px solid #1b7cb7;
    background: #075BA3;
}

.head_ucats ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    list-style: none;
    margin: -1px auto 0;
    max-width: 1200px;
    padding: 0 15px;
}

.head_ucats li {
    width: 100%;
}

@media (max-width: 991px) {
    .head_ucats li {
        width: auto;
    }
}

.head_ucats a,
.head_ucats a:focus {
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 16px;
    height: 100%;
    padding: 10px 5px;
    text-decoration: none;
    transition: all 0.3s;
}

.head_ucats a:hover {
    background: #399ae3;
    color: #fff;
}

.head_mob {
    background: #243238;
    height: 50px;
}

.head_mob .nav_head {
    margin: 0;
}

.head_mob .btn_mob,
.head_mob .btn_mob:focus,
.head_mob .btn_mob:hover {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
}

.head_mob .btn_cart,
.head_mob .btn_cart:focus,
.head_mob .btn_cart:hover {
    color: #fff;
    padding: 8px;
}

.down_mob {
    /*height: 200px;*/
    background: #fff;
}

.down_mob .img_logo {
    height: auto!important;
    max-width: 230px;
    margin: 10px auto 10px auto;
}

.down_mob .a_head_info,
.down_mob .a_head_info:focus {
    font-size: 14px;
    color: #075BA3;
    transition: all 0.3s;
    font-weight: 400;
}

.down_mob .a_head_info:hover {
    color: #399ae3;
}

.down_mob .svg_head_info {
    margin-bottom: -3px;
}

.down_mob .col_head {
    margin: 0 0 10px 0;
    text-align: center;
}

.down_mob .input_search,
.down_mob .input_search:focus,
.down_mob .input_search:hover {
    box-shadow: none;
    font-size: 16px;
    height: 40px;
    padding: 2px 17px;
    position: relative;
    width: 100%;
    border: 2px solid #075BA3;
}

.down_mob .button_search,
.down_mob .button_search:focus,
.down_mob .button_search:hover {
    /* background-color: #fff; */
    border-radius: 5px;
    cursor: pointer;
    /* color: #1b7cb7; */
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    line-height: 10px;
    padding: 1px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    border-top: 2px solid #075BA3;
    border-bottom: 2px solid #075BA3;
    /* border-left: none; */
    /* border-right: none; */
}

.down_mob .block_search {
    position: relative;
}

.down_mob .block_search__input {
    position: relative;
}

.down_mob .block_search__button {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .down_mob .block_search__button {
        right: 15px;
    }
}

.down_mob .head_search {
    flex-grow: 1;
}

@media (max-width: 767px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        /*background: #243238;*/
    }
}

@media (max-width: 767px) {
    .navbar-nav>li>a {
        border-bottom: 1px solid #e6e6e6;
        color: #222;
        ;
    }
}

@media (max-width: 767px) {
    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: #e1e1e1;
        color: #222;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background: #243238;
    }
}

@media (max-width: 767px) {
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: #e1e1e1;
        color: #222;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a,
    #top-menu-catalogue-accordion a {
        color: #222;
        padding: 15px;
        background: #e9e9e9 !important;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #e9e9e9 !important;
    }
}

@media (max-width: 767px) {
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .dropdown.open>a:after {
        top: 15px;
    }
}

.main_block {
    margin: 30px 0 0 0;
}

@media (max-width: 767px) {
    .main_block {
        margin-top: 30px;
    }
}

.main_block .main_block_a,
.main_block .main_block_a:focus {
    position: relative;
    padding: 0 9px 0 10px;
    background: #efefef;
    color: #222;
    height: 50px;
    font-size: 13px;
    display: flex;
    transition: all 0.3s;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
}

.main_block .main_block_a:hover {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-2px);
}

.main_block .main_block__block {
    display: flex;
    align-items: center;
}

.main_block .main_block__icon {
    font-size: 34px;
    margin-right: 10px;
}

.info_block {}

.info_block .info_block_row {
    display: flex;
    align-items: center;
}

.info_block .info_block_p_head {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #444;
    margin: 0 0 30px 0;
}

.info_block .info_block_p {
    color: #555;
    line-height: 25px;
    font-size: 16px;
    margin: 15px 0 0 0;
}

.info_block .info_block_img {
    border-radius: 10px;
}

#footer-widgets .module_caption {
    color: #fff !important;
}

#footer-widgets a,
#footer-widgets a:focus {
    color: #cfcfcf;
    transition: all 0.3s;
}

#footer-widgets a:hover {
    color: #075BA3 !important;
}

.footer-widget-title {
    color: #fff !important;
}

#footer-widgets .exet_divs>div {
    color: #cfcfcf !important;
}

.exet_project {
    color: #cfcfcf !important;
}

#footer-widgets .btn:hover {
    color: #fff !important;
}

.news_box .news_item_box .news_item_name {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #323232;
    font-weight: 500;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    line-height: 16px;
}

.news_box .news_item_box .news_item_clock {
    display: initial !important;
    margin-top: 0 !important;
    background: #777;
}

.news_hr {
    margin: 5px 0 10px 0;
}

.news_box .news_item_box .news_item_text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    /*height: auto !important;*/
    font-size: 14px;
    line-height: 18px;
    color: #4a4a4a;
    min-height: 71px;
}

.news_p_exet {
    margin: 10px 0 0 0;
}

.psp_span_brand {
    font-size: 20px;
}

.psp_a_article {
    color: #808080;
    text-decoration: underline;
}

.show_hide_button {
    /*position: initial !important;*/
}

.vin_zapros {
    margin: 50px 0;
}

.h4_cart_user {
    font-weight: 400;
    color: #555;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .h4_cart_user {
        font-size: 14px;
    }
}

.p_cart_user {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
}

.p_cart_user_two {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 500;
}

.p_cart_user_dop {
    font-size: 13px;
    line-height: 15px;
    padding-left: 20px;
    margin-bottom: 7px;
}

.panel_body_cart_user {
    height: 270px;
    overflow: overlay;
}

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

.header-user-box {
    white-space: initial !important;
}

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

@media (max-width: 767px) {
    .row_footer_center {
        display: block;
    }
}

.panel_footer {
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 0;
}

.img_footer {
    max-width: 70px;
    margin: 0 auto;
}

.p_text_up_footer {
    border-bottom: 1px solid #075BA3;
    color: #333;
    font-size: 20px;
}

@media (max-width: 767px) {
    .p_text_up_footer {
        font-size: 14px;
        font-weight: 500;
    }
}

.p_text_down_footer {
    color: #555;
    line-height: 16px;
    margin-top: 6px;
}

@media (max-width: 767px) {
    .p_text_down_footer {
        margin-bottom: 10px;
    }
}

.btn_footer,
.btn_footer:focus {
    background: #075BA3;
    border-radius: 10px;
    color: #fff;
    padding: 12px;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    transition: all 0.3s;
}

.btn_footer:hover {
    /* background: #075ba3bd; */
    /* border-color: #075ba378; */
    /* background: #69b1ed; */
    background: #458ecb;

    /* border-color: #69b1ed; */
    border-color: #458ecb;

}

.img_phone_footer {
    max-width: 50px;
    margin-top: 5px;
}

.a_phone_footer {
    background: #fff;
    border-radius: 10px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .a_phone_footer {
        margin-top: 15px;
    }
}

@media (min-width: 1339px) {
    .a_phone_footer {
        max-width: 80%;
    }
}

.p_phone_footer_up {
    font-size: 25px;
    margin-top: 7px;
    padding-bottom: 4px;
    /*display: inline-block;*/
    text-align: center;
    color: #444;
    font-weight: 500;
    border-bottom: 1px dotted #a1a1a1;
}

.p_phone_footer_down {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #888;
    font-weight: 500;
}

.svg_point_footer {
    margin-bottom: -3px;
}

.div_point_footer_up {
    color: #fff;
    line-height: 17px;
}

.p_head_footer {
    border-bottom: 2px solid #075BA3;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.p_head_footer_down {
    margin-top: 10px;
    border-bottom: 2px solid #075BA3;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.footer_pay_box {
    background: #fff;
    padding: 2px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin: 0;
}

.footer_pay_logo {
    width: 52px;
    height: 22px;
    display: inline-block;
}

#footer {
    padding: 10px 0 10px 0 !important;
}

.p_exet_footer {
    color: #fff;
    margin-top: 8px !important;
    font-size: 14px;
}

@media (max-width: 767px) {
    .p_exet_footer {
        margin-bottom: 10px !important;
    }
}

.animation_block {
    display: block;
    padding: 15px;
    border-radius: 5px;
    background: #efefef;
    border: 1px solid #e8e8e8;
    margin-bottom: 35px;
    /* box-shadow: rgb(0 0 0 / 15%) 0.5rem 0.5rem 0.5rem; */
    transition: all 0.3s;
}

.animation_block_a {
    text-decoration: none !important;
}

.animation_block:hover {
    box-shadow: rgb(0 0 0 / 15%) 0 0 10px 5px !important;
}

.animation_block:hover .animation_block_btn {
    background: #747474;
    border: 1px solid #747474;
    color: #fff;
}

.animation_block_h3 {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    margin: 0;
}

.animation_block_h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #555;
}

.animation_block_p {
    margin: 2px 0 20px 0;
    padding-top: 5px;
    width: 60%;
    line-height: 18px;
    border-top: 1px dotted #bbbbbb;
    color: #075BA3;
    font-size: 14px;
}

.animation_block_img {
    display: block;
    position: absolute;
    float: right;
    width: auto;
    max-height: 174px;
    top: 0;
    right: 0;
    height: auto;
    transition: .3s;
    /* transform: scale(1.4); */
    /* overflow: hidden; */
}

.animation_block_btn,
.animation_block_btn:hover,
.animation_block_btn:focus {
    background: #075BA3;
    border: 1px solid #075BA3;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    transition: all 0.3s;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 30%);
}

.pl_0 {
    padding-left: 0;
}

.pr_0 {
    padding-right: 0;
}

.psp_heading_text {
    font-size: 14px;
}

@media (max-width: 767px) {
    .psp_heading_text {
        font-size: 12px;
    }
}

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

.psp_hr {
    margin: 5px 0;
}

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

.psp_float_left {
    float: left;
}

.psp_float_right {
    float: right;
}

.psp_border_right {
    padding-top: 5px;
    border-right: 1px solid #dee2e6;
}

.psp_block_text {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    line-height: 16px;
    padding-bottom: 2px;
    font-size: 12px;
}

.psp_block_text_name {
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 31px;
}

.psp_block_text_up_left {
    text-align: left;
    font-size: 14px;
}

@media (max-width: 767px) {
    .psp_block_text_up_left {
        font-size: 12px;
    }
}

.psp_block_text_up_right {
    text-align: right;
    font-size: 12px;
}

.psp_exist_up {
    font-size: 12px;
}

@media (min-width: 767px) and (max-width: 1345px) {
    .psp_exist_up {
        font-size: 10px;
    }
}

.psp_exist_down {
    font-size: 30px;
}

.psp_block_text_down_left {
    font-size: 12px;
}

.psp_block_text_down_right {
    text-align: right;
    font-size: 30px;
}

.psp_div_row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.psp_btn_add_cart,
.psp_btn_add_cart:focus {
    color: #FFFFFF;
    background: #075BA3;
    border-color: #075BA3;
    padding: 6px 12px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

.psp_btn_add_cart:hover {
    color: #FFFFFF;
    background: #075BA3;
    border-color: #075BA3;
    padding: 6px 12px;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.agm_modal_heading {
    padding: 10px 15px;
}

.agm_modal_body {
    color: #555;
    padding: 15px 15px 7px;
}

.agm_h5_heading_text {
    font-size: 20px;
    color: #555;
    margin: 0;
}

.agm_border_right {
    padding-top: 5px;
    border-right: 1px solid #dee2e6;
}

.agm_block_text_brand {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    line-height: 16px;
    padding-bottom: 2px;
    font-size: 12px;
}

.agm_block_text_article {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    line-height: 16px;
    padding-bottom: 2px;
    font-size: 12px;
}

.agm_block_text_manufacturer {
    display: inline-block;
    width: 100%;
    line-height: 16px;
    font-size: 12px;
}

.amg_block_text_name {
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 31px;
}

.agm_float_left {
    float: left;
}

.agm_float_right {
    float: right;
}

.agm_name_text_left {
    line-height: 20px;
    text-align: left;
    margin-top: -7px;
    padding-bottom: 5px;
}

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

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

.agm_hr_down {
    margin: 0 0 10px 0;
}

.agm_time_to_exe_up {
    font-size: 12px;
    padding-top: 10px;
}

.agm_time_to_exe_down {
    font-size: 45px;
    padding-top: 20px;
}

.agm_p_exist_up {
    font-size: 13px;
}

.agm_span_exist_down {
    font-size: 12px;
}

@media (max-width: 767px) {
    .agm_span_exist_down {
        font-size: 11px;
    }
}

.agm_row_exist_and_price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.amg_td_a_left {
    display: inline-block;
    background: #f5f5f5;
    font-weight: bold;
    width: 30px;
    height: 25px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    border-radius: 3px 0 0 3px;
    border: 1px solid #999;
    border-right: 0;
}

.agm_td_input {
    width: 40px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #999;
    border-radius: unset;
    box-shadow: none;
}

.agm_td_a_right {
    display: inline-block;
    background: #f5f5f5;
    font-weight: bold;
    width: 30px;
    height: 25px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    border-radius: 0 3px 3px 0;
    border: 1px solid #999;
    border-left: 0;
}

.agm_p_price {
    float: right;
    margin-bottom: -7px;
    font-size: 12px;
    ;
}

.agm_h1_price {
    float: right;
    font-weight: 500;
    color: #555;
    font-size: 35px;
    margin: 0;
}

.agm_col_add_to_cart {
    margin-bottom: 5px;
    text-align: right;
}

.dropdown>a:after {
    content: none;
}


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

.search-simple-bar {
    position: absolute;
    z-index: 5;
    background: #fff;
    top: 100%;
    width: 98%;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
}

.search-simple-bar .search-simple-bar-content {
    overflow: hidden;
}

.search-simple-bar .table-div {
    overflow: auto;
    max-height: 350px;
    margin-right: -20px;
    /*margin-bottom: -20px;*/
    white-space: normal;
}

.search-simple-bar .table td:last-child {
    min-width: 200px;
    padding-right: 25px;
    word-break: break-all;
}

.search-simple-bar .table * {
    border-color: #e4e4e4;
    line-height: 1.1em;
    vertical-align: middle;
}

.search-simple-bar .table tr:hover {
    background: #e4e4e4;
}

@media (max-width: 767px) {
    .search-simple-bar {
        font-size: 12px;
        top: 41px;
    }
    .search-simple-bar .table-div {
        max-height: 200px;
    }
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none;
}

input[type=checkbox],
input[type=radio] {
    cursor: pointer;
}

.main-header .breadcrumb {
    margin: 0;
    display: block;
    text-align: left;
    float: none;
    background: none;
    top: 0px;
    right: 0px;
    padding: 0;
    padding-top: 1px;
    line-height: 12px;
    font-size: 12px;
}

.btn-ar.btn-primary {
    background: #075BA3 !important;
    border: 1px solid #075BA3 !important;
}

.btn-ar.btn-primary:hover {
    /* background: #4d98d9 !important; */
    /* border: 1px solid #4d98d9 !important; */
    /* background: #69b1ed !important;
    border: 1px solid #69b1ed !important; */

    background: #458ecb !important;
    border: 1px solid #458ecb !important;
}

.nav-tabs+.tab-content .input-group-btn .btn-default {
    background: #075BA3;
    border: 1px solid #075BA3;
}


/*exet_templates*/

.shadow_block {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    border-bottom-right-radius: 5px;
}

.shadow_block_md {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

.shadow_block_sm {
    box-shadow: 0.2rem 0.2rem 0.2rem rgb(0 0 0 / 15%);
}

.btn_exet_all,
.btn_exet_all:focus {
    color: #fff !important;
    background: #075BA3;
    border-color: #075BA3;
    padding: 6px 12px !important;
    transition: all 0.3s;
}

.btn_exet_all:hover {
    color: #FFFFFF;
    /* background: #4d98d9; */
    /* border-color: #4d98d9; */
    /* background: #69b1ed;
    border-color: #69b1ed; */

    background: #458ecb;
    border-color: #458ecb;
    padding: 6px 12px;
    /*-webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);*/
    /*box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);*/
    /*transform: translateY(-.15rem);*/
}

.btn_exet,
.btn_exet:focus {
    color: #fff !important;
    background: #075BA3;
    border-color: #075BA3;
    padding: 6px 12px !important;
    transition: all 0.3s;
}

.btn_exet:hover {
    color: #FFFFFF;
    background: #4d98d9;
    border-color: #4d98d9;
    padding: 6px 12px;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
}

.input_exet_all,
.input_exet_all:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
    border-radius: 2px;
}

.input_exet_all:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.select_exet_all,
.select_exet_all:hover,
.select_exet_all:focus {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

.h4_all_heading {
    margin: 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.h4_all_heading_mb {
    margin-top: 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.btn_height_50 {
    height: 50px;
}

.col_pr_0 {
    padding-right: 0px;
}

.input_exet_search_vin_main {
    height: 40px;
    margin-top: 5px;
    border-radius: 2px;
}

.input_exet_search_vin_main:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.input_exet_search_vin_main_pl {
    padding-left: 20px;
}

.header_search_box {
    padding: 0 !important;
}

.input_exet_search_article_main {
    height: 40px;
    margin-top: 5px;
    border-radius: 2px;
    padding-left: 35px;
}

.input_exet_search_article_main:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.input_exet_search_name_main {
    height: 40px;
    margin-top: 5px;
    border-radius: 2px;
    padding-left: 35px;
}

.input_exet_search_name_main:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.btn_exet_search_main_pl {
    padding-left: 10px;
}

.btn_exet_search_main,
.btn_exet_search_main:focus {
    height: 40px;
    margin-top: 5px;
    padding: 0px 15px 0px 15px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn_exet_search_main:hover {
    height: 40px;
    margin-top: 5px;
    padding: 0px 15px 0px 15px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.svg_btn_search_exet_main {
    margin-top: 5px;
}

.p_btn_exet {
    font-size: 14px;
    margin-bottom: 0;
}

.svg_btn_exet_catalog {
    margin-top: 3px;
    margin-bottom: -3px;
}

.btn_exet_cart,
.btn_exet_cart:focus {
    background: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 2px;
    padding: 0px 10px 0px 7px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn_exet_cart:hover {
    color: #075BA3;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.col_cart_left {
    border-right: 2px solid #ccc;
    margin: 2px 0 2px 0;
    padding: 0 6px 2px 15px;
    line-height: 16px;
    text-align: center;
}

@media (max-width: 1199px) {
    .col_cart_left {
        border-right: none;
        margin: 2px 0 2px 0;
        padding: 2px 15px 2px 20px;
        line-height: normal;
        text-align: center;
    }
}

.p_cart_left {
    margin-bottom: 0px;
}

.col_cart_right {
    margin-top: 6px;
}

.p_cart_right_up {
    font-size: 13px;
    margin-left: -5px;
    margin-bottom: 0px;
}

.span_cart_right_up {
    /* padding-right: 20px; */
    color: #343a40;
}

.span_cart_right_down {
    color: #343a40;
    font-size: 13px;
}

.p_cart_right_down {
    font-size: 13px;
    margin-left: -5px;
    margin-bottom: 0px;
}

.b_cart_color_main {
    color: #343a40;
}

.svg_btn_exet_menu {
    margin-bottom: -5px;
}

.p_btn_exet_menu {
    margin-bottom: -5px;
}

.col_btn_catalog_pl {
    padding-left: 0px;
    margin-left: -5px;
}

.ul_exet_dropdown_menu {
    margin-top: 8px;
    margin-left: 15px;
    width: 100%;
    border: none;
    box-shadow: 0 10px 20px -1px rgb(36 36 59 / 40%);
}

.a_exet_menu {
    font-size: 13px !important;
    color: #343a40 !important;
    background: #fff !important;
    padding: 12px 30px 12px 15px !important;
}

.a_exet_menu:hover,
.a_exet_menu:focus {
    background: #e4e4e4 !important;
}

.client_line {
    height: 35px;
    border-top: 1px solid #e5e5e5;
}

.horizon_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.horizon_start {
    display: flex;
    align-items: center;
    justify-content: start;
}

.svg_exet_point_of_issue {
    margin-bottom: -2px;
}

.p_exet_point_of_issue {
    margin-bottom: 0;
    font-size: 12px;
}

.div_exet_point_of_issue {
    display: block;
    margin-top: 10px;
    line-height: 16px;
    font-weight: 500;
}

.span_exet_point_of_issue {
    color: #6c757d;
}

.hr_exet_point_of_issue {
    margin: 10px 0;
}

.a_exet_authorizer_point_of_issue_modal {
    margin-right: 5px;
    cursor: pointer;
}

.a_exet_authorizer_point_of_issue_registration {
    margin-left: 5px;
    margin-right: 10px;
}

.dropdown_header_balans {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    text-align: left !important;
}

.svg_exet_balans_header {
    margin-top: 2px;
    margin-bottom: -2px;
}

.a_add_balans_main_header {
    cursor: pointer;
}

.p_add_balans_main_total_heading_header {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.p_add_balans_main_deposit_header {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

.btn_add_balans_main_header,
.btn_add_balans_main_header:hover,
.btn_add_balans_main_header:focus {
    padding: 6px 12px;
}

.p_add_balans_main_total_header {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

.input_add_balans_mail_sum_header {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
}

.input_add_balans_mail_sum_header:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-0.15rem);
    transition: all .2s;
}

.col_add_balans_all_explanation_header {
    margin-top: 15px;
}

.text_add_balans_explanation_header {
    line-height: normal;
    font-size: 13px;
}

.a_add_balans_explanation_header {
    font-weight: 500;
}

.hr_add_balans_all_header {
    margin-top: 10px;
    margin-bottom: 5px;
}

.p_add_balans_all_danger_header {
    font-size: 13px;
    font-weight: 400;
    color: red;
}

.p_add_balans_down_danger_text {
    color: #5a5a5a;
    font-size: 12px;
    line-height: normal;
}

.geo_point_fw {
    font-weight: 400;
    cursor: pointer;
}

.a_header_big_phone {
    color: #555;
    font-size: 35px;
}

.a_header_big_phone:hover,
.a_header_big_phone:focus {
    color: #31bdff;
}

.a_header_phone {
    font-size: 13px;
    color: #075BA3;
}

.col_header_pl {
    padding-left: 0px;
}

.svg_header_whatsapp {
    margin-bottom: -3px;
    color: #25D366;
}

.svg_header_mail {
    margin-bottom: -2px;
}

.header {
    padding: 10px 0;
}

#processing_indicator>img,
#confirm_loader>img {
    max-width: 25px;
}

.p_processing_indicator_heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.img_processing_indicator {
    margin-bottom: 15px;
    text-align: center;
}

.products_area_brands_procenka {
    padding-left: 15px;
    padding-right: 15px;
}

.row_heading_matches_found_in_brands {
    padding: 10px 0px;
    margin-left: 0;
    margin-right: 0;
}

.p_heading_matches_found_in_brands {
    font-size: 20px;
    color: #5a5a5a;
    margin-left: 0;
    margin-right: 0;
}

.div_procenka_no_manufacturer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.p_procenka_no_manufacturer {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}

.row_heading_brand_and_name {
    /* background: whitesmoke; */
    background: #eee;
    border-top: 1px solid #e5e5e5;
    margin-left: 0;
    margin-right: 0;
}

.row_main_brand_name_button {
    padding: 5px 0;
    border-top: 1px solid #e5e5e5;
    margin-left: 0;
    margin-right: 0;
}

.btn_collapse_or_expand_the_filter_procenka {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 20%);
}

.btn_collapse_or_expand_the_filter_procenka_mb {
    margin-bottom: 12px;
}

.btn_collapse_or_expand_the_filter_procenka_bottom,
.btn_collapse_or_expand_the_filter_procenka_bottom:hover,
.btn_collapse_or_expand_the_filter_procenka_bottom:focus {
    color: #FFFFFF;
}

.p_no_products_found_procenka_heading {
    font-size: 22px;
    font-weight: 400;
}

.p_no_products_found_procenka_under_heading {
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    font-style: oblique;
}

.p_no_products_found_procenka_under_heading_advice {
    margin: 10px;
}

.p_no_products_found_procenka_under_heading_bt {
    border-top: 1px solid #e8e8e8;
}

.panel_breadcrumb {
    margin-bottom: 0;
}

.h1_breadcrumb {
    color: #555;
    font-weight: 400;
    font-size: 22px;
    margin: 0;
}

.hr_breadcrumb {
    margin: 5px 0;
    display: block;
}

@media (max-width: 500px) {
    .hr_breadcrumb {
        display: none;
    }
}

.cart_heading_background_xs {
    background: transparent;
}

@media (max-width: 768px) {
    .cart_heading_background_xs {
        background: #F5F5F5;
    }
}

.row_cart_empty_heading {
    margin-top: 20px;
}

.panel_body_empty_heading {
    padding-bottom: 30px;
}

.p_cart_empty_heading {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 400;
}

@media (max-width: 440px) {
    .p_cart_empty_heading {
        font-size: 18px;
    }
}

.p_cart_empty_center {
    font-size: 16px;
}

@media (max-width: 440px) {
    .p_cart_empty_center {
        font-size: 12px;
    }
}

.span_cart_empty_heading {
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 15px;
    line-height: normal;
}

.col_cart_empty_btn {
    margin-top: 10px;
}

.horizon_center_cart {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .horizon_center_cart {
        display: block;
    }
}

.a_cart_reduce_or_add_position {
    display: inline-block;
    width: 40px;
    height: 29px;
}

.input_cart_reduce_or_add_position,
.input_cart_reduce_or_add_position:hover {
    width: 40px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
}

.input_cart_reduce_or_add_position:focus {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.svg_cart_reduce_or_add_position {
    margin-top: 7px;
}

.col_cart_panel_body {
    padding-top: 0;
}

.row_cart_heading {
    padding: 5px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.cart_product_indent_position_stripe {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
    .cart_product_indent_position_stripe {
        margin: 0;
        padding: 0;
    }
}

.col_cart_separation_of_blocks {
    padding: 0;
}

@media (max-width: 768px) {
    .col_cart_separation_of_blocks {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.col_cart_separation_of_blocks_pl {
    padding-left: 0;
}

@media (max-width: 768px) {
    .col_cart_separation_of_blocks_pl {
        padding-left: 15px;
    }
}

.col_cart_separation_of_blocks_pl_pr {
    padding-right: 0;
}

@media (max-width: 768px) {
    .col_cart_separation_of_blocks_pl_pr {
        padding-right: 15px;
    }
}

.col_cart_block_xs {
    padding: 0;
}

@media (max-width: 768px) {
    .col_cart_block_xs {
        padding: 10px 0;
    }
}

.col_cart_reduce_or_add_position_xs {
    padding: 0;
}

@media (max-width: 768px) {
    .col_cart_reduce_or_add_position_xs {
        padding: 2px 0 5px 0;
    }
}

.col_cart_block_xs_name {
    padding: 0 15px;
}

@media (max-width: 768px) {
    .col_cart_block_xs_name {
        padding: 10px 15px;
    }
}

.col_cart_block_xs_checkbox {
    margin-top: 0;
}

@media (max-width: 768px) {
    .col_cart_block_xs_checkbox {
        margin-top: 15px;
    }
}

.col_cart_border_top_xs {
    border-top: transparent;
    font-weight: bold;
}

@media (max-width: 768px) {
    .col_cart_border_top_xs {
        border-top: 1px solid #e5e5e5;
        font-weight: bold;
    }
}

.col_cart_border_bottom_xs {
    border-bottom: transparent;
}

@media (max-width: 768px) {
    .col_cart_border_bottom_xs {
        border-bottom: 1px solid #e5e5e5;
    }
}

.col_cart_name_text_align_xs {
    text-align: left;
}

@media (max-width: 768px) {
    .col_cart_name_text_align_xs {
        text-align: right;
    }
}

.span_cart_article {
    font-style: italic;
}

.btn_cart_position_management_reorder,
.btn_cart_position_management_reorder:focus {
    background: #075BA3;
    border-color: #075BA3;
    color: #FFFFFF;
    padding: 5px;
    line-height: normal;
    margin: 0 10px 0 0;
}

.btn_cart_position_management_reorder:hover {
    background: #075BA3;
    border-color: #075BA3;
    color: #FFFFFF;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

@media (max-width: 991px) {
    .btn_cart_position_management_reorder {
        margin: 0 5px 0 0;
    }
}

.svg_cart_position_management_reorder {
    margin-top: 2px;
    margin-bottom: -2px;
}

.btn_cart_position_management_in_notepad,
.btn_cart_position_management_in_notepad:focus {
    background: #ffc107;
    border-color: #ffc107;
    color: #FFFFFF;
    padding: 5px;
    line-height: normal;
    margin: 0 10px 0 0;
}

.btn_cart_position_management_in_notepad:hover {
    background: #ffc107;
    border-color: #ffc107;
    color: #FFFFFF;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

@media (max-width: 991px) {
    .btn_cart_position_management_in_notepad {
        margin: 0 5px 0 0;
    }
}

.svg_cart_position_management_in_notepad {
    margin-top: 1px;
    margin-bottom: -1px;
}

.btn_cart_position_management_delete,
.btn_cart_position_management_delete:focus {
    background: #dc3545;
    border-color: #dc3545;
    color: #FFFFFF;
    padding: 5px;
    line-height: normal;
    margin: 0 10px 0 0;
}

.btn_cart_position_management_delete:hover {
    background: #dc3545;
    border-color: #dc3545;
    color: #FFFFFF;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

@media (max-width: 991px) {
    .btn_cart_position_management_delete,
    .btn_cart_position_management_delete:focus {
        margin: 0 4px 0 0;
    }
}

.svg_cart_position_management_delete {
    margin-top: 1px;
    margin-bottom: -1px;
}

.p_cart_all_sum {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.span_cart_all_sum {
    font-weight: bold;
    font-size: 25px;
}

.div_cart_garage_auto,
.div_cart_garage_auto:hover,
.div_cart_garage_auto:focus {
    cursor: pointer;
}

.p_cart_garage_auto {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.row_cart_garage_auto {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 15px;
}

.row_cart_add_position_in_notepad {
    margin-top: 15px;
    margin-bottom: 15px;
}

.form_group_select_authorization_phone_email {
    margin-bottom: 0;
}

.select_authorization_phone_email,
.select_authorization_phone_email:hover {
    height: 40px;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 3px !important;
    color: #555;
    cursor: pointer;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

.select_authorization_phone_email:focus {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

.p_select_authorization_phone_email {
    font-style: italic;
    font-size: 11px;
}

.span_authorization_phone_email_login {
    background: #e9ecef;
    border: 1px solid #ced4da;
    border-right: none;
    color: #495057;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input_authorization_phone_email_login,
.input_authorization_phone_email_login:hover {
    border-bottom-right-radius: 6px;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

.input_authorization_phone_email_login:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.span_authorization_phone_email_password {
    background: #e9ecef;
    border: 1px solid #ced4da;
    border-right: none;
    color: #495057;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input_authorization_phone_email_password,
.input_authorization_phone_email_password:hover {
    border-bottom-right-radius: 6px;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

.input_authorization_phone_email_password:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.a_authorization_phone_email_login {
    margin-right: 10px;
}

.h4_delivery_method_when_ordering {
    margin: 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.panel_take_away_client {
    padding: 0;
}

.input_delivery_to_clint,
.input_delivery_to_clint:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

.input_delivery_to_clint:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.col_confirm_order_phone_and_email {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .col_confirm_order_phone_and_email {
        margin-bottom: 10px;
    }
}

.panel_confirm_order_phone_and_email {
    padding-top: 0;
}

.div_confirm_order_phone_and_email {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

.row_confirm_order_phone_and_email {
    display: flex;
    align-items: center;
    padding: 5px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.row_total_confirm_order_phone_and_email {
    margin-top: 20px;
}

.h4_confirm_order_phone_and_email {
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
    margin-bottom: 10px;
}

.input_confirm_order_phone_and_email,
.input_confirm_order_phone_and_email:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

.input_confirm_order_phone_and_email:focus {
    border-color: #ccc !important;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.p_confirm_order_phone_and_email {
    font-size: 12px;
    font-style: italic;
}

.p_xs_confirm_order_phone_and_email {
    padding-bottom: 10px;
}

.col_xs_confirm_order_phone_and_email {
    border-top: none;
}

@media (max-width: 768px) {
    .col_xs_confirm_order_phone_and_email {
        border-top: 1px solid #e5e5e5;
    }
}

.h4_regform {
    display: block;
    margin: 0 0 15px 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
    .h4_regform {
        display: none;
    }
}

.select_regrofm,
.select_regrofm:hover,
.select_regrofm:focus {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

.p_regform_italic {
    font-style: italic;
    font-size: 11px;
}

.input_regform,
.input_regform:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

.input_regform:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.input_capcha_regform,
.input_capcha_regform:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

.input_capcha_regform:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.btn_register {
    margin-top: auto;
}

@media (max-width: 768px) {
    .btn_register {
        margin-top: 15px;
    }
}

.alert_regform {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 20px;
    line-height: normal;
    text-align: center;
}

.row_login_users {
    margin-top: 10px;
}

@media (max-width: 769px) {
    .row_login_users {
        margin-top: 0;
    }
}

.text_login_users {
    font-size: 13px;
}

.h4_regform_client_functions {
    display: block;
    margin-top: 15px;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
    .h4_regform_client_functions {
        display: none;
    }
}

.btn_exet_danger,
.btn_exet_danger:focus {
    color: #FFFFFF;
    background: #dc3545;
    border-color: #dc3545;
    padding: 6px 12px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn_exet_danger:hover {
    color: #FFFFFF;
    background: #dc3545;
    border-color: #dc3545;
    padding: 6px 12px;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.shadow_block_md_login_users {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
}

@media (max-width: 768px) {
    .shadow_block_md_login_users {
        box-shadow: none;
    }
}

.panel_authorization_xs {
    padding: 0 15px 15px 15px;
}

.geo_td_text {
    font-size: 12px;
}

.btn_authorization_xs {
    border-radius: 2px !important;
    color: #FFFFFF !important;
    background: #075BA3 !important;
    border-color: #075BA3 !important;
    padding: 3px 5px 5px 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.svg_yes_authorization_xs {
    color: #7fff00;
}

.svg_no_authorization_xs {
    color: #7fff00;
}

.input_authorization_search {
    background: #fff !important;
    border-radius: 2px !important;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%) !important;
}

.input_btn_authorization_xs,
.input_btn_authorization_xs:hover,
.input_btn_authorization_xs:focus {
    background: #075BA3 !important;
    border: 1px solid #075BA3 !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    color: #fff;
}

.h4_forget_password {
    display: block;
    margin: 0 0 15px 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.btn_forget_password {
    margin-top: 10px;
}

.td_profileform {
    border-top: none !important;
    border-bottom: 1px solid #ddd !important;
}

.btn_phone_and_email_cancel,
.btn_phone_and_email_cancel:focus {
    color: #075BA3;
    margin-left: 5px;
    background: none;
}

.btn_phone_and_email_cancel:hover {
    color: #31bdff;
}

.btn_phone_and_email_aplly {
    margin-left: 10px;
}

.form_group_phone_and_email_input_cod {
    margin-bottom: 0;
}

.btn_phone_and_email_input_cod {
    margin-top: 0;
}

@media (max-width: 768px) {
    .btn_phone_and_email_input_cod {
        margin-top: 10px;
    }
}

.col_profile_editprofile {
    margin-top: 15px;
}

.btn_editprofile {
    margin-top: 15px;
}

.col_my_orders_filters {
    margin-bottom: 10px;
}

.div_my_orders_box_btn_filter {
    margin: 10px 0 0;
}

.btn_my_orders_one {
    margin-right: 2px;
    margin-bottom: 5px;
}

.btn_my_orders_two {
    margin-right: 2px;
    margin-bottom: 5px;
}

.btn_my_orders_three {
    margin-right: 2px;
    margin-bottom: 5px;
}

.hr_my_orders {
    margin: 10px 0 10px 0;
}

.horizon_center_my_orders {
    display: block;
}

@media (min-width: 1200px) {
    .horizon_center_my_orders {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.id_my_orders {
    font-size: 30px;
    font-weight: 500;
}

.col_id_my_orders {
    margin-top: 0;
}

@media (max-width: 1200px) {
    .col_id_my_orders {
        margin-top: 10px;
    }
}

.p_filter_my_orders {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-size: 12px;
}

@media (max-width: 767px) {
    .p_filter_my_orders {
        border-bottom: 1px dotted #ccc;
        cursor: none;
    }
}

.p_heading_my_orders {
    margin-top: 3px;
    font-weight: 500;
}

.p_paid_my_orders {
    background: #28a745;
    color: #fff;
    font-weight: normal;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}

.p_partially_paid_my_orders {
    background: #17a2b8;
    color: #fff;
    font-weight: normal;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}

.p_no_paid_my_orders {
    background: #dc3545;
    color: #fff;
    font-weight: normal;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}

.btn_sm_md_my_orders {
    margin-top: 7px;
}

.id_xs_my_orders {
    border-bottom: transparent;
}

@media (max-width: 767px) {
    .id_xs_my_orders {
        border-bottom: 1px solid #ccc;
    }
}

.p_modal_my_orders_heading {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-style: italic;
}

.p_modal_my_orders_main {
    font-size: 16px;
    font-weight: 500;
}

.date_and_total_xs_my_orders {
    border-bottom: transparent;
}

@media (max-width: 767px) {
    .date_and_total_xs_my_orders {
        border-bottom: 1px solid #ccc;
    }
}

.btn_xs_my_orders {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .btn_xs_my_orders {
        padding-bottom: 5px;
    }
}

.btn_xs_in_orders_my_orders {
    margin-top: 0;
}

@media (max-width: 768px) {
    .btn_xs_in_orders_my_orders {
        margin-top: 10px;
    }
}

.p_xs_office_my_orders {
    white-space: normal;
}

@media (min-width: 768px) {
    .p_xs_office_my_orders {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.p_no_orders_my_orders {
    font-size: 22px;
    font-weight: 500;
}

.horizon_center_my_order {
    display: block;
}

@media (min-width: 768px) {
    .horizon_center_my_order {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.p_about_order_my_order {
    color: #6c757d;
}

.span_about_order_my_order {
    color: #6c757d;
}

.id_my_order {
    font-size: 30px;
    font-weight: 500;
}

.id_my_order_cancel {
    padding: 5px 10px;
    border-radius: 5px;
    border-color: #ff0000;
    color: #ff0000;
}

.id_my_order_btn_auto,
.id_my_order_btn_auto:focus {
    color: #fff !important;
    background: #075BA3;
    border-color: #075BA3;
    border-radius: 3px;
    padding: 2px 10px !important;
    transition: all 0.3s;
}

.id_my_order_btn_auto:hover {
    color: #FFFFFF;
    background: #075BA3;
    border-color: #075BA3;
    padding: 6px 12px;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-0.15rem);
}

@media (max-width: 767px) {
    .id_my_order {
        border-bottom: 1px solid #ccc;
        margin-bottom: 3px;
        padding-bottom: 3px;
    }
}

.p_date_status_my_order {
    border-bottom: 1px solid #ccc;
    font-style: italic;
}

.h4_my_order {
    margin-top: 0;
    font-weight: 400;
    color: #555;
    margin-bottom: 7px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e5e5e5;
}

.horizon_center_my_order_order_print {
    display: block;
}

@media (min-width: 992px) {
    .horizon_center_my_order_order_print {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.div_my_order_print {
    border-left: 1px solid #cccccc;
}

@media (max-width: 991px) {
    .div_my_order_print {
        border-left: none;
    }
}

@media (max-width: 768px) {
    .div_my_order_print {
        margin-top: 10px;
    }
}

.padding_my_order_positions {
    padding-top: 0;
}

.btn_my_order_print,
.btn_my_order_print:focus {
    margin: 5px 5px 5px 0;
    font-size: 12px;
    padding: 3px 6px;
}

.btn_my_order_print:hover {
    margin: 5px 5px 5px 0;
    font-size: 12px;
    padding: 3px 6px;
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.5rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.svg_my_order_print {
    margin-top: 3px;
    margin-bottom: -3px;
}

.horizon_center_my_order_positions {
    display: block;
}

@media (min-width: 768px) {
    .horizon_center_my_order_positions {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.row_my_order_positions_heading {
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 2px 0;
}

.p_my_order_positions_heading {
    font-size: 12px;
}

.my_order_positions_bb {
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

.p_my_order_positions_main {
    font-size: 12px;
    line-height: 1.5em;
}

.p_my_order_positions_main_name {
    text-align: left;
}

@media (max-width: 767px) {
    .p_my_order_positions_main_name {
        text-align: right;
    }
}

.p_my_order_positions_status {
    font-weight: normal;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}

.p_my_order_heading_id_positions {
    font-size: 20px;
    font-weight: 500;
    color: #6c757d;
}

.hr_my_order_positions_xs {
    margin: 5px 30px;
}

.span_my_order_xs {
    border-bottom: 1px dotted #ccc;
}

.row_my_order_total_positions {
    margin-top: 10px;
}

.p_my_order_all_positions {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.p_my_order_total_positions {
    font-weight: bold;
    font-size: 25px;
}

.panel_my_order_balans {
    padding-top: 0;
}

.row_my_order_balans {
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 2px 0;
    margin-bottom: 10px;
}

.row_my_order_balans_info {
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .row_my_order_balans_info {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}

.my_order_balans {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.input_my_order_balans_check {
    width: 12px !important;
    height: 12px !important;
}

.div_my_order_balans_check {
    margin-top: 5px;
}

.cursor_my_order_balans_check {
    cursor: pointer;
}

.span_my_order_balans_heading {
    border-bottom: 1px solid #e5e5e5;
    padding-right: 35px;
    font-size: 18px;
}

.form_my_order_balans {
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.input_my_order_add_balans,
.input_my_order_add_balans:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%) !important;
    border: 1px solid #ccc !important;
}

.input_my_order_add_balans:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.div_my_order_add_balans {
    text-align: left;
}

@media (max-width: 767px) {
    .div_my_order_add_balans {
        text-align: right;
    }
}

.btn_my_order_add_balans {
    margin: 0;
}

@media (max-width: 767px) {
    .btn_my_order_add_balans {
        margin: 10px 0;
    }
}

.status_my_order_button {
    margin-top: 0;
}

@media (max-width: 767px) {
    .status_my_order_button {
        margin-top: 15px;
    }
}

.textarea_my_order_message,
.textarea_my_order_message:hover {
    width: 100% !important;
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%) !important;
    border: 1px solid #ccc !important;
}

.textarea_my_order_message:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.add_text_my_order_message {
    margin-top: 15px;
    font-style: italic;
    font-size: 12px;
}

.panel_body_orders_items {
    padding: 15px 0;
}

.p_order_items_up {
    font-size: 11px;
    font-style: italic;
}

.p_order_items_down {
    font-size: 13px;
}

.p_order_items_down_name {
    line-height: normal;
}

.p_paid_orders_items_up {
    font-size: 11px;
    border-bottom: 1px solid #e5e5e5;
}

.p_paid_orders_items_down {
    font-size: 11px;
    line-height: normal;
}

.div_status_orders_items {
    font-weight: normal;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}

.div_btn_orders_items_a {
    padding: 0;
}

.horizon_center_my_orders_items_lg {
    display: block;
}

@media (min-width: 768px) {
    .horizon_center_my_orders_items_lg {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.hr_my_orders_items_md {
    margin: 5px 0 10px 0;
}

.panel_body_orders_items_md {
    padding: 5px 10px 10px 10px;
}

.p_bb_orders_items {
    border-bottom: 1px solid #e5e5e5;
}

.div_name_positions_my_orders_items_xs {
    margin: 0;
}

@media (max-width: 768px) {
    .div_name_positions_my_orders_items_xs {
        padding: 5px 0px;
        margin: 5px 0 10px 0;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
}

.span_id_my_orders_items {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .span_id_my_orders_items {
        margin-top: 15px;
    }
}

.div_id_my_orders_items {
    margin-top: 0;
}

@media (max-width: 768px) {
    .div_id_my_orders_items {
        margin-top: 12px;
    }
}

.p_my_order_not_authorized_heading {
    line-height: 18px;
}

.panel_my_balance {
    padding-top: 0;
}

.row_my_balance {
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 2px 0;
}

.row_background_my_balance {
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0;
}

.span_text_my_balance {
    font-size: 13px;
}

.h4_my_balance {
    margin: 20px 0 0 0;
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
}

.garage {}

.garage .garage_add_auto {
    margin: 10px 10px 0 0;
}

.garage .garage_notepad {
    margin: 10px 10px 0 0;
}

.garage .garage_form_search {
    margin: 12px 0 0 0;
    -webkit-box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%);
    border-radius: 2px;
}

.garage .garage_edit_auto {
    margin: 0 10px 0 0;
}

.garage .garage_delete_auto,
.garage .garage_delete_auto:focus {
    color: #FFFFFF;
    background: #dc3545;
    border-color: #dc3545;
    padding: 6px 12px;
    transition: all 0.3s;
}

.garage .garage_delete_auto:hover {
    color: #FFFFFF;
    background: #dc3545;
    border-color: #dc3545;
    transform: translateY(-.15rem);
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
}

.garage .garage_other {
    margin: 0 10px 0 0;
}

.textarea_car_edit:focus {
    border-color: #ccc !important;
}

.btn_edit_car {
    margin: 0 10px 0 0;
}

@media (max-width: 767px) {
    .btn_edit_car {
        margin: 0 10px 10px 0;
    }
}

.btn_and_comment_notepad_add {
    margin-top: 10px;
}

.a_desktop {
    color: #555;
}

.a_desktop:hover {
    color: #555;
    transform: translateY(-0.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.div_news_shadow,
.div_news_shadow:focus {
    border-radius: 5px;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
}

.div_news_shadow:hover {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%);
    transform: translateY(-0.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
}

.btn_bottom_panel,
.btn_bottom_panel:focus {
    color: #FFFFFF !important;
    background-color: #075BA3 !important;
    border: 1px solid #075BA3 !important;
    margin-top: 4px;
    margin-bottom: 8px;
    margin-right: 5px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn_bottom_panel:hover {
    color: #FFFFFF !important;
    /* background-color: #075ba3bd !important; */
    /* border: 1px solid #075ba3bd !important; */
    /* background-color: #69b1ed !important;
    border: 1px solid #69b1ed !important; */
    background-color: #458ecb !important;
    border: 1px solid #458ecb !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.a_part_search_page_mobile {
    font-size: 14px;
}

@media (max-width: 767px) {
    .a_part_search_page_mobile {
        font-size: 10px;
    }
}

.container_product {
    max-width: 1140px;
    width: 100%;
}

.row_price_product {
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.span_in_stock_product_one {
    font-size: 12px;
}

.span_in_stock_product_two {
    font-weight: bold;
}

.col_mt_price_product {
    margin-top: 25px;
}

.h2_price_product {
    margin: 0;
    font-weight: 500;
    color: #5a5a5a;
    font-size: 40px;
}

@media (max-width: 767px) {
    .h2_price_product {
        font-size: 20px;
        margin-top: 11px;
    }
}

.btn_up_product {
    margin-top: 8px;
}

@media (max-width: 767px) {
    .btn_up_product {
        margin-top: 5px;
    }
}

.h4_point_of_issue_product {
    font-weight: 400;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.border_tabs_product {
    border: 1px solid #e4e4e4 !important;
    padding-left: 15px !important;
    padding-bottom: 15px !important;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 15%);
}

.row_tabs_product {
    padding: 0 15px;
}

.col_bb_tabs_product {
    border-bottom: 1px solid #e5e5e5;
}

.make_evaluation_reviews {
    margin: 10px 0;
}

.h4_desktop_footer {
    margin: 15px 0 5px 0;
    font-weight: 400;
    color: #fff;
    border-bottom: 2px solid #075BA3;
}

.input_exet_zapros_and_review,
.input_exet_zapros_and_review:hover {
    box-shadow: 0.3rem 0.3rem 0.3rem rgb(0 0 0 / 15%) !important;
}

.input_exet_zapros_and_review:focus {
    box-shadow: 0.5rem 0.5rem 0.5rem rgb(0 0 0 / 20%) !important;
    transform: translateY(-.15rem);
    -webkit-transition: transform 250ms ease-in-out 0s;
    -moz-transition: transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: all .2s;
    border: 1px solid #ccc !important;
}

.label_vin_zapros {
    margin-top: 10px;
    margin-bottom: 0;
}

.col_captcha_vin_zapros {
    margin-top: 20px;
}

.col_vin_zapros_mt {
    margin-top: 28px;
    margin-bottom: 15px;
}

.vin_mobile_box {
    margin-top: 30px;
}

.col_vin_mobile_box {
    padding: 7px 40px;
}

.textarea_vin_mobile_box {
    border-color: #ccc !important;
    max-width: 100%;
}

.p_vin_mobile_box {
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

.col_p_vin_mobile_box {
    padding: 0;
}

@media (max-width: 992px) {
    .col_p_vin_mobile_box {
        padding: 0 10px;
    }
}

.p_heading_vin_mobile_box {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    color: #555555;
    padding-bottom: 3px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 17px;
}

.horizon_center_vin_mobile_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .horizon_center_vin_mobile_box {
        display: block;
    }
}

.panel_vin_mobile_box {
    margin-bottom: 0;
}

.p_vin_zapros_vin {
    margin-top: 3px;
    margin-left: 3px;
}

.cat_title_img_2 {
    margin-top: 30px !important;
}

@media (max-width: 767px) {
    .garage .garage_add_auto {
        display: block;
        width: 100%;
    }
    .garage .garage_notepad {
        display: block;
        width: 100%;
    }
}

.nbs-flexisel-container {
    max-width: 1440px !important;
    margin: 0 auto;
}

.nbs-flexisel-item img {
    /*border-radius: 0 0 10px 10px;*/
}

@media (max-width: 767px) {
    .nbs-flexisel-item img {
        border-radius: 0;
    }
}

.slider_box .nbs-flexisel-item img {
    background: none !important;
}

header .down_head_block {
    transition: all 0.5s;
}

header .down_head_block>.down_head {
    /* padding: 12px 0; */
    /* border-bottom: 1px solid #ebebeb; */
    /* -webkit-box-shadow: 0 10px 10px 0 rgb(0 0 0 / 20%); */
    /* box-shadow: 0 10px 10px 0 rgb(0 0 0 / 20%); */
    padding: 7.5px 0 7.5px 0;
    /* padding: 12.5px 0 12.5px 0; */
    /*border-bottom: 1px solid #ebebeb;*/
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

header .down_head_block>.down_head .down_head_logo>a>img {
    padding: 0;
    max-width: 180px;
}

header .down_head_block>.down_head .block_search .nav-tabs>li.active>a,
header .down_head_block>.down_head .block_search .nav-tabs>li.active>a:focus,
header .down_head_block>.down_head .block_search .nav-tabs>li.active>a:hover {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 15px;
}

header .down_head_block>.down_head .block_search .nav-tabs>li a {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 15px;
}

header .down_head_block>.down_head .input_search,
header .down_head_block>.down_head .input_search:focus,
header .down_head_block>.down_head .input_search:hover {
    height: 40px;
}

header .down_head_block>.down_head .button_search,
header .down_head_block>.down_head .button_search:focus {
    height: 40px;
}

header .down_head_block>.down_head .button_search:hover {
    /* background: #4d98d9; */
    /* border: 1px solid #4d98d9; */
    /* background: #69b1ed;
    border: 1px solid #69b1ed; */
    background: #458ecb;
    border: 1px solid #458ecb;
}

header .down_head_block>.down_head .block_search .nav-tabs {
    height: 30px;
    margin: 0;
}

header .down_head_block>.down_head .down_head_logo {
    /* height: 81px; */
    height: auto;
}

header .down_head_block>.down_head .btn_cart,
header .down_head_block>.down_head .btn_cart:focus,
header .down_head_block>.down_head .btn_cart:hover {
    margin: -2px 0 0 0;
}

header .down_head_block>.head_ucats ul>li>a,
header .down_head_block>.head_ucats ul>li>a:focus,
header .down_head_block>.head_ucats ul>li>a:hover {
    padding: 5px;
}

.block_btn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.block_btn .block_btn_a,
.block_btn .block_btn_a:focus {
    display: block;
    text-align: center;
    color: #075BA3;
    background: #fff;
    /* border: 1px solid #ebebeb; */
    border-radius: 4px;
    width: 75px;
    padding: 0;
    /* margin: 3px 0 0 22px; */
    line-height: 20px;
    /* box-shadow: rgb(0 0 0 / 15%) 0.5rem 0.5rem 0.5rem; */
}

.block_btn .block_btn_a:hover {
    background: #fff;
    /* color: #075ba3bd; */
    /* color: #69b1ed; */
    color: #458ecb;
}

.block_btn .block_btn_a_span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 0 0 0;
}

.block_btn .block_btn_a_icon_garage {
    font-size: 25px;
}

.block_btn .block_btn_a_icon_like {
    font-size: 25px;
    padding: 0 0 3px 0;
    display: block;
}

.block_btn .block_btn_a_icon_orders {
    width: 29px;
    height: 29px;
    margin: 0 0 -7px 0;
}

.block_btn .block_btn_a_icon_bloknot {
    width: 29px;
    height: 28px;
    margin: 0 0 -6px 0;
}

.note_a,
.note_a:focus,
.note_a:hover {
    /* font-weight: 500; */
    /* font-size: 16px; */
}

.note_npositions {
    font-family: "Open Sans", sans-serif !important;
    /* font-weight: 500; */
    /* font-size: 14px; */
    /* color: #000; */
}

.result_span_manufacture {
    /*color: #000;*/
    /*font-size: 14px;*/
    /*font-weight: 600;*/
    /*display: inline-block;*/
    /*margin: 0 0 0 5px;*/
}

.result_a_article,
.result_a_article:focus {
    color: #555 !important;
    /*font-weight: 500;*/
    /*font-size: 14px;*/
}

.result_a_article:hover {
    text-decoration: underline;
}

.result_span_storage {
    /*color: #6f6f6f;*/
    /*font-weight: 600;*/
}

.result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result_ .result {}

@media (min-width: 768px) {
    #all_table_products>tbody>tr>.td_article {
        /*text-align: center;*/
    }
}

@media (min-width: 1200px) {
    /* .multi-button.bottomRight {
        display: none;
    } */
}

.cart_actions_block {
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media (max-width: 991px) {
    .cart_actions_block {
        height: 100px;
    }
}

.bloknot_svg:hover {
    fill: #075BA3 !important;
}

.blocknot_trash_icon:hover {
    color: #075BA3 !important;
}

.a_whatsapp:hover, .a_whatsapp:active {
    color: #25D366 !important;
}

.a_telegram:hover, .a_telegram:active {
    color: #0088cc !important;
}

#products_area .info a {
    font-size: 12px;
    line-height: 1;
    color: #333;
    /*vertical-align: middle;*/
}

#products_area .info a .fa,
#products_area .info a .fas {
    line-height: 1;
}

.product-return-icon {
    font-size: 10px;
    padding: 0;
    margin: 0px 2px 0px;
    display: inline-block;
    min-width: 12px;
    text-align: center;
    height: 12px;
    position: relative;
}

.product-return-icon:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 14px;
    line-height: 5px;
    color: red;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
}

.product-return-icon-value {
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 10px;
    padding: 0 3px;
    margin: 2px 3px;
    display: inline-block;
    min-width: 10px;
    text-align: center;
}

.product-return-icon-value.success {
    border-color: #58af4f;
    color: #58af4f;
}

/*.product-return-icon.error {*/
/*    border-color: #D72222;*/
/*    color: #D72222;*/
/*}*/

.product-return-icon.success:after {
    /*background: url('data:image/svg+xml;utf8, <svg width="512" height="512" xmlns="http://www.w3.org/2000/svg" class="svg-inline--fa fa-reply fa-w-16"><g><title>background</title><rect fill="none" id="canvas_background" height="733.431599" width="733.431599" y="-1" x="-1"/></g><g><title>Layer 1</title><path stroke="%23000000" id="svg_1" d="m8.309,189.836l176.004,-151.985c15.406,-13.305 39.687,-2.504 39.687,18.164l0,80.053c160.629,1.839 288,34.032 288,186.258c0,61.441 -39.581,122.309 -83.333,154.132c-13.653,9.931 -33.111,-2.533 -28.077,-18.631c45.344,-145.012 -21.507,-183.51 -176.59,-185.742l0,87.915c0,20.7 -24.3,31.453 -39.687,18.164l-176.004,-152c-11.071,-9.562 -11.086,-26.753 0,-36.328z" fill="%23007f00"/><line stroke-linecap="null" stroke-linejoin="null" id="svg_2" y2="114.356858" x2="101.483866" y1="35.002017" x1="1.483863" stroke-opacity="null" stroke-width="null" stroke="null" fill="none"/></g></svg>');*/
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="arrows-exchange" x="0" y="0" viewBox="0 0 16.2 17.6" xml:space="preserve"><path fill="%2382B01A" class="abust1" d="M.1 13.6c.1 0 .2-.1.2-.1 1-.5 2-1.1 3-1.6s1.9-1.1 2.9-1.6c.3-.2.7-.4 1-.5.1 0 .1-.1.2-.1v2.1c0 .2 0 .2.2.2 1.6 0 3.2-.2 4.7-.8 1.3-.5 2.5-1.2 3.5-2.2l.2-.2c0-.1.1-.1.2-.2v.3c0 .3-.1.7-.2 1-.1.6-.4 1.1-.7 1.6-.3.4-.6.8-1 1.2-.5.4-1 .8-1.5 1-.4.2-.9.4-1.3.6s-.8.3-1.2.4c-.3.1-.7.1-1 .2-.4.1-.8.1-1.2.2-.2 0-.4 0-.6.1-.1 0-.1.1-.1.1v2.4L.1 13.6zM16.1 4.2c-.1 0-.1.1-.2.1l-3 1.7c-1 .6-1.9 1.1-2.9 1.7-.3.2-.7.4-1 .6-.1 0-.1.1-.2.1V6.2c0-.2 0-.2-.2-.2-1.6 0-3.2.3-4.7.8-1.3.5-2.5 1.3-3.5 2.3l-.2.2c0 .1-.1.1-.2.2v-.3c0-.4.1-.7.2-1 .1-.6.4-1.2.7-1.7.3-.5.6-.9 1-1.2.5-.4 1-.8 1.5-1.1.4-.2.9-.4 1.3-.6s.8-.3 1.2-.4c.3-.1.7-.2 1-.2.4-.1.8-.1 1.2-.2.2 0 .4 0 .6-.1.1 0 .1-.1.1-.1V.1l7.3 4.1z"></path></svg>');
    background-size: 12px 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.product-return-icon.error:after {
    /*background: url('data:image/svg+xml;utf8, <svg width="512" height="512" xmlns="http://www.w3.org/2000/svg" class="svg-inline--fa fa-reply fa-w-16"><g><title>background</title><rect x="-1" y="-1" width="514" height="514" id="canvas_background" fill="none"/></g><g><title>Layer 1</title><path fill="%23ff0000" d="m8.309,189.836l176.004,-151.985c15.406,-13.305 39.687,-2.504 39.687,18.164l0,80.053c160.629,1.839 288,34.032 288,186.258c0,61.441 -39.581,122.309 -83.333,154.132c-13.653,9.931 -33.111,-2.533 -28.077,-18.631c45.344,-145.012 -21.507,-183.51 -176.59,-185.742l0,87.915c0,20.7 -24.3,31.453 -39.687,18.164l-176.004,-152c-11.071,-9.562 -11.086,-26.753 0,-36.328z" id="svg_1" stroke="%23000000"/><line fill="none" stroke="null" stroke-width="null" stroke-opacity="null" x1="1.483863" y1="35.002017" x2="101.483866" y2="114.356858" id="svg_2" stroke-linejoin="null" stroke-linecap="null"/></g></svg>');*/
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="arrows-exchange" x="0" y="0" viewBox="0 0 16.2 17.6" xml:space="preserve"><path fill="%23FF3359" class="abust1" d="M.1 13.6c.1 0 .2-.1.2-.1 1-.5 2-1.1 3-1.6s1.9-1.1 2.9-1.6c.3-.2.7-.4 1-.5.1 0 .1-.1.2-.1v2.1c0 .2 0 .2.2.2 1.6 0 3.2-.2 4.7-.8 1.3-.5 2.5-1.2 3.5-2.2l.2-.2c0-.1.1-.1.2-.2v.3c0 .3-.1.7-.2 1-.1.6-.4 1.1-.7 1.6-.3.4-.6.8-1 1.2-.5.4-1 .8-1.5 1-.4.2-.9.4-1.3.6s-.8.3-1.2.4c-.3.1-.7.1-1 .2-.4.1-.8.1-1.2.2-.2 0-.4 0-.6.1-.1 0-.1.1-.1.1v2.4L.1 13.6zM16.1 4.2c-.1 0-.1.1-.2.1l-3 1.7c-1 .6-1.9 1.1-2.9 1.7-.3.2-.7.4-1 .6-.1 0-.1.1-.2.1V6.2c0-.2 0-.2-.2-.2-1.6 0-3.2.3-4.7.8-1.3.5-2.5 1.3-3.5 2.3l-.2.2c0 .1-.1.1-.2.2v-.3c0-.4.1-.7.2-1 .1-.6.4-1.2.7-1.7.3-.5.6-.9 1-1.2.5-.4 1-.8 1.5-1.1.4-.2.9-.4 1.3-.6s.8-.3 1.2-.4c.3-.1.7-.2 1-.2.4-.1.8-.1 1.2-.2.2 0 .4 0 .6-.1.1 0 .1-.1.1-.1V.1l7.3 4.1z"></path></svg>');
    background-size: 12px 14px;
    background-position: center;
    background-repeat: no-repeat;
}


.body .info {
    padding: 4px 2px;
    text-align: left;
}

#products_area .info a {
    margin: 2px 3px;
    min-width: 10px;
    display: inline-block;
    text-align: center;
}

.filter-notifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 8px;
    line-height: 1.4;
}

.filter-notifications .product-return-notifications {
    margin-right: 10px;
    white-space: nowrap;
    margin-top: 2px;
}

.product-return-icon-tooltip {
    position: relative;
}

.product-return-icon-tooltip:before, .product-return-icon-tooltip:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-return-icon-tooltip:before {
    position: absolute;
    white-space: initial;
    word-break: break-word;
    bottom: 6px;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 8px 10px 10px;
    width: 160px;
    border-radius: 2px;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0px 7px 25px rgba(47, 49, 64, 0.26);
    box-shadow: 0px 7px 25px rgba(47, 49, 64, 0.26);
    content: attr(data-tooltip);
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
}

.product-return-icon-tooltip:after {
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #fff;
    border-right: 6px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}


.product-return-icon:hover .product-return-icon-tooltip:before,
.product-return-icon:hover .product-return-icon-tooltip:after,
.product-return-icon-value:hover .product-return-icon-tooltip:before,
.product-return-icon-value:hover .product-return-icon-tooltip:after {
    visibility: visible;
    opacity: 1;
}