.a-ecom-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.a-ecom-title {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 10px;
}
.home-page-ecom .a-ecom-title  {margin-bottom: 20px; margin-top: 13px;}
.latest-left .a-ecom-title  {margin-bottom: 20px;}

.a-ecom-heading {
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    padding-right: 10px;
    color: #ec2436;
    font-weight: 700;
    margin: 0;
   }

.emr-15{ margin-right: 15px;}

.ecom-product-wrap {
    width: 100%;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #c2c2c2;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
}
.ecom-category-wrap {
    width: 100%;
    float: left;
    border-bottom: solid 1px #c2c2c2;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.ecom-category-slider {
    display: flex;
  
}
.ecom-cat {
    flex-shrink: 0;
    width: auto;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 10px 7px;
    line-height: 1;
    border-bottom: 3px solid transparent;
    user-select: none;
    cursor: pointer;
    margin-left: 5px;
}
.ecom-cat.active {
    border-bottom: 3px solid #ec2436;
    color: #ec2436;
    font-weight: bold;
}

.ecom-category-wrap::-webkit-scrollbar {
    display: none;
}

.ecom-data {
    width: 100%;
    float: left;
}
.ecom-cat-data,.ecom-search-data-list,.ecom-cat-data-single {
    width: 100%;
    float: left;
    padding: 0 10px;
    overflow-y: auto;
}

.maxh1 {
    height: 350px;
}
.maxh {
    height: 465px;
}
.ecom-cat-data::-webkit-scrollbar, .ecom-search-data-list::-webkit-scrollbar, .ecom-cat-data-single::-webkit-scrollbar {
    width: 4px;
}

.ecom-cat-data::-webkit-scrollbar-track,.ecom-search-data-list::-webkit-scrollbar-track,.ecom-cat-data-single::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.ecom-cat-data::-webkit-scrollbar-thumb, .ecom-search-data-list::-webkit-scrollbar-thumb,.ecom-cat-data-single::-webkit-scrollbar-thumb {
    background: #888;
}

.ecom-cat-data::-webkit-scrollbar-thumb:hover, .ecom-search-data-list::-webkit-scrollbar-thumb:hover,.ecom-cat-data-single::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.ecom-products {
    width: 100%;
    display: flex;

    padding: 10px 0;
    align-items: center;
}
.ecom-products:not(:last-child) {
    border-bottom: solid 1px #dddddd;
}
.ecom-products:hover {
    text-decoration: none;
}
.ecomproduct-image {
    width:70px;
    display: flex;
    flex-shrink: 0;
    margin-right: 10px;
    align-self: flex-start;
    justify-content: center;
}
.ecomproduct-image img {
    max-width: 100%;
}
.ecom-prodtuct-title {
    width: 100%;
    color: #000000;
    line-height: 1.3;
    font-size: 0.875rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height: 55px;
    margin-right: 10px;
}
.ecom-product-detail {
    margin-left: auto;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ecom-product-price {
    background: #eeeeee;
    padding: 9px 10px 4px 10px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    color: #000;
    line-height: 1;
    font-size: 0.875rem;
    font-weight: bold;
}
.ecom-company {
    width: 100%;
    max-width: 65px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.ecom-company img {
    width: 100%;
}
.tabs_hide {
    display: none;
}
.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}
@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

.search-ecom-label {
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 10px 7px;
    line-height: 1;
    border-bottom: 1px solid #c2c2c2;
    width: 100%;
    float: left;
}
.ecom-search-data {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    height: 100%;
    display: none;
}
.width60 { width: 67%;}
.width30 { width: 33%; margin-top: 13px;}
.home-page-ecom .maxh { height: 580px;}
.home-page-ecom .maxh1 { height: 542px;}
.latest-left .maxh { height: 390px;}