﻿.item_wrapper {
    position: relative;
}

    .item_wrapper .product_img--item {
        text-align: center;
    }

@media ( min-width: 992px ) {
    .list_col--wrapper {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .item_wrapper {
        width: 40%;
        padding-right: 15px;
    }

    .item_details--wrapper {
        width: 60%;
        padding-left: 15px;
    }

    .list_col--wrapper .order_placement--wrapper {
        width: 100%;
    }

    .list_col--wrapper .order_wrapper {
        display: flex;
        align-items: center;
        width: 70%;
    }

    .list_col--wrapper .quantity {
        margin-top: 0rem;
        margin-left: 16px;
    }

    .list_col--wrapper .buy_now--wrapper {
        width: 30%;
    }
}

@media ( min-width: 1700px ) {
    .list_col--wrapper {
        padding: 14px 50px 0px;
    }

        .list_col--wrapper .discount_wrapper {
            margin-top: 0.5625rem;
            margin-left: -3.5rem;
        }

        .list_col--wrapper .buy_now--wrapper {
            display: flex;
            justify-content: flex-end;
        }

    .item_details--wrapper .product_item--title {
        font-size: 40px;
    }

    .item_details--wrapper .product_item--price {
        font-size: 18px;
    }

    .item_details--wrapper .product_avb_schedule--wrapper {
        margin-bottom: 1.375rem;
    }

    .item_details--wrapper .product_title_with_price--wrapper {
        margin-bottom: 0.75rem;
    }
}

@media ( min-width: 1800px ) {
    .item_wrapper {
        padding-right: 25px;
    }

    .item_details--wrapper {
        padding-left: 25px;
    }
}
