@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100% !important;
    overflow-y: scroll;
}

@-webkit-keyframes flash{0%{opacity:.4}to{opacity:1}}@keyframes flash{0%{opacity:.4}to{opacity:1}}

body {
    font-family: 'Roboto', sans-serif !important;
    background: #f7f7f7;
    color: #151717;
    font-size: 14px;
    line-height: 1.4;
}

a, a:visited {
    transition: all 0.3s ease;
    color:#337ab7;
    text-decoration: none;
}

a:hover {
    color: #ffac00;
}

b, strong {
    font-weight: 500;
}
.hummerplus .wrap {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    z-index: 1;
    min-width: 320px
}
.hummerplus .container {
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
}
.hummerplus h1 {
    font-size: 25px;
    color: #151717;
    font-weight: 500;
    margin: 15px 0 45px 0;
}
.hummerplus .category-name {
    font-weight: 600;
}
.hummerplus .count_h1 {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    padding-left: 12px;
}
.hummerplus .text__grid {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap
}
.hummerplus .text__grid>div {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.9% * 1/2 - 25px);
}
.hummerplus .text__grid>div:nth-child(1n) {
    margin-right: 50px;
    margin-left: 0;
}
.hummerplus .text__grid>div:last-child {
    margin-right: 0;
}
.hummerplus .text__grid>div:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
}
.hummerplus main.maincontent .container {
    padding-top: 30px;
    background: #f7f7f7;
}
.hummerplus .sh-header {
    background: #fff;
    min-height: 233px;
}
.hummerplus .sh-header .container:before, .hummerplus .sh-header .container:after {
    display: none;
}
.hummerplus .sh-header .container-row {
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 270px 1fr;
        grid-template-columns: 270px 1fr;
    grid-column-gap: 30px;
    padding-bottom: 25px;
}
.hummerplus .sh-header .container-row .search {
    float: none;
    padding: 0;
    margin: 0;
}
.hummerplus .sh-header .container-row .b-search {
    margin: 0;
}
.hummerplus .sh-header .container-md {
    padding-top: 26px;
    padding-bottom: 26px;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.hummerplus .sh-header .row {
    padding: 26px 0 25px 0;
}
.hummerplus .sh-header .logo a {
    display: block;
    position: relative;
    height: 59px;
    padding: 2px 0 0 85px;
}
.hummerplus .sh-header .logo a img {
    display: block;
    margin-bottom: 7px;
}
.hummerplus .sh-header .logo a span {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
}
.hummerplus .sh-header .logo a span br {
    display: none;
}
.hummerplus .sh-header .logo a:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/logo-before.svg) no-repeat;
    background-size: contain;
    border-radius: 5px;
}
.hummerplus .sh-header .b-cart {
    min-width: 250px;
    padding-top: 9px;
}
.hummerplus .sh-header .b-cart__summary {
    background: none !important;
    position: relative;
    padding: 0 0 0 59px;
    min-height: 41px;
}
.b-cart__summary:hover span.cart-count, .b-cart__summary:hover .cart-total {
    color: #f38700 !important;
}
.hummerplus .sh-header .b-cart__summary__icon {
    width: 41px;
    height: 41px;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 5px;
}
.hummerplus .sh-header .b-cart__summary__icon i {
    position: absolute;
    left: -8px;
    bottom: -8px;
    background: #fdca38;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #151717;
    font-weight: 500;
    font-style: normal;
}
.hummerplus .sh-header .b-cart__summary__icon:before {
    content: '';
    background-color: #f2f2f2;
    background-image: url(../img/cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    width: 41px;
    height: 41px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-position-y: 40%;
}
.hummerplus .sh-header .b-cart__summary__title {
    display: block;
    color: #151717;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 4px;
}
.hummerplus .sh-header .b-cart__summary__frame {
    font-size: 14px;
    display: block;
    line-height: 1.2;
    color: #666;
}
.hummerplus .sh-header .b-cart__summary__frame .cart-total {
    color: #151717;
    font-weight: normal;
}
.hummerplus .sh-header .b-cart__summary:hover {
    background: none !important;
}
.hummerplus .sh-header .b-phone, .hummerplus .sh-header .b-clock {
    position: relative;
    padding: 0 8px 0 60px;
    margin-top: 9px;
}
.hummerplus .sh-header .b-clock:before {
    background-image: url(../img/clock.svg);
}
.hummerplus .sh-header .b-phone:before {
    background-image: url(../img/phone.svg);
}
.hummerplus .sh-header .b-clock:hover:before, .hummerplus .sh-header .b-phone:hover:before {
    background-color: #fdca38;
}
.hummerplus .sh-header .b-phone:before, .hummerplus .sh-header .b-clock:before {
    content: '';
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
    width: 41px;
    height: 41px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.hummerplus .sh-header .b-phone__num,  .b-phone__num a{
    font-size: 16px;
    font-weight: 500;
    color: #151717;
}
.hummerplus .sh-header .b-phone__work {
    font-size: 14px;
    color: #666;
    position: relative;
}
.hummerplus .sh-header .b-phone__work__popup {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 20px;
    font-size: 13px;
    color: #151717;
    line-height: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .10);
    z-index: 5;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    width: 180px;
    /* width: 265px; */
}
.hummerplus .sh-header .b-phone__work__popup p {
    margin: 0;
    padding: 0;
}
.hummerplus .sh-header .b-phone__work__popup p span {
    color: #666;
    font-weight: 500;
}
.hummerplus .sh-header .b-phone__work>span {
    cursor: pointer;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.hummerplus .sh-header .b-phone__work>span:after {
    content: '';
    width: 4px;
    height: 6px;
    background: url(../img/arwWork.svg) no-repeat center;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    margin-left: 5px;
}
.hummerplus .sh-header .b-phone__work>span:hover:after {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
}
.hummerplus .sh-header .b-phone__work>span:hover+.b-phone__work__popup {
    opacity: 1;
    visibility: visible;
}
.hummerplus .sh-header .b-phone__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 41px;
    height: 41px;
    display: none;
    z-index: 5;
}
.hummerplus .sh-header .b-price {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 9px;
}
.hummerplus .sh-header .b-price a {
    position: relative;
    padding-left: 38px;
}
.hummerplus .sh-header .b-price a span {
    font-size: 15px;
    color: #151717;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}
.hummerplus .sh-header .b-price a span i {
    font-style: normal;
}
.hummerplus .sh-header .b-price a em {
    display: block;
    font-style: normal;
    font-size: 13px;
    color: #666;
    font-weight: normal;
}
.hummerplus .sh-header .b-price a:hover span {
    border-bottom: 1px solid #fdca38;
}
.hummerplus .sh-header .b-price a:before {
    content: '';
    background-color: #fdca38;
    background-image: url(../img/arw.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.hummerplus .sh-header .b-phone__num {
    line-height: 35px;
}
.hummerplus .sh-header-fix.fixed {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
	border-bottom: 1px #d4d4d4 solid;
}
.hummerplus .sh-header-fix.fixed .logo {
    opacity: 0;
}
.hummerplus .sh-header-fix.fixed .b-cart {
    margin-top: -4px !important;
    min-width: 256px;
    z-index: 1;
}
.hummerplus .sh-header-fix.fixed .b-price, .hummerplus .sh-header-fix.fixed .b-clock {
    display: none;
}
.hummerplus .sh-header-fix.fixed .b-phone {
    display: none;
}
.hummerplus .sh-header-fix.fixed .container-row {
    padding: 10px 15px !important;
    margin-top: -90px !important;
}
.hummerplus .sh-header-fix.fixed .container-row .b-search {
    margin-right: 286px;
}
.hummerplus .sh-header-fix.fixed .container-row .b-search .searchpro__field .searchpro__field-button-container {
    height: 50px !important;
}
.hummerplus .sh-header-fix.fixed .container-row .b-menuCatalog__title {
    height: 41px !important;
}
.hummerplus .sh-header-fix.fixed .container-row .b-menuCatalog__title .b-menuCatalog__titleBtn {
    height: 41px;
    padding: 0 7px;
}
.hummerplus .sh-header-fix.fixed .container-row .b-search .searchpro__field .searchpro__field-input-container {
    margin-right: 40px !important;
}
.hummerplus .sh-header-fix.fixed .container-row .b-search .searchpro__field .searchpro__field-container {
    height: 41px;
}
.hummerplus .sh-header-fix.fixed .container-row .b-search .searchpro__field .searchpro__field-button-container {
    height: 41px !important;
    width: 41px !important;
}
.hummerplus .sh-header-fix.fixed .container-row .b-search .searchpro__field .searchpro__field-button-container .searchpro__field-button_svg {
    width: 41px !important;
}
.hummerplus .sh-header-fix.fixed .b-menuCatalog__list {
    top: 41px;
}
.hummerplus .sh-header-fix.fixed .b-catalog>ul>li>.flyout {
    top: 0;
    min-height: 507px;
}
.hummerplus .sh-header-fix.fixed .b-catalog>ul>li>.flyout>ul {
    max-height: 507px;
}
.hummerplus .sh-header-fix.fixed .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild, .hummerplus .sh-header-fix.fixed .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible>.wrapChild {
    min-height: 507px;
    height: auto;
}
.hummerplus .sh-footer {
    background: #151717;
    padding-top: 40px;
    padding-bottom: 50px;
}
.hummerplus .sh-footer__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 50%;
        grid-template-columns: 1fr 1fr 50%;
}
.hummerplus .sh-footer__coll h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 25px 0;
    padding: 0;
}
.hummerplus .sh-footer__menu {
    margin: 0;
}
.hummerplus .sh-footer__menu li {
    margin: 0 0 16px 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}
.hummerplus .sh-footer__menu li a {
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
}
.hummerplus .sh-footer__menu li a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, .7) !important;
}
.hummerplus .sh-footer__menu li:last-child {
    margin-bottom: 0;
}
.hummerplus .sh-footer__menu_cat {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
}
.hummerplus .sh-homeTop {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 270px 1fr;
        grid-template-columns: 270px 1fr;
    grid-column-gap: 30px;
    margin-bottom: 30px;
}
.hummerplus .sh-homeTop .bullets {
    background: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
}
.hummerplus .sh-homeTop .bullets .bullet {
    border-left: 1px solid #f0f0f0;
    position: relative;
    padding-left: 94px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hummerplus .sh-homeTop .bullets .bullet h4 {
    font-size: 16px;
    line-height: 20px;
    color: #151717;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.hummerplus .sh-homeTop .bullets .bullet h4 span {
    position: absolute;
    left: 22px;
    top: 28px;
}
.hummerplus .sh-homeTop .bullets .bullet h4 span.b-shipping {
    width: 51px;
    height: 49px;
    background: url(../img/b-shipping.svg) no-repeat;
    background-size: contain;
}
.hummerplus .sh-homeTop .bullets .bullet h4 span.b-payment {
    width: 50px;
    height: 49px;
    background: url(../img/b-payment.svg) no-repeat;
    background-size: contain;
}
.hummerplus .sh-homeTop .bullets .bullet h4 span.b-location {
    width: 36px;
    height: 56px;
    background: url(../img/b-location.svg) no-repeat;
    background-size: contain;
}
.hummerplus .sh-homeTop .bullets .bullet p {
    font-size: 13px;
    line-height: 19px;
    color: #666;
    margin: 0;
    padding: 0;
}
.hummerplus .sh-homeTop .bullets .bullet:first-child {
    border-left: 0;
}
.hummerplus .sh-brand {
    padding: 0 53px;
}
.hummerplus .sh-brand .owl-nav button {
    width: 54px;
    height: 114px;
    background: #fff;
    position: absolute;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    top: 0;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.hummerplus .sh-brand .owl-nav button span {
    font-size: 0;
    width: 10px;
    height: 29px;
}
.hummerplus .sh-brand .owl-nav button.owl-prev {
    left: 0;
    border-right: 1px solid #f0f0f0;
}
.hummerplus .sh-brand .owl-nav button.owl-prev span {
    background: url(../img/arw-prev.svg) no-repeat;
    background-size: contain;
}
.hummerplus .sh-brand .owl-nav button.owl-next {
    right: 0;
    border-left: 1px solid #f0f0f0;
}
.hummerplus .sh-brand .owl-nav button.owl-next span {
    background: url(../img/arw-next.svg) no-repeat;
    background-size: contain;
}
.hummerplus .sh-brand__item {
    background: #fff;
    height: 114px;
    border-left: 1px solid #f0f0f0;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.hummerplus .sh-brand__item img {
    max-width: 160px;
}
.hummerplus .sh-categoryPage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 210px 1fr;
        grid-template-columns: 210px 1fr;
    grid-template-areas: 'colLeft colRight';
    grid-gap: 30px;
}
.hummerplus .sh-categoryPage .col-left {
    grid-area: colLeft;
}
.hummerplus .sh-categoryPage .col-right {
    grid-area: colRight;
}
.hummerplus .sh-categoryPage .col-categoryBlack {
    grid-area: catBlack;
    /* background: #151717;
    color: #fff; */
    background: #fff;
    color: #151717;
    padding: 20px 14px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.hummerplus .sh-categoryPage .col-categoryBlack li {
    margin-bottom: 10px;
}
.hummerplus .sh-categoryPage .col-categoryBlack li:last-child {
    margin-bottom: 0;
}
.hummerplus .sh-categoryPage .col-categoryBlack a {
    color: #151717;
    /* color: #fff; */
    font-size: 14px;
}
.hummerplus .sh-categoryPage .col-category {
    grid-area: colCat;
    margin-bottom: 0px;
}
.hummerplus .sh-categoryPage .col-filter {
    grid-area: filter;
}
.hummerplus .sh-categoryPage .col-filter .filters {
    width: 210px;
    margin: 0 0 30px 0;
    padding: 0;
    float: none;
    background: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.hummerplus .sh-categoryPage .col-filter .filters .filter-param {
    border-top: 1px solid #f0f0f0;
    padding: 10px 20px;
    margin: 0;
}
.hummerplus .sh-categoryPage .col-filter .filters .filter-param h2 {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin: 0;
    padding: 15px 0px;
    position: relative;
    cursor: pointer;
}
.hummerplus .sh-categoryPage .col-filter .filters .filter-param h2:after {
    content: '';
    width: 8px;
    height: 4px;
    background: url(../img/arw-down.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 20px;
}
.hummerplus .sh-categoryPage .col-filter .filters .filter-param h2.filter-title_open:after {
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
}
.hummerplus .sh-categoryPage .col-filter .filters .filter-param .filter-hide {
    display: none;
    padding: 0 0px 10px 0;
}
.hummerplus .sh-categoryPage .col-filter .filters .filter-param .filter-hide_open {
    display: block;
}
.hummerplus .sh-categoryPage .col-filter .filters .filter-param:first-child {
    border-top: 0;
}
.hummerplus .sh-categoryPage .col-filter .filters .btn_filter {
    height: 64px;
    display: block;
    width: 100%;
    background: #fdca38;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    color: #151717;
    box-shadow: none;
}
.hummerplus .sh-categoryPage .col-content {
    grid-area: content;
}
.hummerplus .sh-categoryPageSub {
    grid-template-areas: 'colLeft colCat'
                        'colLeft colRight';
}
.hummerplus .sh-productDetail {
    padding-top: 40px;
}
.hummerplus .sh-productDetail .product-info {
    margin: 0;
    background: none;
}
.hummerplus .sh-productDetail__rowUp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    margin-bottom: 50px;
}
.hummerplus .sh-productDetail__rowUp h1 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 23px;
    font-weight: 500;
    color: #151717;
}
.hummerplus .sh-productDetail__rowDown_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 210px;
        grid-template-columns: 1fr 210px;
    grid-column-gap: 7px;
}
.hummerplus .sh-productDetail__image .product-gallery {
    margin: 0;
    padding: 0;
    position: relative;
}
.hummerplus .sh-productDetail__image .product-gallery>.image {
    display: block;
    background: #fff;
    border-radius: 10px;
}
.hummerplus .sh-productDetail__image .product-gallery>.image a {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 470px;
}
.hummerplus .sh-productDetail__image .product-gallery>.more-images {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}
.hummerplus .sh-productDetail__image .product-gallery>.more-images .image {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    border: 0 !important;
}
.hummerplus .sh-productDetail__image .product-gallery>.more-images .image a {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    background: #fff;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(106, 106, 106, .05);
    outline: none !important;
}
.hummerplus .sh-productDetail__image .product-gallery>.more-images .image a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #fdca38;
    z-index: 5;
    opacity: 0;
    content: '';
    background: none;
    transition: all 0.3s ease;
}
.hummerplus .sh-productDetail__image .product-gallery>.more-images .image.selected a:before {
    opacity: 1;
}
.hummerplus .sh-productDetail__image .product-gallery>.more-images button.slick-arrow {
    width: 78px;
    height: 35px;
    border: 0;
    border-radius: 0;
    background: #fdca38;
    box-shadow: none;
    text-shadow: none;
    position: absolute;
    left: 0;
    transition: all .3s ease;
    font-size: 0;
    line-height: 0;
}
.hummerplus .sh-productDetail__image .product-gallery>.more-images button.slick-arrow:hover {
    background: #fdda79;
}
.hummerplus .sh-productDetail__image .product-gallery>.more-images button.slick-arrow:before {
    content: '';
    background: url(../img/arw-down.svg) no-repeat;
    background-size: contain;
    width: 13px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
.hummerplus .sh-productDetail__image .product-gallery>.more-images button.slick-arrow.slick-prev {
    top: -38px;
}
.hummerplus .sh-productDetail__image .product-gallery>.more-images button.slick-arrow.slick-prev:before {
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
}
.hummerplus .sh-productDetail__image .product-gallery>.more-images button.slick-arrow.slick-next {
    bottom: -28px;
}
.hummerplus .sh-productDetail__image .product-gallery>.more-images button.slick-arrow.slick-disabled {
    opacity: 0;
}
.hummerplus .sh-productDetail__image .product-gallery>.more-images+.image {
    margin-left: 100px;
}

/* .hummerplus .sh-productDetail__info .productArticle {
    font-size: 15px;
    line-height: 1.4;
} */

.product-brand {
    border-radius: 5px;
    margin: 0 0 5px;
    width: 125px;
}
.hummerplus .sh-productDetail__info .productArticle__label {
    color: #666;
}
.hummerplus .sh-productDetail__info .productArticle__text {
    color: #151717;
}
.hummerplus .sh-productDetail__info .productRating__title {
    color: #151717;
    display: block;
    text-align: right;
    margin-top: 5px;
}
.hummerplus .sh-productDetail__info .productQuantity {
    margin-right: 20px;
}
.add2cart .AddCartClick {
    position: relative;
}
.add2cart .AddCartClick .adding2cart.icon24 {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.hummerplus .sh-productDetail__info .productQuantity .qty {
    margin: 0;
    display: block !important;
    position: relative;
}
.hummerplus .sh-productDetail__info .productQuantity .qty i {
    position: absolute;
    top: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.hummerplus .sh-productDetail__info .productQuantity .qty-minus {
    background: url(../img/qty-minus.svg) no-repeat center;
    background-size: 28%;
    left: 0;
}
.hummerplus .sh-productDetail__info .productQuantity .qty-plus {
    background: url(../img/qty-plus.svg) no-repeat center;
    background-size: 28%;
    right: 0;
}
.hummerplus .sh-productDetail__info .productQuantity input {
    width: 142px;
    height: 48px;
    background: #fff;
    display: block;
    border: 0;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #151717;
    padding: 0;
    margin: 0;
}
.hummerplus .sh-productDetail__info .productAddCart {
    margin: 0;
    padding: 0;
    width: 150px;
    height: 48px;
    border: 0;
    border-radius: 0;
    background: #fdca38;
    box-shadow: none;
    font-size: 16px;
    color: #151717;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 5px;
}
.hummerplus .sh-productDetail__info .productAddCart:before {
    content: '';
    background-image: url(../img/cart.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 43px;
    margin-right: 10px;
    background-position-y: 40%;
}
.hummerplus .sh-productDetail__info .productAddCart:hover:before {
    background-image: url(../img/cart-add.svg);
}
.hummerplus .sh-productDetail__info .productAddCart:active:before {
    background-image: url(../img/cart-added.svg);
}
.hummerplus .sh-productDetail__info .productAddCart:active {
    transform: scale(.97);
    -webkit-transform: scale(.97);
    transition: all .12s ease-out;
    background: #fdda79;
}
.hummerplus .sh-productDetail__info .productDelivery {
    font-size: 15px;
    line-height: 1.4;
    color: #151717;
    margin-top: 50px;
}
.hummerplus .sh-productDetail__info .productDelivery p {
    position: relative;
    padding-left: 55px;
    margin-bottom: 13px;
}
.hummerplus .sh-productDetail__info .productDelivery p span {
    color: #666;
}
.hummerplus .sh-productDetail__info .productDelivery p i {
    position: absolute;
    left: 16px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
.hummerplus .sh-productDetail__info .productDelivery p a {
    color: #151717;
    border-bottom: 1px solid rgba(213, 214, 214, 1);
    transition: all 0.3s ease;
    text-decoration: none;
}
.hummerplus .sh-productDetail__info .productDelivery p a:hover {
    border-bottom: 1px solid rgba(213, 214, 214, 0);
}
.hummerplus .sh-productDetail__info .productDelivery p:last-child {
    margin-bottom: 0;
}
.hummerplus .sh-productDetail__info .productDelivery .icon-delivery-1 {
    width: 23px;
    height: 16px;
    background: url(../img/icon-delivery-1.svg) no-repeat center;
    background-size: contain;
}
.hummerplus .sh-productDetail__info .productDelivery .icon-delivery-2 {
    width: 23px;
    height: 23px;
    background: url(../img/icon-delivery-2.svg) no-repeat center;
    background-size: contain;
}
.hummerplus .sh-productDetail__info .productPrice {
    margin-bottom: 25px;
}
.price_bonus {
    font-size: 13px;
    line-height: 17px;
    color: #666;
}
.hummerplus .sh-productDetail__info .productPrice p {
    margin: 0;
    line-height: 1.4;
}
.hummerplus .sh-productDetail__info .productPrice__title {
    color: #666;
    font-size: 15px;
}
.hummerplus .sh-productDetail__info .productPrice__compare {
    color: #151717;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.hummerplus .sh-productDetail__info .productPrice__compare:before {
    content: '';
    position: absolute;
    left: -2px;
    right: -1px;
    top: 50%;
    height: 2px;
    background: rgb(255 2 0 / 70%);
    margin-top: -1px;
    transform: skew(8deg, 8deg);
}
.hummerplus .sh-productDetail__info .productPrice__comparePercent {
    color: #ec0000;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    font-size: 14px;
}
.hummerplus .sh-productDetail__info .productPrice__comparePercent_rub {
    margin-left: 0px;
}
.hummerplus .sh-productDetail__info .productPrice__price {
    font-size: 28px;
    font-weight: 500;
}
.hummerplus .sh-productDetail__info .add2cart__frame {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
}
.product-requset {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}
.product-requset_btn:hover {
    border: 1px solid #000;
}
.product-requset_btn {
    width: 150px;
    height: 44px;
    line-height: 42px;
    font-size: 14px;
    color: #151515 !important;
    text-align: center;
    border: 1px solid #828282;
    margin-left: 5px;
    border-radius: 5px;
}
.product-requset_text {
    width: 158px;
    font-size: 12px;
    color: #1b1b1b;
    line-height: 1.3;
}
.hummerplus .sh-productDetail__info .purchase {
    margin: 0 0 0 0;
}
.hummerplus .sh-productDetail__info .options .inline-select {
    font-size: 0;
}
.hummerplus .sh-productDetail__info .options .inline-select a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    color: #151717;
    font-weight: 400;
    box-shadow: 0px 10px 30px 0px rgba(106, 106, 106, .05);
    margin-right: 20px;
    margin-bottom: 15px;
    text-shadow: none;
}
.hummerplus .sh-productDetail__info .options .inline-select a.selected {
    background: #fdca38;
}
.hummerplus .sh-productDetail__info__row {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 0;
}
.hummerplus .sh-productDetail__desc {
    background: #fff;
}
.hummerplus .sh-productDetail__desc .productNav {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    background: #f7f7f7;
}
.hummerplus .sh-productDetail__desc .productNav li {
    font-size: 14px;
    margin: 0;
    margin-right: 30px;
}
.hummerplus .sh-productDetail__desc .productNav li a {
    display: block;
    padding: 0 38px;
    background: #e6e6e6;
    color: #151717;
    line-height: 44px;
    height: 45px;
	border-top: 2px solid rgb(230 230 230 / 0%);
}
.hummerplus .sh-productDetail__desc .productNav li a:hover {
	border-top: 2px solid rgb(253, 202, 56);
}
.hummerplus .sh-productDetail__desc .productNav li a span {
    color: #151717;
}
.hummerplus .sh-productDetail__desc .productNav li.selected a {
    background: #fff;
    border-top: 2px solid rgb(253, 202, 56);
}
.hummerplus .sh-productDetail__desc .productDescription {
    background: #fff;
    padding: 30px;
    font-size: 15px;
    color: #151717;
    font-weight: 400;
}
.hummerplus .sh-productDetail__desc .productDescription p, .c-block__content_productDescription p {
    line-height: 1.6;
    margin-bottom: 20px;
}
.hummerplus .sh-productDetail__desc .productDescription h2, .certificates h2{
    font-size: 17px;
    line-height: 1.4;
    color: #151717;
    margin: 25px 0 10px 0;
    font-weight: 500;
}
.hummerplus .sh-productDetail__desc .productDescription ul, .c-block__content_productDescription ul {
    margin-bottom: 20px;
}
.hummerplus .sh-productDetail__desc .productDescription ul li, .c-block__content_productDescription ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
.hummerplus .sh-productDetail__desc .productDescription ul li:last-child, .c-block__content_productDescription li:last-child{
    margin-bottom: 0;
}
.hummerplus .sh-productDetail__desc .productDescription ul li:before, .c-block__content_productDescription ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #fdca38;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.hummerplus .sh-productDetail__desc .productDescription ul#user-auth-provider li:before {
    display: none;
}
.hummerplus .sh-productDetail__desc .productDescription table, .c-block__content_productDescription table {
    margin-bottom: 20px;
    border-spacing: 0 !important;
    width: auto !important;
    border: 0 !important;
}
.c-block__content_productDescription table {
    width: 100% !important;
}
.hummerplus .sh-productDetail__desc .productDescription table tr td, .c-block__content_productDescription table tr td {
    font-size: 14px;
    line-height: 1.4;
    color: #151717;
    border: 0;
    padding: 9px 18px;
}
.c-block__content_productDescription table tr td {
    border: 1px solid rgba(0,0,0,0.1);
}
.hummerplus .sh-productDetail__desc .productDescription table tr td:last-child, .c-block__content_productDescription table tr td:last-child {
    padding-right: 74px;
    padding-left: 100px;
}
.hummerplus .sh-productDetail__desc .productDescription table tr:nth-child(2n+1) td, .c-block__content_productDescription table tr:nth-child(2n+1) td {
    background: #f7f7f7;
}
.hummerplus .sh-productDetail__desc .productDescription table.features tr td {
    background: none;
    padding: 0 0 10px 0;
}
.hummerplus .sh-productDetail__desc .productDescription table.features tr td span {
    display: block;
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
}
.hummerplus .sh-productDetail__desc .productDescription table.features tr td span i {
    font-style: normal;
    background: #fff;
    position: relative;
    padding-right: 7px;
    color: #666;
}
.hummerplus .sh-productDetail__desc .productDescription table.features tr td span:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 4px;
    right: 0;
    background: url(../img/paint.png) repeat-x 0 0;
}
.hummerplus .sh-productDetail__desc .productDescription table.features tr td:first-child span {
    padding-right: 50px;
}
.hummerplus .sh-productDetail__desc .productDescription table.features tr td:last-child {
    padding-left: 18px;
}
.inform-manufacturer {
    color: gray;
    font-size: 12px;
	font-style: italic;
}
.inform-sales-product {
    font-size: 14px;
	padding-top: 60px;
    font-style: italic;
}
.hummerplus .sh-productDetail__related .related {
    border: 0;
    padding: 0;
    margin: 0;
}
.hummerplus .sh-productDetail__related .related h3{
    font-size: 16px;
    color: #151717;
    margin: 0;
    padding: 15px 0 8px 0;
    line-height: 22px;
}
.sh-productDetail__upselling .upselling h3, .sh-productDetail__recent_products .recent_products h3 {
    font-size: 17px;
    padding: 30px 0 10px 0;
}
.hummerplus .sh-productDetail__related .related .product-list li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 99.9%;
    margin-top: 6px;
    /* display: none; */
    margin-bottom: 0;
}
.hummerplus .sh-productDetail__related .related .product-list li:nth-child(1n) {
    margin-right: 0;
    margin-left: auto;
}
.hummerplus .sh-productDetail__related .related .product-list li:last-child {
    margin-right: 0;
}
.hummerplus .sh-productDetail__related .related .product-list li:first-child {
    margin-top: 0;
}

/* .hummerplus .sh-productDetail__related .related .product-list li:nth-child(1), .hummerplus .sh-productDetail__related .related .product-list li:nth-child(2), .hummerplus .sh-productDetail__related .related .product-list li:nth-child(3) {
    display: block;
} */

.hummerplus .b-barTop {
    border-bottom: 1px solid #ddd;
}

/* .hummerplus .b-barTop {
    background: #151717;
} */

.hummerplus .b-barTop .container {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 41px;
    -ms-flex-align: center;
        align-items: center;
}
.hummerplus .b-barTop .container:before, .hummerplus .b-barTop .container:after {
    display: none;
}
.hummerplus .b-barTop__menu {
    margin: 0;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
}
.hummerplus .b-barTop__menu li {
    list-style: none;
    margin: 0 35px 0 0;
    font-size: 14px;
}
.call-back-button {
    font-weight: 500;
    color: #151717;
}
.hummerplus .b-barTop__menu li a {
    color: #151717;
}
.hummerplus .b-barTop__menu li a:hover {
    color: #898989;
}
/* .hummerplus .b-barTop__menu li a {
    color: #abb1b1;
}
.hummerplus .b-barTop__menu li a:hover {
    color: #fff;
} */

.hummerplus .b-barTop__menu li:last-child {
    margin-right: 0;
}
.hummerplus .b-barTop__auth li a {
    font-size: 14px;
    color: #151717;
    padding: 0 30px 0 0;
}
.hummerplus .b-barTop__auth li a:hover {
    color: #898989;
}
.hummerplus .b-barTop__auth li:last-child a {
    padding-right: 0;
}
.hummerplus .b-search {
    margin-bottom: 30px;
}
.hummerplus .icon_svg_topbar {
    background-size: 16px 16px;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 3px;
    vertical-align: text-top;
}
.hummerplus .b-search .search-wrapper {
    float: none;
    display: -ms-grid;
    display: grid;
    height: 56px;
    padding: 0;
    border-radius: 0;
    -ms-grid-columns: 1fr 56px;
        grid-template-columns: 1fr 56px;
}
.hummerplus .b-search .search-wrapper input[type=search] {
    height: 56px;
    line-height: 56px;
    padding: 0 30px;
    background: #e6e6e6;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    width: auto;
    border: 0;
    margin: 0;
}
.hummerplus .b-search .search-wrapper button {
    height: 56px;
    width: 56px;
    background-color: #fdca38;
    background-image: url(../img/btn-search.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
}
.hummerplus .b-slider .bx-viewport {
    height: 374px !important;
}
.hummerplus .b-slider .s-slider-section .s-slider-block {
    height: 374px !important;
}
.hummerplus .b-slider .s-slide-block {
    text-align: left;
    padding: 60px 78px !important;
    width: 60%;
}
.hummerplus .b-slider .s-slide-block .s-header {
    font-size: 35px;
    font-weight: bold;
    color: #151717 !important;
    line-height: 50px;
    text-shadow: none;
    text-overflow: initial !important;
    white-space: normal !important;
    margin-bottom: 30px !important;
}
.hummerplus .b-slider .s-slide-block .s-header:after {
    width: 71px;
    height: 5px;
    background: #fff;
    content: '';
    display: block;
    margin-top: 25px;
}
.hummerplus .b-slider .s-slide-block .s-description {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    color: #151717 !important;
    line-height: 30px !important;
    text-shadow: none !important;
}
.hummerplus .b-menuCatalog {
    position: relative;
}
.hummerplus .b-menuCatalog__title {
    height: 56px;
    background: #fdca38;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    font-size: 16px;
    color: #151717;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 500;
    cursor: pointer;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    border-radius: 5px;
}
.hummerplus .b-menuCatalog__title .menuBtn span {
    background: #000;
}
.hummerplus .b-menuCatalog__titleBtn {
    display: none;
    height: 56px;
    padding: 0 13px;
    -ms-flex-align: center;
        align-items: center;
}
.hummerplus .b-menuCatalog__title:before {
    content: '';
    width: 17px;
    height: 16px;
    background: url(../img/menu.svg) no-repeat center;
    background-position: center;
    background-size: contain;
    margin-right: 16px;
}
.hummerplus .b-menuCatalog__list {
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.hummerplus .b-menuCatalog__list .b-catalog {
    width: 270px;
    display: block !important;
}
.hummerplus .b-catalog .openChild {
    display: none;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 31px;
    height: 31px;
    z-index: 30;
    background: #fdca38;
}
.hummerplus .b-catalog .openChild:before {
    content: '';
    width: 8px;
    height: 10px;
    background: url(../img/arw-collapsible.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
.hummerplus .b-catalog>ul {
    background: #151717;
    margin: 0;
    padding: 0;
    position: relative;
}
.hummerplus .b-catalog>ul>li {
    min-height: 39px;
    border-bottom: 1px solid #2e3232;
    background: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.hummerplus .b-catalog>ul>li>a {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 38px;
    padding: 0 0 0 52px;
    position: relative;
}
.hummerplus .b-catalog>ul>li>a>img {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 20px;
    height: auto;
    max-height: 21px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
.hummerplus .b-catalog>ul>li.collapsible>a {
    position: relative;
}
.hummerplus .b-catalog>ul>li.collapsible>a:before {
    content: '';
    width: 4px;
    height: 6px;
    background: url(../img/arw-collapsible.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
}
.hummerplus .b-catalog>ul>li>.flyout {
    position: absolute;
    left: 270px;
    top: -56px;
    min-height: 563px;
    width: 300px;
    background: #282b2b;
    display: none;
    z-index: 10;
}
.hummerplus .b-catalog>ul>li>.flyout>ul {
    display: block;
    width: 300px;
    max-height: 563px;
    overflow-y: auto;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li {
    margin: 0;
    padding: 0;
    border: 0;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li>a {
    padding: 10px 30px;
    margin: 0;
    display: block;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.4;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible {
    background: none;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>a {
    position: relative;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>a:before {
    content: '';
    width: 4px;
    height: 6px;
    background: url(../img/arw-collapsible.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild {
    display: none;
    background: #fdca38;
    position: absolute;
    left: 300px;
    top: 0;
    width: 300px;
    min-height: 563px;
    padding: 20px 0;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild h5 {
    font-size: 18px;
    color: #151717;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 15px 0;
    padding: 0 30px;
    font-family: 'Roboto' !important;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul {
    margin: 0;
    padding: 0;
    display: block;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li {
    padding: 0 0px;
    margin: 0 0 0px 0;
    border: 0 !important;
    font-size: 13px;
    line-height: 1.4;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li>a {
    display: block;
    padding: 10px 30px;
    color: #151717;
    border: 0 !important;
    text-decoration: none;
    transition: all 0.3s ease;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li>a:hover {
    border-bottom: 1px solid #151717;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible {
    background: none !important;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible>a {
    position: relative;
    display: block;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible>a:before {
    content: '';
    width: 4px;
    height: 6px;
    background: url(../img/arw-collapsible.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible>.wrapChild {
    display: none;
    position: absolute;
    left: 300px;
    top: 0px;
    width: 300px;
    height: 563px;
    border-left: 1px solid #eebd30;
    padding: 20px 0;
    background: #fdd66c;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible>.wrapChild h5 {
    display: block;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible>.wrapChild>ul {
    margin: 0;
    padding: 0;
    display: block;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible>.wrapChild>ul > li {
    border: 0;
    font-size: 13px;
    line-height: 1.4;
    padding: 10px 30px;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible>.wrapChild>ul > li > a {
    padding: 0;
    display: inline;
    color: #151717;
    border: 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(223, 175, 38, 0);
    transition: all 0.3s ease;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible>.wrapChild>ul > li > a:hover {
    border-bottom: 1px solid #151717;
}
.hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible:hover>.wrapChild ul, .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible.hover>.wrapChild ul {
    display: block;
}
.hummerplus .b-productList {
    min-width: 100%;
}
.hummerplus .b-productList h2 {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 500;
    color: #151717;
    margin: 0 0 38px 0;
    padding: 0;
}
.productItem span.rating {
    position: absolute;
    right: 5px;
    top: 3px;
}
.hummerplus .b-productList .product-list-carousel {
    display: block;
}
.hummerplus .b-productList .product-list-carousel .productItem {
    background: #ffffff;
    width: auto;
    margin: 0;
    padding: 20px;
    position: relative;
    border-radius: 5px;
}
.hummerplus .b-productList .product-list-carousel .productItem a {
    display: block;
}
.hummerplus .b-productList .product-list-carousel .productItem a .image {
    padding: 0;
    margin: 0;
    height: 190px;
    vertical-align: middle;
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.badge-wrapper_block {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 175px;
}
.badge-wrapper_block img {
    max-height: 175px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.hummerplus .b-productList .product-list-carousel .productItem a h5 {
    font-size: 14px;
    font-weight: 400;
    color: #151717;
    line-height: 21px;
    margin: 0;
    padding: 0;
    height: 126px;
    overflow: hidden;
}
.hummerplus .b-productList .product-list-carousel .productItem .offerRow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
}
.hummerplus .b-productList .product-list-carousel .productItem .pricing {
    margin: 0;
    padding: 0;
}
.hummerplus .b-productList .product-list-carousel .productItem .pricing .pricingLabel {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 5px;
}
.hummerplus .b-productList .product-list-carousel .productItem .pricing .pricingLabel .compare-at-price {
    font-size: 14px;
    color: #151717;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
}
.hummerplus .b-productList .product-list-carousel .productItem .pricing .pricingLabel .compare-at-price:before {
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    background: rgba(255, 72, 72, .4);
    margin-top: -1px;
    height: 2px;
}
.hummerplus .b-productList .product-list-carousel .productItem .pricing .price {
    font-weight: 500;
    font-size: 18px;
    color: #151717;
    line-height: 1.2;
}
.hummerplus .b-productList .product-list-carousel .productItem .offers {
    margin: 0;
    padding: 0;
}
.hummerplus .b-productList .product-list-carousel .productItem .offers .addtocart {
    margin: 0;
    padding: 0;
}
.hummerplus .b-productList .product-list-carousel .productItem .btnCartAdd {
    font-size: 0;
    width: 43px;
    height: 43px;
    background-color: #fdca38;
    background-image: url(../img/cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border-radius: 13%;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background-position-y: 40%;
}
.hummerplus .b-productList .product-list-carousel .productItem .btnCartAdd:hover {
    background-image: url(../img/cart-add.svg);
}
.hummerplus .b-productList .product-list-carousel .productItem .btnCartAdd:active {
    transform: scale(.92);
    -webkit-transform: scale(.92);
    transition: all .12s ease-out;
    background-color: #fdda79;
    background-image: url(../img/cart-added.svg);
}
.hummerplus .b-productList .product-list-carousel .productItem .comparePercent {
    position: absolute;
    left: 0;
    top: 0;
    background: #fdca38;
    width: 50px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}
.hummerplus .product-list-carousel .owl-nav, .hummerplus .product-list-detail-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -73px;
}
.hummerplus .product-list-carousel .owl-nav button, .hummerplus .product-list-detail-carousel .owl-nav button {
    width: 43px;
    height: 43px;
    background: #fff;
    border-radius: 0;
    border: 0;
    margin-left: 1px;
    box-shadow: 0px 10px 30px 0px rgba(106, 106, 106, .05);
}
.hummerplus .product-list-carousel .owl-nav button.disabled span, .hummerplus .product-list-detail-carousel .owl-nav button.disabled span {
    background-color: #e6e6e6;
}
.hummerplus .product-list-carousel .owl-nav button span, .hummerplus .product-list-detail-carousel .owl-nav button span {
    position: relative;
    z-index: 5;
    background-color: #fff;
    width: 43px;
    height: 43px;
    display: block;
    font-size: 0;
}
.hummerplus .product-list-carousel .owl-nav button.owl-prev span, .hummerplus .product-list-detail-carousel .owl-nav button.owl-prev span {
    background-image: url(../img/arw-prev-1.svg);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: center;
}
.hummerplus .product-list-carousel .owl-nav button.owl-next span, .hummerplus .product-list-detail-carousel .owl-nav button.owl-next span {
    background-image: url(../img/arw-next-1.svg);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: center;
}
.hummerplus .b-productList_sale {
    padding-bottom: 20px;
}
.hummerplus .b-menuTop .menuBtn {
    display: none;
}
.hummerplus .s-content_home {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 210px 1fr;
        grid-template-columns: 210px 1fr;
    grid-column-gap: 30px;
    margin-top: 60px;
    padding-bottom: 75px;
}
.hummerplus .s-content__frame {
    min-width: 100%;
}
.hummerplus .h-social {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}
.hummerplus .h-social a {
    margin-left: 17px;
}
.hummerplus .h-social a i {
    width: 30px;
    height: 30px;
    display: block;
}
.hummerplus .h-social a i.facebook {
    background: url(../img/soc-fb.svg) no-repeat;
    background-size: contain;
}
.hummerplus .h-social a i.twitter {
    background: url(../img/soc-tw.svg) no-repeat;
    background-size: contain;
}
.hummerplus .h-social a i.vk {
    background: url(../img/soc-vk.svg) no-repeat;
    background-size: contain;
}
.hummerplus .h-social a i.instagram {
    background: url(../img/soc-in.svg) no-repeat;
    background-size: contain;
}
.hummerplus .h-social a i.youtube {
    background: url(../img/soc-yt.svg) no-repeat;
    background-size: contain;
}
.hummerplus .h-social a:first-child {
    margin-left: 0;
}
.hummerplus .h-copyr {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 25px;
}
.hummerplus .h-copyr a {
    text-transform: none !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
}
.hummerplus .h-copyr a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, .7) !important;
}
.hummerplus .h-contact {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px;
}
.hummerplus .h-contact a {
    color: #fdca38 !important;
    border-bottom: 1px solid rgba(253, 202, 56, 0) !important;
    text-decoration: none !important;
}
.hummerplus .h-contact a:hover {
    border-bottom: 1px solid rgba(253, 202, 56, .7) !important;
}
.hummerplus .h-homeWelcome {
    background: #fff;
    padding: 60px 0;
}
.hummerplus .h-homeWelcome__desc {
    position: relative;
    padding: 0 0 0 140px;
    min-height: 104px;
    font-size: 16px;
    color: #151717;
    line-height: 30px;
}
.hummerplus .h-homeWelcome__desc:before {
    content: '';
    width: 104px;
    height: 104px;
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../img/logo-before.svg) no-repeat;
    background-size: contain;
}
.hummerplus .h-news {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.hummerplus .h-news h3 {
    font-size: 18px;
    color: #151717;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.hummerplus .h-news__item {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 -20px;
    padding: 20px;
    padding-top: 28px;
}
.hummerplus .h-news__item__image {
    margin-bottom: 10px;
}
.hummerplus .h-news__item__image a img {
    display: block;
    border-radius: 5px;
}
.hummerplus .h-news__item__date {
    color: #666;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
}
.hummerplus .h-news__item__title {
    font-size: 15px !important;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.hummerplus .h-news__item__title a {
    color: #151717;
}
.hummerplus .h-news__item__title a:hover, .hummerplus .h-news__item:hover > .h-news__item__title a{
    color: #505050;
}
.hummerplus .h-news__item__desc {
    font-size: 14px;
    color: #151717;
    font-weight: normal;
    line-height: 19px;
}
.hummerplus .h-news__all {
    font-size: 15px;
    text-align: center;
    padding-top: 16px;
}
.hummerplus .h-news__all a {
    color: #151717;
    border-bottom: 1px solid rgba(21, 23, 23, 0);
    transition: all 0.3s ease;
}
.hummerplus .h-news__all a:hover {
    border-bottom: 1px solid rgba(21, 23, 23, .7);
}
.hummerplus .h-breadcrumbs ul {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
}
.hummerplus .h-breadcrumbs ul li {
    font-size: 13px;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.hummerplus .h-breadcrumbs ul li a {
    color: #151717;
    border-bottom: 1px solid rgba(21, 23, 23, 0);
    transition: all 0.3s ease;
}
.hummerplus .h-breadcrumbs ul li a:hover {
    border-bottom: 1px solid rgba(21, 23, 23, .7);
}
.hummerplus .h-breadcrumbs ul li:after {
    content: '';
    width: 4px;
    height: 6px;
    background: url(../img/arw-right.svg) no-repeat;
    background-size: contain;
    margin: 0 12px;
}
.hummerplus .h-subLinks {
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}
.hummerplus .h-subLinks li {
    margin: 0;
    padding: 0;
    box-shadow: 0px 10px 30px 0px rgba(106, 106, 106, .05);
}
.hummerplus .h-subLinks li a {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    font-size: 14px;
    color: #151717;
    line-height: 17px;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 5;
    /* border-bottom: 2px solid #fff; */
    height: 80px;
    padding: 0 10px 0 15px;
    border-radius: 5px;
}
.hummerplus .h-subLinks li a img {
    max-width: 60px;
    max-height: 60px;
	width: auto;
    height: auto;
}

/* .hummerplus .h-subLinks li a:hover {
    border-bottom: 2px solid rgb(253, 202, 56);
    color: #ffac00;
} */

.hummerplus .h-subLinks li a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;

        /* opacity: 1;
        -webkit-animation: flash 1.5s;
        animation: flash 1.5s; */
}
.hummerplus .h-panelSort {
    height: 47px;
    background: #fff;
    margin-bottom: 30px;
    display: -ms-grid;
    display: grid;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 20px 0 20px;
    -ms-grid-columns: 1fr auto auto;
        grid-template-columns: 1fr auto auto;
    border-radius: 5px;
}

ul.sorting span {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.h-panelSort__сount {display: none;}
ul.sorting-category {display: none;}
.hummerplus .h-panelSort .product_view {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.hummerplus .h-panelSort .product_view span {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.hummerplus .h-panelSort .product_view .v-category-toolbar__types {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.hummerplus .h-panelSort .product_view .v-category-toolbar__types a {
    width: 26px;
    height: 26px;
    margin-left: 8px;
    padding: 6px;
    background: #fff;
    border-radius: 2px;
}
.hummerplus .h-panelSort .product_view .v-category-toolbar__types a._active {
    background: #fdca37;
}
.hummerplus .h-panelSort__сount {
    font-size: 14px;
    color: #151717;
}
.hummerplus .h-saleBlock {
    margin-bottom: 30px;
    border-radius: 5px;
}
.h-saleBlock:hover img {
	opacity: 1;
    -webkit-animation: flash 1.3s;
    animation: flash 1.3s;
}
.hummerplus .h-saleBlock__image img {
    display: block;
}
.hummerplus .h-saleBlock__desc {
    background: #fdca38;
    padding: 15px 15px 20px 20px;
    display: block;
}
.hummerplus .h-saleBlock__desc strong {
    font-size: 20px;
    font-weight: 500;
    color: #151717;
    display: block;
    line-height: 26px;
    margin-bottom: 5px;
}
.hummerplus .h-saleBlock__desc span {
    font-size: 14px;
    color: #151717;
    line-height: 1.4;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: normal;
        align-items: normal;
}
.hummerplus .h-saleBlock__desc span i {
    height: 22px;
    background: #e61c1c;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    margin-left: 10px;
    border-radius: 3px;
    padding: 0 4px;
}
.hummerplus .h-subscribe {
    background: #fff;
    padding: 20px;
}
.hummerplus .h-subscribe__desc {
    margin-bottom: 20px;
}
.hummerplus .h-subscribe__desc p {
    margin: 0;
    line-height: 22px;
    font-size: 15px;
    color: #151717;
}
.hummerplus .h-subscribe__desc p strong {
    font-weight: 500;
}
.hummerplus .h-subscribe__line {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 41px;
        grid-template-columns: 1fr 41px;
    padding-bottom: 4px;
}
.hummerplus .h-subscribe__inp {
    width: auto;
    height: 41px;
    padding: 0 5px 0 15px;
    margin: 0;
    background: #f2f2f2;
    border: 0;
    width: 100%;
    font-size: 13px;
    font-family: 'Roboto' !important;
    color: #666;
}
.hummerplus .h-subscribe__btn {
    width: 41px;
    display: block;
    height: 41px;
    border-radius: 0;
    background-color: #fdca38 !important;
    background-image: url(../img/email.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 38% !important;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    transition: all 0.3s ease;
}
.hummerplus .h-description {
    padding-top: 45px;
    /* padding-bottom: 35px; */
    font-size: 14px;
    color: #151717;
    line-height: 1.6;
}
.hummerplus .h-description p {
    padding: 5px 0;
}
.hummerplus .h-description h2 {
    font-size: 17px;
    margin: 15px 0 10px;
    font-weight: 500;
}
.hummerplus .h-description ul {
    list-style-type: disc;
}
.hummerplus .h-description ol  {
    list-style-type: decimal;
}
.hummerplus .h-description ul, ol  {
    padding: 5px 0 5px 15px;
}
.hummerplus ul.product-list {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin: 0;
    padding: 0;
}
.hummerplus ul.product-list li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.9% * 1/4 - 15px);
    background: #ffffff;
    margin: 0 0 20px 0;
    padding: 20px;
    transition: all .3s ease;
    border-radius: 5px;
	/* border: 1px solid #e2e2e2; */
}
#product_upselling ul.product-list li {
    width: 100%;
}
.p-thumbs-code {
    font-size: 11.5px;
    margin: -5px -5px 10px;
}
.p-thumbs-code p {
    display: inline-block;
}
.p-thumbs-code span {
    color:#666;
}
.brand-category-img {
    border-radius: 2px;
    height: 14px;
    float: right;
}
.brand-category-txt {
    float: right;
    color:#333;
}
.hummerplus ul.product-list li:hover {
    z-index: 1;
    /*
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    */
}

/* .hummerplus ul.product-list li:hover img {
    filter: opacity(0.8);
} */
.hummerplus ul.product-list li:nth-child(1n) {
    margin-right: 20px;
    margin-left: 0;
}
.hummerplus ul.product-list li:last-child {
    margin-right: 0;
}
.hummerplus ul.product-list li:nth-child(4n) {
    margin-right: 0;
    margin-left: auto;
}
@media (min-width: 1199px) {
    #recent_products ul.product-list li {
        width: calc(99.9% * 1/5 - 16px);
    }
    #recent_products ul.product-list li:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }
    #recent_products ul.product-list li:nth-child(4n) {
        margin-right: 20px;
        margin-left: 0;
    }
    #recent_products ul.product-list li:nth-child(5n) {
        margin-right: 0;
        margin-left: auto;
    }
    #recent_products ul.product-list li:nth-child(11n) {
        display: none;
    }
    #recent_products ul.product-list li:last-child {
        margin-right: 0;
    }
}
.hummerplus ul.product-list li a {
    display: block;
    color: #151717;
    text-decoration: none;
}
.hummerplus ul.product-list li a .image {
    padding: 0;
    margin: 0;
    min-height: 175px;
    vertical-align: middle;
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.hummerplus ul.product-list li a h5, .hummerplus ul.product-list li a div.title {
    font-size: 14px;
    font-weight: 400;
    color: #151717;
    line-height: 18px;
    margin: 10px 0 10px;
    min-height: 74px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* .hummerplus ul.product-list li a h5:hover, .hummerplus ul.product-list li a div.title {
    overflow: visible;
    -webkit-line-clamp: 10;
} */
.hummerplus ul.product-list li a:hover, .hummerplus ul.product-list li a:hover h5, .hummerplus div.productItem a:hover h5 span, .hummerplus ul.product-list li a:hover div.title, .hummerplus div.productItem a:hover div.title span {
    color: #616161;
    transition: 0s;
}
.hummerplus ul.product-list li .offerRow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
}
.hummerplus ul.product-list li .pricing {
    margin: 0;
    padding: 0;
    position: relative;
}
.hummerplus ul.product-list li .pricing .pricingLabel {
    font-size: 14px;
    color: #666;
    line-height: 1.2;
    margin-bottom: 5px;
}
.hummerplus ul.product-list li .pricing .pricingLabel .compare-at-price {
    font-size: 14px;
    color: #151717;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
}
.hummerplus ul.product-list li .pricing .pricingLabel .compare-at-price:before {
    content: '';
    left: -2px;
    right: -2px;
    top: 50%;
    position: absolute;
    background: rgb(255 2 0 / 70%);
    margin-top: -1px;
    height: 2px;
    transform: skew( 8deg, 8deg);
}
.hummerplus ul.product-list li .pricing .price {
    font-weight: 500;
    font-size: 18px;
    color: #ff5722;
    line-height: 1.2;
}
.hummerplus ul.product-list li .pricing .out-of-stock {
    padding: 5px 0;
}
.hummerplus ul.product-list li .btnCartAdd {
    font-size: 0;
    width: 43px;
    height: 43px;
    background-color: #fdca38;
    background-image: url(../img/cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border-radius: 13%;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background-position-y: 40%;
}
.hummerplus ul.product-list li .btnCartAdd:hover {
    background-image: url(../img/cart-add.svg);
}
.hummerplus ul.product-list li .btnCartAdd:active {
    transform: scale(.92);
    -webkit-transform: scale(.92);
    transition: all .12s ease-out;
    background-color: #fdda79;
    background-image: url(../img/cart-added.svg);
}
.hummerplus ul.product-list-extend li {
    -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
    width: calc(99.9% * 1/1 - 0px) !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 190px;
        grid-template-columns: 1fr 190px;
    grid-column-gap: 30px;
    margin: 0 0 7px 0;
}
.hummerplus ul.product-list-extend li:nth-child(1n) {
    margin-right: 0px !important;
    margin-left: 0 !important;
}
.hummerplus ul.product-list-extend li:last-child {
    margin-right: 0 !important;
}
.hummerplus ul.product-list-extend li:nth-child(1n) {
    margin-right: 0 !important;
    margin-left: auto !important;
}
.hummerplus ul.product-list-extend li .productLeft__title {
    /* display: block;
    min-height: 42px; */
    margin-bottom: 15px;
}
.hummerplus ul.product-list-extend li .productLeft__title h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    color: #151717;
    font-weight: 500;
	line-height: 1.4;
}
.hummerplus ul.product-list-extend li .productLeft__row {
    grid-column-gap: 30px !important;
}
.hummerplus ul.product-list-extend li .productLeft__row .image {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 135px;
    width: 135px;
    text-align: center;
}
.hummerplus ul.product-list-extend li .productLeft__row .image img {
    max-height: 135px;
    max-width: 135px;
}
.hummerplus ul.product-list-extend li .productLeft__row .productDesc .features {
    width: 100%;
    border: 0;
}
.hummerplus ul.product-list-extend li .productLeft__row .productDesc .features tr td {
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    line-height: 22px;
    padding: 4px 0;
    width: 50%;
}
.hummerplus ul.product-list-extend li .productLeft__row .productDesc .features tr td.name {
    color: #757575;
}
.hummerplus ul.product-list-extend li .productLeft__row .productDesc .features tr td.name span i {
    font-style: normal;
}
.hummerplus ul.product-list-extend li .productLeft__row .productDesc .features tr td.value {
    color: #151717;
}
.hummerplus ul.product-list-extend li .productLeft__row .productDesc .features tr:last-child td {
    border-bottom: 0;
}
.hummerplus ul.product-list-extend li .productRight {
    background: #f7f7f7;
    position: relative;
}
.hummerplus ul.product-list-extend li .productRight .rating {
    margin: 0;
    padding: 0 0 26px 0;
    display: block;
    background: #fff;
}
.hummerplus ul.product-list-extend li .productRight .offers .offerRow {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
}
.hummerplus ul.product-list-extend li .productRight .offers{
    padding: 25px;
}
.hummerplus ul.product-list-extend li .productRight .offers .offerRow .offerColl-addCart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.hummerplus ul.product-list-extend li .productRight .offers .offerRow .offerColl-addCart .btnCartAdd {
    font-size: 16px;
    color: #151717;
    font-weight: 500;
    width: 190px;
    height: 43px;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-image: none;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 50px;

    border-radius: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
.hummerplus ul.product-list-extend li .productRight .offers .offerRow .offerColl-addCart .btnCartAdd:before {
    content: '';
    width: 20px;
    height: 43px;
    background: url(../img/cart.svg) no-repeat center;
    background-size: contain;
    margin-right: 10px;
    background-position-y: 40%;
}
.hummerplus ul.product-list-extend li .productRight .offers .offerRow .offerColl-addCart .btnCartAdd:hover:before {
    background: url(../img/cart-add.svg) no-repeat center;
    background-position-y: 40%;
}
.hummerplus ul.product-list-extend li .productRight .offers .offerRow .offerColl-addCart .btnCartAdd:active:before {
    background: url(../img/cart-added.svg) no-repeat center;
    background-position-y: 40%;
}
.hummerplus ul.product-list-extend li .productRight .offers .offerRow .productQuantity {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 50px;
    background: none;
}
.hummerplus ul.product-list-extend li .productRight .offers .offerRow .productQuantity input {
    background: none;
    height: 43px;
    width: 50px;
}
.hummerplus ul.product-list-extend li .productRight .offers .offerRow .productQuantity .qty i {
    height: 21px;
    width: 15px;
    left: 40px;
    right: auto;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    font-style: normal;
}
.hummerplus ul.product-list-extend li .productRight .offers .offerRow .productQuantity .qty i.qty-minus {
    top: auto;
    bottom: 3px;
    background: none;
}
.hummerplus ul.product-list-extend li .productRight .offers .offerRow .productQuantity .qty i.qty-minus:before {
    content: '\25BE';
}
.hummerplus ul.product-list-extend li .productRight .offers .offerRow .productQuantity .qty i.qty-plus {
    bottom: auto;
    top: 3px;
    background: none;
}
.hummerplus ul.product-list-extend li .productRight .offers .offerRow .productQuantity .qty i.qty-plus:before {
    content: '\25B4';
}
.hummerplus ul.product-list-compact>li {
    -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
    width: calc(99.9% * 1/1 - 0px) !important;
    display: -ms-grid;
    display: grid;
    margin: 0 0 3px 0;
    -ms-grid-columns: auto 1fr auto;
        grid-template-columns: auto 1fr auto;
    grid-column-gap: 30px;
    -ms-flex-align: center;
        align-items: center;
}
.hummerplus ul.product-list-compact>li:nth-child(1n) {
    margin-right: 0px !important;
    margin-left: 0 !important;
}
.hummerplus ul.product-list-compact>li:last-child {
    margin-right: 0 !important;
}
.hummerplus ul.product-list-compact>li:nth-child(1n) {
    margin-right: 0 !important;
    margin-left: auto !important;
}
.hummerplus ul.product-list-compact>li .compact-image .image {
    width: 60px;
    height: 60px;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.hummerplus ul.product-list-compact>li .compact-image {
    text-align: center;
}
.hummerplus ul.product-list-compact>li .compact-image .image img {
    max-height: 60px;
    max-width: 60px;
}
.hummerplus ul.product-list-compact>li .compact-title h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
}
.hummerplus ul.product-list-compact>li .compact-title .rating {
    margin: 10px 0 0 0;
}
.hummerplus ul.product-list-compact>li .compact-offer .offerRow {
    -ms-grid-columns: auto 100px auto;
        grid-template-columns: auto 100px auto;
    grid-column-gap: 10px;
}
.hummerplus ul.product-list-compact>li .compact-offer .offerRow .productQuantity {
    background: #ffffff;
    width: 85px;
    margin-right: 0px;
}
.hummerplus ul.product-list-compact>li .compact-offer .offerRow .productQuantity .qty i {
    width: 35px;
}
.hummerplus ul.product-list-compact>li .compact-offer .offerRow .productQuantity input {
    background: #ffffff;
    width: 85px;
    font-size: 15px;
}
.hummerplus ul.product-list-compact>li .compact-offer .offerRow .btnCartAdd {
    width: auto;
    background-position: 20px center;
    background-size: 20px;
    border-radius: 0;
    padding: 0 20px 0 50px;
    font-size: 14px;
    font-weight: 500;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-position-y: 40%;
}
.hummerplus ul.product-list-compact>li .compact-offer .offerRow .out-of-stock {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: 135px;
    margin: 0;
    text-align: center;
    line-height: 43px;
}
.hummerplus .filter-slider {
    margin: 6px;
    background: #e6e6e6 !important;
    height: 3px;
}
.hummerplus .filter-slider .ui-slider-range {
    height: 3px !important;
    background: #fdca38 !important;
    top: 0 !important;
}
.hummerplus .filter-slider .ui-slider-handle {
    border: 0 !important;
    box-shadow: none !important;
    width: 14px !important;
    height: 14px !important;
    background: #fdca38 !important;
    top: -6px !important;
}
.hummerplus ul.menu-h li {
    font-size: 16px;
}
.hummerplus ul.menu-h li a {
    color: #151717;
    border: 1px solid rgb(0 0 0 / 0%);
}
.hummerplus ul.menu-h li.selected a {
    background: #fdca38;
    color: #151717;
}
.hummerplus ul.menu-h li a:hover {
    border: 1px solid #fdca38;
}
.hummerplus .menuCategoryBl {
    display: none;
}
.hummerplus .navCat {
    margin-top: 10px;
}
.hummerplus .navCatRoot {
    margin-left: 20px;
    font-weight: 600;
}
.hummerplus .navCat ul ul {
    display: none;
    padding-top: 10px;
}
.hummerplus .navCat li {
    position: relative;
    padding-left: 20px;
}
.hummerplus .navCat li a {
    transition: all 0.3s ease
}
.hummerplus .navCat li a:hover {
    color: #ffac00;
}
.hummerplus .navCat span.plus {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #151717;
    color: #151717;
    /* border: 1px solid rgba(255, 255, 255, .7);
    color: rgba(255, 255, 255, .7); */
    border-radius: 50%;
    font-size: 12px;
    line-height: 12px;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-family: 'Roboto' !important;
    cursor: pointer;
    transition: all 0.3s ease
}
.hummerplus .navCat span.plus:before {
    content: '+';
    transition: all 0.3s ease;
}

/* .hummerplus .navCat span.plus:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
} */

.hummerplus .navCat span.plus-active:before {
    content: '-';
}
.hummerplus a.lazyloading-load-more {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: #e6e6e6;
    font-size: 15px;
    color: #151717;
    font-weight: 400;
    text-decoration: none;
    margin-top: 0px;
}
.hummerplus .filters .slider {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-template-areas:
                        'slSlider'
                        'slInput';
}
.hummerplus .filters .slider .slider-input {
    grid-area: slInput;
    height: 37px;
    background: #f7f7f7;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
}
.hummerplus .filters .slider .slider-input input {
    font-size: 13px;
    color: #151717;
    line-height: 37px;
    border: 0;
    background: #f7f7f7;
    padding: 0
}
.hummerplus .filters .slider .slider-input input:first-child {
    width: 70px;
    padding: 0 13px 0 0;
}
.hummerplus .filters .slider .slider-input input:last-child {
    width: 66px;
    padding: 0 0 0 0;
    text-align: left;
}
.hummerplus .filters .slider .slider-input:before {
    content: '';
    width: 19px;
    height: 1px;
    background: #b4b8b8;
    position: absolute;
    left: 71px;
    top: 18px;
}
.hummerplus .filters .slider .filter-slider {
    grid-area: slSlider;
    margin-right: 8px;
}
.hummerplus .filters .slider .filter-slider a {
    outline: none !important;
}
.hummerplus .filters .filter-param .from-check {
    margin-bottom: 20px
}
.hummerplus .filters .filter-param .from-check:last-child {
    margin-bottom: 0;
}
.hummerplus input[type="checkbox"].input-check {
    position: absolute;
    clip: rect(0,0,0,0)
}
.hummerplus input[type="checkbox"].input-check + label {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 26px;
    min-height: 15px;
    line-height: 15px;
    cursor: pointer;
    font-size: 13px;
    color: #151717;
}
.hummerplus input[type="checkbox"].input-check + label:before, .hummerplus input[type="checkbox"].input-check + label:after {
    content: '';
    position: absolute;
    display: block;
    transition: all .3s ease;
}
.hummerplus input[type="checkbox"].input-check + label:before {
    content: '';
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 0;
    background: #e6e6e6;
    box-sizing: border-box;
}
.hummerplus input[type="checkbox"].input-check + label:after {
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    background-color: #fdca38;
    background-image: url(../img/check.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}
.hummerplus input[type="checkbox"].input-check:disabled + label {
    cursor: not-allowed;
}
.hummerplus input[type="checkbox"].input-check:checked + label:after {
    opacity: 1;
}
.hummerplus .js-category-ajax._loading {
    opacity: .7;
}
.hummerplus .link-back {
    margin: 0 0 10px 20px;
}
.hummerplus .link-back a {
    position: relative;
}
.hummerplus .link-back a:hover {
    /* text-decoration: underline; */
    color: #ffac00;
}
.hummerplus .link-back a:before {
    content: '';
    color: #fff;
    background: url(../img/left-arrow.svg) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -18px;
    top: 2px;
}
.hummerplus .productQuantity {
    width: 142px;
    background: #fff;
    margin-right: 30px;
}
.hummerplus .productQuantity .qty {
    margin: 0;
    display: block;
    position: relative;
}
.hummerplus .productQuantity .qty i {
    position: absolute;
    top: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.hummerplus .productQuantity .qty-minus {
    background: url(../img/qty-minus.svg) no-repeat center;
    background-size: 28%;
    left: 0;
}
.hummerplus .productQuantity .qty-plus {
    background: url(../img/qty-plus.svg) no-repeat center;
    background-size: 28%;
    right: 0;
}
.hummerplus .productQuantity input {
    width: 142px;
    height: 48px;
    background: #fff;
    display: block;
    border: 0;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #151717;
    padding: 0;
    margin: 0;
}
.link_compare {
    padding-left: 25px;
    font-size: 14px;
    font-weight: 300;
}
i.img_compare {
    background-image: url('../../../../shop/themes/hummerplus/img/svg_compare.svg');
    background-size: 15px 15px;
    display: inline-block;
    height: 15px;
    width: 15px;
    vertical-align: text-top;
    margin-right: 3px;
}
.hummerplus .lazyloading-paging-loader {
    margin-bottom: 20px;
}
.hummerplus .searchpro__field-input-container {
    margin-right: 60px;
}
.hummerplus .searchpro__field-input-container .searchpro__field-input {
    padding-right: 15px !important;
}
.hummerplus .searchpro__field-button-container {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 56px;
    height: 56px !important;
}

#button_up {
    background-color: #fdca38;
    color: #151717;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    top: 6px;
    right: 30px;
    transition: background-color .3s, opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button_up::after {
    content: "\25B2";
    font-size: 22px;
    line-height: 50px;
}

#button_up:hover {
    cursor: pointer;
    background-color: #333;
    color: #fff;
}

#button_up:active {
    background-color: #555;
}

#button_up.show {
    opacity: 1;
    visibility: visible;
}
.hummerplus .sh-productDetail__image .product-gallery>.image img {
    max-height: 450px;
}
.hummerplus .sh-productDetail__image .product-gallery>.image .img_550px {
    max-width: 550px;
}
.hummerplus .sh-productDetail__image .product-gallery>.image .img_450px {
    max-width: 450px;
}
.hummerplus .h-subLinks__grid {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 60px 1fr !important;
    grid-template-columns: 60px 1fr !important;
    grid-column-gap: 10px;
}

/* .count_subcategory {
	color: #151717;
    font-size: 13px;
    background: #fdca38;
    padding: 1px 3px;
    border-radius: 2px;
    font-family: sans-serif;
	margin-left: 1px;
    opacity: 0;
} */

.count_subcategory {
    color: #666;
    font-size: 12px;
    margin-top: 2px;
    display: block;
}
.hummerplus .h-subLinks li:hover .count_subcategory {
	opacity: 1;
}
.hummerplus .h-subLinks__grid img{
    margin: 0 !important
}
.hummerplus .productDescription ul.reviews-branch {
    margin: 0;
}
.hummerplus .productDescription ul.reviews-branch .username {
    font-size: 16px;
    text-transform: capitalize;
}
.hummerplus .productDescription ul.reviews-branch .group {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.hummerplus .productDescription ul.reviews-branch .heading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px
}
.hummerplus .productDescription ul.reviews-branch .date {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-left: 8px;
}
.hummerplus .productDescription ul.reviews-branch .from-review {
    background: rgb(236, 247, 236);
    color: rgb(60, 170, 60);
    display: inline-flex;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 8px;
    cursor: default;
    margin-left: auto;
}
.hummerplus .productDescription ul.reviews-branch p {
    font-size: 14px;
    margin-bottom: 15px
}
.hummerplus .productDescription ul.reviews-branch p:first-letter {
    text-transform: uppercase;
}
.hummerplus .productDescription ul.reviews-branch li {
    list-style: none;
    padding: 0
}
.hummerplus .productDescription ul.reviews-branch li:before{
    display: none
}
.reviews-count-text {
    font-size: 15px;
    font-weight: 500;
    background: rgb(236, 247, 236);
    padding: 15px;
    border-radius: 10px;
    line-height: 25px;
    text-transform: lowercase;
    text-align: center;
}
.hummerplus .product-list-extend .productLeft__row{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-column-gap: 20px
}
.menuBtn {
    width: 26px;
    height: 18px;
    position: relative;
    margin: 0;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}
.menuBtn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    /* background: #fff; */
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.menuBtn span:nth-child(1) {
    top: 0px;
}
.menuBtn span:nth-child(2), .menuBtn span:nth-child(3) {
    top: 8px;
}
.menuBtn span:nth-child(4) {
    top: 16px;
}
.menuBtn.active span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}
.menuBtn.active span:nth-child(2) {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.menuBtn.active span:nth-child(3) {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.menuBtn.active span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

#page h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
    margin: 10px 0;
    color: #151717;
}
.cart-summary-page { background-color: #fff; }
.wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > * {
    padding-right: 10px !important;
}
.wa-order-cart-wrapper .wa-products .wa-product .wa-product-body > .wa-column-image {
    width: 55px !important;
    vertical-align: middle;
}
.wa-order-cart-wrapper .wa-products .wa-product {
    padding: 13px 0 !important;
}

#product-description>div {
    display: none;
}
#product_related{display: block !important;}
.ut2-load-more-container {
	display: none;
    clear: both;
    padding-top: 40px;
}
.ut2-load-more-container .ut2-load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    max-width: 520px;
    background: #fbcd3a;
    /* border: 1px solid #bbbbbb; */
    color: #151717;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
    font-size: 15px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 7px;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
}
.ut2-load-more-container .ut2-load-more:hover {
    background: #f9d75e;
}
.ut2-load-more-container .ut2-load-more.ut2-load-more-loading i {
    -webkit-animation: loadicon 1.1s infinite linear;
    animation: loadicon 1.1s infinite linear;
}
.ut2-load-more-container .ut2-load-more.hidden {
    display: none !important;
}
.loader,
.loader:after {
    width: 8em;
    height: 8em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.loader {
    margin: 5px 10px 5px -10px;
    font-size: 3px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.5);
    border-right: 1.1em solid rgba(255, 255, 255, 0.5);
    border-left: 1.1em solid rgba(255, 255, 255, 0.5);
    border-bottom: 1.1em solid white;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    border-top-color: #fff;
    border-right-color: #fff;
    border-left-color: #fff;
    border-bottom-color: #000;
}
@-webkit-keyframes loadicon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes loadicon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loadicon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadicon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.c-product-thumb__image-buttons {
	opacity: 0;
	margin: auto 0;
	left: 0;
	bottom: 0;
}
.c-product-thumb__image-buttons {
	width: 100%;
    height: 31px;
    position: absolute;
    /* top: 15px;
    right: 15px; */
    right: 5px;
    bottom: 15px;
    text-align: right;
    transition: opacity 0.2s ease-in-out, transform 0.15s ease-in-out;
    z-index: 1;
}
.c-product-thumb__image-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff;
    border-radius: 5px;
    color: #828282;
    cursor: pointer;
    transition: color 0.1s ease-in-out;
    border: 1px solid #e2e2e2;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); */
	transform: scale(1) translateZ(0);
}
.c-product-thumb__image-button:hover {
    color: #333;
}
.product-list .image:hover .c-product-thumb__image-buttons{
	opacity: 1;
}
.c-product__quick-view{
	background: #fff url('../img/arrow_born.svg')no-repeat center;
}
.c-product__quick-view:hover{
	background: #fff url('../img/arrow_black.svg')no-repeat center;
}
.c-product__quick-view span{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.cart-help__border {
	padding: 20px;
	background: #fff;
}
.cart-help__header {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.cart-help__text {
	margin-bottom: 12px;
}
.cart-help__contacts p {
    font-size: 15px;
    font-weight: 500;
	margin-bottom: 6px;
}
.cart-help__tel {
    color: #000;
	text-decoration: none;
}
.sub-cat__image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.product-group-links, .product-group-photos, .product-group-colors {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.product-groups {
    position: relative;
    margin-bottom: 20px;
}
.product-group {
    margin-bottom: 5px;
}
.product-group__title {
    color: #666;
    margin-bottom: 10px;
    font-size: 15px;
}
.product-group__item {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: #151717;
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin: 0 10px 10px 0;
    text-decoration: none;
    overflow: hidden;
    border-radius: 3px;
}
.product-group__item.product-group-colors__item {
    font-size: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #e2e2e2;
}
.product-group__item--active.product-group-colors__item--active {
    border-color: #161818 !important;
}
.product-group__item.product-group-colors__item:hover {
    border: 2px solid #fdca38;
}
.breadcrumbs-plugin__item__label {
    color: #666;
}
.product-group__item.product-group-links__item {
    background: #ffffff;
    color: #151717;
    padding: 0 8px;
    border: 1px solid #e2e2e2;
    min-width: 35px;
}
.product-group__item.product-group-links__item:hover {
    color: #151717;
    border: 1px solid #fdca38;
}
.product-group__item--active.product-group-links__item--active {
    color: #151717;
    background: #fdca38;
    border: 1px solid rgb(226 226 226 / 0%);
}
.product-group-photos__image {
	width: 100%;
    border-radius: 5px;
    max-width: 60px;
    max-height: 60px;

}
.product-group__item.product-group-photos__item {
    border: 2px solid #e2e2e2;
    padding: 3px;
    background: #ffffff;
    width: 70px;
    height: 70px;
}
.product-group__item.product-group-photos__item:hover {
    border: 2px solid #fdca38;
}
.product-group__item--active.product-group-photos__item--active {
    border: 2px solid #fdca38;
}
.breadcrumbs-plugin__item_href {
    color: #636363;
}
.lb_footer a, .lb-developed-by {
    display: none !important;
}
.product-gallery-mobile {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    background-color: #fff;
    text-align: center;
}
.product-gallery-mobile img {
    max-height: 400px;
    padding: 15px 5px;
}
.swiper-pagination-bullet-active {
    background: #fdca38 !important;
}
#certificates .certificate {
	margin: 10px 0;
}
#certificates .one-file {
	vertical-align: top;
	display: inline-block;
	width: 110px;
	text-align: center;
}

#certificates .one-file img {
	width: 65px;
	padding-bottom: 8px;

}

#certificates .certificate.several-files .certificate-title {
	margin-bottom: 10px;
}

#dostavka, #analog {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
}
#analog {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}
#analog-big {
    border: 2px solid #fdca38;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #fff;
}
#analog:hover {
    border: 1px solid #fdca38;
    color: #151717;
}
#analog-big:hover  {
    background-color: #fdca38;
    color: #151717;
}
#dostavka span {
    color: #7d7d7d;
}

@media (max-width: 1199px) {

    #button_up.show {
        opacity: 0;
    }
    .hummerplus .sh-header .logo a {
        padding-left: 76px;
    }

    .hummerplus .sh-header .b-cart {
        min-width: auto;
    }

    .hummerplus .sh-header .b-cart__summary {
        padding-left: 52px;
    }

    .hummerplus .sh-header .b-phone {
        padding-left: 52px;
    }

    .hummerplus .sh-header .b-price a {
        padding-left: 28px;
    }

    .hummerplus .sh-header .b-price a span i {
        display: none;
    }

    .hummerplus .b-barTop__menu li {
        margin-right: 30px;
    }

    .hummerplus .b-slider .s-slide-block {
        padding: 40px !important;
        width: 70%;
    }

    .hummerplus .h-subLinks {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .c-product-thumb__image-buttons {
        display: none;
    }
}

@media (min-width: 992px) {
    /* main.maincontent {
        background: url(/wa-data/public/shop/themes/hummerplus/img/bg-image.jpg) no-repeat top center !important;
    } */

    .hummerplus .wrap-home .sh-header .container-row {
        display: none;
    }

    .hummerplus .sh-categoryPageSub .col-left {
        grid-row-end: none;
    }

    .hummerplus .sh-productDetail__rowUp {
        grid-template-areas: 'image title'
                            'image info';
    }

    .hummerplus .sh-productDetail__rowUp h1 {
        grid-area: title;
    }

    .hummerplus .sh-productDetail__image {
        grid-area: image;
        grid-row-end: none;
    }

    .hummerplus .sh-productDetail__info {
        grid-area: info;
    }

    .hummerplus .b-slider .bx-controls-direction {
        opacity: 0;
        transition: all 0.3s ease;
    }

    .hummerplus .b-slider:hover .bx-controls-direction {
        opacity: 1;
    }

    .hummerplus .b-catalog>ul>li:hover>a {
        background: #282b2b;
    }

    .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li>a:hover {
        background: #282b2b;
        color: #ffffff;
    }

    .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li:hover>a {
        background: #282b2b;
        color: #ffffff;
    }

    .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible:hover>.wrapChild, .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible.hover>.wrapChild {
        display: block;
    }

    .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible:hover>.wrapChild, .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible.hover>.wrapChild {
        display: block;
    }

    .hummerplus .b-catalog>ul>li>.flyout>ul>li:hover>a {
        background: #fdca38;
        color: #151717;
        position: relative;
        z-index: 25;
    }

    .hummerplus .b-catalog>ul>li:hover>.flyout, .hummerplus .b-catalog>ul>li.hover>.flyout {
        display: block;
    }
}

@media (max-width: 991px) {
    .h-panelSort__сount {display: block;}

    ul.sorting {display: none;}

    ul.sorting-category {display: block; margin-bottom: 30px; font-size: 14px;}

    .hummerplus .sh-header .container-row {
        grid-column-gap: 20px;
    }

    .hummerplus .sh-header .b-price, .hummerplus .sh-header .b-clock {
        display: none;
    }

    .hummerplus .sh-footer {
        padding-bottom: 40px;
    }

    .hummerplus .sh-footer__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .hummerplus .sh-footer__coll:nth-child(1) {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }

    .hummerplus .sh-footer__coll:nth-child(2), .hummerplus .sh-footer__coll:nth-child(3) {
        display: none;
    }

    .hummerplus .sh-homeTop {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .hummerplus .sh-homeTop>div:nth-child(1) {
        display: none;
    }

    .hummerplus .sh-homeTop .b-search {
        display: none;
    }

    .hummerplus .sh-categoryPage {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: 'colCat'
                        'colLeft'
                        'colRight';
        grid-gap: 20px;
    }

    .hummerplus .sh-categoryPage .col-categoryBlack {
        display: none;
    }

    .hummerplus .sh-categoryPage .col-filter .filters {
        width: 100%;
        margin-bottom: 0;
    }

    .hummerplus .sh-categoryPage .col-filter .filters .filter-param:first-child {
        border-top: 1px solid #f0f0f0;
    }
    .hummerplus .sh-categoryPage .col-filter .filters .filter-param .filter-checks {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 20px;
    }
    .hummerplus .sh-categoryPage .col-filter .filters .btn_filter {
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
    .hummerplus .sh-categoryPage .col-filter .filters .filters-form-wrapper {
        display: none;
    }
    .hummerplus .sh-categoryPage .col-filter .filters.is-shown .filters-form-wrapper {
        display: block;
    }
    .hummerplus .sh-categoryPage .col-filter .filters .filters-toggle-wrapper {
        display: block;
    }
    .hummerplus .sh-categoryPage .col-filter .filters .filters-toggle-link {
        display: block;
        height: 47px;
        line-height: 47px;
        text-align: center;
        color: #151717;
    }
    .hummerplus .sh-productDetail__rowUp {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-row-gap: 20px;
    }
    .hummerplus .sh-productDetail__rowDown_grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    .hummerplus .sh-productDetail__related .related .product-list li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1/3 - 13.333333333333332px);
        margin: 0;
    }
    .hummerplus .sh-productDetail__related .related .product-list li:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }
    .hummerplus .sh-productDetail__related .related .product-list li:last-child {
        margin-right: 0;
    }
    .hummerplus .sh-productDetail__related .related .product-list li:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
    .hummerplus .b-catalog {
        display: none;
    }
    .hummerplus .b-catalog .collapsible {
        position: relative;
    }

    .hummerplus .b-catalog .openChild {
        display: block;
    }
    .hummerplus .b-catalog>ul>li>.flyout {
        position: relative;
        left: auto;
        top: auto;
        min-height: auto;
        width: 100%;
        background: #2c2e2e;
    }
    .hummerplus .b-catalog>ul>li>.flyout>ul {
        max-height: none;
        width: 100%;
        overflow: visible;
    }
    .hummerplus .b-catalog>ul>li>.flyout>ul>li>a {
        padding-right: 40px;
    }
    .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild {
        left: auto;
        position: relative;
        width: 100%;
        top: auto;
        min-height: auto;
        padding: 0 !important;
        background: #444545;
    }
    .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild h5 {
        display: none;
    }
    .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li>a {
        color: #fff;
    }
    .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible>.wrapChild {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        border: 0;
        padding: 0;
        background: #5b5c5c;
    }
    .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible>.wrapChild>ul > li > a {
        color: rgba(255, 255, 255, .7);
        display: block;
        border: 0;
        padding: 0;
    }
    .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible>.wrapChild h5 {
        display: none;
    }
    .hummerplus .b-catalog>ul>li>.flyout>ul>li.collapsible>.wrapChild>ul>li.collapsible>.wrapChild>ul > li > a:hover {
        border: 0;
    }
    .hummerplus .b-menuTop .menuBtn {
        display: block;
    }
    .hummerplus .b-menuTop .b-barTop__menu {
        position: absolute;
        left: 0;
        top: 41px;
        width: 200px;
        display: block;
        background: #fbcd3a;
        /* background: #151717; */
        z-index: 5;
        padding: 20px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .hummerplus .b-menuTop .b-barTop__menu li {
        display: block;
        margin: 5px 0 0 0;
        padding: 0;
    }

    .hummerplus .b-menuTop .b-barTop__menu li:first-child {
        margin-top: 0;
    }

    .hummerplus .b-menuTop .b-barTop__menu.open {
        opacity: 1;
        visibility: visible;
    }
    .hummerplus .s-content_home {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .hummerplus .s-content_home .leftBar {
        display: none;
    }
    .hummerplus .h-homeWelcome {
        padding: 40px 0;
    }
    .hummerplus .h-saleBlock {
        display: none;
    }
    .hummerplus ul.product-list li, #recent_products ul.product-list li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1/3 - 13.333333333333332px);
    }
    .hummerplus ul.product-list li:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }
    .hummerplus ul.product-list li:last-child {
        margin-right: 0;
    }
    .hummerplus ul.product-list li:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
    .hummerplus .filters .slider .slider-input:before {
        left: 50%;
        margin-left: -9px;
    }
    .hummerplus #button_up {
        right: 15px;
    }
}

@media (min-width: 768px) {
    .product-gallery-mobile {display: none !important;}
    .product-gallery {display: block !important;}
    .hummerplus .sh-header-fix.fixed .container-md {
        padding-top: 7px;
    }
    .hummerplus .b-menuCatalog:hover .b-menuCatalog__list, .hummerplus .b-menuCatalog.hover .b-menuCatalog__list {
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }
}
@media (max-width: 768px) {
    .yandex-reviews iframe {
        width: 100% !important;
    }
    .hummerplus .b-productList .product-list-carousel .productItem a h5 {
        height: 60px;
    }
    .hummerplus .sh-header .logo a img {
        width: 185px;
    }
    .product-gallery {display: none !important;}
    .product-gallery-mobile {display: block !important;}
    #dostavka, #analog, .link_compare, .hummerplus .icon_svg_topbar {
        display: none;
    }
    .hummerplus .b-barTop__auth li a {
        padding: 0 25px 0 0;
    }
    .hummerplus ul.product-list-extend li .offers .out-of-stock {
        float: right;
    }

    .p-thumbs-code span {
        display: block;
    }

    .hummerplus body.scroll-no {
        overflow: hidden !important;
    }

    .hummerplus h1 {
        font-size: 20px;
        margin: 20px 0;
    }

    .hummerplus main.maincontent .container {
        padding-top: 20px;
    }

    .hummerplus .sh-header {
        min-height: 207px;
    }

    .hummerplus .sh-header .container-row {
        padding-bottom: 20px;
        grid-column-gap: 15px;
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
    }

    .hummerplus .sh-header .container-md {
        -ms-flex-align: center;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hummerplus .sh-header .logo {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .hummerplus .sh-header .logo a {
        padding-left: 60px;
        padding-top: 4px;
        height: 50px;
    }

    .hummerplus .sh-header .logo a:before {
        width: 50px;
        height: 50px;
    }
    .hummerplus .sh-header .logo a img {
        width: 124px;
        margin-bottom: 5px;
    }
    .hummerplus .sh-header .logo a span {
        font-size: 12px;
    }
    .hummerplus .sh-header .logo a span br {
        display: block;
    }
    .hummerplus .sh-header .b-cart {
        padding-top: 0;
    }
    .hummerplus .sh-header .b-cart__summary {
        padding-left: 41px;
    }
    .hummerplus .sh-header .b-cart__summary__title {
        display: none;
    }
    .hummerplus .sh-header .b-cart__summary__frame {
        display: none;
    }
    .hummerplus .sh-header .b-phone {
        padding-left: 41px;
        padding-right: 0;
        margin-right: 15px;
        margin-top: 0;
        min-height: 41px;
    }
    .hummerplus .sh-header .b-phone__num {
        display: none;
    }
    .hummerplus .sh-header .b-phone__work {
        display: none;
    }
    .hummerplus .sh-header .b-phone__icon {
        display: block;
    }
    .hummerplus .sh-header-fix.fixed .b-cart {
        min-width: auto;
        margin-top: -25px !important;
    }

    .hummerplus .sh-header-fix.fixed .container-row {
        padding: 10px 15px !important;
    }

    .hummerplus .sh-header-fix.fixed .container-row .b-search {
        margin-right: 60px;
    }
    .hummerplus .sh-homeTop {
        margin-bottom: 20px;
    }
    .hummerplus .sh-homeTop .bullets {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .hummerplus .sh-homeTop .bullets .bullet {
        border-left: 0;
        border-bottom: 1px solid #f0f0f0;
    }
    .hummerplus .sh-homeTop .bullets .bullet:last-child {
        border-bottom: 0;
    }
    .hummerplus .sh-categoryPage .col-filter .filters .filter-param .filter-checks {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .hummerplus .sh-productDetail {
        padding-top: 20px;
    }
    .hummerplus .sh-productDetail__rowUp h1 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .buy1click-button {
        margin-left: 0;
    }

    .hummerplus .sh-productDetail__image .product-gallery {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
        grid-template-areas: 'large'
                                        'small';
    }
    .hummerplus .sh-productDetail__image .product-gallery>.image {
        min-height: inherit !important;
        margin-left: 0px !important;
        grid-area: large;
    }
    .hummerplus .sh-productDetail__image .product-gallery>.image a {
        min-height: 330px;
        padding: 10px;
    }
    .slick-list{padding:0 3% 0 0;}
    .hummerplus .sh-productDetail__image .product-gallery>.more-images {
        position: relative;
        left: auto;
        top: auto;
        grid-area: small;
        width: 345px;
        display: block;
        margin: 0 auto;
    }
    .hummerplus .sh-productDetail__image .product-gallery>.image img {
        max-height: 300px;
        max-width: 100% !important;
    }
    .hummerplus .sh-productDetail__image .product-gallery>.more-images .image {
        margin: 0;
    }
    .hummerplus .sh-productDetail__image .product-gallery>.more-images button.slick-arrow {
        width: 35px;
        height: 78px;
    }
    .hummerplus .sh-productDetail__image .product-gallery>.more-images button.slick-arrow.slick-prev {
        top: 0;
        left: -35px;
    }
    .hummerplus .sh-productDetail__image .product-gallery>.more-images button.slick-arrow.slick-prev:before {
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .hummerplus .sh-productDetail__image .product-gallery>.more-images button.slick-arrow.slick-next {
        bottom: 0;
        left: auto;
        right: -31px;
    }

    .hummerplus .sh-productDetail__image .product-gallery>.more-images button.slick-arrow.slick-next:before {
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
    }

    .hummerplus .sh-productDetail__info .productDelivery {
        font-size: 14px;
        margin-top: 30px;
    }

    .hummerplus .sh-productDetail__info .add2cart__frame {
        display: -ms-grid;
        display: grid;
        grid-template-columns: 165px 1fr;
        grid-template-rows: 1fr 1fr;
        grid-row-gap: 20px;
        grid-template-areas:
        "productQuantity AddCartClick"
        "Buy1Click Buy1Click";
    }

    .productQuantity { grid-area: productQuantity; }
    .AddCartClick { grid-area: AddCartClick; }
    .Buy1Click { grid-area: Buy1Click; }

    .buy1click-button, .buy1click-form-button, .hummerplus .sh-productDetail__info .productAddCart {
        width: 100% !important;
    }

    .hummerplus .sh-productDetail__desc {
        margin-right: -5px;
        margin-left: -5px;
    }

    .hummerplus .sh-productDetail__desc .productNav {
        padding-left: 0px;
    }

    .hummerplus .sh-productDetail__desc .productNav li {
        margin-right: 10px;
        font-size: 13px;
    }

    .hummerplus .sh-productDetail__desc .productNav li a {
        padding: 0 15px;
    }

    .hummerplus .sh-productDetail__desc .productDescription {
        padding: 15px;
        font-size: 14px;
    }

    .hummerplus .sh-productDetail__desc .productDescription table tr td {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hummerplus .sh-productDetail__desc .productDescription table tr td:last-child {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hummerplus .sh-productDetail__related .related .product-list li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1/2 - 10px);
    }

    .hummerplus .sh-productDetail__related .related .product-list li:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }

    .hummerplus .sh-productDetail__related .related .product-list li:last-child {
        margin-right: 0;
    }

    .hummerplus .sh-productDetail__related .related .product-list li:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }

    .hummerplus .sh-productDetail__related .related .product-list li:nth-child(3) {
        display: none;
    }

    .hummerplus .b-search {
        margin-bottom: 20px;
    }

    .hummerplus .b-slider .bx-viewport {
        height: 200px !important;
    }

    .hummerplus .b-slider .s-slider-section .s-slider-block {
        height: 200px !important;
    }

    .hummerplus .b-slider .s-slide-block {
        padding: 20px !important;
        width: 100%;
        max-width: 242px;
    }

    .hummerplus .b-slider .s-slide-block .s-header {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px !important;
    }

    .hummerplus .b-slider .s-slide-block .s-header:after {
        margin-top: 15px;
    }

    .hummerplus .b-slider .s-slide-block .s-description {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .hummerplus .b-menuCatalog__title {
        padding: 0 0px;
    }

    .hummerplus .b-menuCatalog__title>span {
        display: none;
    }

    .hummerplus .b-menuCatalog__titleBtn {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
    }

    .hummerplus .b-menuCatalog__title:before {
        margin-right: 0;
        display: none;
    }

    .hummerplus .b-menuCatalog__list {
        position: fixed;
        left: 15px;
        right: 15px;
        top: 56px;
        bottom: 0;
        overflow-y: auto;
        background: #151717;
    }

    .hummerplus .b-menuCatalog__list.open {
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .hummerplus .b-menuCatalog__list .b-catalog {
        width: 100%;
    }

    .hummerplus .b-catalog .openChild {
        width: 45px;
    }

    .hummerplus .b-productList h2 {
        font-size: 22px;
        margin-bottom: 25px;
        padding-top: 5px;
    }
    .hummerplus .b-productList_sale {
        padding-bottom: 0;
    }
    .hummerplus .s-content_home {
        padding-bottom: 0px;
        margin-top: 30px;
    }
    .hummerplus .h-homeWelcome {
        padding: 30px 0;
    }
    .hummerplus .h-homeWelcome__desc {
        padding-left: 0px;
        font-size: 14px;
        line-height: 20px;
    }
    .hummerplus .h-homeWelcome__desc:before {
        width: 60px;
        height: 60px;
        position: relative;
        left: auto;
        top: auto;
        float: left;
        margin-right: 15px;
        margin-bottom: 10px;
        margin-top: 4px;
    }
    .hummerplus .h-subLinks {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .hummerplus .h-subLinks li a {
        height: auto;
        min-height: 60px;
    }
    .hummerplus .h-subLinks li a img {
        max-height: 50px;
        width: auto;
        max-width: 50px;
    }
    .hummerplus ul.product-list li, #recent_products ul.product-list li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1/2 - 7.5px);
        margin-bottom: 15px;
    }
    .hummerplus ul.product-list li:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0;
    }
    .hummerplus ul.product-list li:last-child {
        margin-right: 0;
    }
    .hummerplus ul.product-list li:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
    .hummerplus ul.product-list-extend li {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }
    .hummerplus ul.product-list-extend li .productLeft__row {
        -ms-grid-columns: 80px 1fr;
        grid-template-columns: 80px 1fr;
        grid-column-gap: 10px !important;
    }
    .hummerplus ul.product-list-extend li .productLeft__row .image {
        width: 80px;
        height: auto;
    }
    .hummerplus ul.product-list-extend li .productLeft__row .image img {
        max-width: 80px;
    }
    .hummerplus ul.product-list-extend li .productRight .offers .offerRow {
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 15px;
    }
    .hummerplus ul.product-list-extend li .productRight .offers {
        padding: 15px;
    }
    .hummerplus ul.product-list-extend li .productRight .offers .offerRow .offerColl-addCart {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .hummerplus ul.product-list-extend li .productRight .offers .offerRow .offerColl-addCart .btnCartAdd {
        padding: 0px;
        width: 170px;
    }
    .hummerplus ul.product-list-extend li .productRight .offers .offerRow .productQuantity {
        display: none;
    }
    .hummerplus ul.product-list-compact>li {
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        grid-row-gap: 15px;
        grid-template-areas: 'it1 it2'
                             'it1 it3';
    }
    .hummerplus ul.product-list-compact>li .compact-image {
        grid-area: it1;
    }
    .hummerplus ul.product-list-compact>li .compact-title {
        grid-area: it2;
    }
    .hummerplus ul.product-list-compact>li .compact-offer {
        grid-area: it3;
    }
    .hummerplus ul.product-list-compact>li .compact-offer .offerRow {
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
    }
    .hummerplus ul.product-list-compact>li .compact-offer .offerRow .productQuantity {
        display: none;
    }
    .hummerplus .s-slider-section .s-slider-block .s-slide-wrapper {
        background-position: left center;
    }
    .hummerplus .searchpro__field-input-container {
        margin-right: 52px;
    }
    .hummerplus .searchpro__field-input-container .searchpro__field-input {
        padding-left: 15px !important;
    }
    .hummerplus #button_up {
        display: none !important;
    }
    .hummerplus .breadcrumbs-plugin .js-breadcrumbs-plugin__item__brothers__arrow {
        display: none;
    }
}

@media (max-width: 500px) {
    .hummerplus .sh-productDetail__desc .productDescription table.features tr td:first-child span {
        padding-right: 15px;
    }
}

@media (max-width: 479px) {
    .hummerplus .sh-categoryPage .col-filter .filters .filter-param .filter-checks {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .hummerplus .sh-productDetail__related {
        display: none !important;
    }
    .hummerplus .h-subLinks {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .hummerplus .s-slider-section .s-slider-block .s-slide-wrapper {
        background-position: -35px center;
    }
}

@media (max-width: 340px) {
    .hummerplus .sh-productDetail__related .related .product-list li {
        width: calc(99.9% * 1/1 - 0px);
    }
    .hummerplus .sh-productDetail__related .related .product-list li:nth-child(2) {
        display: none;
    }
    .hummerplus ul.product-list li, #recent_products ul.product-list li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(99.9% * 1/1 - 0px);
    }
    .hummerplus ul.product-list li:nth-child(1n) {
        margin-right: 0px;
        margin-left: 0;
    }
    .hummerplus ul.product-list li:last-child {
        margin-right: 0;
    }
    .hummerplus ul.product-list li:nth-child(1n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.no-available {
    filter: grayscale(100%);
    opacity: 0.6;
}
.dotted {
    border-bottom: 1px dotted;
}
.hummerplus .reviews-link a {
    color: #fff !important;
    line-height: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
}
.hummerplus .reviews-link a:hover {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, .7) !important;
}
.yandex-reviews iframe {
    height: 700px;
    width: 65%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-sizing: border-box;
}
.yandex-reviews {
    margin: 55px 0;
}
.page-about {
    font-size: 16px;
}
.page-about .heading {
    font-size: 17px;
    line-height: 1.4;
    color: #151717;
    margin: 25px 0 10px 0;
    font-weight: 500;
}
.page-about p {
    margin-bottom: 15px;
}
.page-about li, details li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
.page-about ul li:before, details ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fdca38;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.page-about h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 24px;
}
h2.summary {
    font-size: 17px;
    margin: 2rem 0 1rem 0;
    font-weight: 600;
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;}
summary {
   display: inline-block;
   padding: 0 .6em .3em 1.2em;
   font-size: 16px;
   cursor: pointer;
   position: relative;
}
summary:before {
  left: 0;
  top: .1em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;
  content: "";
  position: absolute;
  transition: transform .5s;
}
details[open] > summary:before {
  transform: rotateZ(90deg);
}
details[open] summary {
    font-weight: 500;
}
summary ~ * {
   padding:0 1em 1em 1.2em;
   font-size: 16px;
}
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
details{
  display:block;
  margin-bottom: .5rem;
}