body .price-wrapper {
    display: flex;
    align-items: center;
}

body .price-wrapper .price {
    float: none;
    width: auto;
    margin: 0 20px 0 0;
}

body .price-wrapper .woocommerce-product-rating-beside-price {
    float: none;
    width: auto;
    margin: 0;
}

.single-product .star-rating {
    margin-top: 0px !important;
}

.single-product .woocommerce-product-details__short-description {
    margin: 10px 0;
    padding: 20px;
    border-top: 0px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    background-color: #FAF8F7;
}

#single-product-content-wrapper .row {
    justify-content: center;
}


.woocommerce.woocommerce-page div.product div.images {
    width: calc(50% - 40px);
    margin-bottom: 60px;
}

.woocommerce.woocommerce-page div.product div.summary {
    margin: 50px 0 60px;
    width: calc(50% - 40px);
}


.woocommerce.woocommerce-page .quantity .qty {
    width: 3.631em;
    text-align: center;
    border: 1px solid #C6C6C6;
    height: 49px;
    border-radius: 5px;
    color: #000;
}

.woocommerce div.product form.cart div.quantity {
    position: relative;
}

.quantity-button {
    position: absolute;
    right: 5px;
}

.quantity-button.quantity-up {
    top: 5px;
}

.quantity-button.quantity-down {
    bottom: 5px;
    right: 6px;
}





body .product-rotator-holder img.img-hold.base-thumb,
body .product-rotator-inner-holder .background-image-with-opacity .img-hold {
    object-fit: cover;
}


a.cart-pdf-button.button {
    margin-top: 20px;
    background: #999 !important;
}


.product-rotator-inner-holder a.background-image-with-opacity {
    background: rgb(0,0,0,.05);
}

img.img-hold.base-thumb {
    mix-blend-mode: multiply;
}


