.navbar{display:flex;justify-content:space-between}.navbar .nav-cart{position:relative;color:#222}.navbar .nav-cart:hover{color:#5f5e5e}.navbar .cart-count{background:#df389a;color:#fff;position:absolute;top:0;right:4px;width:18px;height:18px;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.title{text-align:center}.title .title-underline{height:.25rem;width:7rem;background:#218838;margin:0 auto}.card{margin-bottom:30px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.card:hover{cursor:pointer}.card:hover .card-img-top{-webkit-transform:scale(1.07);transform:scale(1.07);opacity:.4}.card .img-wrap{position:relative;width:100%;height:300px;display:flex;justify-content:center;align-items:center;padding:30px;border-bottom:1px solid #ddd}.card .img-wrap img{max-width:80%;max-height:100%}.card .img-wrap img,.product-icons{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.product-icons{position:absolute;opacity:0;display:flex;justify-content:space-between}.product-icons .add{margin-right:10px}.product-icons button{-webkit-box-shadow:0 0 1px 0 rgba(0,0,0,.75);box-shadow:0 0 1px 0 rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;width:40px;height:40px;padding:0;border-radius:50%;font-size:.875rem;font-weight:300}.card:hover .product-icons{opacity:1}.card-body{text-transform:capitalize;flex-direction:column;padding-bottom:0}.card-body,.card-body div{display:flex;justify-content:space-between}.card-body div{flex-direction:row}.card-body .bottom{flex-direction:column;font-size:14px}.card-body .bottom .stock{color:#770909}.card-body .bottom p{font-weight:400}.card-body .bottom p span{font-weight:600}.card-body .title{margin-right:10px}.single-product .img-wrapper{position:relative;width:100%;height:400px;display:flex;justify-content:center;align-items:center}.single-product .img-wrapper img{max-width:100%;max-height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body,html{padding:0;margin:0;font-family:Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{-webkit-box-sizing:border-box;box-sizing:border-box}a,button,svg{text-decoration:none;cursor:pointer}.text-main{color:#218838}.loading-img{width:200px;height:200px;-webkit-object-fit:cover;object-fit:cover;margin:0 auto;display:flex;justify-content:center}