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

#welcome-image {
	background-size: cover !important;
	text-align: center;
	height: 400px;
}

.product-sidebar {
	max-width: 208px;
	width: 19%;
	border: 1px solid #E4E5EA;
	margin-left: 15px;
	display: inline-block;
	margin-top: 50px;
}

.product-sidebar .small-text-avenir {
	line-height: 20px;
    margin-bottom: 0;
}

.product-sidebar {
	display: inline-block;
	float: left;
}
.product-box-row {
	/*float: left;*/
	display: inline-block;
	max-width: 970px;
	width: 79%;
	/*padding-left: 20px;*/
}

.product-box-row-categorias {
	max-width: 100% !important;
	widows: 100% !important;
}

.checkbox-div {
	position: relative;
	margin: 10px 18px;

}
p + .checkbox-div {
	border-top: 1px solid #E4E5EA;
}
.checkbox-div label  {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	border: 1px solid #ACB1CB;
	left: 0;
	margin: 0;
	bottom: 8px;
}
.checkbox-div-colores label {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	border: 1px solid #ACB1CB;
	left: 0;
	margin: 0;
    bottom: 12px;
}
input[type=checkbox] {
	visibility: hidden;
	margin-top: 0;
}
input[type=checkbox]:checked + label {
	background: #5B6871;
	border: none;
}

.checkbox-div p {
	display: inline-block;
	margin-left: 10px;
	position: absolute;
	cursor: pointer;
	margin-bottom: 0;
}

.checkboxes {
	/*margin-top: 20px;*/
}

.checkbox-1 {
	position: relative;
	height: 80px;
}

.close-div {
	cursor: pointer;
	margin-top: 5px;
	margin-left: 18px;
	margin-bottom: 20px;
}
.close-div span {
	margin: 5px 0 20px 7px;
}

.title-div {
	/*border-bottom: 1px solid #E4E5EA;*/
	padding: 10px;
}
.sidebar-section + .sidebar-section {
	border-top: 1px solid #E4E5EA;
}

.icons-star {
	margin-right: 5px;
}

#resultados {
	position: relative;
}

.paginacion {
	text-align: center;
	margin-top: 60px;
}
.paginacion li {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: #4d4f6c;
	vertical-align: middle;
}

.paginacion img {
	width: 6px;
}

.paginacion a {
	color: #4d4f6c;
}

.paginacion li + li {
	margin-left: 20px;
}

.paginacion li.number.selected {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    padding-top: 4px;
    background: #5B6871;
    padding-left: 1px;
    color: #fff;
}
.paginacion li.selected a {
	color: #6E1FFF;
}

.back-to-top {
	font-family: ""Roboto"";
	font-size: 10px;
	letter-spacing: 0.25px;
	line-height: 30px;
	position: absolute;
	top: 50;
	right: 15px;
	/*transform: translateY(-25%);*/
	text-align: center;
}
.back-to-top img {
	width: 23px;
	padding: 10px 5px;
}
.header-pages {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	letter-spacing: 1.3px;
	color: #4D4F6C;
	text-transform: uppercase;
	margin: 15px 0;
	float: right;
}
.header-pages p {
	display: inline-block;
}
.header-pages p + p{
	float: right;
	cursor: pointer;
	display: none;
}
.icon-x {
	width: 11px;
}

.starIcon + .starIcon {
	margin-left: 8px;
}

.starIcon + .starIcon:last-child{
	margin-right: 10px;
}

@media (max-width: 1080px) {
	.site-content {
		padding-top: 60px;
	}
}
@media (max-width: 991px){
	.site-content {
		padding-top: 60px;
	}
	#welcome-image {
		height: 260px;
	}
	.back-to-top {
		font-family: "GalanoGrotesque-Regular";
		font-size: 10px;
		letter-spacing: 0.25px;
		line-height: 20px;
		position: relative;
		top: 0;
		right: 0px;
		transform: translateY(0);
		text-align: center;
		margin-top: 30px;
	}
	.product-sidebar{
		display: inline-block;
	}
}

@media (max-width: 767px){
	.site-content {
		padding-top: 110px;
	}
	.product-sidebar{
		position: absolute;
		float: none;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
		width: 280px;
		background: #FCFCFC;
		display: none;
		z-index: 99;
	}
	#welcome-image {
		/*height: 170px;*/
		height: 510px;
		background-size: auto 100% !important;
		background-position: center center !important;
	}
	.checkboxes {
		display: block;
		background: #F5F5F5;
		margin-top: 0;
		padding: 10px 0;
	}
	.header-pages {
		font-family: "Roboto", sans-serif;
		font-size: 12px;
		letter-spacing: 1.3px;
		color: #4D4F6C;
		text-transform: uppercase;
		margin: 15px 0;
		float: none;
	}
	.header-pages p {
		 display: inline-block;
	 }
	.header-pages p + p{
		float: right;
		cursor: pointer;
		display: inline-block;
	}

	.header-pages img {
		width: 10px;
	}
	.checkbox-div {
		position: relative;
		margin: 30px 18px;
	}
	.close-div {
		margin-bottom: 30px;
	}
}