body {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    background: #fff;
    font-size: 16px;
}

a {
    color: #8aa314;
}

a:hover {
    text-decoration: none;
}

/*HEADER STYLE*/

.header-line {
    border-bottom: 1px solid #f6f6f6;
    background-color: #fff;
}

.header-line a {
    color: #333;
}

.sticky-content.fixed {
    border-width: 0 0 1px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
    padding: 0 !important;
    background-color: #fff;
    -webkit-animation: slidein 0.4s ease-in-out;
    animation: slidein 0.4s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.navbar-toggle {
    margin-left: 5px;
    margin-left: 0;
    padding: 9px 5px 9px 0;
}

.navbar-toggle .icon-bar {
    background-color: #333;
}

.head-line {
    background-color: #8aa314;
    position: relative;
    border-radius: 0;
    margin-bottom: 25px;
}

.head-line-top {
    background-color: #eaeaea;
    max-width: 1430px;
    margin: 0 auto;
}

.head-line-top a {
    padding: 8px 15px;
    color: #555;
    font-size: 12px;
    font-weight: 400;
}

.header-block .items {
    padding: 23px 10px;
}

.logo {
    font-size: 30px;
    text-transform: uppercase;
    color: #333;
    padding: 0 5px;
    margin-right: 4px;
    border-radius: 4px;
}

.logo:hover {
    text-decoration: none;
    color: #333;
}

.logo-texts {
    font-size: 13px;
    line-height: 10px;
}

.logo-texts a {
    color: #fff;
}

.phones {
    font-size: 18px;
}

.cart-ib-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.cart-ib {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.cart-ib a {
    color: #333;
}

/*END HEADER STYLE*/

/*SEARCH STYLE*/
.search_form {
    position: relative;
}

.search_form_btn {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.collapse-mobile .js_search_form {
    border-top: 1px solid #f2f2f2;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.collapse-mobile_search {
    padding: 10px;
    border-top: 1px solid #f2f2f2;
}

/*END SEARCH STYLE*/

/*GLAV MENU STYLE*/
.main-nav {
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    border-left: 1px solid #7c9406;
}

.main-menu li:last-child {
    border-right: 1px solid #7c9406;
}

.main-menu a {
    color: #fff;
    padding: 15px !important;
}

.main-menu a:hover {
    background-color: #7c9406 !important;
}

.main-menu li.active a {
    background-color: #7c9406;
}

.main-menu_item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.main-menu li.down a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 20px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-menu li li.down a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 19px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-menu li.down a:last-child:after {
    display: none;
}

.sub-menu {
    position: absolute;
    z-index: 4;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 16px);
    transform: translate(0, 16px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 232px;
    border-top: 0 solid transition;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sub-menu li {
    border: 0;
}

.sub-menu li:last-child {
    border-right: 0;
    border-bottom: 0;
}

.sub-menu a {
    background-color: #fff !important;
    color: #333 !important;
    display: block;
    text-align: left;
    padding: 12px 15px !important;
}

.sub-menu a:hover {
    background: #f9f9f9 !important;
    color: #8aa314 !important;
}

.sub-menu li:hover > .dl-submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sub-menu a:after {
    color: #777;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: auto;
}

.sub-menu a:hover:after {
    color: #333;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.sub-menu a:only-child:after {
    content: "";
}

.dl-submenu {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 16px);
    transform: translate(0, 16px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 232px;
    border-top: 0 solid transition;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/*END GLAV MENU STYLE*/

/* MENU VERTICAL LEFT STYLE*/
.menuvertical {
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.menuvertical ul {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style: none;
    position: relative;
}

.menuvertical .shop_category_block_2 {
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    width: 400%;
    z-index: 9;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 16px);
    transform: translate(0, 16px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 10px 5px 15px;
}

.menuvertical .shop_category_block_3 {
    display: block;
    position: static;
    z-index: 20;
    box-shadow: none;
    width: auto;
}

.menuvertical li:hover > .shop_category_block_2 {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.shop_category {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

.shop_category:last-child {
    border-bottom: 0;
}

.shop_category ul .shop_category {
    position: relative;
    border-bottom: 0;
}

.shop_category ul ul .shop_category {
    position: relative;
    padding: 0;
}

.shop_category ul a {
    border-bottom: 0;
    font-weight: bold;
    color: #333;
}

.shop_category ul ul a {
    font-weight: normal !important;
    color: #333;
    padding: 3px 15px;
}

.shop_category a {
    color: #333;
    font-size: 15px;
    padding: 10px 15px;
}

.shop_category a:hover {
    background-color: #f8f8f9;
    color: #8aa314;
}

.shop_category a:hover:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    top: -1px;
    border-left: 2px solid #8aa314;
}

.shop_category_block_1 .active a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    top: -1px;
    border-left: 2px solid #8aa314;
}

.shop_category_block_2 a:before {
    display: none;
}

.shop_category ul li a:hover:before {
    display: none;
}

.shop_category ul a:hover {
    background-color: transparent;
    color: #8aa314;
}

.shop_category i.fas.fa-chevron-right {
    font-size: 10px;
    color: #888;
    position: absolute;
    right: 15px;
}

.shop_category_block_2 .shop_category {
    display: inline-block;
    width: 33.33333%;
    vertical-align: top;
}

.shop_category_block_3 .shop_category {
    display: block;
    width: 100%;
}

.number_elements-mutted {
    font-size: 11px;
    color: #b7b7b7;
    margin-left: 2px;
}

.shop_category_img {
    width: 13%;
    margin-right: 3%;
}

.shop_categorylist_img {
    width: 13%;
    margin-right: 2%;
}

.shop_category_names {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.shop_category_block_3 .shop_category_names {
    width: 100%;
    padding: 0;
}

.menuvertical a.down:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 18px;
    top: auto;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menuvertical li li a.down:after {
    display: none;
}

/* END MENU VERTICAL LEFT STYLE*/

/* ASIDE MENU STYLE */
.aside-menu ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.aside-menu {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    background: #fff;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #171717;
    padding: 13px 36px 13px 13px;
    background: #fff;
    border-top: 1px solid #f2f2f2;
}

.aside-menu ul ul a {
    border-top: none;
}

.aside-menu li:hover > a,
.aside-menu .active > a {
    color: #8aa314 !important;
}

.aside-menu ul ul > li:hover > a:before,
.aside-menu ul ul > li.open > a:before,
.aside-menu ul ul > li.active > a:before {
    background: #8aa314;
}

.aside-menu > ul ul {
    display: none;
}

.aside-menu .active > ul {
    display: block;
}

.aside-menu > ul li {
    position: relative;
}

.aside-menu > ul .dropdown-button {
    height: 47px;
    width: 36px;
    display: block;
    z-index: 3;
    top: 0;
    right: 8px;
    position: absolute;
    cursor: pointer;
}

.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 20px;
    right: 10px;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.aside-menu > ul .dropdown-button.active:after {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 21px;
}

.aside-menu > ul ul .dropdown-button {
    height: 36px;
}

.aside-menu ul ul .dropdown-button:after {
    top: 10px;
}

.aside-menu ul ul .dropdown-button.active:after {
    top: 14px;
}

.aside-menu ul ul a {
    padding: 8px 36px 8px 30px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
}

.aside-menu ul ul {
    padding-bottom: 18px;
}

.aside-menu ul ul ul {
    padding-bottom: 0;
}

.aside-menu ul ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 13px;
    left: 15px;
    background: #d5d5d5;
    border-radius: 4px;
}

.aside-menu ul ul ul > li > a:before {
    display: none;
}

.aside-menu ul ul ul a {
    padding: 6px 36px 6px 45px;
}

/* END ASIDE MENU */

/*BREADCRUMB STYLE*/

#breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 0;
    color: #f5f5f5;
    background-color: #fff;
    padding: 0 0 5px;
    font-size: 0;
}

#breadcrumbs a {
    color: #b6b5b5;
    font-size: initial;
}

#breadcrumbs a:hover {
    color: #23527c;
}

#breadcrumbs a:after {
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: 1px solid #ddd;
    width: 12px;
    margin-bottom: 5px;
}

#breadcrumbs span:last-child a:after {
    display: none;
}

/*END BREADCRUMB STYLE*/

/*BODY STYLE*/

.home-text {
    margin: 30px 0 45px 0;
}

.sidebar-left {
    width: 20%;
    margin-right: 2%;
}

.sidebar-right {
    width: 78%;
}

.sidebar-left .block_header {
    padding: 15px;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    font-size: 18px;
}

/*END BODY STYLE*/

/*BANNERS MENU STYLE*/
div.banners-menu {
    padding-bottom: 0;
}

div.banners-menu a.wrap-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

div.banners-menu div.frame-wrap {
    padding: 0 10px;
}

div.banners-menu div.frame-wrap div.middle,
div.banners-menu div.frame-wrap div.small {
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
}

div.banners-menu div.frame {
    overflow: hidden;
    position: relative;
    height: 263px;
    margin: 0 -10px 10px;
    z-index: 1;
    background: #f5f5f5;
}

div.banners-menu div.frame img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    transition: transform 0.3s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
}

div.banners-menu div.frame div.small-shadow {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: url(../img/small-shadow.png) repeat-x left bottom;
}

div.banners-menu div.frame.dark div.small-shadow {
    background: url(../img/small-shadow-light.png) repeat-x left bottom;
}

div.banners-menu div.frame.light div.small-shadow {
    background: url(../img/small-shadow.png) repeat-x left bottom;
}

