@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	outline: 0 !important;
}

*, *:before, *:after {
    box-sizing: border-box !important;
}

a, button, .btn, * a, * button, * .btn {
	transition: all ease-in-out .3s;
	text-decoration: none !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

input, button, textarea, select, * input, * select, * textarea, * button {
	outline: none !important;
	resize: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-top: 120px;
}

img {
	max-width: 100%;
}

.bg-img {
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.woocommerce-breadcrumb {
	letter-spacing: normal;
	opacity: 0.8;
	margin: 8px 0 !important;
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
	font-size: 13px !important;
}
.bread-white .woocommerce-breadcrumb,
.bread-white .woocommerce-breadcrumb a {
	color: white;
}

/* .woocommerce-breadcrumb {
	letter-spacing: normal;
	display: flex;
	justify-content: center;
}
.breadcrumb, .sep {
	background-color: transparent !important;
	float: left;
	padding: 0 5px;
	color: white !important;
}
.breadcrumb a {
	color: white !important;
} */


/* Tamaño fuente */

.fz-12 {
	font-size: 12px !important;
}

.fz-14 {
	font-size: 14px !important;
}

.fz-16 {
	font-size: 16px !important;
}

.fz-18 {
	font-size: 18px !important;
}

.fz-20 {
	font-size: 20px !important;
}

.fz-22 {
	font-size: 22px !important;
}

.fz-24 {
	font-size: 24px !important;
}

.fz-26 {
	font-size: 26px !important;
}

.fz-28 {
	font-size: 28px !important;
}

.fz-30 {
	font-size: 30px !important;
}

.fz-32 {
	font-size: 32px !important;
}

.fz-34 {
	font-size: 34px !important;
}

.fz-36 {
	font-size: 36px !important;
}

.fz-40 {
	font-size: 40px !important;
}

.fz-42 {
	font-size: 42px !important;
}

.fz-44 {
	font-size: 44px !important;
}

.fz-46 {
	font-size: 46px !important;
}

.letter-spacing-2 {
	letter-spacing: .25rem;
}



/* Colores fuente */

.font-blanco {
	color: #FFF !important;
}

.font-negro {
	color: #000 !important;
}

.font-azul-oscuro {
	color: #003661 !important;
}

.font-rosado {
	color: #F1ACAE !important;
}

.font-gris {
	color: #61615E !important;
}



/* Negrilla */

.fw-300 {
	font-weight: 300 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.fw-900 {
	font-weight: 900 !important;
}



/* Fondos */

.bg-blanco {
	background-color: #FFF !important;
}

.bg-azul-oscuro {
	background-color: #003661 !important;
}

.bg-azul-claro {
	background-color: #0089B8 !important;
}

.bg-verde-claro {
	background-color: #4BB7BC !important;
}

.bg-verde-oscuro {
	background-color: #8EBC22 !important;
}

.bg-morado-claro {
	background-color: #C585B6 !important;
}



/* Botones */

.btn {
	font-weight: 900;
	text-transform: uppercase;
	color: #003661;
	letter-spacing: 0;
	padding: 1.15rem 1.25rem 1rem 1.25rem;
	border-radius: 0;
}

.btn-success {
	background-color: #BED78A !important;
	border-color: #BED78A !important;
}

.btn-danger {
	background-color: #F7CFD1 !important;
	border-color: #F7CFD1 !important;
}

.btn-primary {
	background-color: #78B6D5 !important;
	border-color: #78B6D5 !important;
}

.btn-primary-dark {
	background-color: #003661 !important;
	border-color: #003661 !important;
	color: #FFF !important;
}

.btn-transparent {
	background-color: transparent !important;
	border-color: transparent !important;
	color: inherit;
}

.btn.font-rosado {
	color: #F1ACAE !important;
}

.btn.font-azul-oscuro {
	color: #003661 !important;
}



/* Bordes */

.border-primary {
	border-color: #003661 !important;
}



/* Carrusel vertical */

#carruselVertical {
	min-height: 475px;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
	-webkit-transform: translate3d(0,-100%, 0);
	-ms-transform: translate3d(0,-100%, 0);
	-o-transform: translate3d(0,-100%, 0);
	transform: translate3d(0,-100%, 0);
}



/* Header */

.navbar {
	background-color: #FBFBFB !important;
	position: fixed;
	z-index: 9999;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-filter: drop-shadow(4px 0px 0px #E4F3F3);
	-o-filter: drop-shadow(4px 0px 0px #E4F3F3);
	filter: drop-shadow(4px 0px 0px #E4F3F3);
}

.admin-bar .navbar {
	top: 32px;
}

.navbar .navbar-brand {
	position: absolute;
	opacity: 1;
	top: 0;
	left: 15px;
	right: 15px;
}

.navbar .navbar-brand:before,
.navbar .navbar-brand:after {
	content: '';
	position: absolute;
    width: 10%;
    height: 25%;
    bottom: 17%;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.navbar .logo-animado {
	background-color: #fbfbfb;
	padding: 20px;
	border-radius: 0 0 50px 50px;
	margin-bottom: -55px;
	width: 100%;
	max-width: 300px;
}
.navbar .logo-estatico {
	width: 100%;
	max-width: 180px;
	display: none;
}
@media (max-width: 991px) {
	.navbar {
		background-color: #fff !important;
	}
	.navbar .logo-animado {
		display: none;
	}
	.navbar .logo-estatico {
		display: block;
	}
}

/* .navbar .navbar-brand:before {
	background-image: url(../images/border-logo-1.png);
	left: calc(-10% + 1px);
}

.navbar .navbar-brand:after {
	background-image: url(../images/border-logo-2.png);
	right: calc(-10% + 1px);
} */

.navbar .personal {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.navbar .personal > li {
	list-style: none;
}

.navbar .navbar-nav > li > a,
.navbar .personal > li > a {
	display: block;
	color: #89878C;
	text-transform: uppercase;
	padding: 1.25rem .75rem;
	letter-spacing: .2rem;
}

.navbar .personal > li > a {
	padding: 1.25rem .75rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	letter-spacing: .1rem;
	white-space: nowrap;
}

.navbar .personal > li > a .circle {
	width: 28px;
	height: 28px;
	padding: .15rem;
	border-radius: 50%;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #003661;
}

.navbar .personal > li > a .circle strong {
	position: absolute;
	font-size: 10px;
    left: 11px;
    top: .282rem;
}

.navbar .navbar-nav > li:first-child > a {
	padding-left: 0;
}

.navbar .personal > li:last-child > a {
	padding-right: 0;
}

.navbar-nav .menu-item-has-children {
	position: relative;
}

.navbar-nav .menu-item-has-children > a {
	cursor: pointer;
	position: relative;
	padding-right: 1.25rem !important;
}

.navbar-nav .menu-item-has-children > .arrow {
	position: absolute;
	right: 8px;
    top: calc(50% - (15px / 2));
    font-size: 10px;
}

.navbar-nav > .menu-item-has-children > .sub-menu > .menu-item-has-children > a:before {
	position: absolute;
    content: '';
    border-left: 5px solid #89878C;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    right: 6px;
	top: calc(50% - (6px / 2));
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.navbar-nav > .menu-item-has-children > .sub-menu > .menu-item-has-children > a:hover:before {
	border-left-color: #FFF;
}

.navbar-nav .menu-item-has-children > .sub-menu {
	display: none;
	border-color: #636262 !important;
	padding: 0;
}

.navbar-nav .menu-item-has-children.show > .sub-menu {
	display: block;
}

.navbar-nav .menu-item-has-children.show > .sub-menu > li > a,
.navbar-nav .menu-item-has-children.show > .sub-menu > .menu-item-has-children > .sub-menu a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
    color: #89878C;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    letter-spacing: .05rem;
    padding: .75rem .25rem;
    line-height: normal;
    min-height: 70px;
}

.navbar-nav .menu-item-has-children.show > .sub-menu > .menu-item-has-children > a {
	padding: .75rem 1rem .75rem .5rem;
}

.navbar-nav .menu-item-has-children.show > .sub-menu > li:not(.cuidado-capilar) > a:hover,
.navbar-nav .menu-item-has-children.show > .sub-menu > li:not(.cuidado-facial) > a:hover,
.navbar-nav .menu-item-has-children.show > .sub-menu > li:not(.cuidado-corporal) > a:hover,
.navbar-nav .menu-item-has-children.show > .sub-menu > li:not(.cuidado-capilar) > .sub-menu > li a:hover,
.navbar-nav .menu-item-has-children.show > .sub-menu > li:not(.cuidado-facial) > .sub-menu > li a:hover,
.navbar-nav .menu-item-has-children.show > .sub-menu > li:not(.cuidado-corporal) > .sub-menu > li a:hover {
	background-color: #C4C4C9;
	border-color: #C4C4C9;
	color: #FFF;
}

.navbar-nav .menu-item-has-children.show > .sub-menu > li.cuidado-capilar > a:hover,
.navbar-nav .menu-item-has-children.show > .sub-menu > li.cuidado-capilar > .sub-menu > li a:hover {
	background-color: #C585B6;
}

.navbar-nav .menu-item-has-children.show > .sub-menu > li.cuidado-facial > a:hover,
.navbar-nav .menu-item-has-children.show > .sub-menu > li.cuidado-facial > .sub-menu > li a:hover {
	background-color: #0089B8;
}

.navbar-nav .menu-item-has-children.show > .sub-menu > li.cuidado-corporal > a:hover,
.navbar-nav .menu-item-has-children.show > .sub-menu > li.cuidado-corporal > .sub-menu > li a:hover {
	background-color: #8EBC22;
}

.navbar-nav .menu-item-has-children.show > .sub-menu > li + li > a,
.navbar-nav .menu-item-has-children.show > .sub-menu > li > .sub-menu > li + li > a {
	border-top: 1px solid #636262;
}

.navbar-nav > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
	position: absolute;
    left: 100%;
    background-color: #FFF;
    list-style: none;
    margin: 0;
	top: -1px;
    border: 1px solid;
	width: 180px;
	overflow: auto;
	max-height: 80vh;
}

.navbar-nav > .menu-item-has-children.show > .sub-menu > .menu-item-has-children:hover > .sub-menu {
	display: block;
}

.pt-header {
	padding-top: 6.85rem !important;
}

.pt-header-img {
	/* padding-top: 2.75rem !important; */
}

/* barra top */
.nav-top {
	display: block;
}
.barra-top {
	display: flex;
	background-color: #00385f;
	justify-content: space-between;
	padding: 5px 15px;
	align-items: center;
}
.top-right {
	display: flex;
	width: 100%;
	text-align: right;
	justify-content: space-between;
}
.logo-top {
	padding-right: 20px;
}

/* formulario top */
.content-form-header .form-group {
	display: flex;
	align-items: center;
}
.content-form-header .form-group .btn {
	padding: 6px 10px;
}
.content-form-header .form-group .form-control-custom {
	border: none;
	border-radius: 20px;
	padding: 2px 10px;
	font-size: 12px;
}
@media (max-width:991px) {
	.content-form-header .form-group .form-control-custom {
		width: 80px;
	}
}

.fixed-header-social {
	/* position: fixed; */
	/* position: relative; */
	/* right: 0; */
	/* top: 68px; */
	z-index: 9999;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.fixed-header-social .form-group {
	border: 1px solid #C2BEB4;
	position: relative;
	padding: .15rem .15rem;
	background-color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.fixed-header-social .form-group .btn {
	background-color: #C2BEB4;
	border-color: #C2BEB4;
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .5rem;
}

.fixed-header-social .form-group .form-control-custom {
	position: relative;
    height: 34px;
	max-width: 150px;
	width: 0;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	padding: 0;
	border: 0;
}

.fixed-header-social .form-group:hover .form-control-custom,
.fixed-header-social .form-group .form-control-custom:focus {
	width: 150px;
	padding: .35rem .35rem;
	border: 1px solid #020501;
}

.fixed-header-social .social {
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 .75rem;
}

.fixed-header-social .social > li + li {
	padding-left: .75rem;
}

.fixed-header-social .social > li img {
	height: auto;
	width: 28px;
}

.fixed-header-social .social > li.cart a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	position: relative;
	background-color: #003661;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: .25rem;
}

.fixed-header-social .social > li.cart a .badge-counter {
	position: absolute;
	background-color: #FFF;
	color: #003661;
	font-size: 12px;
    border-radius: 50%;
    top: -8px;
    right: -7px;
    width: 18px;
    height: 18px;
    text-align: center;
	-webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
}



/* Home */

.content-home {
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	position: relative;
}

.content-home .content-main {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: calc(100vh + 40vh);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
}

.content-home .content-main > .container {
	padding-top: 25rem;
}

.content-home .title {
	letter-spacing: .4rem;
	display: block;
	min-height: inherit;
}

.content-home.transparent {
	position: relative;
	margin: -5rem 0 0;
	padding: 5rem 0 0;
    z-index: 9;
}

.menu-fixed-home {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
@media (max-width:991px) {
	.menu-fixed-home {
		display: none;
	}
}

.menu-fixed-home a.indicador {
	display: block;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	border-radius: 50%;
	border: 2px solid #003661;
	background-color: #003661;
	width: 12px;
	height: 12px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -100rem;
}

.menu-fixed-home a.indicador + a.indicador {
	margin-top: .75rem;
}

.menu-fixed-home a.active {
	width: 22px;
    height: 22px;
    background-color: #FFF;
    border-width: 3px;
}

.owl-home .owl-nav {
	position: absolute;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	left: 0;
	height: 100%;
	color: #003661;
}

.owl-home .owl-nav > button {
	margin: 0 5px !important;
    position: relative;
    font-size: 54px !important;
	background-color: transparent !important;
	border-radius: 0 !important;
}

.owl-home .owl-nav > button:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #003661;
}

.owl-home .owl-nav > button.owl-prev:before {
	content: "\f078";
}

.owl-home .owl-nav > button.owl-next:before {
	content: "\f077";
}

.owl-home .owl-nav > button > span {
	display: none;
}

.box-product {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.woocommerce .box-product {
	border-color: transparent;
}

.commerce-cat-15 .box-product {
	border: 2px solid #F7CFD1;
}

.commerce-cat-17 .box-product {
	border: 2px solid #66B8D4;
}

.commerce-cat-18 .box-product {
	border: 2px solid #BBD77A;
}

.box-product .name {
	letter-spacing: 0;
}

.box-product .name h2 {
	font-weight: 900;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.woocommerce .box-product .name {
	height: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* .woocommerce .box-product .name h2 {
	max-height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
} */

.box-product img {
	width: auto !important;
	max-height: 290px;
	display: block;
	margin: 0 auto 1rem;
	border-radius: 10px;
}

.box-product img:not(.img) {
	display: none;
}

.box-product .img-muestra {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	-webkit-transition: all ease-in-out .7s;
	-o-transition: all ease-in-out .7s;
	transition: all ease-in-out .7s;
}

.box-product:hover .img-muestra {
	bottom: 100%;
	opacity: 0;
}

.box-product .price {
	display: none;
}

.box-product .button,
.box-product .added_to_cart,
.woocommerce .button.alt {
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 1.15rem 1.25rem 1rem 1.25rem !important;
	border-radius: 10px !important;
	display: table !important;
	margin: 0 auto !important;
	line-height: 1.5 !important;
	font-size: 14px !important;
	background-color: #003661 !important;
	border: 2px solid #003661 !important;
	color: #FFF !important;
	text-align: center;
}

.box-product .button[data-product_id] {
	display: none !important;
}

.box-product .button:hover,
.box-product .added_to_cart:hover,
.woocommerce .button.alt:hover {
	background-color: transparent !important;
    border: 2px solid #003661 !important;
	color: #003661 !important;
}

.box-product .add_to_cart_button.loading {
	padding: 1.15rem 2.75rem 1rem 1.25rem !important;
}

.box-product .add_to_cart_button.loading:after {
	top: .9rem !important;
    vertical-align: middle !important;
}

.box-product .button.added {
	display: none !important;
}

.box-product .button:hover,
.box-product .added_to_cart:hover {
	color: #003661 !important;
}

.commerce-cat-15 .box-product .button,
.commerce-cat-15 .box-product .added_to_cart {
	background-color: #F7CFD1 !important;
    border-color: #F7CFD1 !important;
}

.commerce-cat-17 .box-product .button,
.commerce-cat-17 .box-product .added_to_cart {
	background-color: #66B8D4 !important;
    border-color: #66B8D4 !important;
}

.commerce-cat-18 .box-product .button,
.commerce-cat-18 .box-product .added_to_cart {
	background-color: #BBD77A !important;
    border-color: #BBD77A !important;
}

.box-ben {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-ben img {
	width: 90px;
	-webkit-flex: 0 0 90px;
	-moz-flex: 0 0 90px;
	-ms-flex: 0 0 90px;
	-o-flex: 0 0 90px;
	flex: 0 0 90px;
}

.box-ben p {
	width: calc(100% - 90px);
	-webkit-flex: 0 0 calc(100% - 90px);
	-moz-flex: 0 0 calc(100% - 90px);
	-ms-flex: 0 0 calc(100% - 90px);
	-o-flex: 0 0 calc(100% - 90px);
	flex: 0 0 calc(100% - 90px);
}

.main-video {
	height: 100%;
}

.swiper-container {
	max-height: 475px;
}

.box-video {
	position: relative;
}

.box-video .img {
	height: 130px;
}

.box-video .name {
	max-height: 36px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.activador {
	cursor: pointer;
}

.box-nav-car {
	position: absolute;
    background-color: #FFF;
    display: table;
    padding: .25rem 1.5rem;
    left: calc(50% - (130px / 2));
    bottom: calc(-68px / 2);
	z-index: 9;
}

.box-nav-car button {
	background-color: #FFF !important;
	border: 0 !important;
}

.social-home {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}

.social-home > li + li {
	margin-left: 2rem;
}

.social-home > li > a img {
	height: auto;
	width: 65px;
}



/* Footer */

footer {
	background-image: url(../images/bg-footer.jpg);
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul > li + li {
	margin-top: 1rem;
	letter-spacing: .15rem;
}

footer ul > li a {
	color: #fff;
}

footer textarea {
	height: 85px !important;
}

.wpcf7-not-valid-tip {
	display: block;
	position: relative;
	border-radius: 0;
	border: 1px solid #dc3545;
	color: #dc3545 !important;
	background-color: #f8d7da;
	padding: 8px 14px;
    font-size: 14px !important;
	margin-top: 5px;
}

.wpcf7-not-valid-tip:before {
	position: absolute;
	content: '';
	border-bottom: 10px solid #dc3545;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	left: 20px;
	top: -10px;
}

.wpcf7-not-valid-tip:after {
	position: absolute;
    content: '';
    border-bottom: 11px solid #f8d7da;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 20px;
    top: -9px;
}

.wpcf7-validation-errors {
	display: block;
    position: relative;
    border-radius: 0;
    border: 1px solid #dc3545 !important;
    color: #dc3545 !important;
    background-color: #f8d7da;
    padding: 8px 14px 10px 14px !important;
    font-size: 14px !important;
    margin: 5px 0 0 !important;
}

.wpcf7-spam-blocked {
	display: block;
    position: relative;
    border-radius: 0;
    border: 1px solid #ffc107 !important;
    color: #bf8f00 !important;
    background-color: #fff3cd;
    padding: 8px 14px 10px 14px !important;
    font-size: 14px !important;
    margin: 5px 0 0 !important;
}

.wpcf7-mail-sent-ok {
	display: block;
    position: relative;
    border-radius: 0;
    border: 1px solid #00BBB4 !important;
    color: #00BBB4 !important;
    background-color: #d7fffe;
    padding: 8px 14px 10px 14px !important;
    font-size: 14px !important;
    margin: 5px 0 0 !important;
}



/* Woocoomerce */

.bg-img-cat {
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: top center !important;
	min-height: 30rem;
}

.woocommerce .title-cat {
	background-color: #003661;
	letter-spacing: .4rem;
}

.woocommerce .commerce-cat-15 .title-cat {
	background-color: #C585B6;
}

.woocommerce .commerce-cat-17 .title-cat {
	background-color: #0089B8;
}

.woocommerce .commerce-cat-18 .title-cat {
	background-color: #8EBC22;
}



/* Single producto */

.body-single-product {
	position: relative;
	border: 2px solid #E1C6C3;
	background-color: #FFF;
}

.body-single-product .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
	border: 2px solid #E1C6C3;
	margin-bottom: 0 !important;
}

.body-single-product .flex-control-thumbs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 1rem !important;
}

.body-single-product .flex-control-thumbs > li {
	float: none !important;
	width: auto !important;
}

.title-product {
	letter-spacing: .3rem;
	position: relative;
	line-height: 110% !important;
}

.title-product:after {
	content: '';
	position: relative;
	display: block;
	height: 3px;
	width: 220px;
	background-color: #F7CFD1;
	margin: 1rem 0 1.5rem;
}

.general-text h1,
.general-text h2,
.general-text h3 {
	font-weight: 900;
}

.general-text h4,
.general-text h5,
.general-text h6 {
	font-weight: 900;
}

.body-single-product .general-text {
	color: #5B5B5E;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Myriad Pro', sans-serif;
}

.body-single-product .general-text > *:last-child {
	margin-bottom: 0;
}

.box-input p {
	letter-spacing: .2rem;
}

.box-input .form-control {
	border: 2px solid #C7C3B9;
	border-radius: 0;
	font-weight: 400;
	color: #000;
	padding: 1rem .75rem;
	height: auto;
}

.custom-file-label:after {
	display: none;
}

.body-single-product .btn-add-to-cart {
	letter-spacing: 0;
}

.body-single-product .cart .quantity {
	float: none !important;
}

.woocommerce .text-cant {
	letter-spacing: .2rem;
}

.woocommerce .box-cant {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce .box-cant .btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #C7C3B9;
	font-size: 18px;
	width: 26px;
	height: 26px;
}

.woocommerce .quantity {
	margin: 0 .75rem;
}

.woocommerce .box-cant .input-text {
	border: 0;
	min-width: 80px;
}

.single-product .price {
	overflow: hidden;
	max-width: 100%;
	color: transparent !important;
	white-space: nowrap;
}

.single-product .price > span {
	color: #003661 !important;
}



/* Carrito */

.border-success {
	border-color: #71B223 !important;
}

.box-cart {
	position: relative;
}

.box-cart .img img {
	width: 75%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.box-cart .info .delete {
	position: absolute;
    right: 1.5rem;
    z-index: 99;
}

.box-cart .info .delete a {
	font-size: 50px;
	text-align: right;
	line-height: 50px;
}

.woocommerce-message .button {
	font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: .2rem;
    padding: .75rem .5rem .7rem .75rem !important;
    border-radius: 0 !important;
    display: table !important;
    margin: 0 auto !important;
    line-height: 1.5 !important;
    font-size: 14px !important;
    background-color: #003661 !important;
    border-color: #003661 !important;
    color: #FFF !important;
}

.woocommerce-pagination {
	margin-top: 1.5rem;
}

.woocommerce-pagination ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	border: 0 !important;
}

.woocommerce-pagination ul > li {
	float: none !important;
	border: 0 !important;
}

.woocommerce-pagination ul > li > .page-numbers {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	color: #003661;
	font-size: 20px !important;
}

.woocommerce-pagination ul > li + li > .page-numbers {
	border-left: 0;
}

.woocommerce-pagination ul > li > span {
	color: #FFF !important;
	background-color: #003661 !important;
	border: 1px solid #003661;
}



/* Checkout */

.woocommerce .col2-set, .woocommerce-page .col2-set {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: auto;
	margin: 0 -15px;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	width: 50%;
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 15px;
	float: none;
    max-width: 50%;
	margin: 0 0 1.5rem;
}

.woocommerce-billing-fields__field-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
	justify-content: left;
	margin: 0 -15px;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce form .form-row {
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
	float: none;
	padding: 0 15px;
	margin: 0 0 1.5rem;
/* 	width: 50%; */
/* 	max-width: 50%; */
}

.woocommerce form .form-row.notes {
	padding: 0;
	-webkit-flex: 0 0 100%;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	-o-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

.woocommerce form .form-row.validate-email {
	-webkit-flex: 0 0 100%;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	-o-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

label {
	display: block;
	color: #020501;
	font-weight: 600;
	font-size: 16px;
    margin: 0 0 .5rem;
	-webkit-flex: 0 0 100%;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	-o-flex: 0 0 100%;
    flex: 0 0 100%;
    line-height: normal;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.woocommerce form .form-row input.input-text,
.form-control-custom {
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #020501;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce form .form-row input.input-text[disabled],
.form-control-custom[disabled] {
	border-color: #999b9c;
	background-color: #e9ecef;
}

.woocommerce form .form-row textarea {
	display: block;
    width: 100%;
    height: calc(8.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.woocommerce form .form-row input.input-text.is-invalid,
.form-control-custom.is-invalid {
	border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.woocommerce form .form-row input.input-text.is-valid,
.form-control-custom.is-valid {
	border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8… 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.woocommerce-billing-fields .select2-selection {
	  height: calc(1.5em + .75rem + 2px);
	  padding: .375rem .75rem;
	  font-size: 1rem;
	  font-weight: 400;
	  line-height: 1.5;
	  color: #495057;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid #020501;
	  border-radius: 0;
	  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#place_order {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: #e7e9ec;
	margin-bottom: 4rem;
}

.modal-registro {
	background-color: #F4BDBE;
}

.modal-registro .row-form {
	position: relative;
}

.modal-registro .row-form:before {
	width: 2px;
    height: calc(100% + 1rem);
    position: absolute;
    content: '';
    top: 0;
    left: calc(50% - (2px / 2));
    background-color: #F4BCBE;
}

.modal-registro .row-form .banner-dist {
	position: absolute;
	bottom: 0;
    width: calc(50% - 15px);
    right: 0;
    height: calc(100% - 15px);
	background-image: url(../images/bg-form.jpg);
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    z-index: 9;
	letter-spacing: .2rem;
}

.modal-registro .row-form .banner-dist .title {
	font-size: 26px;
}

.modal-registro .row-form .banner-dist .font-standar {
	color: #5B5B5F;
}

.modal-registro .row-form .banner-dist .btn {
	text-transform: inherit;
}

.modal-registro .custom-control {
	min-height: inherit;
}

.modal-registro .custom-control-label:before,
.modal-registro .custom-control-label:after {
	top: calc(50% - (15px / 2));
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.modal-registro .custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #003661 !important;
	background-color: #003661 !important;
}

.form-group {
	position: relative;
}

.form-group br {
	display: none !important;
}

.box-icon {
	position: absolute;
    margin: 0;
    height: calc(1.5em + .75rem);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1px;
    bottom: 1px;
    padding: .25rem .5rem;
    background-color: #FFF;
	cursor: pointer;
	z-index: 9;
	width: 70px;
	text-align: center;
}

.form-control-custom.icon {
	padding-right: 5.25rem;
}

textarea.form-control-custom {
	height: auto;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	display: none;
}


.radio label,
.checkbox label {
	position: relative;
	color: #60615E;
	padding: 0 0 0 25px;
	cursor: pointer;
}

.radio label:before,
.radio label:after,
.checkbox label:before,
.checkbox label:after {
	position: absolute;
	content: '';
	left: 0;
}

.radio label:before {
	border: 2px solid #60615E;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	top: calc(50% - (20px / 2));
}

.checkbox label:before {
	border: 2px solid #60615E;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	top: calc(50% - (20px / 2));
}

.radio label:after {
	background-color: #0E8F30;
	border-radius: 50%;
	width: 10px;
    height: 10px;
	top: calc(50% - (10px / 2));
	left: 5px;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.checkbox label:after {
	color: #0E8F30;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	width: 10px;
    height: 10px;
	content: "\f00c";
	top: calc(50% - (10px / 2));
	left: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.radio input[type="radio"]:checked + label:after,
.checkbox input[type="checkbox"]:checked + label:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*.radio input[type="radio"]:invalid ~ label,
.checkbox input[type="checkbox"]:invalid ~ label {
	color: #dc3545;
}*/

#suscripcion-info {
	position: fixed;
	background-color: #FFF;
	max-width: 320px;
	z-index: 999;
	line-height: normal;
	left: 0;
	top: calc(50% - (240px / 2));
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	overflow: hidden;
}

#suscripcion-info > .btn {
	position: absolute;
	right: 14px;
    top: 0;
    line-height: normal;
}



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

}



@media only screen and (max-width: 991px) {
	.admin-bar .navbar {
		top: 46px;
	}

	.navbar .navbar-brand {
		position: relative;
		left: auto;
		right: auto;
	}

	.navbar .navbar-brand > img {
		max-width: 175px;
	}

	.navbar .personal {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.navbar .navbar-nav > li > a,
	.navbar .personal > li > a {
		padding: .75rem .75rem !important;
	}

	.main-video {
		height: 415px;
	}

	.modal-registro .row-form .banner-dist {
		letter-spacing: normal;
	}

	.modal-registro .row-form .banner-dist .title {
		font-size: 22px;
	}
}



@media only screen and (max-width: 767px) {
	.content-home .content-main > .container {
		padding-top: 15rem;
	}

	.content-home .title {
		font-size: 30px !important;
	}

	.owl-home .owl-nav > button {
		font-size: 22px !important;
		margin: 0 1px !important;
	}

	.social-home > li + li {
		margin-left: 1rem;
	}

	.social-home > li > a img {
		width: 50px;
	}

	.box-product .button,
	.box-product .added_to_cart {
		padding: 1.15rem 0.5rem 1rem 0.75rem !important;
		font-size: 14px !important;
	}

	.box-cart .info .delete {
		position: relative;
	}

	.woocommerce .title-cat {
		text-align: center;
	}

	.woocommerce form .form-row {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.main-video {
		height: 415px;
	}

	.modal-registro .row-form:before {
		display: none;
	}

	.modal-registro .row-form .banner-dist {
		width: 100%;
		height: 50%;
	}
}



@media only screen and (max-width: 575px) {
	.content-home .content-main {
		min-height: 100vh;
	}

	.title-product {
		font-size: 24px !important;
		letter-spacing: 0;
	}

	.box-cart .title-product {
		font-size: 26px !important;
		letter-spacing: .2rem;
	}

	.body-single-product .btn-add-to-cart {
		font-size: 24px !important;
		letter-spacing: .2rem;
	}

	.woocommerce-message .button {
		margin-bottom: .75rem !important;
		float: none !important;
	}

	.main-video {
		height: 200px;
	}

	.modal-registro .row-form .banner-dist .title {
		font-size: 22px;
	}
}

/*.single-product .price,
.single-product .btn-add-to-cart {
	display: none !important;
	visibility: hidden !important;
}*/


/* WOOCOMMERCE PRODUCTO VARIABLE */

.single_variation_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.woocommerce-variation {
	width: 35%;
}

.woocommerce-variation-quantity {
	width: 65%;
}

.woocommerce-variation-add-to-cart {
	width: 100%;
}

.woocommerce-variation-price .price {
	font-size: 36px !important;
	font-weight: 900;
}

.variations .label {
	width: 50%;
}

.variations .value {
	width: 50%;
}

.reset_variations {
	font-size: 1rem !important;
	color: #003661;
}

input.qty {
	border: none;
	width: 100%;
}

.quanty-btn,
.quanty-btn:hover {
	color: #C7C3B9;
	font-size: 18px;
}

@media (max-width:575px) {
	.woocommerce-variation {
		width: 100%;
	}
	
	.woocommerce-variation-quantity {
		width: 100%;
	}

	.woocommerce-variation-price {
		text-align: center;
	}

	.variations .label {
		display: block;
		width: 100%;
	}
	
	.variations .value {
		display: block;
		width: 100%;
	}
}

/* WOOCOMMERCE CART */

.shop_table {
	border: solid 1px #71B223 !important;
	border-radius: 0 !important;
}

.shop_table tr td {
	background-color: white !important;
}

.shop_table tr td::before {
	display: none !important;
}

.woocommerce-cart-form__cart-item {
	position: relative;
}

.image-product-cart {
	width: 40%;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: solid 1px #71B223 !important;
	padding: 3% !important;
}

.info-product-cart {
	width: 60%;
	border: none;
	border-top: none !important;
	border-right: none !important;
	border-left: solid 1px #71B223 !important;
	border-bottom: solid 1px #71B223 !important;
	padding: 3% !important;
	text-align: left;
}

@media (max-width: 768px) {
	.image-product-cart {
		display: block !important;
		width: 100% !important;
	}
	.info-product-cart {
		border-left: none !important;
		width: 100% !important;
	}
	.product-price {
		font-size: 20px !important;
	}
	.product-subtotal {
		font-size: 20px !important;
	}
}

.woocommerce-cart table.cart img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.info-product-cart .product-remove a {
	position: absolute;
	right: 2%;
	top: 2%;
	font-size: 4rem;
 	color: #003661 !important;
}

.cart_totals {
	width: 100% !important;
}

.WOO_CK_WUVIC_buttom {
	font-size: 20px !important;
	padding-left: 24px !important;
	margin-top: 20px !important;
	display: block !important;
	text-align: left !important;
}

.WOO_CK_WUVIC_buttom::after {
	content: 'ar';
}

.WOO_CK_WUVIC_buttom:hover {
	color: #003661 !important;
}

.update_variation_form {
	width: 100%;
}

.update_variation_form .WOO_CK_WUVIC_thumbnail {
	display: none !important;
}

#loder_img,
#loder_img_btn {
	width: 50px;
	margin: 10px 0 10px;
}

#new_row td {
	border: none;
}

.update_variation_form #pa_presentacion {
	border: 2px solid #C7C3B9;
	border-radius: 0;
	font-weight: 400;
	color: #000;
	padding: 1rem .75rem;
	height: auto;
}

.update_variation_form .woocommerce-variation {
	margin: 10px;
}

.update_variation_form .variations label {
	margin: 0;
}

.update_variation_form .woocommerce-variation-add-to-cart {
	margin: 10px;
}

.update_variation_form .quantity {
	display: block;
	margin: 0 !important;
	width: 20%;
}

.update_variation_form .quantity .quantity {
	width: 100%;
}

.update_variation_form .quantity .quantity input {
	height: 60px;
	border-radius: 10px !important;
}

.update_variation_form #single_add_to_cart_button_id {
	display: block;
	width: 38% !important;
	margin-left: 2% !important;
}

.update_variation_form #cancel {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 1.15rem 1.25rem 1rem 1.25rem !important;
	border-radius: 10px !important;
	display: block !important;
	margin: 0 auto !important;
	line-height: 1.5 !important;
	font-size: 14px !important;
	background-color: #999 !important;
	border: 2px solid #999 !important;
	color: #FFF !important;
	text-align: center;
	width: 38% !important;
	margin-left: 2% !important;
}

.update_variation_form .quantity input {
	padding: 1.15rem 1.25rem 1rem 1.25rem !important;
	border-radius: 0 !important;
	display: block !important;
	margin: 0 auto !important;
	line-height: 1.5 !important;
	font-size: 16px !important;
	border: 2px solid #999 !important;
	text-align: center;
	width: 100% !important;
}

.woocommerce table.shop_table_responsive tr td, 
.woocommerce-page table.shop_table_responsive tr td {
	text-align: left !important;
}

/* PRODUCTOS RECOMENDADOS */

.cross-sells {
	width: 100% !important;
	margin-top: 40px;
}