.ltn__product-item-4 .product-info {
    padding: 10px 10px 1px;
    height: 200px;
}
.ltn__product-item-4 .product-info .product-img-location {
    margin-bottom: 10px;
}
.ltn__product-item {
    margin-bottom: 10px;
}

.sale-badge {
    width: 80px;
    position: absolute;
    right: 0px;
    text-align: center;
    z-index: 2;
}
.hide {
    display: none;
}
.menufilter {
    display: flex;
   
}

    .menufilter label {
        cursor: pointer;
        margin-top:8px;    
    }
.menu_search {
    width: 150px !important;
}
.menufilter > div {    
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--ltn__heading-color);
    background-color: var(--section-bg-1);
}

.menufilter .active {
    background-color: var(--ltn__secondary-color);
    color: #fff;
}
    .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
   
}

.thumbnail {
    width: 100%;
}
.mr-10{
    margin-right:10px;
}
.b-radious-8{
    border-radius:8px;
}
.img-gallery {
    max-height: 100px;
}
.flashMessage {
    background-color: yellow;
    color: black;
    padding: 10px;
    transition: opacity 0.5s;
    float: right;
    border-radius: 8px;
    font-size: 12px;
}

.btn-default {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}


.file_upload_area{
    border:1px solid #eee;
    border-radius:8px;
    padding:20px;
}
#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#sortable li {
  
    margin: 3px 3px 3px 0;
    padding: 10px;
    display: inline-block;
    width: 200px;
    text-align: right;
}

.deletebt {
 float:right;
}
.defaultbt{
    float:left;
}

#btnUpload {
    display: none;
}


.control-label {
    
    text-transform: capitalize;
}
.form-horizontal {
    margin-bottom:60px;
}
.ltn__footer-area{
    margin-top:100px;
}

@media only screen and (max-width: 390px) {
    .img-gallery {
        max-height:none;
    }
}
