

/* Start:/bitrix/templates/eshop_bootstrap_green/components/bitrix/catalog.section/category_similar/style.css?16081820831315*/
.product_slider .slide:hover {
    box-shadow: 0 2px 21px rgba(0,0,0,.08);
}

.product_slider {
    margin-bottom: 40px;
}

.product_slider .slide {
    display: flex;
    padding: 10px 10px 30px;
    transition: .2s linear;
    border: 1px solid #e4e4e4;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    text-align: center;
}

.product_slider .slide-product {
    width: 100%;
}

.product_slider__title {
    font-weight: bold;
    font-size: 30px;
    margin: 20px 0;
}


.product_slider .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px;
}


.product_slider .slide .name a {
    color: #000;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.product_slider .slide-product .sizes {
    padding: 0 0 20px;
}

.product_slider .slide .links a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    display: inline-block;
    min-width: 160px;
    height: 48px;
    padding: 0 20px;
    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: .02em;
    border: 1px solid #17862b;
    background: #17862b;
}
/* End */
/* /bitrix/templates/eshop_bootstrap_green/components/bitrix/catalog.section/category_similar/style.css?16081820831315 */
