.productContainer .productMain.productsRow.qtyAndPriceOptionsProducts {
    justify-content: unset;
}

.productContainer .productMain.productsRow.qtyAndPriceOptionsProducts .productCardMain {
    min-height: 300px;
}

.productContainer .productMain .productColumn {
    width: 100%;
    max-width: unset;
}

.qtyAndPriceOptionsCardsWrap {
    display: flex;
    flex-direction: column;
}

.qtyAndPriceOptionsCardsRow {
    width: calc(100% - 36px);
}

.productMain.qtyAndPriceOptionsProducts .productCard .productCardHeader {
    height: 94px;
    padding: 16px 0px; 
}

.productMain.qtyAndPriceOptionsProducts .productCard .productCardMain .priceContainer {
    min-height: unset;
}

.productMain.qtyAndPriceOptionsProducts .productCard .priceDiv .price {
    font-size: 36px;
}

.productMain.qtyAndPriceOptionsProducts .productCard.customQtyCard .priceDiv .price,
.productMain.qtyAndPriceOptionsProducts .productCard.customQtyCard .priceDiv .extra{
    font-size: 22px;
}

.productMain.qtyAndPriceOptionsProducts .productCard .extraDetails {
    font-size: 18px;
}

.productMain.qtyAndPriceOptionsProducts .productCard .extraDetails .extra {
    font-size: 14px;
    font-weight: 600;
}

.productContainer .productMain.qtyAndPriceOptionsProducts .productCard.customQtyCard .specialUnitPriceNote {
    font-size: 13px;
    text-align: center;
}

.productContainer .productMain.qtyAndPriceOptionsProducts .productCard .originalPrice {
    text-decoration: line-through;
    color: var(--accent);
    font-size: 16px;
}

/* Laptop Screen 1280px */
@media only screen and (min-width: 1280px) {
    .productContainer .productMain.productsRow.qtyAndPriceOptionsProducts {
        justify-content: center;
    }
    .qtyAndPriceOptionsCardsRow {
        width: unset;
    }
    .productContainer .productMain.productsRow.qtyAndPriceOptionsProducts .productColumn {
        width: 244px;
    }
    .qtyAndPriceOptionsCardsWrap {
        flex-direction: row;
    }
    .productContainer .productMain.productsRow.qtyAndPriceOptionsProducts .productCardMain {
        min-height: 200px;
        height: 200px;
    }
    .productContainer .productMain.qtyAndPriceOptionsProducts .productCard.customQtyCard  .productCardMain {
        min-height: unset;
        height: 340px;
    }
    .productMain.qtyAndPriceOptionsProducts .productCard .productCardHeader {
        height: 94px;
    }
}