div.banners-menu div.frame div.frameshadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

div.banners-menu div.frame.dark div.frameshadow {
    background: #fff;
}

div.banners-menu div.frame.light div.frameshadow {
    background: #000;
}

div.banners-menu div.frame div.text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}

div.banners-menu div.frame.light div.text {
    color: #fff;
}

div.banners-menu div.frame.dark div.text {
    color: #000;
}

div.banners-menu div.frame div.text div.cont {
    position: absolute;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    bottom: 100%;
    padding: 25px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

div.banners-menu div.frame div.text div.cont > *:first-child {
    margin-top: 0 !important;
}

div.banners-menu div.frame div.text div.cont div.name {
    font-size: 22px;
    line-height: 26px;
}

div.block.small div.banners-menu div.frame div.text div.cont div.name {
    font-size: 20px;
    line-height: 24px;
}

div.banners-menu div.frame div.text div.cont div.comment {
    font-size: 15px;
    line-height: 19px;
    margin-top: 5px;
}

div.block.small div.banners-menu div.frame div.text div.cont div.comment {
    font-size: 15px;
    line-height: 19px;
}

div.banners-menu div.frame div.text div.button {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.main-color {
    background-color: #2585e5;
    border-radius: 2px;
    color: #fff;
    padding: 8px 15px;
}

.main-color:hover {
    background-color: #8aa314;
    color: #fff;
}

@media (min-width: 768px) {
    .banners-menu .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    div.banners-menu div.frame div.frameshadow {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.8s;
        -o-transition: opacity 0.8s;
        transition: opacity 0.8s;
    }

    div.banners-menu div.frame div.text div.cont {
        bottom: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    div.banners-menu div.frame div.text div.button {
        bottom: -100px;
    }

    div.banners-menu div.frame:hover div.frameshadow {
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

    div.banners-menu div.frame:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.15);
        -ms-transform: translate(-50%, -50%) scale(1.15);
        -o-transform: translate(-50%, -50%) scale(1.15);
        transform: translate(-50%, -50%) scale(1.15);
    }

    div.banners-menu div.frame:hover div.text div.cont {
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
        bottom: 100%;
    }

    div.banners-menu div.frame:hover div.text div.button {
        bottom: 0;
    }

    div.block.small div.banners-menu .col-lg-4 {
        width: calc(33.3333% - 0.5px);
    }

    div.banners-menu .col-lg-3 {
        width: calc(25% - 0.5px);
    }

    div.banner div.element div.part div.text {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    div.banners-menu div.frame {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    div.banners-menu div.frame div.text div.button {
        text-align: center;
    }

    div.banners-menu div.frame div.text div.cont div.name,
    div.block.small div.banners-menu div.frame div.text div.cont div.name {
        font-size: 25px;
        line-height: 31px;
    }
}

/*END BANNERS MENU STYLE*/

/*FOOTER STYLE*/

.footer {
    padding: 40px 0 20px;
    color: #333;
    background: #edeef2;
    margin-top: 50px;
}

.footer .h4 {
    color: #333;
    margin-bottom: 20px;
    margin-top: 0;
}

.footer ul {
    padding: 0;
}

.footer ul li {
    list-style: none;
}

.footer a:hover {
    text-decoration: none;
}

.footer ul li a {
    color: #d1d1d1;
}

.footer ul li a:hover {
    text-decoration: none;
    color: #8aa314;
}

.footer-phone-text {
    color: #666;
    font-size: 14px;
}

.footer-line {
    border-top: 1px solid #dadada;
    padding-top: 20px;
    margin-top: 20px;
}

.social-block i {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #464646;
    color: #fff;
}

.social-block a {
    display: inline-block;
}

.footer-recal-link {
    display: inline-block;
    color: #d1d1d1;
    border-radius: 2px;
    background: #464646;
    text-align: center;
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none !important;
}

.footer-recal-link:hover {
    background-color: #8aa314;
    color: #fff;
}

.footer-recal-link:focus {
    text-decoration: none;
    color: #d1d1d1;
}

.footer-logo {
    font-size: 30px;
}

.footer .line32 {
    line-height: 28px;
}

.footer .line32 a {
    text-decoration: underline;
    color: #333;
}

div.scrollup {
    position: fixed;
    color: #8aa314;
    border: 2px solid #8aa314;
    background-color: #fff;
    left: 10px;
    bottom: 10px;
    padding: 5px 13px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 100%;
    display: none;
    text-align: center;
    z-index: 9;
}

div.scrollup:hover {
    background-color: #8aa314;
    color: #fff;
}

/*END FOOTER STYLE*/

/*HIT, NEW, ACTION, DISCOUNT STYLE*/
.hits {
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    top: 5px;
    border-radius: 50%;
    left: 5px;
    padding: 13px 9px;
}

.actions {
    font-size: 13px;
    position: absolute;
    font-weight: normal;
    top: 67px;
    border-radius: 50%;
    left: 5px;
    padding: 12px 14px;
    z-index: 2;
}

.shop_discount {
    padding: 2px 4px 2px;
    border-radius: 2px;
    font-size: 11px;
    background: #f44336;
    color: #fff;
    font-weight: normal;
    display: inline-block;
}

.newanka {
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    top: 100px;
    border-radius: 50%;
    left: 5px;
    z-index: 3;
    padding: 13px 8px;
}

/*END HIT, NEW, ACTION, DISCOUNT STYLE*/

/*PRODUCT ID STYLE*/

.produc-img {
    position: relative;
    padding: 15px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
}

.block-product-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.block-product-head_mod {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}

.block-shopid {
    margin-bottom: 20px;
    line-height: 40px;
}

.title-block-shopid i {
    margin-right: 5px;
    color: #4d7cc0;
    font-size: 14px;
}

.link-blue-text {
    color: #8aa314;
    border-bottom: 1px dashed #8aa314;
}

.js_shop_id .to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.description-product {
    position: relative;
}

.wcountid {
    margin-right: 5px;
    width: 90px;
}

.wcountid .amount-d__input {
    height: 47px;
}

.js_shop_id .shop-photo-labels {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.js_shop_id .price {
    font-size: 30px;
}

.js_shop_id .price-old s {
    font-size: 20px;
}

.shop_buy_block {
    border-radius: 2px;
    padding: 15px;
    border: 1px solid #f2f2f2;
    margin-bottom: 15px;
}

/*END PRODUCT ID STYLE*/

/*OWL CAROUSEL*/
.slides {
    background-color: #fff;
}

.slides .owl-nav .owl-next,
.slides .owl-nav .owl-prev {
    border: 0 !important;
    background: #fcfcfc;
    height: 40px;
    width: 40px;
    border-radius: 100% !important;
    margin-top: -20px;
}

.slides .owl-prev {
    left: 15px;
}

.slides .owl-next {
    right: 15px;
}

.slides .owl-nav .owl-next:hover,
.slides .owl-nav .owl-prev:hover {
    background: #ddd !important;
    color: #333 !important;
}

.slides .owl-nav {
    transition: all ease 0.3s;
}

.slides .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    padding: 9px 13px !important;
    background: #f9f9f9;
    outline: none;
    line-height: 0;
    border-radius: 2px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #e6e6e6;
    color: #fff;
}

.owl-carousel .js_shop {
    margin-bottom: 0 !important;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.block-home-product .h2 {
    margin-top: 40px;
}

.block-home-product .owl-carousel .c-border {
    border-left: 1px solid #f2f2f2;
}

.block-home-product .owl-prev,
.block-home-product .owl-next {
    top: -45px;
    margin-top: 0;
}

.block-home-product .owl-prev {
    right: 38px;
    left: inherit;
}

.block-home-product .owl-next {
    right: 0;
}

.block-home-product .owl-carousel .owl-item img {
    width: auto;
}

.owlslider-productid .owl-item img {
    width: inherit;
}

#product-brend .owl-prev,
#product-brend .owl-next,
.block.clauses .owl-prev,
.block.clauses .owl-next {
    top: -45px;
    margin-top: 0;
}

#product-brend .owl-prev,
.block.clauses .owl-prev {
    right: 38px;
    left: inherit;
}

#product-brend .owl-next,
.block.clauses .owl-next {
    right: 0;
}

.owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-item {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.owl-stage .item {
    height: 100%;
}

.owl-carousel .owl-stage-outer {
    margin-right: -1px;
}

.shop_cat_block .owl-prev,
.shop_cat_block .owl-next {
    top: 0;
    bottom: 0;
}

/*END OWL CAROUSEL*/

/*NEWS STYLE*/

.news.block {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.news_list .block_header a {
    display: none;
}

.news_list h4,
.news_block_rel h4 {
    margin-top: 0;
}

.news_list h4 a,
.news_block_rel a {
    color: #333;
    font-size: 20px;
}

.news_anons {
    color: #777;
}

.news_rating {
    display: none;
}

.news.block-row {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.news_list .block-row-img,
.news_block_rel .news_img {
    width: 30%;
    margin-right: 25px;
}

.news_list .block-text,
.news_block_rel .block-text {
    width: 65%;
}

.news_list .block-row-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.news_list .show_all {
    display: none;
}

.news_id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news_id .comments,
.news_id .comments_form {
    display: none;
}

.news_id .rating_votes {
    display: none;
}

.news_id .news_all_img {
    display: none;
    margin: 0 15px 15px 0;
    order: 1;
}

.news_id .news_text {
    order: 2;
}

.news_id .news_date {
    margin-bottom: 5px;
    order: 3;
}

.news_id img {
    display: block;
    max-width: 100%;
    height: auto;
}

.news_id .block_header {
    font-size: 25px;
    margin: 15px 0;
    color: #333333;
    display: block;
    position: relative;
    width: 100%;
    order: 4;
}

.news_id .news_block_rel {
    order: 5;
}

.news_id .show_all a {
    background-color: #fff;
    color: #8aa314;
    border: 1px solid #8aa314;
    padding: 8px 23px;
    display: inline-block;
}

.news_id .show_all a:hover {
    background-color: #8aa314;
    color: #fff;
}

.news_block.block {
    margin-top: 30px;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    margin-bottom: 30px;
}

.news_block.block .block_header {
    border: 0;
    padding-bottom: 0;
}

.news_block.block .news_date {
    font-size: 12px;
}

.news_block.block h4 {
    margin-top: 0;
}

.news_block.block h4 a {
    font-size: 14px;
    color: #333;
}

.news_block.block h4 a:hover {
    color: #8aa314;
}

.news_date.date,
.news_date {
    color: #999;
    font-size: 14px;
}

.news_block.block .block-row-img {
    margin-right: 5px;
    border-radius: 100%;
}

.news_block.block .news_anons {
    display: none;
}

.block-news-list .h4 {
    height: 55px;
    overflow: hidden;
}

.block-news-list a {
    color: #333;
    font-size: 14px;
}

.block-news-list a:hover {
    color: #8aa314;
}

/*END NEWS STYLE*/

/*CLAUSES STYLE*/
.clauses_list,
.clauses_block_rel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.clauses_list .block,
.clauses_block_rel .clauses {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #f2f2f2;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: -moz-calc(33.33333% - 30px);
    width: -webkit-calc(33.33333% - 30px);
    width: calc(33.33333% - 30px);
}

.clauses_list .block_header a {
    padding: 10px 15px;
    margin: 15px 0;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #8aa314;
}

.clauses_list h4 a,
.block.clauses h4 a,
.clauses_block_rel .clauses_name a {
    color: #333;
    font-size: 16px;
}

.clauses_rating {
    display: none;
}

.block.clauses .block-row {
    border: 1px solid #f2f2f2;
    position: relative;
    height: 100%;
}

.block.clauses .block-row:hover {
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition:
        box-shadow 0.2s,
        -webkit-box-shadow 0.2s;
    box-shadow: 0 0 15px #f2f2f2;
}

.block.clauses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block.clauses .date,
.clauses_list .date,
.clauses_date {
    color: #999;
    font-size: 14px;
}

.clauses_list .tags {
    display: none;
}

.clauses_list .block-text,
.block.clauses .block-text,
.clauses_block_rel .clauses_block_text {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column-reverse;
}

.clauses_list .anons,
.block.clauses .anons,
.clauses_block_rel .clauses_anons {
    display: none;
}

.clauses_list .block-row-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.clauses_id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clauses_id .comments,
.clauses_id .comments_form {
    display: none;
}

.clauses_id .rating_votes {
    display: none;
}

.clauses_id .clauses_all_img {
    display: none;
    margin: 0 15px 15px 0;
    order: 1;
}

.clauses_id .clauses_date {
    margin-bottom: 5px;
    order: 3;
}

.clauses_id .clauses_text {
    order: 2;
}

.clauses_id .show_all a {
    background-color: #fff;
    color: #8aa314;
    border: 1px solid #8aa314;
    padding: 8px 23px;
    margin-top: 10px;
    display: inline-block;
}

.clauses_id .show_all a:hover {
    background-color: #8aa314;
    color: #fff;
}

.clauses_id img,
.clauses img {
    display: block;
    max-width: 100%;
    height: auto;
}

.clauses_content .block_header {
    font-size: 26px;
    margin: 15px 0;
    color: #333333;
    display: block;
    position: relative;
}

.clauses_block.block {
    background: #fff;
    margin-top: 15px;
}

.clauses_block.block h4 {
    margin-top: 0;
}

.clauses_block.block h4 a {
    font-size: 13px;
    color: #333;
}

.clauses_block.block h4 a:hover {
    font-size: 13px;
    color: #8aa314;
}

.clauses_date.date {
    color: #666;
}

.clauses_block .clauses_anons {
    display: none;
}

.clauses_block.block .block-text {
    border: 1px solid #f2f2f2;
    padding: 10px;
    margin-top: -1px;
}

.clauses_list .paginator {
    width: 100%;
    border: 0;
}

.clauses_list .previous_next_links {
    width: 100%;
    margin: 0 7px;
}

.clauses .rate {
    display: none;
}

.clauses .rating_votes,
.clauses_list .rating_votes {
    display: none;
}

.panel-clauses .block_header {
    display: none;
}

.panel-clauses .clauses-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

/*END CLAUSES STYLE*/

/*PAGER STYLE*/
.previous_next_links {
    display: none;
}

.previous_link,
.next_link {
    display: none;
}

.pager li a {
    color: #333;
}

.js_paginator_more_form {
    display: block;
    width: 100%;
}

.paginator,
.paginator_more {
    margin-top: 30px;
    text-align: center;
}

.paginator a {
    position: relative;
    display: inline-block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    margin-right: 10px;
    border: 1px solid #f2f2f2;
}

.paginator span.active {
    position: relative;
    display: inline-block;
    padding: 8px 12px;
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
    background-color: #8aa314;
    border: 1px solid #8aa314;
}

.paginator a:hover {
    z-index: 2;
    color: #fff;
    background-color: #8aa314;
    border-color: #8aa314;
}

form[loading="true"].paginator_more_form {
    display: block;
    background: url(../img/ajax-loader.gif) no-repeat center top;
    min-width: 32px;
    min-height: 32px;
    padding: 38px 0px 0px 0px;
    margin: 0px;
    cursor: progress;
}

form[loading="true"].paginator_more_form .paginator_more {
    display: none;
}

/*END PAGER STYLE*/

/* DEFERER STYLE*/
form[loading="true"] {
    display: inline-block;
    background: url(../img/ajax-loader.gif) no-repeat left center;
    min-width: 32px;
    min-height: 32px;
    padding: 8px 0px 0px 50px;
    margin: 0px;
    cursor: progress;
}

/*END DEFERER STYLE*/

/*TAG STYLE*/

.tags {
    margin: 30px 0;
    font-size: 0;
}

.tags a {
    background-color: #edeef2;
    color: #333;
    padding: 4px 8px;
    font-size: 13px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
}

.tags a:hover {
    background-color: #8aa314;
    color: #fff;
}

span.tags_header {
    display: block;
}

/*END TAG STYLE*/

/*REWIEWS STYLE*/

.reviews .block-row {
    margin-bottom: 25px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
}

.reviews .block-text {
    position: relative;
    padding-top: 15px;
}

.reviews_date {
    color: #999;
    position: absolute;
    right: 15px;
    top: 15px;
}

.reviews_name {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    display: none;
}

.reviews_name .thumbnail {
    margin-bottom: 0;
}

.reviews_param {
    font-weight: bold;
    padding: 0 15px;
}

.reviews_answer {
    background: #fcfcfc;
    border-top: 1px solid #f2f2f2;
    padding: 20px 30px;
    font-weight: bold;
}

.reviews_answer .inline-block {
    font-weight: normal;
    margin-bottom: -10px;
}

.reviews_param.reviews_param8 {
    background: #fcfcfc;
    border-top: 1px solid #f2f2f2;
    padding: 20px 15px;
    margin-top: 15px;
}

.reviews_param_value {
    font-weight: normal;
}

.reviews_form .block_header {
    font-size: 18px;
    margin: 10px 0;
}

.reviews_form br {
    display: none;
}

.reviews_param_value i {
    font-size: 14px;
    margin-right: 5px;
}

.param_radio_values label {
    font-size: 0;
}

.param_radio_values input {
    display: none;
}

.param_radio_values label:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.param_radio_values label:before,
.fa-star {
    color: #d9d9d9;
}

.param_radio_values label:hover:before {
    color: #fc0;
}

.param_radio_values label.clickactive:before,
.fa-star.active {
    color: #ffc107;
}

/*END REWIEWS STYLE*/

/*FAQ STYLE*/
.section-left .faq_form {
    display: none;
}

.faq_form {
    padding: 0 20px 15px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
}

.faq_form .block_header {
    background-color: #fcfcfc;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 20px;
    margin: 0 -20px;
    margin-bottom: 20px;
}

.faq_list .block_header {
    font-size: 24px;
    margin-bottom: 10px;
}

.faq.block {
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.show_all {
    display: none;
}

.faq_answer.faq-answer {
    background-color: #fcfcfc;
    padding: 20px 15px;
}

.faq_question.faq-question {
    font-weight: 700;
    padding: 20px 15px;
    border-bottom: 1px solid #f2f2f2;
}

.faq_clock_btn {
    border: 1px solid #f2f2f2;
    background-color: #fcfcfc;
    padding: 15px;
    margin-top: 30px;
}

.faq-text {
    margin-bottom: 15px;
    margin-top: 15px;
}

/*END FAQ STYLE*/

/*TAB STYLE*/
.tabs-nav {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs-nav li {
    display: block;
    padding: 0;
    list-style: none;
}

.tabs-nav a {
    display: block;
    padding: 6px 0;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    color: #333;
    font-weight: 500;
    margin-right: 25px;
}

.tabs-nav li:last-child a {
    display: block;
}

.tabs-nav a.active {
    background: #fff;
    color: #8aa314;
    position: relative;
}

.tabs-nav a.active:before {
    content: "";
    border-top: 3px solid #8aa314;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tabs-items {
    border-radius: 0;
    background: #fff;
}

.tabs-item {
    padding: 10px 0;
}

.table_id {
    width: 100%;
    margin-top: 10px;
}

.params-block {
    width: 100%;
    display: -webkit-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-end;
}

.params-block-line {
    flex-grow: 1;
    border-bottom: 1px dotted #dee0ee;
}

.params-right {
    text-align: right;
}

/*END TAB STYLE*/

/*TAB STYLE NEW*/
.tabs-nav {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs-nav li {
    display: block;
    padding: 0;
    list-style: none;
}

.tabs-nav a {
    display: block;
    padding: 6px 0;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    color: #333;
    font-weight: 500;
    margin-right: 25px;
}

.tabs-nav li:last-child a {
    display: block;
}

.tabs-nav a.active {
    background: #fff;
    color: #8aa314;
    position: relative;
}

.tabs-nav a.active:before {
    content: "";
    border-top: 3px solid #8aa314;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tabs-items {
    border-radius: 0;
    background: #fff;
}

.tabs-item {
    padding: 10px 0;
}

.table_id {
    width: 100%;
    margin-top: 10px;
}

.tabs-block .nav > li > a {
    background-color: #fff;
    color: #333;
    margin: 0 10px 10px 0;
    padding: 8px 17px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #fff;
}

.tabs-block .nav-pills > li.active > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0;
    border-color: transparent;
    border-top-color: #8aa314;
    transition:
        color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tabs-block .nav > li > a:hover {
    background-color: #fff;
    color: #8aa314;
    margin: 0 10px 10px 0;
    padding: 8px 17px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.tabs-block .nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    border-radius: 2px;
    border: 2px solid #8aa314;
    background-color: #fff;
    color: #333;
    margin: 0 10px 10px 0;
    padding: 8px 17px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.tab-link-collaps.collapsed::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.tab-link-collaps::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    top: 16px;
    right: 20px;
    color: #333;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-transform: none;
}

.tab-link-collaps {
    color: #333;
    padding: 15px;
}

.panel-heading {
    position: relative;
}

.panel-heading a[aria-expanded="true"] {
    background-color: #8aa314;
    color: #fff;
}

.panel-heading a[aria-expanded="true"]:after {
    color: #fff;
}

@media (min-width: 768px) {
    .panel-heading {
        display: none;
    }

    .panel {
        border: none;
        box-shadow: none;
    }

    .panel-collapse {
        height: auto;
    }

    .panel-collapse.collapse {
        display: block;
    }

    .panel-collapse.collapse .p15 {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .tab-content .tab-pane {
        display: block;
    }

    .tabs-block .nav-pills {
        display: none;
    }

    .panel-title a {
        display: block;
        font-size: 16px;
        color: #333333;
    }

    .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }

    .panel {
        border-bottom: 1px solid #f2f2f2;
        border-top: 1px solid #f2f2f2;
        border-left: 0;
        border-right: 0;
    }

    .tab-content {
        margin-left: -15px;
        margin-right: -15px;
    }

    .panel-default > .panel-heading {
        background-color: #fff;
        border-color: #f2f2f2;
        padding: 0;
    }

    .tab-pane:last-child .panel {
        border-bottom: 0;
    }
}

/*END TAB STYLE*/

/*SORT ORDER STYLE*/
.block-sort {
    margin-bottom: 15px;
}

.block-sort button {
    padding: 6px 10px;
    border: 0;
    background-color: #f5f5f5;
    outline: none;
}

.sort-select button {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
}

.sort-by button {
    color: #333;
    border-radius: 2px;
}

.block-sort .plitka {
    margin-right: 3px;
}

.block-sort .active {
    background-color: #8aa314;
    color: #fff;
}

.sort-hide a {
    display: none;
    color: #333;
}

.sort-hide a.actives {
    display: inline-block;
}

/*END SORT ORDER STYLE*/

/*HELPPER CLASS STYLE*/

.text-decoration {
    text-decoration: underline;
}

hr {
    border-top: 1px solid #f2f2f2;
    margin-bottom: 30px;
    margin-top: 30px;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb25 {
    padding-bottom: 25px;
}

.p5 {
    padding: 5px;
}

.m5 {
    padding: 5px;
}

.p10 {
    padding: 10px !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: -15px;
}

.mr0 {
    margin-right: 0;
}

.mr10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr0 {
    margin-right: 0;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-8 {
    margin-top: 8px;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.ml0 {
    margin-left: 0;
}

.ml1 {
    margin-left: 1%;
}

.pl0 {
    padding-left: 0;
}

.br-1 {
    border-left: 1px solid #f2f2f2;
}

.p15 {
    padding: 15px;
}

.p150 {
    padding: 15px 0;
}

.p1015 {
    padding: 10px 15px;
}

.p10-5 {
    padding: 10px 5px;
}

.pr15 {
    padding-right: 15px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt15 {
    margin-top: 15px;
}

.mt40 {
    margin-top: 40px;
}

.bb1 {
    border-bottom: 1px solid #f2f2f2;
}

.form-control {
    border: 1px solid #f2f2f2;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.thumbnail {
    border: 1px solid #f2f2f2;
}

.dropdown-menu a.active {
    background-color: #8aa314;
    color: #fff;
}

.produc-img .thumbnail {
    margin-right: 4px;
}

.inline-block {
    display: inline-block;
}

.visible-block {
    display: block !important;
}

.c-border-r {
    border-right: 1px solid #f2f2f2;
}

.pointer {
    cursor: pointer;
}

label {
    font-weight: normal;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row:before {
    width: 100%;
}

.btn-big {
    padding: 8px 18px !important;
    font-size: 18px;
}

/*END HELPPER CLASS STYLE*/

/*PRODUCT ROW STYLE*/

.shops-title {
    margin-bottom: 10px;
}

.shops-title a {
    color: #333;
    font-size: 17px;
    line-height: 18px;
}

.shops-title a:hover {
    color: #23527c;
    text-decoration: none;
}

.shop_article {
    margin-bottom: 10px;
}

.price {
    font-size: 22px;
}

.list-select {
    width: 65%;
    margin-left: 5%;
}

/*PRODUCT ROW STYLE*/

/*SPISOK PRODUCT STYLE*/

.rwspisok .js_shop {
    width: 100% !important;
}

.rwspisok .js_shop .shop-photo {
    padding-right: 10px;
    vertical-align: top;
    width: 30%;
    display: inline-block;
}

.rwspisok .js_shop .shop_article {
    position: inherit;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.rwspisok .js_shop .caption {
    padding-right: 10px;
    display: inline-block;
    width: 70%;
}

.rwspisok .js_shop .shops-title {
    height: auto;
}

.rwspisok .shops-title a {
    font-size: 20px;
}

.rwspisok .shop_one_click input {
    width: 100%;
    margin-top: 5px;
}

/*end SPISOK PRODUCT STYLE*/

/*UI-SLIDER STYLE*/

.ui-slider .ui-slider-handle {
    width: 1.4em;
    height: 1.4em;
}

.ui-slider-range {
    background: #8aa314;
    border-top: 1px solid #8aa314;
    border-bottom: 1px solid #8aa314;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-weight: 400;
    color: #24288d;
    background: #8aa314 !important;
    border: 3px solid #fefefe !important;
    border-radius: 50%;
    outline: none;
}

.ui-slider-horizontal {
    background-color: #e5e5e5;
    height: 0.4em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
    margin-left: -0.6em;
}

.mob-block .aside-menu {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

/*END UI-SLIDER STYLE*/

/*POPULAR CATEGORY HOME STYLE*/
.blok-white-popular-cat {
    margin-top: 35px;
    margin-bottom: 20px;
}

.popular-cat .c-border {
    text-align: center;
}

.popular-cat a {
    color: #333;
}

.popular-cat a:hover {
    color: #8aa314;
}

.popular-cat img {
    display: block;
    max-width: 100%;
    height: auto;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    margin-bottom: 5px;
    margin: 0 auto;
}

/*END POPULAR CATEGORY HOME STYLE*/

/*registration, login, userpage style*/
.registration h3 {
    display: none;
}

.login.ajax br,
.usersettings_form br,
.block.captcha br,
.registration_form br,
.reminding_form br {
    display: none;
}

.usersettings_text {
    font-size: 12px;
    color: #777;
}

.login.ajax,
.reminding_form,
.registration_form.ajax,
.usersettings_form {
    max-width: 350px;
}

.js_registration_form input[type="submit"] {
    margin: 15px 0;
}

.usersettings_form input[type="submit"] {
    margin-top: 15px;
}

.registration_text {
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}

.user_page a {
    display: none;
}

.modal-body .login.ajax {
    width: 100%;
}

.login.ajax input[type="text"],
.login.ajax input[type="password"],
.login.ajax input[type="submit"] {
    margin-bottom: 15px;
}

.login.ajax input[type="submit"] {
    display: block;
}

.login.ajax label {
    margin-left: 5px;
    margin-bottom: 10px;
}

.profile-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.profile-block ul li {
    margin: 15px 0;
}

table.user_order {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
}

table.user_order tr th,
table.user_order tr td {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

/*end registration, login, userpage style*/

/*FORM AND BUTTON STYLE*/
textarea,
select,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="file"] {
    width: 100%;
    padding: 6px 12px;
    color: #555;
    height: 38px;
    background-image: none;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    border-radius: 2px;
}

textarea {
    height: 100px;
}

.login input[type="submit"],
.reviews_form input[type="submit"],
.faq_form input[type="submit"],
.js_registration_form input[type="submit"],
.registration input[type="submit"],
.reminding_form input[type="submit"],
.usersettings_form input[type="submit"],
.feedback_form input[type="submit"],
.paginator_more_button,
.coupon-d__button,
.btn-buys,
.btn-buys2,
.btn-filter,
.filter__button,
.btn_formcart,
.shop-more,
.js_cart_one_click_form input[type="button"] {
    display: inline-block;
    background-color: #8aa314;
    border: 1px solid #8aa314;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}

.login input[type="submit"]:hover,
.js_registration_form input[type="submit"]:hover,
.registration input[type="submit"]:hover,
.usersettings_form input[type="submit"]:hover,
.feedback_form input[type="submit"]:hover,
.reviews_form input[type="submit"]:hover,
.paginator_more_button:hover,
.coupon-d__button:hover,
.btn-buys:hover,
.btn-filter:hover,
.filter__button:hover,
.btn_formcart:hover,
.shop-more:hover,
.btn-buys2:hover,
.js_cart_one_click_form input[type="button"]:hover {
    background-color: #7c9406;
    border-color: #7c9406;
    color: #fff;
}

.btn-buys2 {
    padding: 10px 16px;
    font-size: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.btn-buys2.active {
    background-color: #4caf50 !important;
    border: 1px solid #4caf50 !important;
    outline: none;
}

.paginator_more_button {
    background-color: #fff;
    color: #8aa314;
    border: 1px solid #8aa314;
    padding: 8px 23px;
}

.filter__button,
.shop-more,
.registration input[type="submit"],
.feedback_form input[type="submit"],
.js_cart_one_click_form input[type="button"] {
    width: 100%;
    display: block;
}

.shop_one_click input,
.one_click_buttonid {
    background-color: #fff;
    border: 1px solid #8aa314;
    color: #8aa314;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px;
}

.shop_waitlist_modbtn a {
    background-color: #fff;
    border: 1px solid #8aa314;
    color: #8aa314;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px;
    display: block;
    text-align: center;
}

.js_shop_one_click {
    width: 100%;
}

.shop_one_click input {
    width: 100%;
    margin-top: 5px;
    padding: 5px 3px;
}

.shop_one_click input:hover,
.one_click_buttonid:hover,
.shop_waitlist_modbtn a:hover {
    color: #fff;
    border-color: #8aa314;
    background: #8aa314;
}

.cart_bl .btn_formcart,
.btn_cart {
    padding: 10px 16px;
    font-size: 18px;
    width: 100%;
    margin-top: 15px;
}

.btn_formcart:focus {
    text-decoration: none;
    color: #fff;
}

.one_click_buttonid {
    padding: 10px 16px;
    font-size: 18px;
    margin-top: 5px;
    width: 100%;
}

.feedback_form h3 {
    display: none;
}

.feedback_form .button,
.reviews_form .button,
.faq_form .button,
.reminding_form input[type="submit"] {
    margin-top: 15px;
    margin-bottom: 10px;
}

.faq_form .button {
    width: 100%;
}

.one-ckik-modal input[type="button"] {
    margin-top: 20px;
    margin-bottom: 15px;
}

.cart_one_click {
    display: block !important;
}

/*EVD FORM AND BUTTON STYLE*/

/*STYLE RADIO AND CHECKBOX*/

/* для элемента input c type="radio" */
.cart_order input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с input[type=radio] */
.cart_order input[type="radio"] + label {
    display: inline-flex;
    user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.cart_order input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 8px;
    background-color: #fff;
}

/* стили при наведении курсора на радио */
.cart_order
    input[type="radio"]:not(:disabled):not(:checked)
    + label:hover::before {
    border-color: #8aa314;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.cart_order input[type="radio"]:not(:disabled):active + label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе */
.cart_order input[type="radio"]:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.cart_order input[type="radio"]:focus:not(:checked) + label::before {
    border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.cart_order input[type="radio"]:checked + label::before {
    border-color: #8aa314;
    background-color: #8aa314;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.cart_order input[type="radio"]:disabled + label::before {
    background-color: #e9ecef;
}

.checkbox:last-child {
    margin-bottom: 0;
}

.checkbox label {
    padding-left: 0;
}

/* для элемента input c type="checkbox" */
.custom-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox > span::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #f2f2f2;
    border-radius: 1px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
    border-color: #8aa314;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox > input:not(:disabled):active + span::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox > input:focus + span::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox > input:focus:not(:checked) + span::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox > input:checked + span::before {
    border-color: #8aa314;
    background-color: #8aa314;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox > input:disabled + span::before {
    background-color: #e9ecef;
}

/*END STYLE RADIO AND CHECKBOX*/

/* CART STYLE */
.invoice-d__grid_section_products {
    border: 1px solid #f2f2f2;
    border-bottom: 0;
}

.invoice-d__grid_section_products .grid-d__rows_type_head {
    border-bottom: 1px solid #f2f2f2;
}

.invoice-d__grid_section_products .grid-d__rows_type_head .cell-d {
    padding: 10px;
    font-size: 13px;
    color: #999;
}

.block-right-title {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 15px 15px 15px;
    font-size: 20px;
}

.grid-d__details_type_product .feature-d_type_name {
    color: #000;
    font-size: 16px;
}

.grid-d__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}

.grid-d__row.js_cart_item {
    border-bottom: 1px solid #f2f2f2;
}

.grid-d__cell_type_unit-measure,
.grid-d__cell_type_discount,
.feature-d.feature-d_type_breadcrumbs {
    display: none;
}

.invoice-d__grid_section_products .grid-d__cell_type_impresses {
    width: 13%;
}

.invoice-d__grid_section_products .grid-d__cell_type_details {
    width: 35%;
}

.invoice-d__grid_section_products .grid-d__cell_type_amount {
    width: 15%;
    text-align: center;
}

.invoice-d__grid_section_products .grid-d__cell_type_price {
    width: 15%;
    text-align: center;
}

.invoice-d__grid_section_products .grid-d__cell_type_price-old {
    display: none;
}

.invoice-d__grid_section_products .grid-d__cell_type_sum {
    width: 15%;
    text-align: center;
}

.grid-d.invoice-d__grid.invoice-d__grid_section_deliveries {
    clear: both;
    padding-top: 20px;
}

.grid-d__rows_type_subtotals .price-d.price-d_old {
    display: none;
}

.invoice-d__grid_section_products .grid-d__cell_type_remove {
    width: 10%;
    text-align: center;
}

.grid-d__rows_type_products .grid-d__cell {
    padding: 15px 10px;
}

.grid-d__rows.grid-d__rows_type_products .price-d {
    font-weight: normal;
}

.cell-d.grid-d__cell.grid-d__cell_type_sum {
    float: right;
}

.invoice-d__grid_section_deliveries .cell-d.grid-d__cell.grid-d__cell_type_sum {
    text-align: right;
    width: 30%;
}

.cell-d.grid-d__cell.grid-d__cell_type_sum strong {
    font-weight: normal;
}

.invoice-d__grid_section_deliveries .grid-d__rows,
.invoice-d__grid_section_additions .grid-d__rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}

.invoice-d__grid_section_deliveries .grid-d__cell_type_heading,
.invoice-d__grid_section_additions .grid-d__rows_type_head {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.invoice-d__grid_section_deliveries .grid-d__rows_type_head .grid-d__row,
.invoice-d__grid_section_additions .grid-d__rows_type_head .grid-d__row {
    background: transparent;
    padding: 0;
    border: 0;
    margin-bottom: inherit;
    width: 100%;
}

.invoice-d__grid_section_deliveries .grid-d__row,
.invoice-d__grid_section_additions .grid-d__row {
    background: #fff;
    padding: 15px;
    border: 1px solid #f2f2f2;
    margin-left: 7px;
    margin-right: 7px;
    width: -moz-calc(50% - 14px);
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px);
    margin-bottom: 14px;
}

.invoice-d__grid_section_deliveries .feature-d_type_name {
    font-weight: 700;
    display: block;
    font-size: 16px;
}

.invoice-d__grid_section_deliveries .grid-d__cell_type_details,
.invoice-d__grid_section_additions
    .cell-d.grid-d__cell.grid-d__cell_type_details {
    width: 70%;
}

.invoice-d__grid_section_additions .cell-d.grid-d__cell.grid-d__cell_type_sum {
    width: 20%;
    text-align: center;
    border: none;
    border-radius: 10px;
}

.invoice-d__grid_section_additions .cell-d.grid-d__cell.grid-d__cell_type_add {
    width: 10%;
    text-align: center;
}

.feature-d.feature-d_type_description.is-typographic {
    color: #777;
}

.properties-d.feature-d__value {
    padding: 0;
    margin: 0;
}

.properties-d.feature-d__value li {
    list-style: none;
    font-size: 13px;
    color: #777;
}

.properties-d.feature-d__value li:first-child {
    display: none;
}

.properties-d.feature-d__value .property-d__value {
    font-weight: normal;
    margin-top: 2px;
    display: inline-block;
}

.remover-d__input {
    display: none;
}

label.icon-d.remover-d__icon.js_cart_remove {
    cursor: pointer;
    color: #f44336;
    font-size: 18px;
}

.grid-d__cell_type_amount .grid-d__cell {
    display: block;
    text-align: right;
}

.grid-d__cell_type_amount .grid-d__cell .price-d {
    font-size: 18px;
}

.cover-d.picture-d {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.grid-d__rows_type_subtotals {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.invoice-d__grid_section_total .mh_block_summa {
    padding: 20px 15px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

.mh_block_summa_title {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
    padding: 0px 18px 15px 18px;
    margin-left: -18px;
    margin-right: -18px;
    font-size: 20px;
}

.js_shop_add_coupon_cart .cell-d:first-child {
    display: none;
}

.grid-d__rows_type_subtotals .cell-d,
.grid-d__row.grid-d__row_mod .cell-d {
    display: inline-block;
}

.grid-d__row.grid-d__row_mod {
    font-size: 23px;
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
    margin-top: 15px;
}

.grid-d__rows.grid-d__rows_type_discount-totals {
    padding: 0 0 10px 0;
    color: #4caf50;
    font-size: 16px;
}

.grid-d__rows.grid-d__rows_type_discount-totals strong {
    font-weight: normal;
    color: #4caf50;
    font-size: 14px;
}

.grid-d__rows.grid-d__rows_type_discount-promises {
    padding: 10px 0;
    color: #f44336;
    float: left;
    font-size: 16px;
}

.btn-login {
    float: right;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}

.amount-d {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.amount-d__input {
    text-align: inherit;
    background: #fbfbfb !important;
    border: 1px solid #fbfbfb !important;
}

.amount-d.grid-d__amount.grid-d__amount_type_product.js_cart_count {
    position: relative;
    height: 38px;
}

button.amount-d__decrement {
    background: #fbfbfb;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    border: 0;
    font-size: 10px;
    border: 1px solid #fbfbfb;
}

button.amount-d__increment {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    border: 0;
    background: #fbfbfb;
    font-size: 10px;
    border: 1px solid #fbfbfb;
}

.wcart {
    max-width: 100px !important;
}

.wcart input {
    min-width: 50px !important;
}

.cart_order .wcart {
    max-width: 110px;
}

.cart_summ_old_total {
    text-decoration: line-through;
}

.cart_table {
    padding: 0;
}

.cart_order input::-webkit-outer-spin-button,
.cart_order input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.mh_block_summa .grid-d__row {
    display: block;
}

@media (min-width: 768px) {
    .cart_order {
        position: relative;
    }

    .cart_table_mod {
        width: 75%;
        margin-right: 2%;
    }

    .invoice-d__grid_section_total {
        width: 23%;
        margin: 0 auto;
        margin-bottom: 30px;
        font-size: 18px;
        border-radius: 2px;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

    .invoice-d__grid_section_total .mh_block {
        height: 100%;
    }

    .invoice-d__grid_section_total .mh_block_summa {
        position: sticky;
        top: 80px;
        padding: 15px 18px;
        border-radius: 2px;
        margin-top: 0 !important;
    }

    .coupon-d__button {
        margin-top: 10px;
        background: #cee6ff;
        color: #8aa314;
        border-color: #cee6ff;
    }
}

/* END CART STYLE */

/*USER STYLE*/

@-webkit-keyframes slidein {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slidein {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

input[type="reset"] {
    padding: 12px 15px;
    border: none;
    border-radius: 5px;
    background: #cdd1da;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

input[type="reset"]:active {
    background: #bdc0cc;
}

.shop_cat_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-left: -7px;
    margin-right: -7px;
}

.shop-rows-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop-pane,
.footer-block,
.catshop {
    margin-left: -7px;
    margin-right: -7px;
}

.shop_list .shop-pane .js_shop,
.footer-row {
    position: relative;
    margin-bottom: 15px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 7px;
    margin-right: 7px;
    width: -moz-calc(25% - 14px);
    width: -webkit-calc(25% - 14px);
    width: calc(25% - 14px);
}

.catshop-item {
    position: relative;
    margin-bottom: 15px;
    margin-left: 7px;
    margin-right: 7px;
    width: -moz-calc(50% - 14px);
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px);
}

.popular-cat-row {
    position: relative;
    margin-bottom: 15px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 7px;
    margin-right: 7px;
    width: -moz-calc(20% - 14px);
    width: -webkit-calc(20% - 14px);
    width: calc(20% - 14px);
}

.photo_cat_img .thumbnail,
.photo_item .thumbnail {
    margin-bottom: 5px;
}

.photo_item,
.photo_cat {
    margin-bottom: 15px;
}

.cattitle a {
    color: #333;
}

.shop-item-big-images {
    margin-bottom: 15px;
}

.shop_preview_img {
    text-align: center;
}

.block-row.media {
    padding: 15px;
    margin-top: 0;
    border-top: 1px solid #f2f2f2;
}

.c-border {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding: 10px;
    position: relative;
    height: 100%;
    width: 100%;
}

.c-border:hover {
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition:
        box-shadow 0.2s,
        -webkit-box-shadow 0.2s;
    box-shadow: 0 0 15px #f2f2f2;
}

.c-border-top {
    padding: 10px;
    color: #f3f3f3;
}

.c-border-top a {
    color: #333;
}

.c-border-cat {
    border: 1px solid #f2f2f2;
    background-color: #fff;
    position: relative;
    font-size: 13px;
    margin-bottom: 10px;
}

.c-border-cat a {
    font-size: 14px !important;
    padding: 10px;
    display: block;
    color: #333;
}

.c-border-cat a:hover {
    color: #8aa314;
}

.header-mob {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 0;
    z-index: 1000;
}

.cart_total,
.cart_summ-mod {
    font-size: 18px;
}

.cart_last_tr {
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
}

.cart_last_tr .cart_total {
    padding-left: 0;
}

.cart_name a {
    border-bottom: 1px solid;
    font-weight: normal;
}

.cart_name a:hover {
    color: #666;
    text-decoration: none;
}

.shop_waitlist_mod {
    position: relative;
}

.shop_waitlist_mod_btn {
    position: absolute;
    right: 12px;
    top: 9px;
    margin: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #8aa314;
}

.errors.errorspos.error.alert.alert-success.error_message {
    position: absolute;
    top: 0;
    right: 15px;
}

.error.blue-link {
    display: none;
    background-color: #e8f4ff;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 6px;
    position: relative;
}

.error.blue-link a {
    color: #8aa314;
    text-decoration: underline;
}

.cart_tr {
    margin-bottom: 8px;
}

.nav-stacked li a {
    border-bottom: 1px solid #f2f2f2;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.opt-quontity input {
    font-size: 12px;
}

.bg-hit {
    background-color: #f0ad4e;
    padding: 10px 15px;
    max-width: 200px;
    margin-bottom: 0;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    color: #fff;
}

.bg-action {
    background-color: #157fbe;
    padding: 10px 15px;
    max-width: 200px;
    margin-bottom: 0;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    color: #fff;
}

.bg-new {
    background-color: #d9534f;
    padding: 10px 15px;
    max-width: 200px;
    margin-bottom: 0;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    color: #fff;
}

.js_shop_id .shop_brand {
    border: 1px solid #f2f2f2;
    width: 80px;
}

.blockflex-tab_brend .shop_brand a {
    border: 1px solid #f2f2f2;
    display: block;
    text-align: center;
    color: #333;
    padding: 10px;
    margin-bottom: -1px;
}

.shop_brand_name {
    padding: 0 10px 10px;
    display: block;
    color: #333;
    text-align: center;
}

.shop_brand_name:hover {
    color: #8aa314;
}

.shop_brand_block .owl-stage .item {
    height: auto;
    border: 1px solid #f2f2f2;
}

.shop_brand_img img {
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
}

.js_shop_additional_cost.shop_additional_cost {
    margin-bottom: 25px;
}

.cart-block {
    position: relative;
}

.pagination li a,
.pagination li span {
    color: #333;
}

.pagination li span.active {
    background-color: #eee;
}

.mistakes {
    margin-top: 10px;
}

.content h1 {
    margin-top: 0;
    margin-bottom: 25px;
}

.shop_table {
    border: 1px solid #f2f2f2;
}

.block_header.cattitle {
    background-color: #fcfcfc;
    padding: 10px;
    border-top: 1px solid #f2f2f2;
}

.block_headercat.block_header.cattitle {
    background-color: #f5f5f5;
    padding: 10px;
}

.price-old s {
    font-size: 17px;
}

.shop_block_coupon {
    display: none;
}

.shop_search_price-item {
    width: 43%;
}

.js_shop_search_param label.input-title {
    cursor: pointer;
}

.list-group-item {
    border: 1px solid #f2f2f2;
    padding: 15px;
}

.active .list-group-item {
    background-color: #f5f5f5;
}

.salepage .shops-title {
    padding: 0;
    height: auto;
    background-color: transparent;
    border: 0;
    margin: 0;
}

.mob-block .p1015 {
    border-top: 1px solid #f2f2f2;
}

.mob-block a {
    color: #333;
}

.mob-block .close {
    font-size: 35px;
    right: 15px;
    color: #999;
    top: 12px;
    padding-left: 12px;
    outline: none;
}

.bgblock {
    position: relative;
}

.avatar {
    display: none;
}

.header-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.parent_list,
.parent_list .fa-angle-down {
    cursor: pointer;
}

.parent_list .fa {
    position: absolute;
    right: 15px;
    top: 12px;
}

.c-border-fpcat a:hover {
    color: #8aa314;
    text-decoration: underline;
}

.shop_cat_link {
    position: relative;
    margin-left: 7px;
    margin-right: 7px;
    width: -moz-calc(25% - 14px);
    width: -webkit-calc(25% - 14px);
    width: calc(25% - 14px);
    margin-bottom: 14px;
}

.shop_cat_link a {
    color: #333;
    display: block;
}

.shop_cat_link:hover {
    color: #8aa314;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition:
        box-shadow 0.2s,
        -webkit-box-shadow 0.2s;
    box-shadow: 0 0 15px #f2f2f2;
}

.shop_cat_anons {
    color: #888;
    margin-top: 10px;
}

.fpcat-title a {
    color: #333;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.fpcat-title a:hover {
    color: #8aa314;
    text-decoration: none;
}

.c-border-fpcat {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.c-border-fpcat a {
    margin-top: 0;
    margin-bottom: 5px;
    color: #888;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
}

.child_count {
    color: #222;
    font-size: 14px;
}

.bg-blue {
    font-size: 18px;
    padding: 15px;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
}

.phones-block a {
    color: #333;
}

.emails-block a {
    color: #333;
}

.block.captcha {
    margin-top: 10px;
}

.block .input-title {
    display: block;
    margin-bottom: 5px;
}

.js_captcha_update.captcha_update {
    display: none;
}

.arrow-link {
    margin-right: 15px;
}

.errors {
    color: #a94442;
    font-size: 14px;
}

.infofield {
    margin-top: 10px;
}

.form-body {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-body .form-body-row {
    width: 100%;
    margin-left: 7px;
    margin-right: 7px;
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
}

.form-body .form-body-row:last-child {
    width: 100%;
}

input.error_input {
    border: 1px solid #a94442;
}

.privacy_field {
    color: #777;
    font-size: 12px;
}

.required_field {
    font-size: 12px;
    margin-bottom: 10px;
    display: none;
}

.errors.reviews_message {
    color: green;
}

.payments {
    margin-bottom: 15px;
}

.payments .payment {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding: 15px;
    margin-bottom: 15px;
}

.payment_text {
    color: #777;
}

.payment label {
    font-weight: bold;
}

.deliverys label {
    font-weight: bold;
    font-size: 16px;
}

.deliverys input {
    display: inline;
}

.modal-body {
    padding-top: 15px;
}

.modal-header {
    position: relative;
    border-bottom: 1px solid #fff;
}

.modal-title {
    font-size: 18px;
    font-weight: 500;
}

.close:after {
    transform-origin: center;
    transform: rotate(-45deg) translateX(17px) translateY(4px);
}

.close:before {
    transform: rotate(45deg) translateX(18px) translateY(-3px);
    transform-origin: center;
}

.close:after,
.close:before {
    width: 2px;
    content: "";
    display: block;
    height: 20px;
    background: #999;
}

.close {
    position: absolute;
    top: 9px;
    right: 0px;
    cursor: pointer;
    border: 0;
    background: none;
    width: 43px;
    opacity: 1;
    outline: none;
}

.modal-body .privacy_field {
    padding: 0 0 15px 0;
}

.bg-white {
    background-color: #fff;
    border: 1px solid #f2f2f2;
}

.shop-photo-labels {
    position: absolute;
    top: 7px;
    left: 10px;
}

.hit-labels {
    background-color: #a94442;
    padding: 4px 8px 4px;
    border-radius: 2px;
    font-size: 11px;
    color: #fff;
    line-height: 12px;
    width: max-content;
    margin-bottom: 5px;
    margin-right: 5px;
}

.action-labels {
    background-color: #ffc438;
    padding: 4px 8px 4px;
    border-radius: 2px;
    font-size: 11px;
    color: #333;
    line-height: 12px;
    width: max-content;
    margin-bottom: 5px;
    margin-right: 5px;
}

.new-labels {
    background-color: #4fad00;
    padding: 4px 8px 4px;
    border-radius: 2px;
    font-size: 11px;
    color: #fff;
    line-height: 12px;
    width: max-content;
    margin-bottom: 5px;
    margin-right: 5px;
}

.no-stock {
    color: #e34545;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.in-stock {
    color: #0cc06a;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.shop_id_block-info {
    background: #f9f9f9;
}

.shop_id_block-info .block-info {
    margin-top: 0;
}

.shop_id_block-info .block-info i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: #fff;
}

.block-info {
    margin-top: 20px;
    padding: 25px 15px;
}

.block-info i {
    color: #8aa314;
    font-size: 2.7em;
}

.block-info .fa-shipping-fast {
    font-size: 2.5em;
}

.vertical-middle {
    vertical-align: middle;
}

.additional_cost-table {
    display: table;
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 1px solid #dddddd;
}

i.linibtn {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
    background-color: #333;
}

.bl-count {
    position: relative;
    width: 80px;
}

.bl-count input {
    padding: 5px 20px;
    text-align: center;
}

.bl-count span.js_cart_count_minus.cart_count_minus {
    position: absolute;
    display: block;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.bl-count span.js_cart_count_plus.cart_count_plus {
    position: absolute;
    right: 0;
    display: block;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    top: 3px;
}

.cart_delivery_name {
    font-weight: bold;
}

.viseble-mob {
    display: none;
}

.shop_no_buy_good {
    padding: 8px 10px;
    background-color: #fef5f5;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 5px;
    color: #e34545;
}

.btn-resets input[type="email"] {
    border: 1px solid #8aa314;
}

.wt-link {
    font-size: 30px;
}

.wt-link:focus {
    text-decoration: none;
}

.fa-whatsapp {
    color: #65bc54;
}

.fa-telegram {
    color: #64a9dc;
}

.shop-more {
    text-align: center;
    margin-bottom: 5px;
    padding: 6px 10px;
}

.recal-link {
    border: 1px solid #8aa314;
    padding: 8px 15px;
    color: #8aa314;
}

.recal-link:hover {
    background-color: #8aa314;
    color: #fff;
}

.recal-link:focus {
    text-decoration: none;
}

.cart-icon {
    color: #333;
    font-size: 20px;
}

.login-bord {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}

.sklad-block {
    border: 1px solid #8aa314;
    padding: 10px;
    margin-bottom: 15px;
}

/*END USER STYLE*/

/*MEDIA STYLE*/
@media (max-width: 1200px) {
    .block-searhtop {
        max-width: 30%;
    }

    .popular-cat-row {
        width: -moz-calc(20% - 14px);
        width: -webkit-calc(20% - 14px);
        width: calc(20% - 14px);
    }
}

@media (max-width: 980px) {
    .container {
        width: 100%;
    }

    .shop_list .shop-pane .js_shop,
    .footer-row,
    .shop_cat_link {
        margin-left: 7px;
        margin-right: 7px;
        width: -moz-calc(33.33333% - 14px);
        width: -webkit-calc(33.33333% - 14px);
        width: calc(33.33333% - 14px);
    }

    .popular-cat-row {
        width: -moz-calc(25% - 14px);
        width: -webkit-calc(25% - 14px);
        width: calc(25% - 14px);
    }
}

@media (max-width: 768px) {
    .main-nav {
        margin-bottom: 15px;
    }

    .header-block .items {
        padding: 12px 0;
    }

    .header-block .items a {
        color: #333;
    }

    .wt-link {
        /* font-size: 28px; */
    }

    .header-line .container {
        padding-left: 0;
        padding-right: 0;
    }

    .header-line {
        border-bottom: 0;
    }

    .sticky-content.fixed {
        animation: none;
    }

    .items .bars {
        vertical-align: middle;
    }

    .logo-block-mob {
        vertical-align: middle;
    }

    .header-block .logo-block-mob img {
        width: 100px;
    }

    .header-block i.fas.fa-search {
        font-size: 17px;
        vertical-align: middle;
    }

    .sidebar-left {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .sidebar-right {
        width: 100%;
        float: none;
    }

    .logo {
        font-size: 18px;
    }

    .main-nav {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
        padding: 0;
    }

    .pruduct-right {
        width: 100%;
        margin-top: 15px;
    }

    .product-inner {
        margin-top: 15px;
    }

    .btn-filter {
        margin-bottom: 25px;
    }

    .block-info {
        display: none;
    }

    .footer {
        margin-top: 30px;
    }

    .showhide-filter.visible {
        display: block !important;
    }

    .btn-filter.open {
        background-color: #777;
        border-color: #777;
    }

    .shop_list .shop-pane .js_shop,
    .footer-row,
    .popular-cat-row {
        margin-left: 7px;
        margin-right: 7px;
        width: -moz-calc(33.33333% - 14px);
        width: -webkit-calc(33.33333% - 14px);
        width: calc(33.33333% - 14px);
    }

    .shop_cat_link {
        width: -moz-calc(50% - 14px);
        width: -webkit-calc(50% - 14px);
        width: calc(50% - 14px);
    }

    .invoice-d__grid_section_total .mh_block_summa {
        margin-bottom: 15px;
    }

    .catfil-btn_item {
        width: 100%;
    }

    .invoice-d__grid_section_products .grid-d__cell_type_amount {
        width: 140px;
    }

    .invoice-d__grid_section_products .grid-d__rows_type_head {
        display: none;
    }

    .invoice-d__grid_section_products .grid-d__cell_type_price {
        display: none;
    }

    a.js_shop_img.shop-item-image {
        display: block !important;
    }
}

@media (max-width: 576px) {
    .rwspisok .js_shop .shop-photo {
        width: 40%;
    }

    .rwspisok .js_shop .caption {
        width: 60%;
        vertical-align: middle;
        padding-right: 0;
    }

    /* .shops-title {
        overflow: hidden;
        height: 70px;
    } */
    .form-body .form-body-row {
        width: 100%;
    }

    .one_click_buttonid {
        margin-top: 5px;
        width: 100%;
        margin-left: 0;
    }

    .btn-buys2 {
        flex: auto;
    }

    .shop_category_img,
    .shop_categorylist_img {
        display: none;
    }

    .clauses_list .block,
    .clauses_block_rel .clauses {
        width: -moz-calc(50% - 30px);
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }

    .clauses_list .paginator {
        width: 100%;
    }

    .shop_list .shop-pane .js_shop,
    .footer-row,
    .popular-cat-row {
        margin-left: 7px;
        margin-right: 7px;
        width: -moz-calc(50% - 14px);
        width: -webkit-calc(50% - 14px);
        width: calc(50% - 14px);
    }

    .catshop-item {
        margin-left: 7px;
        margin-right: 7px;
        width: -moz-calc(100% - 14px);
        width: -webkit-calc(100% - 14px);
        width: calc(100% - 14px);
    }

    .grid-d__rows_type_products .grid-d__row {
        flex-wrap: wrap;
    }

    .invoice-d__grid_section_products .grid-d__cell_type_impresses {
        width: 35%;
    }

    .invoice-d__grid_section_products .grid-d__cell_type_amount {
        width: 35%;
    }

    .invoice-d__grid_section_products .grid-d__cell_type_details {
        flex: auto;
    }

    .invoice-d__grid_section_products .grid-d__cell_type_sum {
        width: 25%;
        text-align: left;
    }

    .invoice-d__grid_section_products .grid-d__cell_type_remove {
        flex: auto;
    }

    .invoice-d__grid_section_deliveries
        .grid-d__rows:not(.grid-d__rows_type_head)
        .grid-d__row,
    .invoice-d__grid_section_additions .grid-d__row {
        width: 100%;
    }

    .fa-phone {
        border: 2px solid #8aa314;
        padding: 5px;
        border-radius: 50%;
    }

    .panel-clauses .clauses-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 400px) {
    .rwspisok .flex-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rwspisok .flex-1 {
        margin-right: 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .rwspisok .btn-buys {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 0;
    }

    .btn-buys {
        width: 100%;
        margin-top: 5px;
    }

    .c-border .shop-item-price .price {
        font-size: 17px;
    }

    .shops-title a {
        font-size: 14px;
    }

    .price-old s {
        font-size: 13px;
    }

    .js_shop .shop_article {
        position: inherit;
        top: inherit;
        background: inherit;
        padding: inherit;
        border-radius: inherit;
    }

    .shop_list .shop-pane .js_shop {
        margin-left: 7px;
        margin-right: 7px;
        width: -moz-calc(50% - 14px);
        width: -webkit-calc(50% - 14px);
        width: calc(50% - 14px);
    }

    .footer-row {
        width: 100%;
    }

    .payments .payment {
        width: 100%;
    }

    .news.block {
        display: block;
    }

    .news_list h4,
    .news_block_rel h4 {
        margin-top: 10px;
    }

    .news_list .block-row-img,
    .news_block_rel .news_img {
        width: 100%;
        display: block;
    }

    .news_list .block-text,
    .news_block_rel .block-text {
        width: 100%;
        display: block;
    }

    .invoice-d__grid_section_products .grid-d__cell_type_price {
        display: none;
    }
}

@media (min-width: 400px) {
    .flex-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 2%;
    }

    .btn-buys {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .catshop .shop_cat_img {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin-right: 1%;
    }

    .catshop .block_header.fpcat-title {
        display: inline-block;
        vertical-align: top;
        width: 69%;
    }
}

@media (min-width: 576px) {
    .block-flex {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .rwspisok .shop_anons.hidden {
        display: block !important;
    }

    .rwspisok .shop-rows-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .rwspisok .block-descr {
        width: 78%;
    }

    .rwspisok .block-buy_form {
        width: 22%;
    }
}

@media (min-width: 769px) {
    .section-left {
        width: 78%;
    }

    .section-right {
        width: 20%;
        margin-left: 2%;
    }

    .sticky-content.fixed .header-block .items {
        padding: 9px 10px;
    }

    .produc-img-descr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .js_shop_id .produc-img {
        width: 35%;
        margin-right: 2%;
    }

    .product-inner {
        width: 35%;
        margin-right: 2%;
    }

    .produc-descr {
        width: 26%;
    }

    .shop_id_block-info {
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .tabbable-line {
        width: 100%;
    }

    .showhide-filter {
        display: block !important;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .form-body .form-body-row:nth-child(1),
    .form-body .form-body-row:nth-child(2),
    .form-body .form-body-row:nth-child(3) {
        width: -moz-calc(33.33333% - 14px);
        width: -webkit-calc(33.33333% - 14px);
        width: calc(33.33333% - 14px);
        margin-left: 7px;
        margin-right: 7px;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
    }

    .cart_bl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -7px;
        margin-right: -7px;
    }

    .cart_bl-row {
        width: 100%;
        margin-left: 7px;
        margin-right: 7px;
        max-width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 90%;
    }

    .search-blocks {
        width: 22%;
    }
}

/*END MEDIA STYLE*/

/* user style */
.footer-phone a {
    color: #333 !important;
}

#productid-slider .owl-dots {
    counter-reset: slides-num;
    /* Initialize counter. */
    text-align: center;
    margin-top: 2px;
}

#productid-slider .owl-dots:after {
    content: counter(slides-num);
    /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

#productid-slider .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    /* Increment counter */
}

#productid-slider .owl-dot span {
    display: none;
}

#productid-slider .owl-dot.active:before {
    content: counter(slides-num) " /";
    /* Use the same counter to get current item. */
    display: inline-block;
    vertical-align: middle;
}

.block-productid-mob {
    display: none;
}

.shop_all_img_van .shop-item-image {
    display: none;
}

@media (max-width: 576px) {
    .content h1.mt0 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .block-productid-mob {
        display: block !important;
        position: relative;
    }

    .block-productid-pc {
        display: none;
    }

    .block-shopid {
        display: none;
    }
}

.clauses_counter {
    display: block;
    width: 100%;
}

.grid-d__cell_type_sum_1 .price-d,
.grid-d__cell_type_sum_2 .price-d,
.grid-d__cell_type_sum_4 .price-d {
    font-size: 0;
}

.grid-d__cell_type_sum_1 .price-d__value span,
.grid-d__cell_type_sum_2 .price-d__value span,
.grid-d__cell_type_sum_4 .price-d__value span {
    font-size: 16px;
}

#filternsv .filternsv-search {
    border: 1px solid #f2f2f2;
}

.js-search-form-parent.use-icon.flex_align_center.flex-start {
    position: relative;
}

.js_search_result {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 14%);
    z-index: 7;
}

.js_search_result .shop-pane .js_shop .shop-photo,
.js_search_result .shop_article,
.js_search_result .shop_brand,
.js_search_result .news_list,
.js_search_result .shop_text,
.js_search_result .shop_form.ajax {
    display: none;
}

.js_search_result .shop_list .shop-pane .js_shop {
    width: 100%;
    margin-bottom: 0px;
}

.js_search_result .shop_list .c-border {
    border: 0;
    padding: 0;
}

.js_search_result .search_list.mb15.mt15 {
    margin-bottom: 0;
    margin-top: 0;
}

.js_search_result .faq_list {
    display: none;
}

.js_search_result .block-d_clauses {
    display: none;
}

.js_search_result .block-d_news_item_search {
    display: none;
}

.js_search_result .search_name {
    margin-bottom: 10px;
}

.js_search_result .search_text {
    display: none;
}

.js_search_result .paginator_more {
    margin-top: 5px;
    margin-bottom: 15px;
}

.js_search_result.active {
    padding: 10px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.js_search_result .paginator a,
.js_search_result .paginator span {
    display: none;
}

.js_search_result .paginator .next {
    display: block;
}

.js_search_result .paginator .next:before {
    content: "Посмотреть все...";
    font-size: 14px;
}

.form-body img {
    display: none;
}

i.fab.fa-facebook {
    background: #385898;
}

i.fab.fa-odnoklassniki-square {
    background: #ee8208;
}

i.fab.fa-vk {
    background: #2787f5;
}

i.fab.fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.socblock {
    display: flex;
    align-items: center;
    gap: 2px;
}

.maxlogo {
    background-image: url(../img/maxlogo.svg);
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    display: block;
}

.rd-cookie {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 9999;

    font-size: 14px;
}

.rd-cookie[hidden] {
    display: none;
}

.rd-cookie__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;

    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.rd-cookie__text {
    margin: 0 0 14px;

    color: #555;
    font-size: 14px;
    line-height: 1.45;
}

.rd-cookie__link {
    color: #222;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.rd-cookie__link:hover {
    color: #000;
}

.rd-cookie__button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 46px;
    padding: 10px 16px;

    border: 0;
    border-radius: 7px;

    background: #202020;
    color: #fff;

    font: inherit;
    font-size: 14px;
    line-height: 1.2;

    cursor: pointer;
}

.rd-cookie__button:hover {
    background: #000;
}

.rd-cookie__button:focus-visible {
    outline: 2px solid #000;
    outline-offset: 3px;
}

@media (min-width: 768px) {
    .rd-cookie {
        right: 24px;
        bottom: 24px;
        left: auto;

        width: 440px;
    }

    .rd-cookie__inner {
        padding: 20px;
    }

    .rd-cookie__text {
        margin-bottom: 16px;
    }
}
