body{
    background-color: #dfe4e4;
}

.logo{
    width: 80px;
}

.navbar {
    margin-bottom: 30px;
}

.product-img{
    width: 100%;
}

.product-container{background-color: #fff;padding: 20px;text-align: center;}

.product-name{
    font-weight: bold;
    font-size: 20px;
}

.product-img-main{
    width: 100%;
}

.product-img-sub{
    width: 25%;
    float: left;
    height: 135px;
    border: solid 1px #cccccc;
}

.product-img-container{
    margin-bottom: 20px;
}

.cart-counter{
    font-weight: bold;
}


.product-img-cart{
    width: 120px;
}


#summry-container{
    background-color: #e8e5e5;
}

.smk-confirm-back{
    background-color: #e8e5e5;
}

.card-header{
    background-color: #e8e5e5;
}



