.message {
	background-color: #001668;
	background-image: url("/img/logo.png");
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 40%;
	color: white;
	height: 210px;
	left: -240px;
	margin-left: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 90px;
	position: fixed;
	text-align: center;
	top: 200px;
	width: 480px;
	z-index: 20;
}

#flash_bg {
	background-color: #000000;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 15;
}

.message_2 {
	background-color: #001668;
	background-image: url("/img/logo.png");
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 40%;
	color: white;
	height: 210px;
	left: -240px;
	margin-left: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 90px;
	position: fixed;
	text-align: center;
	top: 200px;
	width: 480px;
	z-index: 20;
}

#flash_bg_2 {
	background-color: #000000;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 15;
}

.hide_msg {
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	left: 0;
	position: absolute;
	text-align: right;
	top: 184px;
	vertical-align: bottom;
	width: 470px;
}

.mobile{
	display: none !important;
}

.paddingnull{
	padding:0px !important;
}

@media all and (max-width: 767px){

	.mobile{
		display: block !important;
	}

	.message{
		width: 75% !important;
		left: -38% !important;
		height: 220px !important;
		top: 100px !important;
	}
	
	.hide_msg {
		width: 100% !important;
		text-align: center !important;
	}
	
	.message .lnk_btn {
		float: none !important;
		display: inline-block !important;
		margin: auto !important;
		margin-top: 10px !important;
	}
	
	.incart_msg {
		height: 160px !important;
	}
}

.profileNavigation a, .cartBtn {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid #ADADAD;
	border-radius: 4px;
	text-decoration: none !important;
	background-color: #fff;
	color: #888;
}

.profileNavigation a:hover, .cartBtn:hover {
	background-color: #eee;
}

#cart_holder .checkout {
    padding: 10px 0;
    background: #fff098;
    color: #111;
    font-family: "open_sansbold";
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.onsalefront{
	position: absolute;
	background-image: none;
	border-radius: 100%;
	left: auto;
	right: 0;
	top: -15px;
	text-shadow: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	z-index: 10;
	box-shadow: none;
	font-size: 0.9em;
	color: #FFF;
	border-bottom: 2px solid transparent;
	background-color: #e01414;
	border-bottom-color: #ad1313;
}

.special{
	top: 6px !important;
	right: 6px !important;
}


@media (min-width: 768px) {
	.container {
		width: 780px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 1000px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1230px;
	}
}
.owl-carousel .owl-item img {
	max-height: 320px !important;
	min-height: 320px !important;
	object-fit: contain !important;
}

ul.products{
	list-style: none;
}