.site-content {
	padding-top: 0px;
	position: relative;
}

/* INDEX */

#welcome-image .slider,
#welcome-image .slide {
	height: 510px;
	width: 100%;
}

#welcome-image .owl-controls{
	position: absolute;
	top: 50%;
	width: 100%;
}

#welcome-image .owl-controls .owl-prev {
	float: left;
	margin-left: 47px;
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	display: inline-block;
}

#welcome-image .owl-controls .owl-next {
	float: right;
	margin-right: 47px;

}

.owl-next, .owl-prev {
	display: inline-block;
}

#welcome-image {
	/*background-color: rgba(30,30,37,.5);*/
	height: 510px;
	position: relative;
}

#welcome-image a {
	text-decoration: none;
}

#welcome-image .small-subtitle-avenir {
	color: #5F6177;
}

#welcome-image .small-subtitle-avenir img {
	margin-right: 8px;
	margin-top: -5px;
}

#welcome-image .big-headline {
	color: white;
}

#welcome-image .price {
	color: #5F6177;
	font-family: "GalanoGrotesque-Regular";
	font-size: 42px;
	letter-spacing: 2.5px;
	line-height: 57px;
}

#welcome-image .btn-line-w {
	margin-top: 22px;
}

.product-grid .btn-center .btn-line {
	margin: 50px auto 0;
}

.line-gray {
	display: none;
}

.slick-slide {
	box-shadow: none;
	outline: 0;
}
#welcome-image .slide {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slide-01 {
	background: url(../img/backgrounds/flea-garage.png);
}

.slide-02 {
	background: url(../img/backgrounds/flea-garage.png);
}

.slide-03 {
	background: url(../img/backgrounds/marshal.png);
	text-align: right;
}

#welcome-image .slick-right{
	display: inline;
	position: absolute;
	top: 0;
	z-index: 99;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 60px;
	cursor: pointer;
	padding: 25px 0;
}
#welcome-image  .slick-left{
	display: inline;
	position: absolute;
	top: 0;
	z-index: 99;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 60px;
	cursor: pointer;
	padding: 25px 0;
}

#los-mas-vendidos .slick-right {
	margin-left: 10px;
	display: inline-block;
}

#lo-mas-nuevo .slick-right {
	margin-left: 10px;
	display: inline-block;
}

.arrows img {
	height: 40px;
	width: 40px;
	display:none;
}

/* RESPONSIVE : 768 */
@media (max-width: 991px) {

	#welcome-image .owl-controls .owl-prev {
		margin-left: 27px;
	}

	#welcome-image .owl-controls .owl-next {
		margin-right: 27px;
	}

	.product-grid .btn-center .btn-line {
		margin: 62px auto 0;
	}

	.product-box:last-child{
		display: none;
	}
}


@media (max-width: 767px) {

	#welcome-image .price {
		font-size: 36px;
		letter-spacing: 2.2px;
		line-height: 40px;
		margin-top: 18px;
	}

	#welcome-image .owl-controls .owl-prev {
		margin-left: 14px;
	}

	#welcome-image .owl-controls .owl-next {
		margin-right: 14px;
	}

	.header .arrows {
		display: none;
	}

	.product-grid .header{
		border-bottom: 0px solid #b9bac8;
	}

	.product-grid .med-headline {
		display: inline;
	}

	.product-grid .header .line-gray {
		display: block;
		height: 1px;
		margin: 7px 0 25px;
		width: 100%;
	}

	.product-grid .header a.ver-todos {
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 74px;
	}

	.product-box-row {
		padding-top: 10px;
	}

	.product-box-row .owl-controls{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 100%;
	}

	.product-box-row .owl-controls .owl-prev {
		display: inline-block;
		-ms-filter: "FlipH";
		float: left;
		left: 0;
		margin-left: 17px;
		transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		height: 40px;
		width: 40px;
		text-align: left;
	}

	.product-box-row .owl-controls .owl-next {
		display: inline-block;
		float: right;
		margin-right: 17px;
		right: 0;
		height: 40px;
		width: 40px;
		text-align: right;
	}

	.product-grid .btn-center .btn-line {
		margin: 23px auto 0;
	}

	.product-box:last-child{
		display: inline-block;
	}

	#los-mas-vendidos .slick-right, #lo-mas-nuevo .slick-right {
		display: inline;
		position: absolute;
		top: 0;
		z-index: 99;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		width: 11px;
		height: 40px;
		padding: 14px 0;
	}
	#los-mas-vendidos  .slick-left, #lo-mas-nuevo .slick-left {
		display: inline;
		position: absolute;
		top: 0;
		z-index: 998;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		width: 11px;
		height: 40px;
		padding: 14px 0;
	}

	#welcome-image .slick-slide {
		box-shadow: none;
		outline: 0;
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}

}

@media (max-width: 480px) {
	#welcome-image .slick-right{
		width: 20px;
		height: 40px;
		padding: 13px 0;
		right: 10px;
	}
	#welcome-image  .slick-left{
		width: 20px;
		height: 40px;
		padding: 13px 0;
		left: 10px;
	}
}