.message {
	background-color: #323232;
	background-image: url("/assets/images/logo.png");
	background-position: center 10px;
	background-repeat: no-repeat;
	/*background-size: 14%;*/
	color: #fff;
	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: 101;
}

.flash_bg {
	background-color: #c0c0c0;
	height: 100%;
	left: 0;
	opacity: 0.9;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.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: 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;
}

.qty-input{
	margin-left: 5px;
    width: 62px;
	padding-left: 10px;
}

.col-custom{
	width: auto;
	float: left;
	padding: 0 0 12px 12px;
}

table.checkbox td:first-child{
	width: 81%;
}

table.checkbox td:nth-child(2){
	width: 19%;
	vertical-align: top;
}

.comment{
	display: block;
	width: 250px;
	margin-top: 10px;
}

.color{
	margin: 5px 0 0 15px;
}

table.checkbox tr.product-w-pict td:first-child{
	width: auto;
}

table.checkbox tr.product-w-pict td:nth-child(2) img{
	margin-bottom: 3px;
}

table.checkbox tr.product-w-pict td:nth-child(2){
	width: 60px;
}

table.checkbox tr.product-w-pict{
	border-bottom: 1px solid lightgrey; 
}

span.stock{
	margin-left: 5px;
}

span.stock.green{
	color: darkseagreen;
}

span.stock.orange{
	color: orange;
}

span.stock.red{
	color: red;
}

.product-w-pict-c .comment{
	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:#aead0c;	
	cursor:pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}

#approveCookie{
	margin-left:10%;
}

.cookie_button:hover {
	background:#fff;
	color:#000;
}

.cookie_cim {
	color:#aead0c;
	font-weight:bold;
	font-size: 16px;
}

.cookie_link {
	text-decoration:underline;
	color:#aead0c;
}

.cookie_link:hover{
	color:#fff;
	text-decoration:underline;
}