.page-title-wrapper.product .page-title{
    font-size: 26px;
    font-weight: 600;
}

.product-info-main .product.attribute.overview{
    border-bottom: 1px solid #c1c1c1;
}

.product-info-main .product-info-price .price-box .price-container > span{
    margin-right: 7px;
}

.swatch-attribute{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.swatch-attribute-options{
    margin: 0;
}

.product-options-button-aiDot .fieldset{
    display: flex;
    justify-content: space-between;
}
.product-options-button-aiDot .fieldset .field{
    display: flex;
    align-items: center;
}
.product-options-button-aiDot .fieldset .field label{
    margin: 0 20px 0 0;
}
.product-options-button-aiDot .fieldset .field input{
    width: 60px;
}
.product-options-button-aiDot button#aidotBuy{
    padding: 10px 20px;
    background-color:#222529;
    color: #fff;
    font-weight:700;
}

.product-options-button-aiDot{
    text-align: right;
}
.product-options-button-aiDot 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: 1280px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
}
@media only screen and (min-width: 769px) {
    .product-info-price .price-box .price-container{
        display: flex;
        align-items: center;
    }
    .product-info-main .product-add-form{
        padding-top: 0;
    }
    .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: 0 1.6vw;
    }
}
@media (min-width: 768px) {
    .column.main {
        min-height: unset;
    }
}
