.page-title-wrapper.product .page-title{
    font-size: 26px;
    font-weight: 500;
}
.product-options-button{
    text-align: right;
}
.product-options-button a{
    padding: 10px 20px;
    background-color:#222529;
    color: #fff;
    font-weight:700;
    text-decoration: none;
}
h2.product-description-header{
    font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 12px;
    border-bottom: 1px solid #c6c6c6;
}
.page-main-description {
    max-width: 1264px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 32px;
    width: 100%;
}
@media only screen and (min-width: 769px) {
    .page-layout-1column .product.media{
        width: 50%;
        max-width: 650px;
    }
    .page-layout-1column .product-info-main{
        width: 48.5%;
    }
}
@media only screen and (max-width: 768px) {
    .product-info-price{
        margin: 0;
        width: 100% !important;
    }
    .product-info-price > *:first-child{
        padding: 0;
    }
    .breadcrumbs, .page-wrapper .page-main, .page-main-description {
        max-width: unset;
        margin: 0;
        padding: 1.6vw;
    }
}
