.layout-main {
    padding-top: 0px !important;
}
.div-main {
    width: 100%;
    margin-top: 59px;
}
.homeImage {
    height: 350px;
    width: 100%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.layout-content {
    background-color: white;
}
.ui-dataview .ui-dataview-header {
    display: none;
}
.productsDataGrid {
    width: 80% !important;
}
.productsTypes {
    direction: ltr;
    background-color: white;
    padding-top: 15px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.type-image {
    width: 200px;
    height: 100px;
    border-radius: 10px;
}
.type-link {
    font-size: 15px !important;
}
.product-grid-item.border-1 {
    position: relative;
    border: 1px solid #dee2e6;
    height: 350px;    
    padding: 0px;
    margin-top: 12px;
    border-radius: 10px;
}
.product-grid-item-top, .product-grid-item-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 16px 0px 16px;
    margin: 0 0 1rem 0;
}
.product-category {
    font-weight: 600;
    vertical-align: middle;
}
.product-badge {
    border-radius: 10px;
    padding: .25em .5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .3px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.product-badge.status-instock {
    background: #c8e6c9;
    color: #256029;
}
.product-grid-item .product-grid-item-content {
    position: relative;
    text-align: center;
    padding: 0px 16px 0px 16px;
}
.product-imgage {
    width: 100%;
    height: 200px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    margin-bottom: 5px;
    border-radius: 10px;
}
.product-name {
    font-size: 18px;
    font-weight: 700;
}
.product-description {
    margin: 0 0 1rem 0;
    height: 60px;
}
.product-grid-item .ui-rating {
    margin: 0 0 1rem 0;
}
.product-price {
    font-size: 16px;
    font-weight: 600;
    background: #ec73279c;
    padding: 2px 6px;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding-top: 4px;
}
.product-price > label > span{
    font-size: 16px;
}
.ui-sticky {
    top: 56px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.catgLine {
    /*width: 80%;*/
    height: 50px;
    display: block;
    background: linear-gradient(90deg, #1b6e8fb3, #1b6e8f, #1b6e8fb3);
    padding: 10px;
    margin-bottom: 10px;
}
div#AllPageContent\:cartProdTag_content, div#AllPageContent\:cartComboTag_content {
    align-items: flex-start;
}
.ui-spinner-input {
    text-align: center !important;
    border: none !important;
    padding: 7px 0px !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.ui-spinner .ui-spinner-button.ui-button {
    background: transparent;
    color: #616262;
    border-color: #616262;
}
.ui-inputfield.ui-state-hover, .ui-inputfield.ui-state-focus {
    box-shadow: none !important;

}
.ui-datatable.carDataTable th {
    padding: 0px 2px 0px 2px;
    line-height: 35px;
}
.carDataTable td, tr {
    padding: 5px 0px !important;
    border-right: none !important;
}
.ui-overlay-badge .ui-badge {
    top: 10px !important;
    right: 10px !important;
}
.ui-dialog {
    top: 50px !important;
}
.cart-spinner > input {
    width: 115px !important;
}
.cart-spinner > button {
    margin: 0px !important;
}
.cartTotal {
    margin-top: 10px;
    background-color: #f8f9fa;
    height: 35px;
    line-height: 32px;
}   
.ui-carousel-indicators {
    padding: 5px !important;
}
.notFoundImage {
    width: 350px;
}

@media (max-width: 640px) {
    .product-grid-item.border-1 {
        height: auto !important;
    }
    .product-description {
        height: auto !important;
    }
    .div-main {
        margin-top: 0px;
    }
    .homeImage {
        height: 300px;
    }
    .layout-content {
        padding: 15px !important;
    }
    .productsDataGrid {
        width: 100% !important;
    }
    .type-link {
        font-size: 14px !important;
        font-weight: normal;
    }
    .type-image {
        width: 75px;
        height: 75px;
        border-radius: 45px;
    }
    .product-price {
        font-size: 16px;
        height: 30px;
    }
    .products-dataView {
        width: 80%;
    }
    .ui-sticky {
        top: 52px !important;
    }
    .notFoundImage {
        width: 90%;
    }
}