.delivery-option {
    padding: 10px;
    /*border-bottom: 1px solid #8d8c86;*/
    border-left: 1px solid #cecece;
    display: inline-block;
    margin-top: 5px;
}

.delivery-options-list {
    list-style-type: none;
    padding: 0px;
}

.cards-wrapper {
    margin: auto;
}

.card {
    /*max-height: 20%;*/
    border: none;
    border: 1px solid #cecece;
    background-color: transparent;
    /*margin: 5px 10px 5px 10px !important;*/
    height: 100%;
}

.card .img-wrapper {
    /*background-color: rgb(196, 193, 182);*/
    width: 100%;
    padding: 5px;
}

.img-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.card .card-title {
    font-size: 18pt;
}

.card-text {
    margin-bottom: 0px;
}

.card-price {
    font-size: 22pt;
    margin-bottom: 0px;
}

.card-old-price {
    font-size: 16pt;
    text-decoration: line-through;
    color: grey !important;
    margin-left: 5px;
}

.sale {
    background-color: white;
    color: red !important;
    text-align: center;
    padding: 7px 0px 7px 0px;
    border: none;
    font-size: 18pt;
}

.sale-tag {
    background-color: rgb(160, 127, 67);
    border-radius: 50% !important;
    font-size: 12pt;
    color: white !important;
    margin-left: 5px;
    padding: 5px !important;
}