/*YOUR CUSTOM STYLES*/

a {
	cursor: pointer;
}

.login-register button {
	text-transform: uppercase;
	font-size: 12px;
	color: white;
	border: 1px solid #333333;
}

.login-register button:hover {
	text-decoration: none;
	border: 1px solid white;
	background: initial;
	color: white;
}

.cart-item-quantity .select2-container--bootstrap {
	width: 60px;
}

.promotion-list {
	list-style: none;
	padding-left: 0px;
	margin-top: 20px;
}

#add-to-cart-form {
	float: left;
	margin-left: 10%;
}

form button {
	background: white;
}

.line {
	padding: 5px;
	background: #333;
	margin-top: 3px !important;
}

.my-account-data .available-points,
.my-account-data .points {
	font-size: 19px;
}

.margin-auto {
	margin: 0 auto;
}

.logo > img {
	max-height: 55px;
}

header.main-white .flexnav > li > a {
	text-align: center;
}

.my-account-data .shopping-cart {
	color: #d9d9d9;
	height: 32px;
	font-size: 12px;
	padding: 7px 15px;
}

.product-title {
	height: 51px;
	overflow: hidden;
}

.product-desciption {
	height: 32px;
	overflow: hidden;
}

.product-header img {
	width: 262px;
	height: 262px;
}

.container .nav-coupon-category a {
	height: auto !important;
}

.nav-tabs.nav-stacked.nav-coupon-category > li > a {
	line-height: 25px;
	padding: 5px 0px 5px 55px;
}

.nav-tabs.nav-stacked.nav-coupon-category > li > a .fa {
	height: 35px;
	line-height: 35px;
}

.mfp-dialog {
	max-width: 600px;
}

