﻿


.navmobile{
    padding:5px 0px;
}


.product_category, .product_recommendations {
    margin-bottom: 10px;
}


.defSecBody {
    margin-bottom: 50px;
}



.dvTitle {
    float: left;
    width: 49%;
}


.cssSeeMore {
    float: right;
    width: 49%;
    text-align: right;
    padding-top: 10px;
    cursor: pointer;
    color: cornflowerblue;
}




.dvItemTitle {
    margin-top:2em;
}


.indexItem {
    cursor: pointer;
    padding: 0px;
    height: 310px;
}


    .indexItem:hover {
        cursor: pointer;
    }





.dvImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12.5em;
}


.card-img-top {
    border-radius: 5px;
    width: 100%;
    height: auto;
    max-height: 12.5em;
}



.lblItemName {
    font-weight: bold;
    font-size: small;
}



.indexItem .card-body {
    color: dimgray;
    padding: 0px 5px !important;
    text-align:left;
}


.indexItem .card-img-top {
    opacity: 1;
    transition: all .5s ease-out 0s;
}

.indexItem:hover .card-img-top {
    opacity: 0.3;
}


.dvItemName {
    /*height:50px;*/
}


.lblItemName {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
}


.dvItemDesc {
    height: 60px;
}



#lblPrice {
    color: orangered;
}


.hradjust{
    margin-left:-15px;
}


.groupCategory {
    padding: 0px !important;
    cursor:pointer;
}


.groupDiv {
    width: 100%;
    text-align: center;
}

.groupName{
    font-size:small;

}

.groupTotal{
    font-size:x-small;
    color:gray;
}


.secsliderbanner{
    margin:15px 0px;
}

.sliderbanner_container{
    padding: 0px 0px;
}

.colbanner {
    height: auto;
    border-radius: 5px;
    margin-left: .25rem;
    margin-right: .25rem;
}






.carousel {
    width: 100%;
}

.slide-box {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 576px) {
    .slide-box img {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}



.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: .5rem;
}