/*eshowroom*/
body {
    overflow-x: hidden;
    background-color: #fff;
    font-family: "Helvetica Neue", Roboto, sans-serif;
}
a{text-decoration: none;color: black;}

.banner-section {
    width: 100%;
}
.banner-section img {
    object-fit: cover;
    height: 382px;
    width: 100%;
}
.main-products-section {
    margin: 2% 8%;
}
.fitler-products{

    margin: 2% 8%;
}
.top-design {
    position: relative;
    margin-bottom: 200px;
}
.company-details {
    position: absolute;
    width: 100%;
    top: 85%;
    z-index: 99;
}
.company-profile-image-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0px;
}
.company-name {
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 10px;
}
.company-type {
    font-size: 12px;
    font-weight: 400;
    padding-top: 0px;
}
.company-profile-image-section img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: rgb(125 125 125 / 20%) 0px 0px 5px;
}
.counts {
    display: flex;
    /* justify-content: space-around; */
}
.visits {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 30px;
}
.counts-heading {
    font-weight: bolder;
}
.icons {
    margin-top: 131px;
    text-align: end;
    padding-right: 200px;
    display: block;
}
.icons i {
    font-size: 25px;
    margin-left: 20px;
    color: rgb(19, 19, 56);
    cursor: pointer;
}
.filter-section {
    margin-left: 10%;
    margin-right: 10%;
}
.filters {
    display: flex;
    justify-content: space-between;
}
.filter-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
    font-weight: bold;
}
.filter-type img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.product-card {
    border-radius: 10px;
    max-width: 340px;
   
    box-shadow: 5px 5px 10px rgb(25 25 25 / 60%);
    position: relative;
    cursor: pointer;
    margin: auto;
}
.product-lock-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    padding: 20px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgb(25 25 25 / 60%);
}

.product-card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.product-thumbnail {
    width: 100%;
    object-fit: cover;
    width: 100%;
    height: 350px;
    max-width: 100%;
    object-fit: cover;
}
.product-card-lower-section {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
}
.product-card-selection-btn{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #000;
    padding: 10px;
    text-align: center;
}
.product-card-selection-btn a{
text-decoration: none;
color: white;
font-weight: bolder;
}
.product-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 8px;
    -webkit-border-radius: 0 0 9px 9px;
    -moz-border-radius: 0 0 9px 9px;
    border-radius: 0 0 9px 9px;
    word-break: break-word;
    font-size: 14px;
    color: #373737;
    text-align: center;
    font-weight: 700;
    -webkit-align-self: center;
    align-self: center;
    z-index: 3;
}
.product-sub-titles {
    text-transform: unset;
    text-align: center;
    z-index: 3;
    font-size: 13px;
    font-weight: 400;
    color: rgb(58, 58, 58);
    padding: 0;
    margin: 0;
}
.header-collapsed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    z-index: 1003;
    background-color: #f3f3f3;
    height: 55px;
}
.sticky-nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 18%);
    z-index: 9999;
    justify-content: space-between;
    align-items: center;
}
.top-nav-company-name {
    margin: 0;
}
.top-nav-catelogue {
    font-size: 12px;
    margin: 0;
}
footer{padding: 10px 0;}
.mid-company-branding{
padding: 5px 20px;
display: flex;
flex-direction: column;
align-items: center;
}
.mid-company-branding img{
    width: 150px;
    height: 150px;
    object-fit: contain;
    }
    .mid-company-branding span{
    color: grey;
    font-weight: bolder;
    text-transform: uppercase;
    }
    .fotoer-details{display: flex; justify-content: space-around;}
.selection-popoup{background-color: #000;color: white;
position: fixed;
display: flex;
width: 50%;
left: 50%;
bottom: 10px;
padding: 10px 20px;
transform: translate(-50%);
border-radius: 10px;
}
/* for banner work */
@media (max-width: 750px) {
    .company-about {
        font-size: 14px;
    }
    .icons {
        margin-top: 20px !important;
        text-align: end !important;
        /* padding-right: 49px; */
        display: flex !important;
        justify-content: center !important;
        padding: 10px 0px !important;
    }
    .company-profile-image-section img {
        width: 98px !important;
        height: 98px !important;
    }
    .visits {
        font-size: 10px !important;
    }
    .banner-section img {
        object-fit: cover;
        height: 185px;
    }
    .visits {
        margin-bottom: 24px;
    }
    .company-details {
        top: 73%;}
        .filter-type{font-size: 12px;}
        .filter-type img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }
       
  
}

@media (max-width: 1660px) {
    .product-thumbnail {
        max-height: 250px !important;
    }
    .product-card {
        max-width: 300px;
    }
}
@media (max-width: 1260px) {
    .product-thumbnail {
        max-height: 200px !important;
    }

    .product-card {
        max-width: 250px;
    }
}
