

.mobile, .js_nivel2 {
	display: none;
}
.hidden-lg{
	display: none;
}

/*responsive home*/

@media screen and (max-width: 1199px) {

	.slider .flexslider .flex-caption p {
		display: none;
	}
	.slider .flexslider .flex-caption {
		width: 50%;
		top: 15%;
	}
	.slider .flexslider .flex-caption .titulo-caption {
		font-size: 32px;
		line-height: 32px;
	}
	.banners-home .banner .box-img, .banners-home .banner .img {
		width: 100%;
		height: 230px;
	}
	.navbar-nav > li {
		margin-left: 5px;
	}
	.banners-home .banner .img .img-banner {
		width: 100%;
	}
	.banners-home {
		margin-bottom: 40px;
	}
	.banners-home .banner .box .texto {
		padding: 40px 10px 50px;
	}
	.banners-home .banner .box {
		width: 180px;
		padding: 15px;
	}
	.banners-home .banner .box .texto .titulo {
		font-size: 22px;
	}
	.banners-home .banner .box .texto p {
		font-size: 11px;
	}
	.catalogo .cabecera-catalogo .texto .titulo {
		font-size: 34px;
		line-height: 38px;
	}
	.catalogo .box .producto {
		margin-bottom: 40px;
	}
	.catalogo .box .producto .img {
		width: 100%;
		height: 165px;
	}
	.catalogo .box .producto .img .front {
		display: none;
	}
	.catalogo .box .producto .texto {
		padding: 0;
	}
	.catalogo .box .producto .texto .box-nombre .nombre {
		font-size: 17px;
		width: 60%;
	}
	.catalogo .box .producto .texto .box-nombre .precio {
		width: 40%;
	}
	.catalogo .box .producto .box-img .oferta {
		bottom: 10px;
		left: 10px;
	}
	.catalogo .box .producto .box-img .favoritos {
		top: 15px;
		right: 15px;
	}
	.catalogo .box .producto .img .front {
		top: -85%;
	}
	.catalogo .box .producto .box-img .favoritos .svg:hover, .ficha .favoritos .svg:hover {
		opacity: 1;
	}
	.banners-big .img {
		width: 100%;
		height: 235px;
	}
	.banners-big .img img {
		width: 100%;
	}
	.confianza {
		padding: 40px 0;
	}
	.confianza .box-confi .item span {
		font-size: 16px;
	}
	.confianza .box-confi .item p {
		font-size: 13px;
		padding: 0 20px;
	}
	.texto-seo {
		padding: 40px 0;
	}
	.texto-seo .titulo {
		font-size: 54px;
		line-height: 58px;
	}
	footer .menu-info li {
		margin: 0 10px;
	}
	footer .menu-info li:after {
		right: -14px;
	}
	.toTop {
		bottom: 100px;
	}
}


