.product-detail-page {
    padding-right: 20px;
    padding-top: 20px;
}
.product-detail-page .h1-product-name {
    font-size: 24px !important;
    font-family: 'Roboto',serif !important;
    margin-bottom: 25px !important;
    font-weight: bold !important;
}
.product-detail-page .product-left {
    float: left;
    width: 50%;
}
.product-detail-page .product-right {
    float: left;
    width: 50%;    
}
.product-detail-page .product-left .products-images {
    max-width: 350px;
}

.product-detail-page .product-right .short-description {
    margin-top: -20px;
}
.product-detail-page .more-images {
    width: 330px;
}
.product-detail-page .product-attributes {
    margin-top: 10px;
}
.product-detail-page .product-attributes table td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.product-detail-page .product-attributes select {
    padding: 2px;
    background-color: #f0f0f0 !important;
    border: none;
    /*max-width: 100% !important;*/
    min-width: 100% !important;
}
.product-detail-page .product-attributes select option {
    background-color: #f0f0f0;
}
.product-detail-page .product-attributes table td.boxProductInfo {
    background: #fff;
    border-color: #fff;
    font-size: 13px;
}
.product-detail-page .product-attributes table td.boxProductInfo.detail {
    padding-left: 0px;
}
.product-detail-page .product-price-block {
    margin-top: 30px;
    font-family: 'Roboto',serif !important;
}
.product-detail-page .product-price-block .product-price {
    font-size: 28px;
    font-weight: bold;
}

.product-detail-page .product-price-block .price-detail-info {
    font-size: 24px;
    line-height: 14px;
    font-weight: 300;
}

.product-detail-page .product-price-block .price-detail-info .productNewPrice {
    display: none;
}

.product-detail-page .ljv-price-block {
    margin-top: 5px;
    background: #f0f0f0;
    color: #485348;
    padding: 5px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto',serif !important;
}
.product-detail-page .ljv-price-block .ljv-subnote {
    font-size: 12px;
    font-weight: normal;
}
.product-detail-page .ljv-price-block .ljv-subnote a {
    color: #485348 !important;
}
.product-detail-page .product-meta {
    margin-top: 5px;
    font-family: 'Roboto',serif !important;
}
.product-detail-page .product-shipping {
    margin-top: 30px;
}
.product-detail-page .product-cart-btn {
    /*margin-top: 10px;*/
    /*min-height: 50px;*/
    font-family: 'Roboto',serif !important;
}
.product-detail-page .product-cart-btn .greenButton {
    width: unset !important;
    text-align: center;
    background: #485348;
}
.product-detail-page .product-cart-btn .greenButton:hover {
    background: #485348 !important;
}

.product-detail-page .product-cart-section {
    height: 60px;
    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: center;
}
.product-detail-page .product-cart-section .flex {
  flex: 0 1 auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;

}

.product-detail-page .product-add-cart {
    /*float: right;*/
    width: 300px;
}

.product-detail-page .product-amount,
.product-detail-page .product-amount-mobile {
    /*float: left;*/
    /*margin-top: 10px;*/
}

.product-detail-page .product-model {
    margin-top: 10px;
}
.product-detail-page .paypal-fincance {
    margin-top: 10px;
}
.product-detail-page .products-images li img {
    max-height: 400px;
    max-width: 350px;
}
.product-detail-page .products-images .slider-item {
    text-align: center;
}

.product-amount-mobile {
    display: none;
}

/*
@media (max-width: 850px) {
    .product-detail-page .product-left {
        float: none;
        width: 100%;
    }
    .product-detail-page .product-right {
        float: none;
        width: 100%;
    }
}
*/