.itemsContainer {
    background-color: transparent;
    border-radius:8px;
    text-align:left;
}
.itemDetail {
    padding: 20px;
    color:white;
    border: 1px solid #b1002e;
    background-color: #b1002e;
    border-radius: 5px;
    margin-bottom: 15px !important;
}
.puchaseBtn {
	margin: 5px;
	width: 100%;
	background: #000;
    font-size: 1.3em;
    border: none;
    border-left: 1px solid #2e2e2e;
	padding: 10px;
}
.puchaseBtn:hover {
	color:red;
}
.itemDetail:last-child {
    border-bottom:none;
}
.itemFormula {
    color:white;
    font-size: 15px;
}

.purchase-container {
    width: 70%;
    max-width: 1000px;
    margin: auto;
}
.itemDetail:hover {
    background-color: black;
}
@media (max-width: 991px) {


    .purchase-container {
        width: 95%;
    }
}