.product-block-wrap {
    position: relative;
    margin-bottom: 15px;
}

.product-block-wrap:hover .product-block {
    position: absolute;
    left: 7.5px;
    top: 0;
    width: calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    min-height: 100%;
}

.product-block-wrap .product-block {
    min-height: 316px;
}

.product-item-image {
    position: relative;
    display: block;
}

.product-item .product-row__price-list span {
    font-weight: bold;
}

.catalog-sortview.catalog-sortview__btn {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    min-width: unset;
}

.catalog-sortview.catalog-sortview__btn option {
    background-color: #fff;
}

.catalog-sortview.catalog-sortview__btn option:hover,
.catalog-sortview.catalog-sortview__btn option[selected],
.catalog-sortview.catalog-sortview__btn option:focus,
.catalog-sortview.catalog-sortview__btn option:active {
    background-color: #d1d1d1;
}

.btn-catalog.show-filter {
    background-color: #3a9ed7;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px
}

@media (max-width: 959px) {
    .product-item.product-block-wrap {
        margin-bottom: 0;
        padding: 0;
        min-height: unset;
    }

    .product-block-wrap:hover .product-block {
        left: 0;
        width: 100%;
    }

    .product-block-wrap .product-block {
       padding: 10px 7px;
        display: flex;
        min-height: 100%;
    }

    .product-img.product-item-image,
    .product-item-image .product-img {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }

    .product-item-image .product-img {
        height: 100%;
    }

    .product-item-image {
        margin-right: 5px;
        width: 40%;
    }

    .product-content {
        width: 60%;
    }

    .product-block .product-item-image img {
        max-width: 100%;
        max-height: unset;
        width: 210px;
    }

    .product-item-image .magnifying-glass {
        left: 0;
    }

    .product-item .product-link {
        margin-bottom: 15px;
        height: auto;
        font-size: 16px;
        line-height: 16px;
    }

    .product-item .product-row__price-list {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .product-item .b-product-cart-group {
        margin-top: 0;
    }

    .product-item .b-product-cart-group .col-xs-8 {
        max-width: 120px;
    }

    .product-item .input-group-row .input-group {
        width: 32px;
        height: 32px;
    }

    .product-item .input-group-row .input-group .btn {
        width: 32px;
        height: 32px;
    }

    .product-item .input-group-row .input-group input[type=text] {
        margin: 0 5px;
        padding: 6px 6px;
        height: 32px;
        width: 42px;
        font-size: 12px;
    }

    .product-item .product-btn-cart {
        margin-top: 0;
        padding: 0;
        width: 32px;
        height: 32px;
    }

    .product-item .icon-cart {
        transform: scale(0.6) translate(-12%, -18%);
    }

    .product-item .product-row__price-list span {
        font-weight: unset;
    }

    .card__block_recomend .product-block {
        flex-direction: column;
        align-items: center;
    }
}

.bx_filter_param_label.disabled {
    opacity: 0.5;
}

#element_gallery .gallery-box {
    width: 100%;
    padding: 25px 0 0;
    margin: 0 auto;
}

#element_gallery .view {
    position: relative;
    margin: 0 0 5px;
}

#element_gallery .big-image img {
    display: block;
    width: 100%;

}

#element_gallery .prev, .next {
    position: absolute;
    width: 40px;
    height: 40px;
}

#element_gallery .prev {
    top: 50%;
    left: 20px;
    background: url('images/controls.png') no-repeat 0 0;
}

#element_gallery .next {
    top: 50%;
    right: 20px;
    background: url('images/controls.png') no-repeat -48px 0;
}

#element_gallery .thumbnails {
    width: 100%;
}

#element_gallery .thumbnails a {
    float: left;
    margin: 0 5px 0 0;
}

#element_gallery .thumbnails a img {
    height: 50px;
    width: auto;
    border: 2px solid transparent;
    display: block;
}

#element_gallery .thumbnails .active img {
    border-color: #069;
}

.tab-content .fade.active {
    opacity: 1;
}

.content_page {
}

.content_page ul {
    padding-left: 15px;
}

.content_page li,
.catalog-description li {
    font-size: 15px;
    line-height: 1.4;
    color: #6e6e6e;
    margin-bottom: 10px;
}

.content_page ul li,
.catalog-description ul li {
    list-style: disc;
}

.clearfloat {
    clear: both;
    float: none;
}

.rewiew_form_show {
    width: 190px;
    height: 55px;
    cursor: pointer;
    text-align: center;
    background: #41a1d8;
    color: #fff;
    font-size: 16px;
    line-height: 55px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */

}

h2 {
    font-size: 24px !important;
}

.news-buttons-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 450px) {
    .news-buttons-wrap .btn span {
        display: none;
    }

    .social-share span {
        font-size: 0px;
    }
    
    .product-block {
        flex-direction: column;
        align-items: center;
    }
}

.review-form {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
}

.review-form-captcha {
    margin-bottom: 0.5em;
}

.review-form-field {
    margin-bottom: 0.5em;
}

.product-btn-cart.js-added, .product-btn-cart.js-added:focus, .product-btn-cart.js-added:hover, .b-button.js-added {
    background: #57b844;
    border: 2px solid #57b844;
    outline: 0;
}

.product-btn-cart.js-added .icon {
    background-position: -33px -191px;
}

.b-button.js-added, .b-button.js-added:focus, .b-button.js-added:hover {
    background: #57b844;
    outline: 0;
}

.product-btn-cart.js-added .icon {
    background-position: -33px -191px;
}

.news-detail-content img, .news-detail-content iframe {
    max-width: 100%
}

.magnifying-glass {
    position: absolute;
    left: 20px;
    top: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.magnifying-glass i {
    background: url("/local/templates/renta/images/icons/magnifying-glass.svg") no-repeat;
    background-size: contain;
    margin: 0;
    transition: .4s;
}

.magnifying-glass:hover {
    border-radius: 50%;
    background-color: #69b3db;
}

.magnifying-glass:hover i {
    filter: brightness(4.5);
}

.button-up {
    position: fixed;
    z-index: -100;
    right: 20px;
    bottom: 45px;
    display: block;
    width: 40px;
    color: #5c626e;
    background: #fff;
    transition: .3s;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #5c626e;
    opacity: 0;
    overflow: hidden;
    height: 0;
}

.button-up.active {
    opacity: 1;
    z-index: 100;
    overflow: visible;
    height: 40px;
}

.button-up:before {
    content: '';
    top: 14px;
    left: 12px;
    width: 13px;
    height: 13px;
    transition: .2s;
    position: absolute;
    display: inline-block;
    transform: rotate(-135deg);
    border-bottom: 2px solid #5c626e;
    border-right: 2px solid #5c626e;
}

.menu-list__item a:hover {
    color: #e50e2c;
}

.additional-info {
    padding: 0;
}

.additional-info > li > a {
    display: flex;
    align-items: center;
    background: transparent;
    color: #3a9ed7;
    box-shadow: none;
    font-size: 18px;
    border: none;
    position: relative;
}

.no-pointer {
    cursor: default;
}

.catalog-buttons-buy {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.catalog-wrap .b-button_smallpad {
    padding: 0 20px;
    text-align: center;
    min-width: 253px;
}

.flex-wrap {
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .catalog-buttons-buy {
        display: grid;
    }
}