label.main-user-consent-request {
    margin: 10px 5px 0;
    font-size: 12px;
    text-align: justify;
}

label.main-user-consent-request input[type="checkbox"] {
    width: auto;
    height: auto;
}

#application-block label.main-user-consent-request {
    margin: 7px 0 0;
    display: block;
    font-size: 11px;
}

.category__about-company h2 {
    margin-bottom: 20px;
}

.category__about-company p {
    margin: 15px 0;
    line-height: 1.5;
}

.category__about-company ul {
    margin: 15px 0 15px 30px;
    line-height: 1.5;
}

.category__about-company li {
    margin: 5px 0;
    line-height: 1.5;
}

.choose-favorite {
    text-align: center;
    margin: 15px 0px;
}

.hidden {
    display: none;
}

.text-left {
    text-align: left !important;
}

.count-favorite__link {
    display: block;
    margin-top: 15px;
}

.choose-favorite_detail {
    float: right;
    clear: left;
    margin: auto;
}

.carousel-products .slick-slide {
    margin: 0;
    outline: none;
}

.slick-slider {
    position: relative;
    padding: 0px 25px;
}

.slick-arrow {
    position: absolute;
    top: 0;
    background: no-repeat center center;
    width: 70px;
    height: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 1;
}

.slick-next:active {
    background-image: url(' img/hot-sale-next-icon-active.png');
}

.slick-prev:active {
    background-image: url(' img/hot-sale-prev-icon-active.png');
}

.slick-prev {
    left: -25px;
    background-image: url(' img/hot-sale-prev-icon.png');
}

.slick-next {
    right: -25px;
    background-image: url(' img/hot-sale-next-icon.png');
}

.slick-slide > .hot-sale__box-product {
    width: 100%;
}

a.choose-favorite__remove, a.choose-favorite__add {
    margin-top: 10px;
    display: inline-block;
}

a.choose-favorite__remove.hidden, a.choose-favorite__add.hidden {
    display: none;
}

.product__stickers {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    font-size: 12px;
}

.product__stickers span {
    float: right;
    clear: both;
    padding: 5px 10px 4px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    display: block;
    margin-top: 5px;
}

.product__stickers span:first-child {
    margin-top: 0;
}

.product__stickers span.label-new {
    background: #61BB4C;
}

.product__stickers span.label-sale {
    background: #e31414;
}

.product__stickers span.label-gift {
    background: red;
}

.product__stickers span.label-popular {
    background: #2b9acf;
}

.product__stickers span.label-hit {
    background: #ff8a00;
}

.product__stickers span.label-stock {
    background: #ff8a00;
}

span.main-user-consent-request-announce {
    font-size: 11px;
    float: none;
    font-family: Gotham Pro Light;
    color: #2b9acf;
}

.product-quantity-control {
    height: 50px;
    display: inline-block;
}

.product-quantity-control .minus {
    float: left;
    background-image: url(/local/templates/meb/css/../img/btn-minus.png);
    width: 36px;
    height: 36px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    outline-style: none;
}

.product-quantity-control .minus:hover {
    background-image: url(/local/templates/meb/css/../img/btn-minus2.png);
}

.product-quantity-control input {
    float: left;
    text-align: center;
    font-family: Gotham Pro Bold;
    font-size: 18px;
    width: 116px;
    height: 34px;
    border: 1px solid #DEDEDE;
}

.product-quantity-control .plus {
    float: left;
    background-image: url(/local/templates/meb/css/../img/btn-plus.png);
    width: 36px;
    height: 36px;
    margin-left: 5px;
    border: none;
    cursor: pointer;
    outline-style: none;
}

.product-quantity-control .plus:hover {
    background-image: url(/local/templates/meb/css/../img/btn-plus2.png);
}

#go-top {
    position: fixed;
    bottom: 90px;
    right: 25px;
    cursor:pointer;
    display:none;
    width: 50px;
    height: 50px;
    background-image: url(/local/templates/meb/css/../img/button-up.png);
    background-repeat: no-repeat;
    opacity: 0.5;
}

#go-top:hover {
    opacity: 1;
}

@media (max-width: 500px) {
    .catalog__row .catalog__row-product {
        width: 100% !important;
    }

    .catalog__row .catalog__row-product .block-buy {
        max-width: 200px;
        margin: auto;
    }
}