/************************
 * Стили страницы товара
 ************************/
.div-page-product-content{margin: 0 auto; width: 100%;}

.product-id{
    display: inline-block;
    padding: 5px;
    margin: 5px 0 15px 0;
}
.product-data dd{
    margin-left: 30px;
    color: #525252;
}
.product-price-head{
    font-size: 11px;
    color: #6c757d;
    cursor: pointer;
}
.product-price{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.product-price.opt{
    font-size: 16px;
}
.product-order{
    display: block;
    padding: 15px 0;
    background-color: #f8f8f8;
}
.product-input-kolvo{
    margin-bottom: 15px;
}
.product-input-kolvo button{
    width: 25%;
    padding-left: 0;
    padding-right: 0;
}
.product-input-kolvo input{
    width: 50%;
    font-weight: 600;
}

.product-description h5{
    font-weight: 600;
}
.product-description, .product-description p{
    text-align: justify;
    line-height: 1.5;
}

.product-refs{
    background-color: rgba(0, 0, 0, 0.03);
}