@media only screen and (max-width:767px) {
.navbar-brand img {
	width: 150px;
}
.header-contact {
	font-size: 14px;
}
.phone-number, .email-address {
	margin-right: 10px;
}
.phone-number span, .email-address span {
	display: inline-block;
	width: 20px;
}
.navbar .ml-auto {
	margin: 10px 0px 5px 0px !important;
	width: 100%;
	background: rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 5px;
	display: block;
}
.mycart {
	position: absolute;
	right: 15px;
	top: 10px;
}
.title {
	margin: 1rem 0;
}
.title h2 {
	font-size: 24px;
}
.title span img {
	height: 4px;
}
.heading-section h1 {
    font-size: 24px;
    line-height: 70px;
}
.cart-items {
    padding: 15px;
}
.item-price-table {
    display: block;
    font-size: 14px;
    font-weight: bold;
} 
.item-price-table ul {
	text-align:center;
}
.item-price-table ul li {
    padding: 0px;
    width: 32%;
}
.remove-item {
    right: 0;
    top: 0;
}







}

@media only screen and (min-width: 768px) and (max-width: 990px) {





}

@media only screen and (min-width: 991px) and (max-width: 1024px) {



}