.glyphicon {
    margin-right: 10px;
}

.panel-body {
    padding: 0;
}

.panel-body table tr td {
    padding-left: 15px;
}

.panel-body .table {
    margin-bottom: 0;
}

.well_custom {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

table tr td a {
    cursor: pointer;
}

.product_description_div {
    text-align: justify;
    text-justify: inter-word;
}

.product_panel {
    display: none;
}

.product_panel_display_button:hover {
    background-color: darkseagreen !important;
    cursor: pointer;
}

#mobile_show_categories_btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#keep_buying_msg {
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    #keep_buying_msg {
        display: none;
    }

    #selected_stock_date {
        margin-bottom: 10px !important;
    }
}

#selected_stock_date {
    width: 100%;
    margin-bottom: 5px;
    display: none;
}

.not_available_msg {
    color: red;
}

.question_mark_icon_show_price_modal {
    cursor: pointer;
    font-size: 80%;
}

.cart_price_detail,
.price {
    display: none;
}

.ingredientes-ojo {
    font-size: 24px;
    color: rgb(228, 52, 47);
    font-weight: 700;
    display: block;
}

.discount-badge {
    background-color: #ff5050;
    color: white;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -10px;
    left: 10px;
    z-index: 10;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.discount-badge-small {
    background-color: #ff5050;
    color: white;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}
