button.submit:disabled, button[type="submit"]:disabled {
	opacity: 0.25;
}

button.btn.btn-danger, a.btn.btn-danger {
	background-color: #D54D5A;
}

button.btn.btn-default, a.btn.btn-default {
	background-color: #e8e9ea;
	color: black;
}

button.btn.btn-default:hover, a.btn.btn-default:hover {
	background-color: #d8d9da;
}

.max-lines-2 a {	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 2.2em;
}

.cart-total-row {	background-color: #3BB77E;}

.cart-total-row .text-muted {
	color: white!important;
}

.cart-total-row .text-brand {
	color: white!important;
}

table.table-wishlist td {	vertical-align: middle;}

table.table-wishlist td .detail-extralink .detail-qty {	margin-bottom: 0px!important;}

table.table-wishlist td .retail-price {
	font-size: 75%;
}

.product-content-wrap .retail-price {	font-size: 85%;}

.product-content-wrap .margin, .detail-info .margin {	color: #67BCEE;}
.text-no-brand {	color: #7E7E7E !important;
	font-weight: 100!important;}

table.table-wishlist tr.gift {	background-color: #E6FFF0;}

.product-cart-wrap.style-2 .product-img img {	border: 1px solid beige;}

.detail-info .product-price {	margin: 10px 0px!important;}

.detail-info .product-price .retail-price {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
	color: gray;
}

.detail-info .product-price .retail-profit {
	color: #3BB77E;
	margin-left: 20px;
	font-size: 32px;
	font-weight: 700;
}

.stock-status.promo {
	background: #67BCEE;
	color: white;
}

.current-price.text-brand.caption {	font-size: 48px;
	width: 8rem;
}

.retail-price .caption {	width: 8rem;
	float: left;}

.retail-profit .caption {
	width: 8rem;
	color: #67BCEE!important;
	float: left;
}

@media (max-width: 768px) {
	div.continue-shopping div.col-lg-4 {
		text-align: center!important;
		margin-bottom: 5px;
	}
}

@media (max-width: 480px) {	table.table-wishlist td .retail-price:before {		content: ' / ';
	}}

@media (min-width: 481px) {
	table.table-wishlist td .retail-price {
		display: block;
	}
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

.clearfix {
	clear: both;
}
