.items_module {
    height: 100px;
    overflow: auto;
}


@media (max-width:768px) {
    .items_module {
        height: unset;
        overflow: unset;
    }
}

@media (max-width:768px) {
    .items_description .img{
        width: 100% !important; 
        height: auto !important; 
        object-fit: contain; 
    }
}

.items_description .img {
        width: 100% !important; 
        height: auto !important; 
        object-fit: contain
}

.items_description {
    max-width: 95%;
}

/** Added by skt */
.items-product-image-thumb {
    max-height:250px;
    width: 100%;
    border-radius: 2%; 
    margin-top: 10px;
}
.items-product-image{
    border-radius: 2%;  
    box-shadow: 0px 01px 10px 1px #cccccc;
}
.items-product-heading{
    color:#00A1CB;
}
.bg-custom,.btn-custom{
    background-color:#00A1CB;
    color:#fff;
    font-size: 14px;
}
.more-info{
    background-color: #78787a;
    color:#fff;
    align-self: center;
}
.card-title{
    color:#fff !important;
}
.category_menu{
    margin-left:  15px;
    margin-right: 15px;
}
.category_menu .panel-body{
    padding: 0 !important;
}
.breadcrumb {
    padding: 0 5px;
    margin-top: -10px;
    margin-bottom: 10px;;
    background-color: transparent;
}
/** Ended by skt */