.flex-container {
    display: flex;
    flex-direction: row;
    text-align: center;
}

.flex-item-left {
    padding: 5px;
    /* flex: 35%; */
}

.flex-item-middle {
    padding: 10px;
    flex: 55%;
}

.flex-item-right {
    padding: 10px;
    /* flex: 30%; */
}

@media (max-width: 800px) {
    .flex-container {
        width: 100%;
        flex-direction: column;
    }

    .flex-item-left {
        display: none;
    }
}

.flex-container2 {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.flex-item {
    margin: 10px;
    flex: 33%;
    text-align: center;
}



.active_product_name {
    border: 2px solid #ffc720;
    background-color: #ffc72026 !important;
    font-weight: 400;
}

#card {
    height: 100px;
    background-color: #e6e7e7;
    cursor: pointer;
    width: 110px;
}

#card>span.product_name {
    font-size: 23px;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 100px;
}

.product-3 {
    height: 130px !important;
    line-height: 120px;
}

.optional {
    background-image: url("/img/tick.png") !important;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 11px;
}

.optionalFooter {
    background-color: rgb(233, 233, 233);
}

.checkbox5 {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: -6px;
    margin-left: 14px;
    position: relative;
    cursor: pointer;
    margin-top: 7px;
}

.text-shipping {
    font-family: proxima_nova_semibold, serif;
    color: #6f9152;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
}

.text-info p {
    font-weight: 700;
    color: #5e5f61;
    margin: 8px 0;
}

.separation_cart {
    margin-top: 10px;
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 45px;
    background-color: grey;
    left: calc(50% - 22px);
}

.card1 {
    border: 1px solid #cfcfcf;
    background-color: #fff;
    padding: 0;
    font-size: 15px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-shadow: 0 0 10px #528730;
    position: relative;
    z-index: 0;
    flex: 0 0 30%;
    max-width: 30%;
}

.card2 {
    border: 1px solid #cfcfcf;
    background-color: #fff;
    padding: 0;
    padding-bottom: 0px;
    font-size: 15px;
    padding-bottom: 20px;
    flex-grow: 1.25;
    text-align: center;
    order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-box-shadow: 0 0 10px #528730;
    box-shadow: 0 0 10px #528730;
    z-index: 1;
    flex: 0 0 40%;
    max-width: 40%;
}

.card3 {
    padding: 0;
    font-size: 15px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    z-index: 0;
    flex: 0 0 55%;
    max-width: 55%;
}

.retail-price,
.economy-price,
.final-price,
.text-info {
    display: block;
    /* border: 1px solid #000; */
}

.retail-price {
    line-height: 1.42857143;
    font-weight: lighter;
}

.retail-price>.font-text.price {
    text-decoration: line-through;

}

.economy-price>.font-text.desc {
    font-weight: bold;
}

.economy-price>.font-text.price {
    font-weight: bold;
}

.separation {
    margin-top: 50px !important;
}

.final-price>.font-text.price {
    font-size: 40px !important;
    font-weight: 700;
    color: #5e5f61;
}

.button_buyNow {
    color: #fff;
    font-weight: 700;
    border: 1px solid #5d7e40;
    background-color: #5d7e40;
    font-size: 25px;
    border-radius: 2px;
    box-shadow: 0 1px 3px #666;
    margin: auto;
    padding: 7px;
    background-image: linear-gradient(to bottom, #97bb7a, #5d7e40);
    text-decoration: none;
}

.delivery>.desc {
    font-weight: bold;
}

.img-choice {
    display: block !important;
}

.button-buyKnow {
    opacity: 0.9;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-align: center;
    border: 1px solid #a5ca89;
    background: #a5ca89;
    background-image: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px #666;
    box-shadow: 0 1px 3px #666;
    margin: auto;
    padding: 7px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5ca89), to(#5b7d3f));
    background-image: linear-gradient(to bottom, #a5ca89, #5b7d3f);
}

.button-buyKnow:hover {
    opacity: 0.8;
    text-decoration: none;
}

.limited-case {
    background: #FFC507;
    color: #FFF;
    border-radius: 3px;
    /* max-width: 30%; */
    margin-top: 30px;
}
@media(max-width: 600px) {
    .limited-case {
        max-width: 60%;
    }
}