.product-detail-description + br {
	display: none;
}
.product__bredcrumb .bread_crumbs_p {
    padding: 100px 0 0 20px;
}
.product_details.product_details-bread {
    margin-top: 30px;
}
.addToFavorite{
    position: absolute;
    bottom: 140px;
    right: 0;
    z-index: 5;
}
.addToFavorite svg{
    fill: #fff;
    fill-opacity: .2;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.product_top .product_top-gallery-tumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain !important;
}


@media screen and (max-width: 767px) {
.element-options {
	padding-bottom: 25px !important;
}
.element-options .site__btn--another {
	width: 100%
}

.b-modal .product_details {
    margin-top: 30px;
    margin-bottom: 25px;
    }
}


@media screen and (max-width: 650px) {
    .product_top .product_top-upper {
        min-height: 0;
        height: auto;
        padding: 68px 0 38px 0!important;
    }
}
