.message {
	background-color: #fff;
	opacity:0.9;
	background-image: url("/images/logo.png");
	background-position: center 20px;
	background-repeat: no-repeat;
	color: #000;
	height: 120px;
	left: -240px;
	margin-left: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 130px;
	position: fixed;
	text-align: center;
	top: 200px;
	width: 480px;
	z-index: 5002;
}

#flash_bg {
	background-color: #000000;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5001;
}

.message_2 {
	background-color: #fff;
	opacity:0.9;
	background-image: url("/images/logo.png");
	background-position: center 20px;
	background-repeat: no-repeat;
	color: #000;
	height: 150px;
	left: -240px;
	margin-left: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 100px;
	position: fixed;
	text-align: center;
	top: 200px;
	width: 480px;
	z-index: 5002;
}

#flash_bg_2 {
	background-color: #000000;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5001;
}

.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;
}

@media all and (max-width: 767px){
	.message{
		width: 310px;
		height: 120px;
		margin-left: calc(50% - 155px);
		top: calc(50% - 120px);
		padding-left: 0;
		padding-right: 0;
		left: 0;
	}
	
	.message_2{
		width: 310px;
		height: 170px;
	    margin-left: calc(50% - 155px);
		top: calc(50% - 170px);
		padding-left: 0;
		padding-right: 0;
		left: 0;
	}
	
	.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;
}


.selector {
	display: inline-block;
	padding: 5px 10px;
	margin: 3px;
	border: 1px solid #47b5ef;
	cursor: pointer;
}

.selector.selected {
	background-color: #47b5ef;
	color: white;
}

.selector.dependent.hideExtraSelector {
	display: none;
}

.captcha{
	display: table;
	margin: auto;
}

.mobile-nav{
	display: none;
}

@media all and (max-width: 992px){
	.mobile-nav{
		display: block;
	}
}

#eu-bottom{
	position: fixed;
    bottom: 0px;
    z-index: 2
}

@media all and (max-width: 992px){
	#eu-bottom{
		width: 200px;
	}
}

.cookie_box {
	position:fixed;
	width:100%;
	height:auto;
	z-index:999;
	background:#000;
	opacity: 0.9;
	bottom:0;
}

.cookie_text {
	width:80%;
	font-size:13px;
	color:#fff;
	margin-left:10%;
	margin-top: 20px;
	text-align:justify;
}

.cookie_button {
	line-height:28px;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:0 10px;
	font-size:14px;
	color:#fff;
	background:#47b5ef;	
	cursor:pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}

#approveCookie{
	margin-left:10%;
}

.cookie_button:hover {
	opacity: 0.8;
	color: #000;
}

.cookie_cim {
	color:#47b5ef;
	font-weight:bold;
	font-size: 16px;
}

.cookie_link {
	text-decoration:underline;
	color:#47b5ef;
}

.post ul{
    list-style: disc;
    padding-left: 30px;
	padding-top: 10px;
}


.post ol{
    list-style: decimal;
    padding-left: 30px;
	padding-top: 10px;
}

#owl-sep-1{
	margin-top: 122px;
}

@media all and (max-width: 1217px){
	#owl-sep-1{
		margin-top: 78px;
	}
	
	#owl-sep-1.owl-theme .owl-controls .owl-buttons .owl-next, #owl-sep-1.owl-theme .owl-controls .owl-buttons .owl-prev{
		width: 40px;
		height: 12px;
		background-size: 40px 12px;
	}
}

#owl-sep-1 img{
	width: 100%;
}