/*
Theme Name: Theme MOV
Theme URI: https://santaconcha.com
Author: SANTACONCHA Digital Performance
Author URI: https://santaconcha.com
Version: 0.1
*/

/*
colores corporativos navarro
verde moncada: 	pantone 349C 	#00693e
verde xiri: 	pantone 362c 	#299926
gris oscuro 					#798289
gris medio 						#d7d7d7
gris claro 						#e7e7e7

 */

/* Estilos generales */
body {
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	color:#00693e;
}
h1>a, h2>a, h3>a, h4>a, h5>a {
    text-decoration:underline;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
p, li {
	font-weight: 400;
	color: black;
}
a {
	font-weight: bold;
}
a.btn-thememov-shortcode {
    display: inline-block;
    line-height: 13px;
    padding: 15px 30px;
    font-weight: bold;
    text-align: center;
}
a.btn-thememov-shortcode:hover {
	text-decoration: none;
}
.more-link {
	font-weight: bold;
	color: red;
	display: block;
}
h2.tit-bloque {
	margin-bottom: 25px;
}
/* FIN Estilos generales */


/* Estilos HEADER */
.navbar {
	border:none;
}
.navbar-header {
	max-width: 250px;
	float: left;
}
.collapse.navbar-collapse {
	max-width: calc(100% - 250px);
	float: right;
}
.navbar {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-brand {
	display: inline-block;
	padding: 0;
	height: 100%;
}
.navbar-brand img {
	max-width: 100%;
    max-height: 75px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin:0;
}
.navbar-nav>li {
	padding: 5px 0;
}
.navbar-nav>li>a {
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    color: #00693e;
    padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background: none;
}
/*.navbar-nav>li.destacado {
	margin-left: 10px;
}*/
.navbar-nav>li.destacado>a {
	color: blue;
	padding: 10px 15px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-menu {
	padding: 10px;
}
.dropdown-menu>li {
	text-align: center;
}
.dropdown-menu>li>a {
	color: orange;
}
#cerrar-menu-mobile {
	display: none;
}

.bloque-info-header {
	text-align: right;
	height: 25px;
}

.bloque-info-header > div {
	display: inline-block;
	color: black;
}
.bloque-info-header > div+div {
	margin-left: 15px;
}
.bloque-info-header > div > i {
	font-size: 20px;
	float: left;
	margin-right: 5px;
	color: #307ea6;
}
.bloque-info-header > div > p {
	float: left;
	margin-bottom: 0;
	line-height: 20px;
}
.bloque-info-header > div > p > a {
	font-weight: bold;
	color: #575757;
}
.widget-rrss-header .enlace-footer-rrss {
	font-size: 16px;
	margin: 0 5px;
}
div + .widget-rrss-header.pull-right {
	margin-right: 20px;
}

.menu-carrito-woocommerce {
	display: inline-block;
	width: 100%;
}
.menu-carrito-woocommerce a.item-carrito {
	float: right;
    display: inline-block;
    width: 37px;
    text-align: right;
    padding: 8px 0;
    font-size: 20px;
}
.item-carrito-mobile {
	display: none;
}
@media (max-width: 900px) {
	.menu-carrito-woocommerce a.item-carrito {
		display: none;
	}
	.item-carrito-mobile {
		float: right;
	    display: inline-block;
	    width: 50px;
	    text-align: right;
	    padding: 8px 0;
	    font-size: 20px;
	    margin-top: 20px;
	}
	#menu-navegacion .text-libre {
	    position: absolute;
	    width: 100%;
	    left: 0;
	    bottom: 150px;
	    text-align: center;
	}
	#menu-navegacion .widget-rrss-header {
		position: absolute;
	    width: 100%;
	    left: 0;
	    bottom: 125px;
	}
	#menu-navegacion .widget-rrss-header .text-right {
		text-align: center!important;
	}
}
/* FIN Estilos HEADER */


