.cart_icon
{
	padding-top: 10px;
	cursor: pointer;
}
.show-cart li {
  display: flex;
}
.card {
  margin-bottom: 20px;
}
.card-img-top {
  width: 200px;
  height: 200px;
  align-self: center;
}
.minus-item, .plus-item
{
	display: none;
}
.col
{
	padding: 0px;
}
.card
{
	box-shadow: none;
	border: 1px solid #dee2e661 !important;
	padding: 20px;
}
h4.card-title
{	font-size: 18px;
    text-align: center;
    line-height: 25px;
    padding-top: 25px;
    font-weight: normal;
}
p.card-text
{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 20px 15px 0px 15px;
    color: #07fefe;
}
.add-to-cart
{
	padding:10px ;
	width: 100%;
  font-size: 20px;
}
.btn-danger
{
	display: none;
}
.total-count
{
	color: #ffffff;
    font-size: 13px;
    background: #dc3226;
    padding: 5px 10px;
    border-radius: 100%;
    top: -15px;
}