.prev_button { display:none !important; }
.next_button { display:none !important; }


#nav li:hover ul{
	display: block;
	left:auto;
	z-index: 10000;
	top:3px;
}

.input-link{
	border: none;
	background: none;
	font: 12px/1.35 Arial, Helvetica, sans-serif;
	color: #454545;
	padding-bottom: 4px;
}

.to_click{
	text-decoration: underline;
	color: black;
}


.page_logo_text {
	display: none;
}
.page_logo {
	display: inline-block;
	margin: 10px;
	background: none;
}
.header{
	background: none;
}

.quick-access{
}

#nav li {
	float: none;
	display: inline-block;
}

ul.level1 li {
	width: 159px;
}
.cms-home .col-main {
	padding: 8px;
    margin-bottom: 25px;
}

.category_block {
	border: none;
}
.header_cart{
	display: inline;
	float: right;
	clear: right;
	width:210px;
	text-align: right;
	background: url(../images/cart.jpg) no-repeat 0px 3px;
	position:relative;
	top:-10px;
}
.header_cart_info{
	display: inline-block;
	font-weight: bold;
	padding: 0px 15px 0px 5px;
	font-size: 12px;
}

.header_cart .encomendar a span{
	text-align: right;
	float: right;
	clear: both;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 7px;
}

.form-search{
	float: left;
	clear: none;
}
#search_mini_form{
	display: inline-block;
	width: 700px;
	float: right;
	clear: both;
	margin: 0px 0px;
	padding: 40px 0px 0px 0px;
}
.header .form-search {
	float: left;
}
.price_header {
	font-weight: bold;
	font-size: 12px;
	color: #FD8934;
	display: block;
}



.block-viewed .block-content li.item {
	background: none;
	margin: 15px 0px;
	height: 85px;
}

.subs_news div{
	display: inline-block;
	margin-left: 10px;
}
.subs_news {
	margin: auto 50px;
	padding: 30px 20px;
	border-top: 1px solid lightgrey;
}

.subs_news.dark{
	background: #454545;
	margin: 0;
	padding: 25px 55px 17px 55px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

.subs_news.dark .form-newsletter{
	float: right;
	padding: 3px 0px 0px 0px;
}

.subs_news.dark .newsletter-explain{
	float: left;
}

.subs_news.dark .newsletter-subscribe{
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	display: inline;

}

.subs_news.dark p{
	color: #FD8934;
	margin: 5px 0px;
}

.subs_news.dark label{
	color: #fff;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	margin: 0px 10px 0px 0px;
}

.subs_news.dark input{
	padding: 9px;
}

.subs_news.dark button{
	margin: 0px 0px 0px 15px;
}

.subs_news.dark button span{
	background: #FD8934;
	line-height: 13px;
	padding: 5px 5px 6px 5px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.subs_news.dark button span:hover{
	color: #FD8934;
	background: #454545;
}


.footer-container { width:944px; margin:0 auto; background:url(../images/bgs2.jpg) no-repeat 100% 100%; padding: 50px 50px 0px 50px; }
.footer-end { width:940px; margin:0 auto; background:url(../images/bgs3.jpg) no-repeat 100% 100%; padding:0 50px; }
/*
NIVO SLIDER
*/
.nivo-caption .slides-body{
	font: 17px Arial, Helvetica, sans-serif;
	color: #fff;
}
.nivo-caption .slides-title{
	font-family: 'Six Caps';
	font-size: 55px;
	color: #fff;
}
}
.nivo-caption {
	color: #fff;
}

/* Checkout UPDATE */
.col-form {
	background: #F6F6F6;
	padding: 8px 0 8px 34px;
	border: 1px solid #B6B6B6;
}

.col-form .control-group {
	display: block;
	clear: both;
	padding-top: 10px;
}
.col-form .control-group .control-label{
	display: inline-block;
}
.col-form .control-group .control-label label{
	display: inline-block;
	width: 200px;
	text-transform: uppercase;

}
.col-form .control-group .controls{
	display: inline-block;
}
.col-form .control-group .controls input[type="text"], .col-form .control-group .controls select{
	display: inline-block;
	width: 250px;
	box-sizing:border-box;
	border: 1px solid #B6B6B6;
	padding: 5px;
}
.col-form .form-actions{
	display: inline-block;
	width: 800px;
	text-align: right;
}
.margin-bottom {
	margin-bottom: 10px;
}

.fake-form-horizontal p {
	margin-top: 0px;
}

.fake-form-horizontal {
	padding: 10px 0;
}
/* Checkout */
/* Buttons */
.btn-link {
	text-decoration: none;
}
input.cart-add, button.cart-add, input.btn, button.btn {
	box-sizing:border-box;
	padding: 3px 10px;
	background-color: #454545;
	font: 13px "Oswald", Arial, Helvetica, sans-serif;
	text-align: center;
	border: none;
	color: white;
	text-transform: uppercase;
}
input.btn:hover, button.btn:hover, input.btn:hover, button.btn:hover {
	background-color: #FD6F07;
}
input[type="text"], input[type="password"], input[type="email"], select{
	display: inline-block;
	width: 250px;
	box-sizing:border-box;
	border: 1px solid #B6B6B6;
	padding: 5px;
}
/* END Buttons */