/* Estilos FOOTER */
#contacto.contacto-footer {
	padding: 40px 0;
	display: block;
	width: 100%;
}
#contacto.contacto-footer h2 {
	margin-top: 0;
	color: #15456b;
}
.div-input p {
	color: #15456b;
}
.div-input a {
	color: #15456b;
	font-size: 18px;
	font-weight: bold;
}
#contacto.contacto-footer .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: inline-block!important;
    width: 100%;
    text-align: center;
}
.div-input {
	padding: 10px;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}
.wpcf7-form-control-wrap textarea {
	height: 120px;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	width: 100%;
	padding: 10px;
	background: #cfe2f6;
	color: #15456b;
	border: 1px solid #15456b;
}
::-webkit-input-placeholder {
	color: #15456b;
}
:-ms-input-placeholder {
	color: #15456b;
}
::placeholder {
	color: #15456b;
}

.wpcf7-form-control-wrap input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.div-input.div-input-aceptacion {
    padding: 20px 10px;
    font-size: 15px;
    color: #15456b;
}
.div-input.div-input-aceptacion a {
	font-weight: bold;
	color: #15456b;
	font-size: 15px;
}
.div-input.div-input-aceptacion > span {
	float: left;
    margin-right: 7px;
}
.div-input input[type="submit"] {
	width: 100%;
	text-align: center;
	border:none;
	background: #1b66b1;
	color: #fff;
    padding: 13px 10px 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.div-input input[type="submit"]:disabled {
	background: rgba(47,122,191,0.6);
}
.div-input input[type="submit"]:hover {
    background: #16548e;
    border-color: #16548e;
}


footer .footer-top, footer .footer-bottom {
	padding: 50px 0;
}
footer .tit-footer {
	margin-top: 0;
}
footer .footer-top > div > div, footer .footer-bottom > div > div {
	margin-bottom: 30px;
}
.enlace-footer-lista {
	display: inline-block;
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
}
.widget-rrss-footer {
	color: #fff;
}
.widget-rrss-footer h3 {
	display: inline;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	margin-right: 10px;
}
.widget-rrss-footer h3+p {
	margin-top: 10px;
}
.widget-rrss-footer a {
	color: #fff;
	margin: 0 10px;
	font-size: 16px;
}
.widget-rrss-footer p a {
	margin: 0 15px 0 0;
}
.text-copyright {
	text-align: right;
	color:#fff;
}
.text-copyright p {
	color:#fff;
}
.text-copyright a {
	color:#fff;
	font-weight: bold;
}
/* FIN Estilos FOOTER */


/* Estilos página OLN */
section.hero.hero-page-thememov {
    color:#fff;
    margin-bottom: 20px;
    background-size: cover!important;
    display: inline-block;
    width: 100%;
    padding: 150px 0;
}
section.hero.hero-page-thememov h1,
section.hero.hero-page-thememov h2,
section.hero.hero-page-thememov h3,
section.hero.hero-page-thememov p {
	color:#fff;
}
section.hero.hero-page-thememov a.btn-thememov-shortcode {
	margin-top: 15px;
}

section.cabecera-page-thememov {
	padding: 50px 0;
    color:#fff;
    margin-bottom: 20px;
    background-size: cover!important;
    display: inline-block;
    width: 100%;
    background: rgba(1,63,118,1);
	background: -webkit-linear-gradient(left, rgba(1,63,118,1) 0%, rgba(0,114,177,1) 50%, rgba(1,63,118,1) 100%);
	background: -o-linear-gradient(left, rgba(1,63,118,1) 0%, rgba(0,114,177,1) 50%, rgba(1,63,118,1) 100%);
	background: -ms-linear-gradient(left, rgba(1,63,118,1) 0%, rgba(0,114,177,1) 50%, rgba(1,63,118,1) 100%);
	background: linear-gradient(to right, rgba(1,63,118,1) 0%, rgba(0,114,177,1) 50%, rgba(1,63,118,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f5c', endColorstr='#013f76', GradientType=1 );
}
section.cabecera-page-thememov * {
	color: #fff!important;
}

section.texto-full-width {
    margin-bottom: 30px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
section.texto-full-width img {
	width: 100%;
	height: auto;
}
/*section.texto-full-width h2 {
	color: white;
	margin-top: 0;
}*/
.content-video iframe {
    width: 100%;
    height: 500px;
}
.rll-youtube-player {
	margin-top: 20px;
}
.post__content .rll-youtube-player {
	margin-top: 0;
}

section.grid-tratamientos-servicios {
    display: flex;
    flex-wrap: wrap;
}
.bloque-grid-tratamiento {
	margin-bottom: 30px;
    display: flex;
    padding: 0 15px;
}
section.grid-tratamientos-servicios > .bloque-grid-tratamiento > .content-bloque-grid-tratamiento {
	display: flex;
    flex-direction: column;
    padding: 30px;
    width: 100%;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.15);
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
section.grid-tratamientos-servicios > .bloque-grid-tratamiento > .enlace-content-bloque-grid-tratamiento {
	display: flex;
    flex-direction: column;
    width: 100%;
}
section.grid-tratamientos-servicios > .bloque-grid-tratamiento > .enlace-content-bloque-grid-tratamiento > .content-bloque-grid-tratamiento {
	display: block;
	width: 100%;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.15);
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.enlace-content-bloque-grid-tratamiento:hover {
	text-decoration: none;
}
section.grid-tratamientos-servicios > .bloque-grid-tratamiento > .enlace-content-bloque-grid-tratamiento:hover > .content-bloque-grid-tratamiento {
	-webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.content-bloque-grid-tratamiento.grid-tit-img-text-boton {
	padding: 30px; 
}
.content-bloque-grid-tratamiento.grid-tit-img-text-boton h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.content-bloque-grid-tratamiento.grid-tit-img-text-boton img {
	margin-bottom: 20px;
	width: 100%;
}
.content-bloque-grid-tratamiento.grid-tit-img-text-boton a.btn-thememov-shortcode {
	width: 100%;
	margin-top: 15px;
}
.content-bloque-grid-tratamiento .text-bloque-grid-tratamiento ul {
	margin-bottom: 0;
}
.content-bloque-grid-tratamiento.grid-tit-img-background {
	padding: 0!important;
	background-size: cover!important;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.content-bloque-grid-tratamiento.grid-tit-img-background:hover {
	-webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.content-bloque-grid-tratamiento.grid-tit-img-background .background-black {
	background: rgba(0,0,0,0.3);
    display: table;
    height: 300px;
    width: 100%;
    transition: all 0.5s ease-out;
    border-radius: 10px;
}
.content-bloque-grid-tratamiento.grid-tit-img-background .background-black:hover {
	background: rgba(0,0,0,0.5);
}
.content-bloque-grid-tratamiento.grid-tit-img-background a {
    padding: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
}
.content-bloque-grid-tratamiento.grid-tit-img-background a:hover {
	text-decoration: none;
}

section.call-to-action {
	padding: 50px 0;
    color:#fff;
    background-size: cover!important;
    text-align: center;
}
section.call-to-action h2, section.call-to-action p {
	color: #fff;
}
section.call-to-action a.btn-thememov-shortcode {
	margin-top: 10px;
}


section.posts-destacados a.btn-thememov-shortcode {
	width: 300px;
	margin-top: 15px;
    margin-bottom: 30px;
}
.bloque-grid-posts {
	margin-bottom: 30px;
}
.bloque-grid-posts img {
	width: 100%;
}
.bloque-grid-posts p.fecha {
	font-size: 16px;
	color:#9b9b9b;
	font-weight: 300;
}
.bloque-grid-posts h3.post__title {
	font-size: 20px;
}
.bloque-grid-posts .post__content p {
	font-weight: 600;
	font-size: 16px;
}
.row-grid-posts-destacados {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.row-grid-posts-destacados .bloque-grid-posts {
    margin-bottom: 30px;
    display: flex;
    padding: 0 15px;
}
.row-grid-posts-destacados .bloque-grid-posts article {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.col-md-3.bloque-grid-posts .content-img-cabecera {
	max-height: 100px;
	overflow: hidden;
}
.col-md-4.bloque-grid-posts .content-img-cabecera {
	max-height: 120px;
	overflow: hidden;
}
.col-md-6.bloque-grid-posts .content-img-cabecera {
	max-height: 200px;
	overflow: hidden;
}
section.texto-img {
	display: inline-block;
	width: 100%;
}
section.texto-img img {
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
section.texto-img.text-video img {
	margin-top: 0;
}

section.solo-boton a.btn-thememov-shortcode {
	width: 100%;
    display: inline-block;
}

section.slider-testimonios {
	padding: 50px 0;
    color:#fff;
    background-size: cover!important;
}
section.slider-testimonios .content-img-comillas {
	margin: 15px 0;
}
section.slider-testimonios .content-img-comillas img {
	width: auto!important;
    display: inline-block!important;
}
section.slider-testimonios .content-text-item-testimonio {
	margin: 30px 0;
}
section.slider-testimonios .content-text-item-testimonio h3 {
	font-size: 30px;
	color: #274274;
}
section.slider-testimonios .content-text-item-testimonio p {
	font-size: 18px;
	color: #274274;
	font-weight: 400;
}
section.slider-testimonios .owl-theme.owl-slider-testimonio .owl-dots .owl-dot span {
	background: #8bb6e8;
	width: 15px;
    height: 15px;
}
section.slider-testimonios .owl-theme.owl-slider-testimonio .owl-dots .owl-dot.active span,
section.slider-testimonios .owl-theme.owl-slider-testimonio .owl-dots .owl-dot:hover span {
	background: #3972b4;
}
/* FIN Estilos página OLN */


/* Estilos archive POSTS */
.hero-categoria {
	padding: 50px 0;
    color: #fff;
    margin-bottom: 40px;
    background-size: cover!important;
    display: inline-block;
    width: 100%;
    background: rgba(1,63,118,1);
    background: -webkit-linear-gradient(left, rgba(1,63,118,1) 0%, rgba(0,114,177,1) 50%, rgba(1,63,118,1) 100%);
    background: -o-linear-gradient(left, rgba(1,63,118,1) 0%, rgba(0,114,177,1) 50%, rgba(1,63,118,1) 100%);
    background: -ms-linear-gradient(left, rgba(1,63,118,1) 0%, rgba(0,114,177,1) 50%, rgba(1,63,118,1) 100%);
    background: linear-gradient(to right, rgba(1,63,118,1) 0%, rgba(0,114,177,1) 50%, rgba(1,63,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f5c', endColorstr='#013f76', GradientType=1 );
}
.hero-categoria .page-header {
	border: none;
	padding: 0;
	margin: 0;
}
.hero-categoria .page-header h1 {
	color: #fff;
}
.lista-posts-categoria {
    display: flex;
    flex-wrap: wrap;
}
.lista-posts-categoria .bloque-grid-posts {
	margin-bottom: 50px;
    display: flex;
    padding: 0 15px;
}
.lista-posts-categoria .bloque-grid-posts article {
    display: flex;
    flex-direction: column;
    padding: 0px;
    width: 100%;
}
.lista-posts-categoria .bloque-grid-posts article .content-img-cabecera {
	height: 200px;
    overflow: hidden;
}
.lista-posts-categoria .bloque-grid-posts article .content-img-cabecera img {
    object-position: 50% 50%;
    height: 200px;
    object-fit: cover;
}
.lista-categorias {
    padding: 0;
    border-left: 1px solid #eee;
}
.ul-lista-categorias {
	list-style: none;
	padding: 0;
}
.ul-lista-categorias li {
	margin-bottom: 10px;
}
.ul-lista-categorias li a {
	font-size: 16px;
}
/* FIN Estilos archive POSTS */


/* Estilos Single POST */
.hero-post {
	background-size: cover!important;
}
.hero-post .post__header {
	text-align: center;
	margin-bottom: 40px;
	background: rgba(1,63,118,0.5);
	padding: 100px 0;
}
.hero-post .post__header h1 {
	color: #fff;
}
.content-post {
	margin-bottom: 60px;
}
/* FIN Estilos Single POST */


/* Estilos para salvar Visual Composer */
.content-column-text {
	margin-bottom: 35px;
}
/* FIN Estilos para salvar Visual Composer */


/* Estilos WOOCOMMERCE - CATEGORÍA PRODUCTO */
.categoria-producto {
	margin: 60px 0;
}
.categoria-producto .page__title {
	margin-top: 0;
}
.categoria-producto .woocommerce.columns-4 {
	margin-top: 50px;
}
.lista-productos {
	box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: calc(100% + 30px);
	margin: 0 -15px;
}
.lista-productos .item-producto-grid {
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 30px;
    transition: all 0.2s linear;
}
.lista-productos .item-producto-grid .content-item-producto-grid {
	position: relative;
	height: 100%;
	text-align: center;
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
	padding: 10px 10px 70px;
}
.lista-productos .item-producto-grid .content-item-producto-grid h2 {
	font-size: 17px;
}
.lista-productos .item-producto-grid .content-item-producto-grid span.price > span {
	font-size: 25px;
	font-weight: bold;
}
.lista-productos .item-producto-grid .content-item-producto-grid span.price > small {
	font-size: 11px;
	font-weight: 400;
}
.lista-productos .item-producto-grid .content-item-producto-grid a:hover {
	text-decoration: none!important;
}
.lista-productos .item-producto-grid .content-item-producto-grid a.button {
	width: calc(100% - 20px);
    margin-top: 20px;
    padding: 15px;
    border-radius: 0!important;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
/* FIN Estilos WOOCOMMERCE - CATEGORÍA PRODUCTO */



/* Estilos WOOCOMMERCE - FICHA PRODUCTO */
.ficha-producto {
	margin: 60px 0;
}
.box-categorias {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
}
.box-categorias .tit-box-categorias {
	margin: 0;
	padding: 15px;
}
.box-categorias ul {
	padding: 20px;
    list-style: none; 
}
.box-categorias ul li a {
	font-weight: 400;
}
.box-categorias > ul > li {
	padding-bottom: 15px;
}
.box-categorias > ul > li > a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}
.box-categorias ul li ul {
	padding-top: 0;
	padding-bottom: 0;
}
.box-categorias > ul > li > ul > li > a {
	font-size: 14px;
	line-height: 22px;
}

.ficha-producto > .summary.entry-summary > h1 {
	font-size: 32px;
}
.woocommerce div.product p.price {
	margin-top: 30px;
}
.woocommerce div.product p.price span {
	font-size: 30px;
	font-weight: bold;
}
.woocommerce div.product p.price small {
	font-size: 11px;
}
.product_meta > span {
	display: block;
}

.woocommerce div.product form.cart div.quantity input.qty {
	height: 44px;
	border-radius: 0!important;
    border: 1px solid #aaa;
}
.woocommerce div.product form.cart .button {
	padding: 15px 40px;
	border-radius: 0!important;
}

.woocommerce div.product div.summary {
	margin-bottom: 50px!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0!important;
	border-radius: 0!important;
	padding: 0!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 30px!important;
}
.woocommerce div.product .woocommerce-tabs .panel {
	border-bottom: 1px solid #ccc;
	box-shadow:none!important;
	border-radius: 0!important;
	padding: 0 0 1.618em!important;
}

.related.products {
	margin-top: 60px;
	text-align: center;
}
.related.products > h2 {
	margin-bottom: 30px;
	font-size: 30px;
}
/* FIN Estilos WOOCOMMERCE - FICHA PRODUCTO */



/* Estilos WOOCOMMERCE - CHECKOUT */
body.woocommerce-checkout main > .container {
	margin-top: 60px;
	margin-bottom: 60px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top: none!important;
}

.checkout.woocommerce-checkout .col-2 {
	display: none!important;
}
.woocommerce-checkout #payment ul.payment_methods li img {
	display: none;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background: #fff!important;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border-color: #fff!important;
	border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
}

.sidebar-checkout table.shop_table {
	display: none!important;
}
.woocommerce-checkout #payment {
	padding: 30px;
	margin-top: 52px;
}
.woocommerce-checkout #payment h3 {
	margin-top: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 10px 0!important;
}

.woocommerce-checkout #payment .form-row.place-order {
	padding: 10px 0 0!important;
}
.woocommerce-terms-and-conditions-wrapper .form-row .input-checkbox {
	position: relative;
    float: left;
    margin: 4px 7px 0 0!important;
}
.woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-terms-and-conditions-checkbox-text {
	float: left;
	width: calc(100% - 30px)!important;
	line-height: 21px;
}
.woocommerce-terms-and-conditions-wrapper .form-row .required {
	display: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	width: 100%;
	padding: 15px;
	border-radius: 0;
	margin-top: 20px;
}

.woocommerce-billing-fields__field-wrapper .row p.form-row {
	width: 50%!important;
	margin: 0 0 20px!important;
	padding: 0 15px!important;
	clear: inherit!important;
	float: left!important;
}
#billing_address_2_field {
	display: none!important;
}
.woocommerce-billing-fields__field-wrapper .row p.form-row input {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ccc;
}


.woocommerce-billing-fields__field-wrapper .row p.form-row .select2-container--default .select2-selection--single {
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0!important;
	border: 1px solid #ccc;
}
.woocommerce form .form-row .select2-container,
.woocommerce-billing-fields__field-wrapper .row p.form-row .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px!important;
	padding-left: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 39px!important
}


.woocommerce-billing-fields__field-wrapper .row p.form-row .woocommerce-input-wrapper strong {
	display: inline-block;
	width: 100%;
	border: 1px solid #ccc;
	height: 40px!important;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
/* FIN Estilos WOOCOMMERCE - CHECKOUT */



/* Estilos RESPONSIVE */
@media (max-width: 1100px) and (min-width: 901px) {
	.navbar-header {
		width: 200px;
		padding-top: 7px;
	}
	.collapse.navbar-collapse {
		max-width: calc(100% - 200px);
	}
}
@media (max-width: 1199px) {
	nav.navbar .container {
		width: 100%;
	}
	.navbar-nav>li>a {
		font-size: 13px;
		padding: 10px;
		line-height: 13px;
	}
}

@media (max-width: 991px) {
	.navbar .container {
		width: 100%;
		padding:0;
	}
	.bloque-info-header > div {
		font-size: 13px;
	}
	.bloque-info-header > div > i {
		font-size: 17px;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand, .navbar-right {
		margin: 0;
	}

	section.hero.hero-page-thememov {
		text-align: center;
	}
	section.hero.hero-page-thememov .col-md-offset-4.col-md-5 {
		text-align: center;
		margin-bottom: 30px;
	}
	.widget-rrss-footer {
		margin-bottom: 10px;
	}
	.widget-rrss-footer, .text-copyright {
		text-align: center;
	}

	.box-categorias {
		margin-bottom: 30px;
	}
	.box-categorias button {
		background: #41a535;
	    color: #fff;
	    width: 100%;
	    text-align: left;
	    margin: 0;
    	padding: 15px;
    	font-weight: 600;
    	font-size: 22px;
    	position: relative;
	}
	.box-categorias .card-header button:hover,
	.box-categorias .card-header button:focus {
		background: #41a535;
	    color: #fff;
	    outline: none;
	    text-decoration: none;
	}
	.box-categorias .card-header button i {
		position: absolute;
	    right: 15px;
	    top: calc(50% - 9px);
	    transition: all 0.3s ease-out;
	    -webkit-transition: all 0.3s ease-out;
	    transform: rotateX(180deg);
	}
	.box-categorias .card-header button.collapsed i {
	    transform: rotateX(0deg);
	}
	.box-categorias #collapse ul {
		padding: 20px;
	    list-style: none; 
	}
	.box-categorias #collapse ul > li {
		padding-bottom: 15px;
	}
	.box-categorias #collapse ul > li > a {
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
	}
	.box-categorias #collapse ul > li > ul {
		padding-top: 0;
		padding-bottom: 0;
	}
	.box-categorias #collapse ul > li > ul > li {
		padding-bottom: 0;
	}
	.box-categorias #collapse ul > li > ul > li > a {
		font-size: 14px;
		line-height: 22px;
		font-weight: 400;
	}
	.categoria-producto {
		margin: 10px 0 60px;
	}
}

@media (max-width: 900px) {
	/* Estilos menu mobile */
	.navbar {
	    margin-top: 0px;
	    margin-bottom: 0px;
	}
	.navbar-header {
	    max-width: 100%;
	    width: 100%;
	}
	.navbar-header, .navbar-right {
		margin: 0!important;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
	.navbar-toggle {
		float: right;
	    padding: 9px 10px;
	    margin-top: 20px;
	    margin-left: 15px;
	    margin-right: 15px;
	    display: block;
	}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 31px;
	    height: 3px;
	    border-radius: 1px;
	}
	.navbar-toggle .icon-bar+.icon-bar {
	    margin-top: 7px;
	}
	.collapse.navbar-collapse {
		display: block;
		max-width: 100%;
	    width: calc(100% + 1px);
	    position: absolute;
	    height: 100vh!important;
	    top: 0px;
	    background: #fff;
	    z-index: 9;
	    text-align: center;
	    transition: transform 1.5s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    	-webkit-transition: transform 1.5s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
	    transform: translate3d(-105%,0,0);
	}
	ul.nav.navbar-nav.navbar-right {
		padding-top: 50px;
	}
	.collapse.navbar-collapse.show {
	    transform: translate3d(0,0,0);
	}
	#cerrar-menu-mobile {
	    position: absolute;
	    top: 10px;
	    right: 20px;
	    font-size: 24px;
	    color: #2f7abf;
	    cursor: pointer;
	    display: block;
	}
	#menu-navegacion ul li {
		width: 100%;
	    display: inline-block;
	}
	#menu-navegacion ul li a {
		font-size: 20px;
		line-height: 28px;
		font-weight: 400;
		padding: 3px;
	}
	.navbar-nav>li.destacado {
		margin: 0;
	}
	.menu-item:last-child:before {
		top: 10px;
	    left: 1px;
	    height: 16px;
	}
	.navbar-brand {
		padding: 15px;
	}
	#menu-navegacion ul li ul.dropdown-menu {
	    position: relative;
	    display: block;
	    width: 100%;
	    text-align: center;
	    background: none;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    border:none;
	    padding-top: 0;
	    padding-bottom: 5px;
	}
	#menu-navegacion ul li ul.dropdown-menu a {
		font-size: 14px;
	    background: none!important;
	    margin-top: 0;
	}
	.bloque-info-header {
	    float: none;
	    text-align: center;
	    position: absolute;
	    bottom: 40px;
	    width: 100%;
	    left: 0;
	}
	.bloque-info-header > div {
		width: 100%;
		margin-bottom: 3px;
	}
	.bloque-info-header > div+div {
		margin: 0!important;
	}
	.bloque-info-header > div > i, .bloque-info-header > div > p {
		float: none;
		display: inline;
	}
	
	/* FIN estilos menu mobile */
}
@media (max-width: 768px) {
	.collapse.navbar-collapse {
		display: inline-block;
    	left: 15px;
	}
	.navbar-brand img {
        max-height: 55px;
    }

    .woocommerce-billing-fields__field-wrapper .row p.form-row {
    	width: 100%!important;
    	margin-bottom: 15px!important;
    }
}
@media (max-width: 600px) {
	.lista-productos .item-producto-grid {
		width: 100%!important;
	}
}
@media (max-width: 391px) {
	.navbar-brand img {
	    max-height: 49px;
	}
}
/* FIN Estilos RESPONSIVE */