ul{
    padding: 0;
    margin: 0;
}
li{
    padding: 0;
    margin: 0;
    list-style: none;
}
li.heading-sec-table h2 {
margin: 0;
color: #655d61;
font-size: 18px;
}


li.heading-sec-table {
background: #ebebeb;
padding: 10px 0 10px 10px;
}
ul.full-table-sec {
    border: 1px solid #ebebeb;
    float: left;
    width: 100%;
}

li.main-color-sec {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    flex-wrap: wrap;
    background-color: #fbf6f6;
    justify-content: space-between;
}


li.main-color-sec div {
width: 19%;
float: left;
padding-left: 10px;
border-right: 1px solid #ebebeb;
padding-top: 10px;
padding-bottom: 10px;
color: #655d61;
}

li.main-color-sec .one-div {
    background-color: #f4f4f4;
    width: 20%;
}

li.main-color-sec:last-child {
border: none;
}


ul.first-secc li .left-sec, ul.first-secc li .right-sec {
    float: left;
    width: 50%;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.limit-dot{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-imagess{
    width: 100px;
}





.product-data-section {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 50px;
}

.product-data-section2 {
    display: flex;
    justify-content: flex-end;
    width: 80%;
    flex-wrap: wrap;
    padding-bottom: 0;
}

.product-data-section2 .two-div {
    width: 25%;
    text-align: center;
    padding: 0 10px;
    background: #fbf6f6;
    margin-right: 0;
    padding-bottom: 20px;
    border: 1px solid #ebebeb;
}

.product-data-section2 .two-div:last-child {
    margin-right: 0;
}

.prd-img-sec {
    float: left;
    width: 100%;
    text-align: center;
}

.prd-img-sec img.product-imagess {
    display: inline-block;
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.button-sec-data {
    float: left;
    width: 100%;
    text-align: center;
}

a.product-titless:hover {
    color: #000;
    text-decoration: underline !important;
}

a.product-titless {
    height: 130px !important;
    display: inline-block;
}

.button-sec-data span.price-tag {
    font-weight: bold;
    font-size: 20px;
}

.button-sec-data a.link-view {
    width: 100%;
    display: inline-block;
    padding: 10px;
    color: #0f70a4;
    border: 1px solid #0f70a4;
    margin-top: 8px;
}

.product-data-section2 .two-div:nth-child(2), .product-data-section2 .two-div:nth-child(3), .product-data-section2 .two-div:nth-child(4) {
    border-left: none;
}


@media (min-width:1024px ) and (max-width:1200px){
    a.product-titless {
        height: 200px !important;
        display: inline-block;
    }
}



@media (max-width : 1024px){

    .prd-img-sec img.product-imagess {
        width: 100%;
        height: 100%;
    }
 
}



@media (max-width : 767px) {

    ul.full-table-sec {
        width: 1000px;
    }
    
    .prd-img-sec img.product-imagess {
        width: 120px;
        height: 120px;
    }

   
   .product-data-section {
       width: 1000px;
   }
   
   .main-sec {
       display: inherit !important;
       overflow: scroll !important;
   }  
   
}
   