@media screen and (max-width: 991px) {
	.hidden-md{
		display: none;
	}
	.header .box-logo{
		display: none;
	}

	.mobile{
		display: inline-block;
	}

	.sec-mobile{
		display: inline-block;
		width: 100%;
		text-align: center;
		padding-bottom: 0px
	}

	.header .sec-mobile.fixed{
		position: fixed;
		top: 0px;
		left: 0;
		background: #fff;
		z-index: 99;
		box-shadow: 0 3px 5px #ccc;
		-webkit-box-shadow: 0 3px 5px #ccc;
		-moz-box-shadow: 0 3px 5px #ccc;
		-o-box-shadow: 0 3px 5px #ccc;
		-ms-box-shadow: 0 3px 5px #ccc;
		padding-bottom: 10px;
	}

	header .cintillo {
		display: none;
	}

	/******botonera y menus movil*****/

	.desktop {
		display: none;
	}

	.back-nav {
		background: #fff;
	}

	.mobile, .js_nivel2 {
		display: inline-block !important;
	}
	header {
		padding-bottom: 0px;
	}

	.sec-mobile {
		text-align: center;
		width: 100%;
	}

	.left {
		float: left;
	}

	.sec-mobile .mobilelogo{
		position: relative;
		display: inline-block;
		z-index: 1;
		float: none;
		margin: 0;
		padding: 0;
		max-width: 320px;
	}

	.sec-mobile .mobilelogo .js_logo{
		display: inline-block;
		margin: 0;
		top: 10px;
		width: 50px;
	}

	.right {
		float: right;
	}

	.sec-mobile button {
		position: relative;
		display: inline-block;
		z-index: 1;
		float: none;
		margin: 0;
		padding: 0;
		border: 0px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 32px;
		vertical-align: top;
	}

	.open-menu, .open-search, .open-user, .open-cesta, .open-contacto, .open-informacion{
		border: none;
		text-transform: uppercase;
		text-align: center;
		font-size: 15px;
		width: 100%;
		padding: 15px;
	}


	.sec-mobile button.open-cesta {
		font-weight: 100;
	}
	.sec-mobile button.open-cesta .js-shCart-qty {
		position: absolute;
		right: 4px;
		top: 10px;
		width: 22px;
		height: 22px;
		line-height: 24px;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		font-size: 12px;
		background: #000;
		color: #fff;
	}

	.sec-mobile button.open-cesta .js-shCart-totalCesta {
		position: relative;
		display: inline-block;
		z-index: 1;
		float: left;
		margin: 0px;
		padding: 0px 10px;
		font-size: 15px;
		font-size: 0.9375rem;
	}
	.js_search .open-search, .js_cesta .open-cesta, .js_user .open-user{
		background: #000;
		color: #fff;
		z-index: 9;
		position: relative;
	}
	.js_search .open-search i, .js_cesta .open-cesta i, .js_user .open-user i {
		font-size: 8px;
		vertical-align: middle;
	}
	.js_menu .open-menu i{
		font-size: 20px;
		vertical-align: middle;
		float: right;
		color: #fff;
		margin: 10px;
	}

	.js_search {
		position: fixed;
		background: #f5f5f5;
		z-index: 100000;
		float: none;
		padding: 0px;
		margin: 0;
		width: 100%;
		left: 0%;
		top: -102%;
		height: auto;
		overflow-y: auto;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
	}

	.open-search{
		top: 0!important;
		right: 0!important;
		position: relative!important;
	}
	header .box .buscador {
		width: 100%;
	}
	header .box .buscador .search {
		padding: 20px;
	}
	header .box .buscador .search .form-buscador {
		display: table;
		width: 50%;
		margin: auto;
	}
	header .box .buscador .search .form-buscador .form-control {
		width: 425px;
		height: 45px;
		background: #fff!important;
	}
	header .box .buscador .search .form-buscador button {
		padding: 5px 10px;
		font-size: 22px;
		top: 0;
	}
	.js_menu {
		position: fixed;
		z-index: 10000;
		float: none;
		padding: 0px;
		width: 100%;
		height: 100%!important;
		background: rgba(0, 0, 0, 0.8);
		left: -102%;
		top: 0px;
		overflow-y: auto;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		margin: 0;
	}

	.js_menu li {
		margin-left: 0;
		font-size: 15px;
		display: block;
		width: 100%;
		text-align: center;
		position: relative;
		float: left;
		border-right: none;
	}

	.js_menu ul{
		width: 100%;
		position: relative;
		margin: 0;
		text-align: center;
	}
	.js_menu li a {
		width: 100%;
		font-size: 20px;
		line-height: 24px;
		padding: 15px!important;
		display: inline-block;
		float: left;
		color: #fff;
	}
	.js_menu .dropdown-menu {
		padding: 0;
		min-width: 100%;
	}


	.js_menu .dropdown-menu li a {
		font-size: 13px;
		padding: 10px 15px!important;
		color: #fff;
	}

	.js_informacion {
		position: fixed;
		z-index: 10000;
		float: none;
		padding: 0px;
		width: 300px!important;
		height: auto;
		left: -102%;
		top: 0px;
		background: #fff;
		margin: 0!important;
		overflow-y: auto;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
	}

	.js_informacion li, .js_informacion li a {
		display: block;
		width: 100%;
	}

	.js_informacion li{
		padding: 0!important;
		border-bottom: 1px solid #ccc;
		border-left: none;
	}

	.js_informacion li a {
		padding: 15px!important;
		color: #000!important;
		border-left: none!important;
	}

	header .cintillo .nav-secundario li:nth-of-type(1) a {
		padding-left: 15px;
	}

	.js_user {
		position: fixed;
		z-index: 99;
		float: none;
		padding: 0px;
		width: 300px;
		right: -102%;
		top: 0px;
		height: 100%;
		margin: 0;
		overflow-y: auto;
		background-color: #fff;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
	}
	header .box .box-user {
		margin-top: 0px;
	}
	header .box .box-user a {
		color: #000;
		font-size: 30px;
		display: inline-block;
		margin: 0;
		position: relative;
		width: 49%;
		float: left;
		text-align: center;
		padding: 30px 20px;
		background: #f5f5f5;
	}
	header .box .box-user a.btn-fav {
		float: right;
	}
	header .box .box-user a span {
		display: block!important;
		font-size: 13px;
		line-height: 12px;
		text-transform: uppercase;
	}
	header .box .box-user .badge {
		font-size: 11px;
		line-height: 20px;
		width: 20px;
		height: 20px;
		top: 30px;
		right: 45px;
	}
	.js_contacto {
		position: fixed;
		z-index: 1000;
		float: none;
		padding: 0px;
		width: 300px;
		right: -102%;
		top: 0px;
		height: 100%;
		overflow-y: auto;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
	}

	.js_cesta {
		position: fixed;
		z-index: 100000;
		float: none;
		margin: 0;
		padding: 0px;
		width: 320px;
		right: -102%;
		padding: 0!important;
		top: 0px;
		height: 100%;
		border: none;
		background: none;
		overflow-y: auto;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
	}

	.mHdr-cartBtn .shCart-down {
		top: 52px;
		width: 100%;
		display: inline-block!important;
	}

	.js_menu.open, .js_informacion.open {
		left: 0px;

	}

	.js_search.open {
		top: 0px;
	}

	.js_contacto.open {
		background: #eee;
		padding: 25px;
		text-align: center;
		right: 0px;
	}

	.js_user.open {
		right: 0px;
		margin: 0;
	}

	.js_cesta.open {
		right: 0px;
	}

	.js_nivel2 {
		display: inline-block;
		position: absolute;
		right: 0px;
		top: 0;
		width: 47px;
		height: 47px;
		line-height: 44px;
		background: #666;
		color: #fff;
		padding: 0;
		margin: 0;
		text-align: center;
		font-size: 15px;
		border: none;
		z-index: 9;
	}
	.js_nivel2:hover{
		background: #333;
	}

	.js_nivel2:after{
		content:"\f14d";
		color: #fff;
		font-family: "Flaticon";
		font-size: 15px;
	}

	/*****fin botonera y menus movil******/

	.slider {
		margin-top: 70px;
	}
	.banners-home .banner .box-img, .banners-home .banner .img {
		height: 170px;
	}
	.banners-home .rm {
		margin: 0 -15px;
	}
	.banners-home .pd {
		padding: 0 15px;
	}
	.banners-home .banner .box {
		width: 150px;
	}
	.banners-home .banner .box .texto p {
		display: none;
	}
	.banners-home .banner .box .texto .titulo {
		font-size: 18px;
	}
	.banners-home .banner .box-img:after {
		width: 276px;
		height: 160px;
		bottom: -29px;
		right: -60px;
		background-size: contain;
	}
	.catalogo .box .producto .texto .box-nombre .nombre {
		font-size: 19px;
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.catalogo .box .producto .texto .box-nombre .precio {
		width: 100%;
		text-align: center;
	}
	.catalogo .box .producto .texto .box-nombre .precio .actual {
		float: none;
		margin: 0 5px;
	}
	.catalogo .box .producto .texto .box-nombre .precio .anterior {
		margin: 0px 5px;
	}
	.catalogo .box .producto .img .front {
		top: -45%;
	}
	.banners-big .img {
		height: 170px;
	}
	.banners-big {
		margin-bottom: 40px;
	}
	.catalogo .cabecera-catalogo .texto .titulo {
		font-size: 32px;
		line-height: 38px;
	}
	.confianza .box-confi .item span {
		font-size: 18px;
		line-height: 22px;
	}
	.confianza .box-confi .col-br:before, .confianza .box-confi .col-br:after {
		top: 65px;
	}
	.confianza .box-confi .item p {
		padding: 0;
	}
	.confianza {
		padding: 30px 0;
	}
	.texto-seo .titulo {
		font-size: 48px;
		line-height: 52px;
	}
	.texto-seo {
		margin-bottom: 0px;
	}
	footer .menu li {
		margin: 0 10px;
	}
	footer .tarjetas li img {
		width: 34px;
	}
}

@media screen and (max-width: 767px) {

	.sec-mobile .mobilelogo .js_logo {
		top: 15px;
		width: 40px;
	}

	.slider .flexslider .slides li {
		height: 280px;
	}
	.slider .flexslider .slides li img {
		height: 100%;
		max-width: initial;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}
	.slider .flexslider .flex-caption .titulo-caption {
		font-size: 24px;
		line-height: 24px;
	}
	.slider .flexslider .flex-caption small {
		font-size: 12px;
	}
	.slider .flexslider .flex-caption a {
		font-size: 10px;
		padding: 10px 12px;
	}
	.banners-home .banner .box-img, .banners-home .banner .img {
		height: auto;
	}
	.banners-home .banner .img .img-banner {
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
	}
	.banners-home .banner .box {
		width: 35%;
	}
	.banners-home .banner .box .texto p {
		display: block
	}
	.banners-home .banner .box .texto .titulo {
		font-size: 22px;
	}
	.banners-home .banner .box-img:after {
		display: none;
	}
	.catalogo .cabecera-catalogo .texto .titulo {
		font-size: 30px;
		line-height: 30px;
	}
	.catalogo .cabecera-catalogo .texto p {
		font-size: 16px;
		line-height: 22px;
	}
	.catalogo .box .producto .img .front {
		top: -60%;
	}
	.cabecera .overlay{
		background-size: cover!important;
		background-position: center center!important;
		background-attachment: initial!important;
	}
	.banners-big .img {
		height: auto;
	}
	.banners-big .img img {
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
	}
	.newsletter .box {
		width: 100%;
	}
	.newsletter .box .form-news .form-control {
		width: 75%;
	}
	.newsletter .box .form-news .btn-newsletter {
		float: left;
		margin-left: 8px;
	}
	.newsletter .box .titulo, .redes .titulo {
		font-size: 28px;
		line-height: 32px;
	}
	.newsletter .box p {
		font-size: 16px;
		line-height: 22px;
	}
	.texto-seo .titulo {
		font-size: 36px;
		line-height: 36px;
	}
	.confianza .box-confi .item span {
		font-size: 16px;
		line-height: 22px;
	}
	.confianza .box-confi .item p {
		font-size: 12px;
		line-height: 18px;
	}
	.hidden-sm{
		display: none;
	}
	header .box .buscador .search .form-buscador {
		width: 100%;
	}
	header .box .buscador .search .form-buscador .form-control {
		width: 90%;
	}
	footer .menu li:first-child {
		display: none;
	}
}

@media screen and (max-width: 575px) {

	.sec-mobile button {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
		top: 5px!important;
	}
	.sec-mobile button.open-cesta {
		padding-right: 12px;
	}
	.sec-mobile .mobilelogo {
		max-width: 200px;
	}
	header .box-logo {
		width: 46px;
	}
	.header .sec-mobile.fixed {
		padding-bottom: 10px;
	}
	.sec-mobile button.open-cesta .js-shCart-qty {
		right: 8px;
		top: 5px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
	}
	.sec-mobile button {
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 26px;
	}


	.slider .flexslider .slides li {
		height: 280px;
	}
	.slider {
		margin-top: 70px;
	}
	.slider .flexslider .flex-caption p {
		display: block;
	}
	.slider .flexslider .flex-caption {
		width: 90%;
	}
	.img-movil{
		display: none;
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		margin-top: 60px;
		margin-bottom: 50px;
	}
	.img-movil img{
		width: 100%;
		min-height: 100%;
	}
	.img-movil .texto{
		width: 80%;
		position: absolute;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		text-align: center;
	}
	.img-movil .texto .titulo{
		font-size: 44px;
		font-family: "Rokkitt Light";
		text-transform: uppercase;
		line-height: 44px;
		color: #fff;
		margin-bottom: 5px;
	}
	.img-movil .texto span{
		font-size: 1.5em;
		color: #000;
		background: rgba(255, 255, 255, 0.8);
		padding: 10px 20px;
	}
	.black {
		background: rgba(0, 0, 0, 0.8) !important;
		color:#FFFFFF !important;
	}
	.img-movil .texto p {
		font-size: 1em;
		color: #000;
		background: rgba(255, 255, 255, 0.8);
		padding: 6px 20px;
		margin-top: 14px;
	}
	.confianza .box-confi .item span {
		font-size: 18px;
		line-height: 22px;
	}
	.confianza .box-confi .item p {
		font-size: 15px;
		line-height: 20px;
	}
	.confianza .box-confi .item {
		margin-bottom: 20px;
	}
	.confianza .box-confi .col-br:before, .confianza .box-confi .col-br:after {
		display: none;
	}
	.newsletter .box .form-news .form-control {
		width: 70%;
	}
	.catalogo .box .producto .img .front {
		top: -40%;
	}
	.catalogo .box .col-6{
		padding: 0 1px;
	}
	.catalogo .box .row{
		margin: 0 -14px;
	}
}
@media screen and (max-width: 479px) {

	.sec-mobile .mobilelogo {
		max-width: 100px;
	}
	.sec-mobile button {
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.sec-mobile .mobilelogo .js_logo {
		top: 12px;
		width: 60px;
	}
	header .box-logo {
		width: 38px;
	}
	header .box .buscador .search .form-buscador .form-control {
		width: 85%;
	}
	header .sec-mobile .mobile-logo .box-logo {
		width: 50px;
	}
	.sec-mobile button.open-cesta {
		padding-right: 15px;
	}
	.sec-mobile button.open-cesta .js-shCart-qty {
		right: 5px;
		top: 5px;
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 9px;
	}
	.slider {
		margin-top: 50px;
	}
	.slider .flexslider .flex-caption {
		top: 40%;
	}
	.slider .flexslider .flex-caption.left {
		left: 4%;
	}
	.slider .flexslider .flex-caption.left{
		right: 4%;
	}
	.slider .flexslider .flex-caption small {
		display: none;
	}
	/* comentado ramon 220 px*/
	.slider .flexslider .slides li {
		height: 104px;
	}
	.cabecera {
		margin-top: 50px;
	}
	.banners-home .banner .box {
		width: 100%;
		position: relative;
		padding: 15px;
	}
	.banners-home .banner .box .texto {
		padding: 0px;
	}
	.banners-home .banner .box .texto .titulo {
		font-size: 24px;
	}
	.banners-home .banner .box .texto p {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.banners-home .banner .box .texto .logo {
		position: relative;
		bottom: 0;
		left: initial;
		transform: initial;
	}
	.banners-home .banner .box-img, .banners-home .banner .img {
		margin-bottom: 0;
	}
	.catalogo .cabecera-catalogo .texto .titulo {
		font-size: 28px;
		line-height: 30px;
	}
	.catalogo .box .producto .box-img {
		padding: 40px 10px;
	}
	.catalogo .box .producto .img {
		height: 100px;
	}
	.catalogo .box .producto .texto .box-nombre .nombre, .catalogo .box .producto .texto .box-nombre .precio .actual {
		font-size: 15px;
	}
	.catalogo .box .producto .img .front {
		top: -70%;
	}
	.catalogo .box .producto {
		margin-bottom: 20px;
	}
	.newsletter .box .form-news .form-control {
		width: 100%;
	}
	.newsletter .box .form-news .btn-newsletter {
		float: left;
		margin: 15px 0 0;
	}
	.newsletter {
		margin-bottom: 20px;
	}
	.newsletter .box .titulo, .redes .titulo {
		font-size: 24px;
		line-height: 28px;
	}
	.modal-body {
		padding: 15px;
	}

	.col-xxs-12{
		width: 100%;
	}
}

@media screen and (max-width: 339px) {



}

/*fin responsive home*/


/*responsive contacto*/

@media screen and (max-width: 1199px) {
	.contacta .box-items .item {
		padding: 0px 20px;
	}
	.cabecera {
		margin-bottom: 20px;
		margin-top: 70px;
	}
	.texto-intro {
		margin-bottom: 20px;
	}
	.form-contacto textarea {
		height: 250px;
	}
	.contacta .box-items .item {
		padding: 0;
	}
}


@media screen and (max-width: 991px) {
	.cabecera .overlay {
		padding: 60px 0;
	}
	.cabecera .titulo {
		font-size: 36px;
		line-height: 38px;
	}
}

@media screen and (max-width: 767px) {
	.cabecera .titulo {
		font-size: 32px;
		line-height: 34px;
	}
	.form-contacto textarea {
		height: 150px;
	}
	.contacta .box-items .item span {
		font-size: 18px;
	}
	.contacta .box-items .item hr {
		margin: 10px auto;
	}
	.contacta .box-items .item p {
		font-size: 13px;
	}
	.contacta .box-items .item a {
		font-size: 18px;
	}
}

@media screen and (max-width: 575px) {

	.cabecera {
		margin-top: 65px;
	}
	.form-contacto {
		margin-bottom: 40px;
	}
	.contacta .box-items .item span {
		font-size: 20px;
	}
	.contacta .box-items .item hr {
		margin: 10px auto;
	}
	.contacta .box-items .item p {
		font-size: 14px;
	}
	.contacta .box-items .item a {
		font-size: 20px;
	}
	.contacta .box-items .item {
		margin-bottom: 20px;
	}
	.form-contacto .titulo {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 14px;
	}
	.contacta .box-items {
		margin-bottom: 20px;
	}
	.contacta .banners-home {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 479px) {

	.cabecera .titulo {
		font-size: 28px;
		line-height: 30px;
	}
	.cabecera {
		margin-top: 50px;
	}
	.col-xxs-12{
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.form-contacto .btn-enviar {
		display: table;
		margin: 15px auto 0;
		float: none;
	}
	footer .menu li {
		margin: 0 5px;
	}
}

@media screen and (min-width: 200px) AND (max-width: 330px) {
	.slider .flexslider .slides li {
		height: 88px;
	}
}
@media screen and (min-width: 331px) AND (max-width: 380px) {
	.slider .flexslider .slides li {
		height: 98px;
	}
}

@media screen and (min-width: 381px) AND (max-width: 550px) {
	.slider .flexslider .slides li {
		height: 114px;
	}
}


/*fin responsive contacto*/



/*responsive blog y noticia*/

@media screen and (max-width: 1199px) {
	.blog-grid .noticia .img {
		width: 460px;
		height: 250px;
	}
	.blog-grid .noticia .texto {
		width: 225px;
		height: 250px;
		padding: 30px 20px;
	}
	.blog-grid .noticia .texto .titulo {
		font-size: 18px;
	}
	.blog-grid .noticia .img .hover .texto-hover {
		width: 90%;
	}
	.blog-grid .noticia .img .hover .texto-hover span {
		font-size: 18px;
	}
	.blog-grid.blog-single .noticia .img {
		width: 100%;
		height: auto;
	}
	.blog-grid.blog-single .noticia .img img {
		width: 100%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
	}
	.blog-grid.blog-single .noticia .texto {
		width: 100%;
		height: auto;
		background: #fff;
		padding: 0;
		border: none;
		text-align: left;
	}
	.blog-grid.blog-single .noticia .texto .titulo {
		font-size: 36px;
		line-height: 40px;
	}
	.blog-grid.blog-single .noticia .texto blockquote p {
		font-size: 20px;
	}
}


@media screen and (max-width: 991px) {
	.blog-grid .noticia .img {
		width: 280px;
		height: 300px;
	}
	.blog-grid .noticia .texto {
		width: 165px;
		height: 300px;
		padding: 25px 10px;
	}
	.blog-grid .noticia .fecha {
		width: 60px;
		height: 60px;
		line-height: 60px;
		padding: 12px 0;
	}
	.blog-grid .noticia .texto .titulo {
		font-size: 14px;
		line-height: 20px;
	}
	.blog-grid .noticia .img img {
		height: 100%;
	}
	.blog-grid .noticia .img .hover .texto-hover span, .blog-grid .noticia .img .hover .texto-hover p, .blog-grid .noticia .img .hover .texto-hover hr {
		display: none;
	}
	.blog-grid.blog-single .noticia .fecha {
		width: 70px;
		height: 70px;
		line-height: 70px;
		padding: 12px 0;
	}
	.blog-grid.blog-single .noticia .fecha span {
		font-size: 22px;
		line-height: 34px;
	}
	.blog-grid.blog-single .noticia .fecha small {
		font-size: 13px;
		line-height: 5px;
	}
}

@media screen and (max-width: 767px) {
	.blog-grid .noticia .img {
		width: 340px;
	}
	.side-blog .box-side {
		width: 48%;
	}
	.side-blog .box-side:last-child {
		float: right;
	}
	.side-blog {
		margin-bottom: 0px;
	}
	.blog-grid.blog-single .noticia .texto .titulo {
		font-size: 30px;
		line-height: 34px;
	}
	.blog-single .noticia .texto blockquote {
		padding: 25px;
	}
}

@media screen and (max-width: 575px) {

	.blog-grid .noticia .texto {
		width: 40%;
	}
	.blog-grid .noticia .img {
		width: 60%;
	}
	.blog-grid.blog-single .noticia .texto blockquote p {
		font-size: 18px;
	}
	.box-btn-volver{
		float: left!important;
	}
}
@media screen and (max-width: 479px) {
	.blog-grid .noticia .texto {
		width: 100%;
		height: auto;
		border: none;
		margin-bottom: 5px;
	}
	.blog-grid .noticia .img {
		width: 100%;
		height: auto;
	}
	.blog-grid .noticia .texto .titulo {
		font-size: 16px;
		line-height: 20px;
	}
	.blog-grid .noticia .img img {
		height: initial;
		width: 100%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
	}
	.texto-intro p {
		font-size: 16px;
	}
	.side-blog .box-side {
		width: 100%;
		margin-bottom: 20px;
	}
	.paginador ul {
		margin-bottom: 50px;
	}
	.blog-grid.blog-single .noticia .texto .titulo {
		font-size: 30px;
		line-height: 36px;
	}
	.blog-grid.blog-single .noticia .fecha {
		width: 60px;
		height: 60px;
		line-height: 60px;
		padding: 5px 0;
		top: 10px;
		left: 10px;
	}
	.blog-grid.blog-single .noticia {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 339px) {

}

/*fin responsive blog y noticia*/


/*responsive sobre nosotros*/

@media screen and (max-width: 1199px) {
	.sobre-nosotros .box .box-img, .sobre-nosotros .box .img {
		width: 310px;
		height: 390px;
	}
	.sobre-nosotros .box .box-img.box-img-right {
		right: 30px;
	}
	.sobre-nosotros .box .texto .titulo {
		font-size: 60px;
		line-height: 50px;
	}
	.sobre-nosotros .caracteristicas .texto .item p {
		font-size: 13px;
	}

}


@media screen and (max-width: 991px) {
	.hidden-md{
		display: none;
	}
	.sobre-nosotros .box .texto {
		padding-right: 0;
	}
	.sobre-nosotros .box {
		margin-bottom: 40px;
	}
	.sobre-nosotros .caracteristicas .texto .item .titulo {
		font-size: 15px;
	}
	.sobre-nosotros .caracteristicas .texto .item .svg {
		width: 44px;
	}
	.sobre-nosotros .caracteristicas .texto .item p {
		font-size: 12px;
		padding: 0;
	}
	.sobre-nosotros .caracteristicas .texto p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.sobre-nosotros .box .texto .titulo {
		font-size: 50px;
		line-height: 50px;
	}
	.sobre-nosotros .caracteristicas .texto .item .titulo {
		font-size: 16px;
	}
	.sobre-nosotros .caracteristicas .texto .item {
		margin-bottom: 40px;
	}
	.sobre-nosotros .caracteristicas .texto .item p {
		font-size: 13px;
		padding: 0;
	}
	.sobre-nosotros .caracteristicas {
		margin-bottom: 0px;
	}
	.sobre-nosotros .box {
		margin-bottom: 0px;
	}
	.sobre-nosotros .caracteristicas .texto .titulo {
		font-size: 38px;
		line-height: 38px;
	}
}

@media screen and (max-width: 575px) {


}
@media screen and (max-width: 479px) {
	.sobre-nosotros .caracteristicas .texto .titulo {
		font-size: 34px;
		line-height: 34px;
	}
	.sobre-nosotros .caracteristicas .texto p {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.sobre-nosotros .caracteristicas .texto .item .titulo {
		font-size: 18px;
	}
	.sobre-nosotros .caracteristicas .texto .item hr {
		margin: 10px auto;
	}
	.sobre-nosotros .caracteristicas .texto .item p {
		font-size: 14px;
	}
	.sobre-nosotros {
		margin-bottom: 20px;
	}
	.banners .container-fluid figure .hover .texto-hover span {
		font-size: 16px;
	}
}

@media screen and (max-width: 339px) {

}

/*fin responsive sobre nosotros*/


/*responsive favoritos*/

@media screen and (max-width: 1199px){

	.lista-favoritos tbody .btn-fav {
		width: 47%;
		font-size: 10px;
	}
	.lista-favoritos thead tr .fav-articulo {
		width: 33%;
	}
	.lista-favoritos thead tr .fav-vacio {
		width: 20%;
	}
}

@media screen and (max-width: 991px){

	.lista-favoritos tbody .btn-fav span {
		display: none;
	}
	.lista-favoritos tbody .btn-fav i {
		margin-bottom: 0;
		font-size: 20px;
	}
	.lista-favoritos tbody .btn-fav {
		width: 50px;
		height: 50px;
		line-height: 30px;
	}
}

@media screen and (max-width: 767px){
	.lista-favoritos thead tr .fav-imagen, .lista-favoritos thead tr .fav-fecha, .lista-favoritos thead tr .fav-importe {
		width: auto;
	}
	.lista-favoritos thead tr .fav-articulo{
		min-width: 180px;
	}
	.lista-favoritos thead tr .fav-vacio{
		min-width: 130px;
	}
	.lista-favoritos thead th {
		font-size: 14px;
	}
	.aviso {
		display: inline-block;
		width: 100%;
		background: #eee;
		padding: 15px;
		margin-bottom: 20px;
		text-align: center;
	}
	.aviso i {
		font-size: 12px;
		color: #000;
	}
}

@media screen and (max-width: 575px) {

	.lista-favoritos .table.deseos-table{
		margin-bottom: 20px;
	}
	.lista-favoritos .fin a {
		display: table;
		margin: auto;
		float: none;
	}
}

@media screen and (max-width: 479px){

}

@media screen and (max-width: 339px){

}

/*fin responsive favoritos*/


/*responsive listado y ficha*/

@media screen and (max-width: 1199px){
	.seo-listado .bloque .box-img, .seo-listado .bloque .img {
		width: 340px;
		height: 340px;
	}
	.seo-listado .bloque .img img {
		width: 100%;
	}
	.box-img-big{
		width: 440px;
		height: 440px;
	}
	.box-img-big .img-big {
		width: 400px;
		height: 440px;
	}
	.box-img-big .img-big img {
		width: 100%;
	}
	.carousel-arrows-mini {
		height: 430px;
	}
	.info-ficha .nombre-producto {
		font-size: 42px;
		line-height: 44px;
	}
	.info-ficha .box-agregar .btn-agregar {
		padding: 14px 15px;
		width: 190px;
	}
	.info-ficha .precios .actual {
		font-size: 28px;
	}
	.confianza-ficha {
		padding: 0;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 991px){
	.seo-listado .bloque {
		margin-bottom: 20px;
	}
	.seo-listado {
		margin-bottom: 40px;
	}
	.cabecera.cabecera-big .overlay {
		padding: 120px 0;
	}
	.box-img-big{
		width: 600px;
		height: 600px;
		margin-bottom: 40px;
	}
	.box-img-big .img-big {
		width: 560px;
		height: 600px;
	}
	.carousel-arrows-mini {
		height: 480px;
	}
	.carousel-arrows-mini .next-mini {
		bottom: -80px;
	}
	.info-ficha .box-agregar .btn-agregar {
		padding: 14px 15px;
		width: 340px;
	}
}

@media screen and (max-width: 767px){
	.cabecera.cabecera-big .overlay {
		padding: 90px 0;
	}
	.carrusel-mini-ficha, .carousel-arrows-mini {
		display: none;
	}
	.box-img-big {
		width: 100%;
		height: 510px;
		margin-bottom: 60px;
	}
	.box-img-big .img-big {
		width: 95%;
		height: 500px;
		margin: auto;
	}
	.info-ficha .box-agregar .btn-agregar {
		width: 330px;
	}
	.box-img-big .slick-dots{
		display: block!important;
		bottom: -35px;
	}
	.slick-dots li {
		position: relative;
		display: inline-block;
		width: initial;
		height: initial;
		margin: 0 5px;
		padding: 0;
		cursor: pointer;
	}
	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 10px;
		height: 10px;
		padding: 5px;
		cursor: pointer;
		color: #000;
		border: 0;
		outline: none;
		background: #ccc;
		border-radius: 50%;
		margin: 0;
	}
	.slick-dots li button:before {
		display: none;
	}
	.slick-dots li.slick-active button {
		background: #000;
	}
	.titulo-seccion.seccion-interna .texto .titulo {
		font-size: 30px;
		line-height: 34px;
	}
	.modal-uv .table > thead > tr > th {
		font-size: 14px;
		min-width: 150px;
	}
}

@media screen and (max-width: 575px) {
	.seo-listado .bloque .texto .titulo {
		font-size: 28px;
		line-height: 36px;
	}
	.box-img-big {
		height: 450px;
	}
	.box-img-big .img-big {
		height: 450px;
	}
	.info-ficha .ref {
		margin-bottom: 15px;
	}
	.info-ficha .box-agregar .btn-agregar {
		width: 270px;
	}
	.ficha {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 479px){
	.cabecera.cabecera-big .overlay {
		padding: 60px 0;
	}
	.box-img-big {
		height: 400px;
	}
	.box-img-big .img-big {
		height: 400px;
	}
	.info-ficha .box-agregar .btn-agregar {
		width: 100%;
	}
	.info-ficha .caracteristicas .item .titulo {
		font-size: 8px;
	}
	.info-ficha .caracteristicas .mr {
		margin: 0 -2px;
	}
	.info-ficha .caracteristicas .pd {
		padding: 0 2px;
	}
	.info-ficha .caracteristicas .item {
		padding: 15px 10px;
	}
	.info-ficha .box-spinner {
		display: table;
		margin: 0;
		float: none;
		margin: 0 auto 15px;
	}
	.info-ficha .box-agregar {
		display: inline-block;
		margin: 0;
		float: none;
		width: 100%;
	}
	.info-ficha .caracteristicas {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 339px){

}

/*fin responsive listado y ficha*/



/*responsive cesta*/

@media screen and (max-width: 1199px) {

	.form-cesta .paso .forma-pago {
		width: 45%;
	}
	.form-cesta .paso .descripcion {
		width: 50%;
		float: right;
	}
	.form-cesta .paso .descuento input {
		width: 235px;
	}
}

@media screen and (max-width: 991px) {

	.form-cesta .paso-resumen-movil {
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
		background: #fff;
		padding: 0;
	}
	.form-cesta .paso-resumen-movil .btn-tramitar{
		float: right;
		text-transform: uppercase;
		font-family: "Ubuntu Light";
		color: #fff;
		background: #000;
		font-size: 11px;
		padding: 8px 20px;
		display: inline-block;
		position: relative;
		overflow: hidden;
		border: 2px solid #000;
	}
	.cesta .btns a {
		color: #000;
		background: #fff;
		border: 1px solid #000;
		padding: 8px 20px;
		font-size: 11px;
	}
	.cesta .btns a:hover {
		color: #fff;
		background: #000;
	}
	.form-cesta .paso-resumen .titulo {
		background: #f5f5f5;
	}
	.form-cesta .paso-resumen-movil .btn-tramitar:hover {
		background: #fff;
		color: #000;
	}
	.form-cesta .paso-resumen-movil .box-total {
		margin-bottom: 10px;
	}
	.form-cesta .paso .descuento input {
		width: 270px;
	}
	.form-cesta .paso-resumen-desktop {
		background: #fff;
		padding: 0;
	}
	.form-cesta .paso-resumen-desktop .titulo {
		display: none;
	}
	.form-cesta .paso-resumen-desktop table.resumen {
		display: none;
	}
	.form-cesta .sellos img {
		display: none;
	}
	.footer-cesta [class*='col-']:after {
		display: none;
	}
}

@media screen and (max-width: 767px) {

	.img-movil{
		display: block !important;
		margin-top: 164px !important;
		margin-bottom: 0px !important;
	}

	.slides{

		display: none ;
	}

	.slider{
		display: none !important;
	}

	.header-cesta .logo {
		margin: 7px 0 0;
	}
	.form-cesta .paso .forma-pago {
		width: 100%;
		padding: 0;
	}
	.form-cesta .paso .descripcion {
		width: 100%;
		padding: 12px 0 0 12px;
		border-left: none;
	}
	.form-cesta .paso .descuento input {
		width: 80%;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.footer-cesta .item .texto p {
		font-size: 12px;
		line-height: 18px;
	}
	.footer-cesta [class*='col-']:after {
		display: none;
	}
	.footer-cesta .item {
		height: auto!important;
		padding-left: 0px;
		margin-bottom: 20px;
	}
	.footer-cesta .item .texto {
		width: 75%;
	}
	.cesta .btns .btn-seguir {
		display: none;
	}
	.cesta .btns .btn-seguir-movil {
		display: table;
		margin: 0 auto 15px;
		float: none!important;
	}
	.form-cesta table.resumen .box-spinner .spinner input {
		width: 40px;
		height: 34px!important;
		text-align: center;
		padding: 6px;
	}
	.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button {
		width: 34px;
		height: 34px;
		float: left;
		position: relative;
		right: 0px;
	}
	.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-down {
		right: 0;
	}
	.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button .fa {
		font-size: 12px;
	}
	.form-cesta .paso .form-control {
		height: 45px!important;
		font-size: 14px!important;
	}
	.form-cesta .paso textarea.form-control {
		height: 100px!important;
	}
	.form-cesta table.resumen td {
		max-width: 120px;
	}
	.form-cesta .paso-resumen-movil .btn-tramitar {
		float: none;
		font-size: 18px;
		padding: 10px 24px;
		display: table;
		margin: auto;
	}
	.cesta .login .icono {
		width: 48px;
		height: 48px;
	}
	.cesta .login .texto span {
		font-size: 15px;
		line-height: 18px;
	}
	.cesta .login .texto p {
		font-size: 18px;
		line-height: 20px;
	}
	.form-cesta .paso-resumen .titulo {
		background: #f5f5f5;
	}
	.form-cesta table.resumen {
		margin-bottom: 10px;
	}
	.form-cesta table.resumen .nombre {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 8px;
		display: block;
	}
	.form-cesta .paso .descuento button {
		float: left;
		font-size: 14px;
		padding: 14px 10px;
		margin-left: 10px;
	}
	.modal.info-descuento .info-descuento-w h3{
		margin-bottom: 0px;
		font-size: 22px;
		line-height: 26px;
		margin-top: 25px;
		font-family: "Ubuntu Medium";
	}
	#div_formas_envio {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 575px) {
	.header-cesta .logo {
		margin: 10px auto;
	}
	.header-cesta .dev, .header-cesta .correo {
		font-size: 11px;
	}
	.js_validador em {
		top: 56px;
		left: 0px;
		white-space: initial;
	}
	.cesta .form-cesta .condiciones-venta span {
		width: 90%;
	}
	.polPriv em {
		top: 44px;
		left: 20px;
	}
	.cesta .login .icono {
		width: 30px;
		height: 48px;
	}
}

@media screen and (max-width: 479px) {

	.form-cesta table.resumen th.img {
		display: none;
	}
	.cesta .form-cesta table.resumen td.img {
		display: none;
	}
	.form-cesta table.resumen td {
		padding: 10px 10px 10px 0;
	}
	.cesta .btns a {
		float: left;
		margin-bottom: 15px;
	}
	.form-cesta .paso-resumen-movil {
		padding-bottom: 0;
	}
	.form-cesta .paso .descuento input {
		width: 77%;
		margin-right: 0;
	}
	.header-cesta .dev {
		text-align: center;
	}
	.header-cesta .logo {
		margin: 10px 0;
	}
	.cesta .login .texto {
		width: 84%;
	}
	.form-cesta .paso .descuento input {
		width: 100%;
	}
	.form-cesta .paso .descuento button {
		margin-left: 0;
	}
	.form-cesta .paso .factura {
		font-size: 15px;
		line-height: 20px;
	}
	.form-cesta .paso .factura a {
		margin-left: 0;
		display: block;
	}
	.header-cesta .dev strong {
		display: block;
	}
	.modal.info-descuento .info-descuento-w ul {
		padding: 20px 0px 0 0px;
		font-size: 12px;
	}
	.modal.info-descuento .info-descuentoAlert {
		font-size: 12px;
	}
	.info-descuento-w span {
		font-size: 20px;
		font-family: "Ubuntu Medium";
	}
	.hidden-xxs{
		display: none;
	}
	.col-xxs-6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 339px) {

	.form-cesta .paso .descuento input {
		width: 70%;
	}
	.cesta .login .texto {
		width: 80%;
	}
	.form-cesta table.resumen .box-spinner .spinner input {
		width: 100%;
		text-align: center;
	}
	.form-cesta table.resumen .box-spinner .spinner .ui-spinner .ui-spinner-button {
		width: 50%;
	}
}

/*fin responsive cesta*/



/*responsive mi cuenta*/

@media screen and (max-width: 1199px){

	.mi-cuenta-section .campo {
		padding: 15px 15px 30px 15px;
	}

	.mi-cuenta-section .campo p {
		font-size: 13px;
	}

	.mi-cuenta-section .campo .ver-servicio {
		font-size: 10px;
	}

	.btn-black, .checkout_form .btn-modal, .btn-password {
		font-size: 14px;
		padding: 8px 20px;
		margin-bottom: 0;
	}
	.mi-cuenta-section .texto-intro {
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 991px){

	.mi-cuenta-section .campo p {
		font-size: 15px;
	}

	.mi-cuenta-section .campo .ver-servicio {
		font-size: 12px;
	}

	.mi-cuenta-section .campo {
		padding: 20px 20px 30px 20px;
	}

	.mi-cuenta-section .campo .nombre-seccion {
		font-size: 15px;
		line-height: 18px;
	}
	.cestas-guardadas .mobile i{
		display: none;
	}
	.favoritos tbody .btn-fav {
		float: none;
		margin: 0;
	}
	.mi-cuenta-section .form-group.arrow:after {
		top: 40px;
	}
	.table-responsive {
		overflow-x: auto;
	}
}

@media screen and (max-width: 767px){

	.mi-cuenta-section .texto-intro p {
		font-size: 16px;
		line-height: 22px;
	}
	.mi-cuenta-section .campo .nombre-seccion {
		font-size: 18px;
		line-height: 20px;
	}

	.mi-cuenta-section .campo p {
		font-size: 13px;
	}

	.mi-cuenta-section .campo .ver-servicio {
		font-size: 10px;
	}

	.side-usuario .box-side {
		width: 100%;
		margin: 0;
	}
	.favoritos tbody .btn-fav span{
		display: none;
	}
	.favoritos .table {
		margin-bottom: 20px;
	}
	.mi-cuenta-section {
		margin-bottom: 0;
	}
	.btn-black, .checkout_form .btn-modal, .btn-password {
		display: table;
		margin: 0 auto 20px;
		float: none!important;
	}
	.mi-cuenta-section .campo {
		margin-bottom: 15px;
	}
	.historial-table thead th {
		min-width: 150px;
	}

}

@media screen and (max-width: 575px){

}

@media screen and (max-width: 479px){

	.mi-cuenta-section .campo p {
		font-size: 15px;
		min-height: initial;
	}

	.mi-cuenta-section .campo .ver-servicio {
		font-size: 12px;
	}

	.mi-cuenta-section .campo {
		padding: 20px 20px 30px 20px;
		height: auto!important;
	}
	.mi-cuenta-section .campo .nombre-seccion {
		font-size: 18px;
		line-height: 24px;
	}

	.bloque form button {
		float: none;
		display: table;
		margin: auto;
	}

	.btn-black, .checkout_form .btn-modal, .btn-password {
		display: table;
		margin: 15px auto;
		float: none!important;
	}
	.favoritos .fin {
		text-align: center!important;
	}
	.favoritos .fin a, .favoritos .fin .volver{
		font-size: 12px;
		padding: 8px 25px;
		display: table;
		margin: 5px auto;
		float: none;
	}
}

@media screen and (max-width: 399px){

}

/*fin responsive mi cuenta*/
