.route-product-product:not(.popup) .product-info .product-details .product-price-group {
    order: -2 !important;
}
.route-product-product:not(.popup) .product-info .product-details .product-stats {
    order: -1 !important;
    margin-top: 0;
}

.product-info .product-stats .in-stock > span {
    position: relative;
}
.product-info .product-stats .in-stock > span:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #459a33;
    position: absolute;
    border-radius: 50%;
}
.product-info .product-stats .in-stock > span:after {
    content: "";
    font-size: 12px;
    color: rgb(255, 255, 255);
    margin-right: 10px;
    top: -1px;
    left: 2px;
    display: block;
    position: absolute;
    font-family: icomoon !important;
}


.product-info .product-stats .in-stock > span,
.product-info .product-stats .out-of-stock > span {
    position: relative;
    padding-left: 20px;
}
.product-info .product-stats .in-stock > span:before,
.product-info .product-stats .out-of-stock > span:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #459a33;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.product-info .product-stats .out-of-stock > span:before {
    background: rgba(235,87,87,1);
}
.product-info .product-stats .in-stock > span:after,
.product-info .product-stats .out-of-stock > span:after {
    content: "";
    font-size: 12px;
    color: rgb(255, 255, 255);
    margin-right: 10px;
    top: 6px;
    left: 2px;
    display: block;
    position: absolute;
    font-family: icomoon !important;
}


@media (max-width: 767px) {
    .route-product-product:not(.popup) .product-info .product-details .product-stats {
        order: -1 !important;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .product-info .product-stats .in-stock > span:before,
    .product-info .product-stats .out-of-stock > span:before {
        top: 2px;
    }
    .product-info .product-stats .in-stock > span:after,
    .product-info .product-stats .out-of-stock > span:after {
        top: 1px;
    }

    .product-info .product-stats .out-of-stock {
        margin-bottom: 20px;
    }
}