.fdoe-aromodal div.fdoe_summary_class {

    width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.fdoe_main_container .aromodal-footer, .fdoe-aromodals-wrap .aromodal-footer {
    padding: 15px;
}
.fdoe-aromodal .product_title{

    order:10;
    width: 100%;
}
.fdoe-aromodal .woocommerce-product-details__short-description{
    width: 100%;
    order:15;

}
.fdoe-aromodal .fdoe-product-image-wrapper{

    order:20;
    max-width: 50% !important;
    margin-right: 1em;
}
.fdoe-aromodal .fdoe-product-image-wrapper .woocommerce-product-gallery__image{

   width:auto !important;
}

.fdoe-aromodal .single-product div.fdoe_summary_class .woocommerce-product-gallery{
    width: 100% !important;
    margin-bottom: unset !important;
}

.fdoe-aromodal .fdoe-product-price-wrapper {
    order:30;
    width: 45%;
    align-self: center;

}
.fdoe-aromodal .stock{

    order:40;
}
.fdoe-aromodal .fdoe-product-add-wrapper{
    order:50;
    width: 100%;
}
.fdoe-aromodal .product_meta{

    order:35;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.fdoe-aromodal .woocommerce div.fdoe_summary_class .woocommerce-product-rating {
    margin: 0;
    margin-bottom: 1.5em;
    order: 10;
    width: 100%;
}
.fdoe-aromodal .fdoe-review-wrapper{

    margin: 0;
    order: 80;
    width: 100%;
}


.fdoe-aromodal.product-aromodal .variations tbody tr {


    display: flex;
    flex-direction: column;
}
