@media(max-width:767px) {
    .imageContainer {
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
    }

    .imageContainer li {
        list-style-type: none;
        text-align: center;
        flex: 0 0 auto;
        /* don't grow or shrink */
        margin-right: 10px;
    }

    .imageContainer li img {
        width: 141px;
        height: 141px;
        margin-bottom: 23.5px;
        border-radius: 5px;
    }

    .left-side {
        width: 100vw;
    }

    .detail-container {
        display: block;
    }
}

@media(min-width:993px) {
    .imageContainer {
        padding: 0;
    }

    .imageContainer li {
        list-style-type: none;
        margin-right: 10px;
    }

    .imageContainer li img {
        width: 100%;
        margin-bottom: 9.5px;
        border-radius: 5px;
    }

    .left-side {
        width: 100px;
    }

    .detail-container {
        display: flex;
    }    
}
.largeImage{
    width: calc(100% - 57px);
}
.product-detail-wrapper{
    background: white;
    padding: 20px;
}
.image-view{
    width: 100%!important;
    border-radius: 5px;
}
@media(max-width:993px) {
    .imageContainer {
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        position: absolute;
        bottom: -142px;
        overflow: scroll;
    }
    .imageContainer li{        
        margin-right: 10px;
    }
    .imageContainer li img{
        height: 90px;
        border: 1px solid lightgray;
    }
    .largeImage{
        width: 100%;
    }
    .largeImage img{
        width: 100%;
        border:1px solid black;        
    }
    .product-detail-wrapper{
        margin-top: 120px;
    }
    .image-view{
        width: 95%!important;
    }
}


.product-details{
    width: 506px;
    padding: 30px 34px;
    background: white;
    box-shadow: 0 0 9px 0 lightgray;
    border-radius: 5px;
}
.product-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #151515;
}

.product-name-small {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #151515;
}

.product-description {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    padding-top: 10px!important;
    text-align: justify;
}

.price {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0;
    padding-top: 10px!important;
}

.tax {
    font-size: 14px;
    line-height: 26px;
    color: #151515;
}

.left-side {
    max-height: 541px;
    overflow: scroll;
    float: left;
    clear: both;
    display: flex;
}

.boxes {
    display: inline-block;
    padding: 12px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    margin-right: 20px;
    min-height: 76px;
    text-align: left;
    box-shadow: 0 0 2px 0 black;
}
.boxes-150{
    width: 150px;
}
.boxes-121{
    width: 121px;
}
.boxes-110{
    width: 110px;
}
.boxes-full{
    width: 100%!important;
    min-height: 120px!important;
}
.fs-14{
    font-size: 14px;
}
.diamond-table{
    width: 100%;
}
.diamond-table tr td{
    /* padding: 1px 10px; */
    width: 28%;
    /* border-right: 1px solid #b6b4b4; */

}
.diamond-table tr th{            
    width: 22%;            
}

.card_earing{
    border: 1px solid lightgray;
    background-color: white;
    margin-bottom: 30px;
}
.container-fluid{
    text-align: left!important;
    background-color: white;
}