.samehight.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.samehight.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.products .product {
    height: 100%;
}

.product-details-area .product-desc img {
    height: auto !important;
}


.product-details-area .product-details {
    padding: 0;
}

.product-price {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}

.price-sale-off {
    color: #d9534f;
}

.sale-price-value {
    color: #d9534f;
    font-size: 23px;
    font-weight: bold;
}

.orgin-price-value {
    font-size: 16px;
}

.button-order {
    margin-top: 10px;
}

.product-cart-info {
    display: flex;
}

.product-cart-image {
    width: 50px;
    margin-right: 5px;
}

.product-cart-desc a {
    font-weight: bold;
}

.product-quantity {
    width: 100px;
}

.cart_totals .order-total {
    margin-bottom: 10px;
}

.cart_totals .order-total .amount.total-cart {
    font-weight: bold;
    font-size: 23px;
    color: red;
}

.product-hotline {
    margin-top: 20px;
    text-align: center;
}

.product-hotline .hotline-frame {
    display: inline-block;
    padding: 5px 10px 5px 50px;
    position: relative;
    background-image: linear-gradient(to bottom right,#db3737, #690000);
    color: #fff;
    border-radius: 10px;
    height: 60px;
    line-height: normal;
}

.product-hotline .hotline-frame svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 11px;
    left: 11px;
}

.product-hotline .hotline-frame span {
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .last-news-home {
        display: none;
    }

    .mobile-menu-area {
        display: none;
    }
}
