.admin-link {
    float: right;
}

.admin-linkbtn {

    margin-left: 5px;
}

.admin-linkbtn a {
    color: #FFFFFF;
}

.breadcrumb > li + li.admin-link:before {
    padding: 0;
    content: "";
}

/* Product Groups */

.group-list .thumbnail {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
}

.group-list .thumbnail .image-wrap {
    height: 172px;
    line-height: 172px;
}

.group-list .thumbnail:hover {
    background-color: #eee;
}

.group-list a:hover {
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .group-list h3 {
        min-height: 3em;
    }
}

/* Product List */

.product-list .product {
    padding-top: 20px;
}

.thumbnail .caption h3{
    min-height: 50px;
    max-height: 50px;
    text-overflow: ellipsis;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*white-space: nowrap;*/
}

.product-list .description {
    min-height: 250px;
    max-height: 250px;
    height: 250px;
    text-overflow: ellipsis;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 25;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*white-space: nowrap;*/
}

.product-price{
    margin-top: 15px;
}

.product-list .thumbnail-wrapper {
    text-align: center;
    height: 172px;
    line-height: 172px;
    padding-top: 10px;
}

.product-list .thumbnail {
    margin-bottom: 20px;
}

.product-list .caption > p:last-child {
    margin-bottom: 0;
}

.product-list h3 {
    min-height: 2.2em;
}

/* Product */

.product .panel-body.option {
    padding: 10px;
}

.product .option .radio {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .product .panel-body .header-image {
        float: none !important;
        text-align: center;
        padding-bottom: 10px;
    }
}

.product #order-button {
    margin-top: 10px;
}

/* Cart */

.address p {
    margin-bottom: 0;
}

.delivery {
    min-height: 230px;
}

.profile-link {
    margin-top: 10px;
}

.cart .product-price {
    text-align: right;

}

@media screen and (max-width: 767px) {
    .cart .product-price {
        text-align: left;
        padding-top: 5px;
    }
}

.cart .product-options {
    color: #666;
}

@media screen and (max-width: 767px) {
    .cart .media-body .buttons {
        float: none !important;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .cart .image-wrapper {
        float: none !important;
        text-align: center;
        padding-bottom: 10px;
    }
}

.cart .per-month {
    padding-left: 5px;
    color: #666;
}

.cart .product-description {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cart .media-object {
    padding-top: 3px;
}

.cart #validate-button {
    margin-top: 10px;
}

label .no-delivery {
    font-weight: bold;
    color: #b94a48;
}

label .disabled {
    color: #999;
}

.product .panel-body {
    position: relative;
}

.edit-product-link {
    position: absolute;
    top: 10px;
    right: 10px;
}

.price-table {
    margin: 5px 0;
}

.price-table td {
    padding: 0 5px;
}

.price-table .price-label {
    text-align: right;
}

.categ_box {
    background-color: #F7F7F7;
    min-height: 75px;
}

.categ_box .desc {
    color: #000;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    text-decoration: none !important;

}

.categ_box a {
    color: #000;
    text-align: center;
    font-size: 18px;
    text-decoration: none !important;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.categ_box:hover {
    background-color: #e5e5e5;
}

.card-img-top{
    max-height: 250px;
    padding: 25px;
    object-fit: contain;
}
.breadcrumb > li {
display: inline-block;
}