.quantity-update input[type="number"] {
	width: 53px;
}

.cart-modal > .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 5px !important;
}

.related-product img {
	vertical-align: middle;
	width: 80%;
	height: 190px;
}

.carousel-inner .item img {
	height: 290px;
	width: 100%;
}

.header ul {
	margin: 0;
	padding: 0;
	background: #1accfd;
}
.header ul li:last-child{
	border-right: none;
}

a.w3view-cart {
	outline: none;
	border: none;
	background: #F1592A;
	width: 70px;
	height: 40px;
	font-size: 24px;
	color: #fff;
	display: inline-block;
}

@media(max-width: 320px){
	a.w3view-cart {
        width: 41px;
        height: 36px;
        font-size: 21px;
        display: inline-block;
    }
}

.feedback-section textarea {
	min-height: 6em;
	resize: none;
}

.all-feedback .media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: middle;
}

.all-feedback .product-sec1 {
	box-shadow: 0px 0px 15px 0px #D6D6D6;
	padding: 0px 1px;
	margin-bottom: 14px;
}

.all-feedback .product-men { 
	margin-top: 0px;
}

.all-feedback .col-md-12 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}

.all-feedback .media-left {
	border: 1px solid black;
	padding: 10px;
	border-radius: 50%;
	background: red;
}

.feedback-star img{
	width: 16.625px;
	height: 16.625px;
}

.feedback-date {
	font-size: 12px;
	display: inline-block;
	overflow: hidden;
	word-break: break-word;
	color: #757575;
	float: right;
}

.feedback-name {
	color: grey;
	font-size: 12px;
	margin-bottom: 3px;
}
.feedback-name a{
	color:#4caf50;
}
.feedback-name img{
	width: 15px;
	height: 16px;
} 
.feedback-description {
	color: #212121;
	font-size: 14px;/*
	white-space: pre-wrap;
	word-break: break-word;*/
}

.long-description, .ingredients, .how-to-use {
	font-size: 14px;
	margin-bottom: 5px;
}