/*
 Theme Name:   Cotener
 Description:  Storefront Child
 Author:       Jose Angulo Araque
 Author URI:   https://www.schemadevs.com/
 Template:     storefront
 Version:      1.0.0
 Text Domain:  cotener
*/

/* GENERAL */
body{
	background-color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
    color: #131313;
	font-weight: 400;
}
h1, .h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5{
    font-family: "Rajdhani", sans-serif;
	font-weight: 700;
}
h1, .h1{
    font-size: 50px;
}
h2, .h2, .woocommerce-tabs .panel h2:first-of-type, section:not(.sucursales).nav-pills .nav-link.active, section:not(.sucursales).nav-pills .show>.nav-link{
    font-size: 40px;
}
h3, .h3{
    font-size: 35px;
}
h4, .h4, .woocommerce-tabs .tabs li{
    font-size: 30px;
}
h5, .h5, .accordion-button{
    font-size: 25px;
}
h6, .h6, .btn{
    font-size: 22px;
}
.body{
    font-size: 18px;
}
small, .small{
    font-size: 16px;
}
.display-1{
    font-size: 90px;
}
.display-2{
    font-size: 80px;
}
.display-3{
    font-size: 70px;
}
.display-4{
    font-size: 60px;
}
.display-5{
    font-size: 55px;
}
.text-rajdhani{
    font-family: "Rajdhani", sans-serif;
}
b, strong{
	font-weight: 700;
}
a{
    color: rgba(228, 0, 43, 0.9);
	transition: all .8s;
}
a:hover{
	color: rgba(228, 0, 43, 1);
}
a:focus{
	outline-color: transparent;
}
p+h2, p+header h2, p+h3, p+h4, ul+h2, ul+header h2, ul+h3, ul+h4, ol+h2, ol+header h2, ol+h3, ol+h4, table+h2, table+header h2, table+h3, table+h4, blockquote+h2, blockquote+header h2, blockquote+h3, blockquote+h4, form+h2, form+header h2, form+h3, form+h4 {
    margin-top: 30px;
}
.vh-60{
    height: 60vh;
}
.vh-75{
    height: 75vh;
}
.vh-85{
    height: 85vh;
}
.vh-90{
    height: 90vh;
}
.vh-125{
    height: 125vh;
}
.bg-no-repeat{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-multiply{
	background-blend-mode: multiply;
}
.bg-left-top{
    background-position: left top;
}
.bg-right{
	background-position: right center;
}
.bg-center{
    background-position: center center;
}
.bg-center-top{
    background-position: center top;
}
.bg-bottom{
    background-position: center bottom;
}
.bg-fixed{
    background-attachment: fixed;
}
.bg-48{
	background-size: 48%;
}
.object-cover{
    object-fit: cover;
}
.object-center{
    object-position: center;
}
.object-left{
    object-position: left;
}
.z-1{
	z-index: 1;
}
.z-2{
	z-index: 2;
}
.z-3{
	z-index: 3;
}
.z-4{
	z-index: 4;
}
.z-5{
	z-index: 5;
}
.btn{
    padding-top: 8px;
    padding-bottom: 5px;
    font-family: "Rajdhani", sans-serif;
}
.btn-outline-primary{
    background-color: transparent;
    color: #e4002b;
    border-color: #e4002b;
}
.btn-outline-primary:hover{
    color: #fff;
    background-color: #e4002b;
	border-color: #e4002b;
}
.btn-primary{
    background-color: #e4002b !important;
    border-color: #e4002b !important;
}
.btn-info{
    background-color: #fff !important;
    border-color: #fff !important;
}
.btn-info:hover, .btn-primary:hover{
    background-color: #008EAA !important;
	color: #fff !important;
    border-color: #008EAA !important;
}
.rounded-4{
    border-radius: 15px;
}
.nav-pills .nav-link{
    color: #191d38;
    background-color: #fff;
	transition: all .8s;
}
.nav-pills .nav-link:hover{
	background-color: rgb(142 228 245 / 80%)
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #008EAA !important;
	font-weight: 700 !important;
}
.fw-semibold{
    font-weight: 600;
}
.fw-extrabold{
    font-weight: 900;
}
.text-red-spanish{
    color: #e4002b;
}
.text-blue-munsell{
    color: #008EAA ;
}
.text-yellow-sandstorm{
    color: #F3D03E;
}
.bg-red-spanish{
    background-color: #e4002b;
}
.bg-red-spanish-to-right{
    background-image: linear-gradient(to right, rgba(228,0,43,.9) 0%, rgba(228,0,43,.4) 100%);
}
.bg-blue-munsell{
    background-color: #008EAA ;
}
.bg-yellow-sandstorm{
    background-color: #F3D03E;
}
.img-crop{
	clip-path: polygon(10% 0%, 100% 0%, 100% 75%, 90% 100%, 0% 100%, 0% 25%);
}

/*HEADER*/
header.site-header{
	z-index: 14;
	top: 0;
	left: 0;
	border-bottom: 0;
	transition: all .5s;
}
header.boxed95{
	z-index: 4;
}
header .site-logo img{
	max-width: 100%;
}
header ul li{
	padding: 20px 45px 20px 25px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin-top: 0;
	margin-left: 0 !important;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
header ul li a{
	color: #393939;
	display: block;
	position: relative;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
header ul li ul.sub-menu{
    list-style: none;
    padding-left: 0;
    text-transform: initial;
	margin-left: 0;
}
header ul.navbar-nav > li > ul.sub-menu{
    position: absolute;
    background-color: rgba(255,255,255);
    width: 100%;
    padding: 0;
    border-radius: 0 0 15px 15px;
	margin-left: 0;
	top: 100%;
	left: 50%;
    opacity: 0;
    display: flex; 
	flex-wrap: wrap;
    height: auto;
	transform: translate(-50%, -150%);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: height .5s linear 0.01s, padding .1s linear 0.01s, left .5s linear .1s, opacity .5s linear .1s;
}
header ul.navbar-nav > li.menu-item-has-children {
    padding-right: 40px !important;
}
header ul.navbar-nav > li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
	left: calc(100% + 10px);
    border-top: .3em solid #000;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transition: all .5s;
}
.scrolling header ul.navbar-nav > li.menu-item-has-children > a::after {
    border-top: .3em solid #000;
}
header ul.navbar-nav > li.menu-item-has-children:hover > ul.sub-menu{
    opacity: 1;
    padding: 15px 10px;
    transform: translate(-50%, -10px);
}
header ul.navbar-nav > li > ul.sub-menu > li > a{
    cursor: default;
    text-transform: uppercase;
    padding-bottom: 0;
	font-size: 95%;
}
header ul li ul.sub-menu li ul.sub-menu{
	display: flex;
    flex-wrap: wrap;
}
header ul li ul.sub-menu li ul.sub-menu li{
	width: 100%;
}
header ul.navbar-nav > li > ul.sub-menu > li > ul > li > a{
    padding: 0;
	font-size: 90%;
    font-weight: 400;
	transition: all .5s;
}
header ul.navbar-nav > li > ul.sub-menu > li > ul > li > a::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 0;
	bottom: 0;
	left: 0;
	background-color: #e4002b;
	transition: all .5s;
}
header ul.navbar-nav > li > ul.sub-menu > li > ul > li > a:hover{
	color: #e4002b;
}
header ul.navbar-nav > li > ul.sub-menu > li > ul > li > a:hover::after{
	width: 50px;
}
header ul.navbar-nav > li > ul.sub-menu > li{
    width: 50%;
	padding: 5px 25px;
}
header ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children{
	width: 33.33333%;
}
header ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children:not(:last-child){
	border-right: 1px solid #ddd;
}
header ul.navbar-nav > li > ul.sub-menu li ul li{
	padding: 5px 10px 7px 20px;
}
header ul li ul.sub-menu li a{
    padding: 10px 0px;
    text-transform: initial;
    font-weight: 500;
}
header ul.navbar-nav > li > ul.sub-menu > li > a{
	color: #e4002b;
	padding-left: 45px;
	padding-bottom: 5px;
}
header ul.navbar-nav > li > ul.sub-menu > li > a::after{
	content: '';
	position: absolute;
	background-position: center;
	background-size: contain;
	width: 35px;
	height: 35px;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
}
header ul.navbar-nav > li > ul.sub-menu > li.productos a::after{
	background-image: url(images/icono-producto.png);
}
header ul.navbar-nav > li > ul.sub-menu > li.servicios a::after{
	background-image: url(images/icono-servicio.png);
}
header ul.navbar-nav > li > ul.sub-menu > li.industrias a::after{
	background-image: url(images/icono-industria.png);
}
header ul li ul.sub-menu li a span.menu-description{
    height: 37px;
    line-height: 18px;
}
header ul li.current-menu-item a{
	color: #e4002b;
	font-weight: 700;
}
header ul li.small a{
	padding: 4px 0;
	font-size: 14px;
}
header ul li a:hover{
	text-decoration: none;
	opacity: 1;
}
header ul.social-header li{
	padding: 0 5px;
}
header ul.social-header li a{
	font-weight: 400;
}
header ul .navbar-nav a{
	padding: 0 20px;
}
header ul li a:hover{
	color: #e4002b;
}
header ul li:hover a{
	color: #000;
}
header ul li:hover{
	opacity: 1;
}
header ul li.active a{
	color: #000;
}
header ul.navbar-nav li:not(.btn-color){
	padding: 20px;
}
header .img-logo{
	max-height: 60px;
	transition: all .5s;
}
.scrolling header .img-logo{
	max-height: 50px;
}

.modal-contact form br{
	display: none;
}
.modal-contact form p{
	margin-bottom:0;
}
.btn-close{
	right: 15px;
	top: 10px;
}
select.form-control{
	padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.125);
}

li.buscador-menu{
	padding: 15px 20px !important;
}
li.buscador-menu a{
    font-size: 0;
    letter-spacing: -1px;
    color: transparent !important;
    text-decoration: none;
}
li.buscador-menu a::after{
	color: #e4002b;
}
li.buscador-menu a::after{
	font-family: "Font Awesome 5 Free";
	content: "\f002";
	font-weight: 900;
	font-size: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
}
.absolute-right.carrito-menu{
	right: 30px;
	position: absolute;
}
.absolute-right.buscador-menu{
	right: 100px;
	position: absolute;
}
.searcher-bar{
	top: 100%;
	transition: all .5s;
}
.dont-show.searcher-bar{
	top: calc(100% - 65px);
}
form.input-group button{
	border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
}
form.input-group input{
	border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
}

.carrito-menu img{
	height: 30px;
}
#count-cart-items.badge{
    background-color: #008EAA;
    left: 25px;
    top: -10px;
    padding: 3px 6px;
}
.menu-social-container{
	list-style: none;
}
.menu-social-container li{
	display: inline-block;
	margin-right: 15px;
}
.menu-social-container a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: normal;
	color: #fff;
	vertical-align: middle;
}
.menu-social-container a{
    font-size: 0;
    letter-spacing: -1px;
    color: transparent !important;
    text-decoration: none;
}
.menu-social-container a:after{
	color: #fff;
}
.facebook a::after{
	font-family: "Font Awesome 5 Brands";
	content: "\f082";
	margin-left: 15px;
	font-size: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
}
.instagram a::after{
	font-family: "Font Awesome 5 Brands";
	content: "\f16d";
	margin-left: 15px;
	font-size: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
}
.linkedin a::after{
	font-family: "Font Awesome 5 Brands";
	content: "\f08c";
	margin-left: 15px;
	font-size: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
}
.youtube a::after{
	font-family: "Font Awesome 5 Brands";
	content: "\f167";
	margin-left: 15px;
	font-size: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
}
.twitter a::after{
	font-family: "Font Awesome 5 Brands";
	content: "\f081";
	margin-left: 15px;
	font-size: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
}
.whatsapp a::after{
	font-family: "Font Awesome 5 Brands";
	content: "\f232";
	margin-left: 15px;
	font-size: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
}
.pinterest a::after{
	font-family: "Font Awesome 5 Brands";
	content: "\f0d3";
	margin-left: 15px;
	font-size: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
}
.tiktok a::after{
	font-family: "Font Awesome 5 Brands";
	content: "\e07b";
	margin-left: 15px;
	font-size: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
}
.menu-social-container a::after{
	margin-left: 0 !important;
}

/*SLIDER SECTION*/
.slideFull .owl-prev, .slideFull .owl-next, .slideCarousel .owl-prev, .slideCarousel .owl-next{
  position: absolute;
  top: 50%;
  display: inline-flex;
  width: 40px;
  height: 40px;
  color: #dddddd !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: 0 !important;
  margin: 0 7.5px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  transform: translateY(-50%);
}
.slideFull .owl-prev{
  left: 15px;
}
.slideFull .owl-next{
  right: 15px;
}
.slideCarousel .owl-prev{
	left: -45px;
}
.slideCarousel .owl-next{
	right: -45px;
}
.slideFull .owl-prev:hover, .slideFull .owl-next:hover{
	color: #ffffff !important;
}
.slideCarousel .owl-prev:hover, .slideCarousel .owl-next:hover{
	color: #e4002b !important;
}
.slideFull .owl-dots {
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slideFull .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 5px solid transparent;
  background: #fff;
  margin: 5px;
  transition: all .5s;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  opacity: .7;
  transition: all .5s;
}
.slideFull .owl-dot.active,
.slideFull .owl-dot:hover {
	border: 5px solid #fff;
	background: #fff;
	opacity: 1;
}
.slideFull .owl-dot:hover {
  opacity: .7;
}
.slideFull .text-slider{
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.box-beneficio:hover img, .box-ventaja:hover img, .box-item-nos:hover img{
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
	transition: transform 0.8s;
	transform-style: preserve-3d;
	height: 250px;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front, .flip-card-back {
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}
/* Style the back side */
.flip-card-back {
	transform: rotateY(180deg);
}


/*SECCIONES HOME*/
a.box-industria:hover img{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}
a.box-industria:hover p{
	font-weight: 700;
}

.slider-cliemarcasntes .owl-nav{
    color: #28B095;
}
.slider-marcas img{
	transform: scale(1);
    transition: all .5s;
}
.slider-marcas img:hover{
    transform: scale(1.1);
}

.slider-noticias .owl-stage{
	display: flex;
	padding-bottom: 15px;
}
.slider-noticias img{
	aspect-ratio: 16 / 9;
}
.desde-home small{
	font-size: 12px;
}
.section-text{
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.15);
}

.text-caracteristica ul{
	margin-left: 30px;
    margin-bottom: 10px;
}
.text-caracteristica ul li{
	list-style: none;
	position: relative;
	padding-bottom: 10px;
}
.text-caracteristica ul li:before{
	content:'';
	position: absolute;
    width: 40px;
    height: 40px;
    right: 100%;
    top: -4px;
	background-size: 40px;
	background-position: center;   
}
.bg-white .text-caracteristica ul li:before{
	background-image: url('images/vignette-red-spanish.png');
}
.bg-red-spanish .text-caracteristica ul li:before{
	background-image: url('images/vignette-white.png');
}

/*SHOP*/
.woocommerce-Price-currencySymbol{
	font-weight: 300;
    margin-right: 5px;
}
.right-sidebar .content-area {
    width: 100%;
    float: none;
    margin-right: 0%;
	padding: 0 15px;
}
.right-sidebar  .widget-area{
	padding: 0 15px 0 0;
	width: 25%;
	background-color: #fff;
}
.woof_container{
	margin-top: 25px;
}
.woof_text_search_container .woof_text_search_go{
	right: 9px;
	top: 9px;
}
.woof_childs_list_opener span.woof_is_closed {
    background-size: 200% !important;
    background-position: center;
}
.woof_list label{
	display: inline !important;
}
.woof_list_checkbox li div {
    margin-top: 0;
}
.widget .woof_redraw_zone ul li{
	margin: 10px 0;
}

.migas-de-pan{
	bottom: 0;
}
.migas-de-pan .col-full{
	padding: 0;
	margin: 0;
}
.storefront-breadcrumb{
	margin-bottom: 0;
	color: #F3D03E;
	padding: 15px 0;
}
.storefront-breadcrumb a, .storefront-breadcrumb span, .woocommerce-breadcrumb .breadcrumb-separator::after{
	color: #fff;
	opacity: 1 !important;
}
.term-description p{
	margin-bottom: 0;
}
.container-term-description{
	border-right: 1px solid #7c7c7c;
}
.term-description{
	color: white;
}
.storefront-sorting{
	margin-bottom: 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.storefront-sorting select{
	padding: 10px;
}
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers{
	padding: 5px 10px;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #e4002b;
    color: #fff;
}
.orderby option[value="price"],
.orderby option[value="price-desc"]
{
   display: none;
}
ul.products li.product .woocommerce-LoopProduct-link, ul.products .wc-block-grid__product .woocommerce-LoopProduct-link, .wc-block-grid__products li.product .woocommerce-LoopProduct-link, .wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link{
	width: 100%;
}
.wc-block-grid__products .wc-block-grid__product img, .wc-block-grid__products li.product img, ul.products .wc-block-grid__product img, ul.products li.product img, ul.products li.product.product-category img, ul.products .wc-block-grid__product.product-category img, .wc-block-grid__products li.product.product-category img, .wc-block-grid__products .wc-block-grid__product.product-category img{
	width: 100%;
	margin: 0;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
}
li.product, li.product-category{
	transition: all .5s;
}
li.product:hover, li.product-category:hover{
	transform: scale(1.05);
	border-color: rgb(228, 0, 43) !important;
	box-shadow: 0 .5rem 1rem rgba(228, 0, 43, .15) !important;
}
li.product a{
	text-decoration: none;
}
ul.subcategories{
	display: flex;
	margin-top: 30px;
	justify-content:center;
}
ul.subcategories li.product-category{
	background-color: #e4002b;
	margin-bottom: 30px;
}
ul.subcategories li.product-category a{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.subcategories li.product-category img{
	display: none;
}
ul.subcategories li.product-category h3{
	color: #fff;
	margin-bottom: 0;
}	
li.product .wishlist-fragment {
    position: absolute;
    right: 10px;
    top: 355px;
}
#yith-wcwl-popup-message{
	margin-left: 0 !important;
    transform: translateX(-48%);
	display: none !important;
}
.new-product, .nostock-product, .discount-product{
	right: -5px;
    top: -5px;
}
.outofstock .new-product{
	display: none;
}
.price del{
	display: none;
}
.price .amount{
	font-weight: 700;
	margin-left: 0 !important;
}
ul.products li.product .wc-block-grid__product-onsale, ul.products li.product .onsale, .tag-group span.small, .features-producto span.small, .close-flash i{
	font-size: 12px;
}

.tag-group img{
	max-height: 32px;
}
.ver-mas-producto{
	right: 16px;
	bottom: 22px;
}
.close-flash{
    padding: 1px 0;
}
.btn-fade{
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
    border: 1px solid #fff;
    height: 15px;
}
.subcategoria img{
	width: 100%;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

/*PRODUCTO*/
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
	z-index: 2;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 15%;
    float: none; 
    margin: 0 0.83333% 10px;
	border: 1px solid #ccc;
}
.single-product .onsale{
    position: absolute;
    z-index: 3;
    color: #fff !important;
    background: #46862c;
    left: 10px;
    top: 45px;
}
.single-product div.product{
	padding: 50px 0px;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{
	margin-right: 0;
	width: 25%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{
	margin-right: 0;
	width: 100%;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery{
	-ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
	margin-right: 0;
}
.storefront-full-width-content.single-product div.product .summary{
	margin-left: 8.333333% !important;
	-ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
.woocommerce-product-gallery .slick-slide span, .woocommerce-product-gallery .slick-slide span img{
	width: 100%;
}
.woocommerce-product-gallery .slick-prev, .woocommerce-product-gallery .slick-next{
	transform: translateY(-50%);
}
.woocommerce-product-gallery .wpgs-nav .slick-slide{
	margin-top: 0;
}
.woocommerce-product-gallery .slick-prev {
	left: 10px;
}
.woocommerce-product-gallery .slick-next {
	right: 10px;
}
.slick-prev:before, .slick-next:before{
	color: #cececc !important;
}
.wpgs-for .slick-arrow{
	font-family: Font Awesome\ 5 Free !important;
    font-weight: 900 !important;
	width: 40px !important;
    height: 40px !important;
    background-color: rgba(255,255,255,.8) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.single-product div.product .woocommerce-product-gallery img{
	width: 100%;
}
.single-product div.product p.price{
	margin: 10px 0px;
}
.single-product .widget-area{
	display: none;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments{
	background-color: #008EAA ;
}
.woocommerce-breadcrumb a{
	color: #fff;
}
a.woocommerce-review-link, .product_meta a{
	color: #e4002b;
}
.woocommerce-tabs ul.tabs {
	width: auto;
	float: none;
	margin-right: 0;
}
.woocommerce-tabs .tabs li a {
    font-weight: bold;
    color: inherit;
    padding: 10px 0 !important;
}
.woocommerce-tabs ul.tabs li{
	transition: all .5s;
}
.woocommerce-tabs ul.tabs li:hover, .nav-tabs .nav-link:hover{
	border-color: #ccc !important;
}
.nav-tabs .nav-link{
	color: inherit;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
}
.woocommerce-tabs ul.tabs li.active, .nav-tabs .nav-link.active{
	border-color: #e4002b !important;
}
.woocommerce-tabs ul.tabs li.active a, ul.products li.product .price, .onsale, .wc-block-grid__product-onsale, .widget_search form:before, .widget_product_search form:before, .nav-tabs .nav-link.active{
	color: #e4002b;
}
.woocommerce-tabs ul.tabs li.active::after{
	content: "\f078";
	right: 20px;
	font-size: 15px;
}
.single-product .tabs iframe{
	display: block;
	margin: 0 auto;
}
.woocommerce-Tabs-panel table {
	margin-bottom: 40px;
}
.woocommerce-Tabs-panel table tr td, .woocommerce-Tabs-panel table tr th{
	background-color: transparent !important; 
}
.flaticon-back{
	left: 10px !important;
}
.flaticon-back:before {
    content: "\f053" !important;
    font-family: Font Awesome\ 5 Free !important;
	font-size: 24px !important;
}
.flaticon-right-arrow{
	right: 10px !important;
}
.flaticon-right-arrow:before{
	content: "\f054" !important;
    font-family: Font Awesome\ 5 Free !important;
	font-size: 24px !important;
}
#title-tamano .measures{
	display: none;
}
.single-product .price{
	font-size: 44px !important;
	color: #000;
	font-weight: 600;
}
.single-product .reverso-body .price{
	font-size: 20px !important;
}
div.product .added_to_cart{
	display: none;
}
.btn-whatsapp{
	background-color: #25d366;
}
.btn-whatsapp:hover{
	background-color: #075e54
}
.single-product div.product table.variations .value{
	margin-bottom: 0;
}
.variations select{
	height: 40px;
    border-radius: 0;
    border: 1px solid #606060;
    width: 50%;
    text-transform: uppercase;
    color: #606060;
    padding-left: 15px;
}
.type-product .woocommerce-variation-price{
	display: none !important;
}
.product_cat-props .nota-producto{
	display: none;
}
.woocommerce-product-details__short-description p{
	margin-bottom: 10px;
}
.single-product div.product form.cart{
	padding: 0;
}
.single-product table .select2-container{
	margin-top: 1em;
}
.single-product .select2-container .select2-selection--single{
	height: 40px;
    border: 1px solid #606060;
	background-color: #fff;
	box-shadow: none;
	border-radius: 0;
}
.single-product .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.single-product .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
#select2-caras-results li:nth-child(n+4){
	display: none !important; 
}
#material{
	display: none;
}
a.reset_variations {
    margin-top: 20px;
    vertical-align: middle;
	color: #df5b2a;
}
#medidas, #caras{
	margin-top: 10px;
}
.variation-radios input, .variation-radios label, .reverso input, .reverso label{
	cursor: pointer;
}
.variation-radios input:not(:first-of-type), .variation-radios input:not(:first-of-type)+label, .reverso input:not(:first-of-type), .reverso input:not(:first-of-type)+label{
	margin-left: 30px;
}
.variation-radios input:first-of-type+label, .reverso input:first-of-type+label{
	margin-left: 0;
}
.variation-radios input:focus, .reverso input:focus{
	outline: none;
}
.variation-radios [type="radio"]:checked,
.variation-radios [type="radio"]:not(:checked),
.reverso [type="radio"]:checked,
.reverso [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.variation-radios [type="radio"]:checked + label,
.variation-radios [type="radio"]:not(:checked) + label,
.reverso [type="radio"]:checked + label,
.reverso [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #606060;
	opacity: 1;
	transition: all .5s;
}
.variation-radios [type="radio"]:checked + label:before,
.variation-radios [type="radio"]:not(:checked) + label:before,
.reverso [type="radio"]:checked + label:before,
.reverso [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #606060;
    border-radius: 100%;
    background: transparent;
	opacity: 1;
	transition: all .5s;
}
.variation-radios [type="radio"]:checked + label:after,
.variation-radios [type="radio"]:not(:checked) + label:after, 
.reverso [type="radio"]:checked + label:after,
.reverso [type="radio"]:not(:checked) + label:after  {
    content: '';
    width: 8px;
    height: 8px;
    background: #df5b2a;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.variation-radios [type="radio"]:not(:checked) + label:after, .reverso [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.variation-radios [type="radio"]:checked + label:after, .reverso [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.variation-radios [type="radio"]:not(:checked) + label[disabled]{
	opacity: 0.6;
	pointer-events: none;
}
.variation-radios [type="radio"]:not(:checked) + label[disabled]:before{
	background-color: #eaeaea;
}
.reverso-container{
	max-width: 640px;
	width: 95%;
    right: -640px;
    top: 0;
    bottom: 0;
    z-index: 999999;
    width: 90%;
    transition: all 0.5s;
}
.reverso-open .reverso-container{
	right: 0;
}
.reverso-open .reverso-opac{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999998;
	opacity: 0.7;
}
.reverso-close{
	font-size: 12px;
	position: absolute;
    cursor: pointer;
	right: 40px;
    top: 25px;
}
.reverso-close i{
	border: 1px solid #000;
    padding: 2px;
}
.reverso-body{
	overflow-y: scroll;
	height: calc(100vh - 107px);
}
.reverso-body::-webkit-scrollbar, .xoo-wsc-body::-webkit-scrollbar{
  width: 8px;
}
/* Track */
.reverso-body::-webkit-scrollbar-track, .xoo-wsc-body::-webkit-scrollbar-track{
  background: #f1f1f1; 
}
/* Handle */
.reverso-body::-webkit-scrollbar-thumb, .xoo-wsc-body::-webkit-scrollbar-thumb{
  background: #df5b2a; 
}
/* Handle on hover */
.reverso-body::-webkit-scrollbar-thumb:hover, .xoo-wsc-body::-webkit-scrollbar-thumb:hover{
  background: #555; 
}
select#caras option[value="2 Premium"], select#caras option[value="2 Élite"]{
	display: none;
}

.accordion-atributos .card-body p{
	margin-bottom: 10px;
}
.btn-atributo{
	border-top: 1px solid #606060;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
span.chevron{
	transition: all .5s;
}
.btn-atributo:not(.collapsed) span.chevron{
	transform: rotate(-180deg);
}
.btn-atributo:hover{
	border-top: 1px solid #606060;
}

/*CART*/
.xoo-wsc-header {
    padding: 45px 35px;
}
.xoo-wsch-close i{
	border: 1px solid #000;
    padding: 2px;
}
span.xoo-wsch-close {
    right: 40px;
    top: 25px;
}
.xoo-wsc-ft-btn-continue, .xoo-wsc-ft-btn-cart{
	display: none !important;
}
.xoo-wsc-ft-btn-checkout{
	background-color: #df5b2a;
    color: #fff;
    font-weight: 500;
	text-transform: uppercase;
}
.xoo-wsc-ft-btn-checkout:hover{
	text-decoration: none;
    opacity: 1;
    background-color: #df5b2a;
    color: #fff;
}
.xoo-wsc-footer .amount{
	font-size: 27px;
}
.xoo-wsc-icon-trash{
	font-family: Font Awesome\ 5 Free !important;
}
.xoo-wsc-icon-trash:before {
    content: "\f00d";
	font-weight: 900;
}
.xoo-wsc-product dl.variation{
	display: inline-flex;
}
.xoo-wsc-sm-left > *:not(:last-child){
	padding-bottom: 0px;
}
.xoo-wsc-product dl.variation dd{
	margin-right: 10px;
}
.xoo-wsc-smr-ptotal{
	font-weight: 700;
}
.transbank{
	max-height: 65px;
}
.xoo-wsc-product dl.variation dd, .xoo-wsc-product dl.variation dt{
	font-style: normal;
}

/*CONTACTO*/
.sucursales .nav-pills .nav-link{
    background-color: #f2f2f2;
}
.sucursales .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    background-color: #e4002b;
	font-weight: 400;
}
.sucursales .nav-pills .nav-link.active h4, .nav-pills .show>.nav-link h4, .sucursales .nav-pills .nav-link.active h6, .nav-pills .show>.nav-link h6, .nav-pills .nav-link.active a, .nav-pills .show>.nav-link a{
	color: #fff !important;
}
.nav-pills .nav-link.active a{
	text-decoration: underline;
}
.form-control{
	background-color: #f2f2f2;
}
.row-contact-form > div{
	width: 100%;
}
.contacto input.form-control{
	height: 50px;
}
.contacto .form-control, .contacto .form-control:focus{
	color: #393939 !important;
}
.contacto form br{
	display: none;
}
.wpcf7-not-valid-tip{
	font-size: 12px;
}
.formulario-contacto .wpcf7 .ajax-loader, .formulario-contacto .wpcf7-spinner{
	top: 13px;
	position: absolute;
	right: 50%;
}
.contacto .social a::after{
	color: #393939;
}

/*Nosotros*/
.overlay-banner{
	background-image: radial-gradient(farthest-corner at 0% 100%, rgba(228, 0, 43, 1), rgba(228, 0, 43, 0.8)30%, rgba(0,0,0,0)50%, rgba(0,0,0,0)100%);
	top: 0;
	left: 0;
}
.container-title-nosotros{
	margin-top: -39px;
}
.nosotros h1, .nosotros .h1{
	line-height: 1.2;
}
.nosotros .img-secundaria{
	margin-top: -20%;
}
.nosotros .social a::after{
	color: #393939;
}
.nosotros p a{
	color: #000;
}

/*Blog*/
.content-blog h3{
	margin-bottom: 0;
}
.extracto p{
	margin-bottom: 0;;
}
.date-read{
	bottom: 15px;
	right: 0px;
}
.articulo img{
	margin: 10px auto 30px;
	display: block;
}
.compartir{
	right: 0;
}
.wp-pagenavi span.current {
    color: #fff;
    background: #e4002b;
    border: 1px solid #e4002b;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
	border-color: #e4002b;
}

/*Wishlist*/
li.product .btn-fade {
    right: 15px;
    top: 25px;
    transform: translateY(-50%);
    width: 15px;
    border: 1px solid #eaeaea;
    height: 15px;
}
li.product .btn-fade  a{
	color: #eaeaea;
}
li.product a.remove:before{
	display: none;
}
li.product a.remove{
	text-indent: unset;
}

/*Checkout*/
.woocommerce-input-wrapper{
	width: 100%;
}
.checkout input[type="text"], .checkout input[type="email"], .checkout input[type="tel"]{
	height: 40px;
	border: 1px solid #606060 !important;
	font-size: 16px !important;
	transition: all .5s;
}
.checkout .select2-container--default .select2-selection--single{
	transition: all .5s;
}
.checkout input[readonly], .checkout input[disabled], .checkout textarea[disabled], .select2-container--default.select2-container--disabled .select2-selection--single{
    background-color: #ddd!important;
}
.checkout textarea{
	border: 1px solid #606060 !important;
	font-size: 16px !important;
}
.mailchimp-newsletter{
	padding-right: 15px;
    padding-left: 15px;
	margin-left: 0;
	margin-right: 0;
}
.mailchimp-newsletter input{
	margin-top: 4px;
	align-self: start;
}
.mailchimp-newsletter label{
	font-size: 15px;
	color: #df5b2a !important;
	max-width: calc(100% - 20px);
}
#billing_country_field, #shipping_country_field{
	display: none !important;
}
.shipping_address{
	display: block !important;
}
/* disable touch event or mouse click */
#ship-to-different-address label {
    font-weight: 500;
}
#ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: unset;
    right: unset;
    transform: unset;
}
.select2-container{
	height: 40px;
}
.checkout .select2-container--default .select2-selection--single{
	height: 40px;
    border: 1px solid #606060;
    border-radius: 0;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px;
    font-size: 16px;
    text-transform: uppercase;
    color: #606060;
	padding-left: 1rem;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 38px;
	right: 15px;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-left: 2px solid #606060;
    border-bottom: 2px solid #606060;
    border-top: 0;
    border-right: 0;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    margin-top: -5px;
}
.alert-checkout i{
	position: absolute;
    right: 35px;
    top: 7px;
}
.form-check-label .optional{
	display: none;
}
.form-check-label.small{
	font-size: 75%;
}
.form-check-input{
	margin-left: -24px;
    margin-top: 0;
}
table:not( .has-background ) th, table:not( .has-background ) tbody td {
    background-color: #fff;
}
tr.order-total, table:not( .has-background ) tr.order-total th{
	background-color: #c6c6c6 !important;
}
table.woocommerce-checkout-review-order-table .product-name{
	width: calc(100% - 215px);
}
table.woocommerce-checkout-review-order-table td.product-total{
	width: 215px;
	text-align: right;
}
table.woocommerce-checkout-review-order-table dl.variation dt{
	width: 70px;
	margin-right: 0;
}
table.woocommerce-checkout-review-order-table dl.variation dd{
	width: calc(100% - 70px);
	margin-right: 0;
}
table.woocommerce-checkout-review-order-table td[data-title="Envío"]{
	text-align: right;
}
.woocommerce-shipping-totals th{
	font-weight: 400;
	color: #000;
}
.row-pay button{
	background-color: #df5b2a !important;
	width: 100% !important;
	font-size: 20px !important;
}
.woocommerce-form-coupon-toggle {
	display:none;
}
.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #df5b2a;
}
.comprobante input, .envio input{
	border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}
.comprobante label, .envio label{
	display: block;
    cursor: pointer;
}
.comprobante label:before, .envio label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f111";
    margin-right: .5407911001em;
    -webkit-transition: color,ease,.2s;
    transition: color,ease,.2s;
	color: #606060;
}
.comprobante input[type=radio]:first-child:checked+label:before , .envio input[type=radio]:first-child:checked+label:before {
    color: #df5b2a;
	content: "\f192";
}
.comprobante input[type=radio]:first-child:checked+label , .envio input[type=radio]:first-child:checked+label {
	color: #df5b2a !important;
}
.envio span.h6.small{
	font-size: 75%;
}
#billing_voucher_field{
	display: none !important;
}
.envio-gratis{
	right: 16px;
    top: 16px;
}
.despacho-with-line:after{
	content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 170px);
    background: #dee2e6;
    left: 125px;
    top: 24px;
}
.despacho-right{
	right: 15px;
    top: 13px;
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error{
	display: block !important;
}

.woocommerce-checkout p#billing_rut_field.woocommerce-invalid-required-field span.error{
	display: block!important;
}
.woocommerce-checkout p#personal_rut_field.woocommerce-invalid-required-field span.error{
	display: block!important;
}

.woocommerce-checkout p#billing_rut_field.woocommerce-invalid-required-field span.error.alert-checkout-rut{
	display: none!important;
}
.woocommerce-checkout p#personal_rut_field.woocommerce-invalid-required-field span.error.alert-checkout-rut{
	display: none!important;
}

.woocommerce-checkout p#billing_rut_field.validate-rut span.alert-checkout-rut{
	display: block!important;
}
.woocommerce-checkout p#personal_rut_field.validate-rut span.alert-checkout-rut{
	display: block!important;
}

.woocommerce-checkout p.validate-email:not(.woocommerce-invalid-required-field) span.error.alert-checkout-emailb{
	display: block!important;
}
.woocommerce-checkout p.validate-email.woocommerce-invalid-required-field span.error.alert-checkout-emailb{
	display: none!important;
}

.woocommerce-checkout p.validate-phone:not(.woocommerce-invalid-required-field) span.error.alert-checkout-telefono{
	display: block!important;
}
.woocommerce-checkout p.validate-phone.woocommerce-invalid-required-field span.error.alert-checkout-telefono{
	display: none!important;
}

.woocommerce-checkout .woocommerce-shipping-fields p.woocommerce-invalid-required-field span.error {
	display: none !important;
}
.woocommerce-shipping-fields.envio-activo p.woocommerce-invalid-required-field span.error {
	display: block !important;
}
#shipping_first_name_field span.error, #shipping_last_name_field span.error{
	display: none !important;
}
.woocommerce-NoticeGroup-checkout, #checkout-info .woocommerce-notices-wrapper{
	display: none !important;
}
.checkout .product_list_widget li img{
	max-width: 100%;
	float: none;
}
a.eliminar-carrito{
	display: block;
    font-weight: 400;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
	right: 15px;
    top: 0px;
    height: 20px;
    width: 20px;
	line-height: 20px;
	z-index: 999;
}
a.eliminar-carrito:before{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #737781;
    text-indent: 0;
    text-align: center;
	content: "\f00d";
	line-height: 20px;
}
.waiting-remove{
	background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
}
.woocommerce-checkout-review-order-table .blockOverlay{
	display: none !important;
}
.woocommerce-mini-cart__total{
	text-transform: uppercase;
	color: #000;
	padding-left: 15px;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount{
	font-weight: bold;
	float: right;
    padding-right: 15px;
}
ul.order_details:after, ul.order_details:before{
	display: none;
}
.woocommerce-order table tfoot tr:last-child .woocommerce-Price-amount{
	font-weight: bold;
	font-size: 22px;
}
.woocommerce-order .woocommerce-error, .woocommerce-order .woocommerce-message{
	display: none;
}
.woocommerce-order .product-name a{
	color: #df5b2a;
	font-weight: 500;
}
.checkout dl.variation{
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0;
	padding-bottom: 0px;
}
.checkout dl.variation dd, .checkout dl.variation dt {
    margin: 0 4px 0 0;
    display: inline-block;
    float: left;
}
.checkout dl.variation dd{
	margin-right: 10px;
}
.checkout dl.variation, .checkout dl.variation p{
	margin-bottom: 0;
}
.woocommerce-checkout-review-order-table dl.variation, .woocommerce-checkout-review-order-table dl.variation p{
	line-height: 1.2;
}
.detalles h2, .wc-bacs-bank-details-heading{
	color: #000;
	font-weight: 500;
	font-size: 25px;
}
.shop_table.order_details {
    background-color: #fff;
	border: 1px solid #dee2e6;
	margin-bottom: 50px;
}
.shop_table.order_details td, .shop_table.order_details  th{
	padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
	color: #000;
}
.woocommerce-bacs-bank-details{
	width: 100%;
}
.wc-bacs-bank-details-heading{
	margin-top: 20px;
}
.wc-bacs-bank-details-heading, .wc-bacs-bank-details-account-name{
	text-align: center;
}
.wc-bacs-bank-details-account-name{
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: 0 !important;
    border: 1px solid #dee2e6;
    padding-bottom: 8px;
}
.bacs_details{
	border: 1px solid #dee2e6;
    background: #fff;
    margin: 0px 0 20px !important;
    width: 100%;
    text-align: center;
}
.bacs_details li{
	padding-top: 8px !important;
	padding-bottom: 4px !important;
}
.bacs_details strong{
	color: #000;
}

.contacto-banner .title-floating {
    left: 50%;
    bottom: 0px;
    letter-spacing: -0.25rem;
    -webkit-transform: translateX(calc(-50% + 4px));
	-ms-transform: translateX(calc(-50% + 4px));
	-o-transform: translateX(calc(-50% + 4px));
    transform: translateX(calc(-50% + 4px));
}
.contacto-banner h1, .contacto-banner .h1, .contact-data h2, .contact-data .h2{
	line-height: 1;
}
.contacto-banner h1:before, .contact-data h2:before{
	content: '';
	position: absolute;
	height: 8px;
	width: 150px;
	top: 50%;
	-webkit-transform:  translateY(-50%);
	-ms-transform:  translateY(-50%);
	-o-transform:  translateY(-50%);
	transform:  translateY(-50%);
}
.contacto-banner h1:after, .contact-data h2:after{
	content: '';
	position: absolute;
	height: 8px;
	width: 150px;
	top: calc(50% - 2px);
	-webkit-transform:  translateY(-50%);
	-ms-transform:  translateY(-50%);
	-o-transform:  translateY(-50%);
	transform:  translateY(-50%);
	border: 1px solid #fff;
}
.contacto-banner .dash-right:before{
	left: 100%;
}
.contacto-banner .dash-right:after{
	left: calc(100% + 2px);
}
.contacto-banner .text-beige:before{
	background-color: #d6c0a6 !important;
}
.contacto-banner .illustration-center-top{
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 350px;
}
.contact-data .img-complement{
	left: 0;
	bottom: 0;
	max-height: 95%;
}
.contact-data .title-floating{
	left: 46px;
	bottom: 0px;
	letter-spacing: -0.25rem;
}
.contact-data .title-floating{
	left: 43px;
	bottom: -1px;
	letter-spacing: -0.2rem;
}
.contact-data .dash-right:before{
	left: 100%;
}
.contact-data .dash-right:after{
	left: calc(100% + 2px);
}
.contact-data .text-green:before{
	background-color: #0e745f !important;
}
.contact-data h4:before{
	content: '';
	position: absolute;
	height: 5px;
	width: 30px;
	right: calc(100% + 5px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact-data .text-orange h4:before{
	background-color: #dc563c;
}
.contact-data .text-green h4:before{
	background-color: #0e745f;	
}
.contact-data .text-dark-purple h4:before{
	background-color: #160b11;
}
.contact-form .input-group input[type="email"]{
	height: 45px;
	padding-top: 10px;
    padding-bottom: 10px;
}
.contact-form input[type="submit"]{
	opacity: .8;
	transition: all .5s;
	height: 45px;
}
.contact-form input[type="submit"]:hover{
	text-decoration: none;
	opacity: 1;
}
.contact-form input:focus, .contact-form textarea:focus{
	outline: none;
	box-shadow: none;
}
.contact-form label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4.5rem;
    transition: all 0.3s;
    font-size: 20px;
}
.contact-form .col-comentarios label{
	top: 20%;
}
.contact-form .active-label {
    top: -1%!important;
    font-size: 10px;
    color: #fff;
    left: 40px;
    background-color: #ce5138;
    z-index: 1;
    padding: 0 10px;
}
.contact-form .ajax-loader,.contact-form .wpcf7-spinner{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.contact-form .wpcf7-not-valid-tip {
	position: absolute;
	left: 15px;
	font-size: 14px;
	bottom: -20px;
	color: #f5cece;
}
.contact-form .wpcf7-response-output{
	width: 100%;
	margin: 10px auto;
	text-align: center;
	font-size: 14px;
}
.contact-form input{
	border: 1px solid #fff !important;
    height: 45px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 5px;
  	color: #fff;
  	font-size: 20px;
}
.contact-form textarea{
	border: 1px solid #fff !important;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 18px;
    padding-right: 18px;
  	color: #fff;
  	font-size: 20px;
  	border-radius: 2rem;
}
.contact-form br{
	display: none;
}
.contact-form .wpcf7-form-control-wrap{
	width: 100%;
}
.contact-form .btn-contact {
    opacity: .8;
    transition: all .5s; 
}
.contact-form .btn-contact:hover{	
    opacity: 1;
    text-decoration: none;
}
.contact-form .bg-btn-green{
	background-image: url(images/boton-verde.png) !important;
	background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
	opacity: .9 !important;
	-webkit-transition: all .5s !important;
	-o-transition: all .5s !important;
	transition: all .5s !important;
	background-color: transparent;
	border-color: transparent !important;
	padding: 30px 70px 30px 50px;
	height: auto !important;
	font-size: 22px !important;
}
.contact-form .bg-btn-green:focus{
	outline: none;
	box-shadow: none;
}
.contact-form .illustration-contact-form{
	left: 100%;
    bottom: 0;
}
/*FOOTER*/
/*NEWSLETTER*/
.newsletter .container-newsletter{
	background-color: #fff;
}
.newsletter form{
	margin-bottom: 0;
}
.newsletter .btn-newsletter{
	background-color: #df5b2a;
	color: #fff;
	font-weight: 500;
}
.newsletter .input-group input[type="email"]{
	height: 45px;
	padding-top: 15px !important;
    padding-bottom: 5px !important;
    color: #000;
    font-weight: 600;
	box-shadow: none;
	background-color: #fff;
}
.newsletter .input-group input[type="submit"]{
	opacity: .8;
	transition: all .5s;
	height: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.newsletter .input-group input[type="submit"]:hover{
	text-decoration: none;
	opacity: 1;
	background-color: #df5b2a;
	color: #fff;
}
.newsletter .input-group input:focus{
	outline: none;
	box-shadow: none;
}
.newsletter .input-group label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    transition: all 0.3s;
    color: #c4c4c4;
	z-index: 1;
}
.newsletter span[data-name="email"]{
	width: calc(100% - 175px);
}
.newsletter .ajax-loader, .newsletter .wpcf7-spinner{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.newsletter .wpcf7-not-valid-tip {
	position: absolute;
	left: 10px;
	bottom:-10px;
}
.newsletter .wpcf7-response-output{
	position: absolute;
	width: 100%;
	margin: 20px auto;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
    text-align: center;
    color: #fff;
	border: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	display: none;
}
.newsletter .fondo1 {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 15%;
}
.newsletter .fondo2 {
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 15%;
}
.newsletter .input-group label.active-label{
	top: 28%!important;
	font-size: 10px;
	color: #24254f;
}
footer ul {
	margin: 0;
	list-style-type: none;
}
footer ul li{
	padding-bottom: 10px;
}
footer .footer-main a, footer .footer-main p, footer .footer-main h6{
	color: #fff !important;
}
footer ul li a{
	color: #fff !important;
	font-weight: 300;
	display: block;
	line-height: 1.05;
}
footer .chevron-footer{
	transition: all .5s;
}
footer .menu-footer-active .chevron-footer{
	transform: rotate(-180deg);
}
div.up{
	bottom: 20px;
	left: 20px;
}
div.up a{
	width: 40px;
	height: 40px;
}
span.arrow{
	width: 19px;
	height: 19px;
}
.arrow-down{
	bottom: 0;
	transform: translateX(-50%);
	left: 50%;
}
.btn-whatsapp-floating{
    bottom: 20px;
    right: 20px;
	z-index: 20;
}
.btn-whatsapp-floating button.dropdown-toggle{
	border-radius: 50px;
}
.btn-whatsapp-floating button{
	background: #25D366;
	border: 0;
	transition: all .5s;
}
.btn-whatsapp-floating button:active{
	background: #075e54 !important;
}
.btn-whatsapp-floating button::after{
	display: none !important;
}
.btn-whatsapp-floating .dropdown-menu{
	width: 260px;
}
.wc_payment_methods li > label {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
#payment .payment_methods li .payment_box{
	font-size: 14px;
}
#payment .payment_methods li a {
    color: #df5b2a !important;
}

.brand-thumbnail{
	display: none!important;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 1600px){
	header ul.navbar-nav li:not(.btn-color) {
		padding: 20px 10px;
	}
	table.woocommerce-checkout-review-order-table .product-name{
		width: calc(100% - 205px);
	}
	table.woocommerce-checkout-review-order-table td.product-total{
		width: 205px;
		text-align: right;
	}
}
@media screen and (max-width: 1399px){
	h1, .h1{
		font-size: 40px;
	}
	h2, .h2, .woocommerce-tabs .panel h2:first-of-type, section:not(.sucursales).nav-pills .nav-link.active, section:not(.sucursales).nav-pills .show>.nav-link{
		font-size: 35px;
	}
	h3, .h3{
		font-size: 30px;
	}
	h4, .h4, .woocommerce-tabs .tabs li{
		font-size: 25px;
	}
	h5, .h5, .accordion-button{
		font-size: 22px;
	}
	h6, .h6, .btn{
		font-size: 18px;
	}
	body, .body{
		font-size: 16px;
	}
	small, .small{
		font-size: 15px;
	}
	.display-1{
		font-size: 80px;
	}
	.display-2{
		font-size: 70px;
	}
	.display-3{
		font-size: 60px;
	}
	.display-4{
		font-size: 55px;
	}
	.display-5{
		font-size: 50px;
	}
}
@media screen and (max-width: 1320px){
	.menu-item-home{
		display: none;
	}
}
@media screen and (max-width: 1199px){
	h1, .h1{
		font-size: 35px;
	}
	h2, .h2, .woocommerce-tabs .panel h2:first-of-type, section:not(.sucursales).nav-pills .nav-link.active, section:not(.sucursales).nav-pills .show>.nav-link{
		font-size: 30px;
	}
	h3, .h3{
		font-size: 25px;
	}
	h4, .h4, .woocommerce-tabs .tabs li{
		font-size: 22px;
	}
	h5, .h5, .accordion-button{
		font-size: 18px;
	}
	h6, .h6, .btn{
		font-size: 16px;
	}
	body, .body{
		font-size: 15px;
	}
	small, .small{
		font-size: 14px;
	}
	.display-1{
		font-size: 70px;
	}
	.display-2{
		font-size: 60px;
	}
	.display-3{
		font-size: 50px;
	}
	.display-4{
		font-size: 45px;
	}
	.display-5{
		font-size: 40px;
	}
	li.wishlist-in-menu {
		padding: 15px 12px !important;
	}
	.slideFull .owl-dots {
		bottom: 30px;
	}
	.slideFull .owl-prev {
		left: 0px;
	}
	.slideFull .owl-next {
		right: 0px;
	}
	.woocommerce-ordering{
		margin-right: 0;
	}
	.storefront-sorting select{
		width: 100%;
	}
	.features-producto{
		padding-left: 10px;
		padding-right: 10px;
	}
	.ver-mas-producto h2 {
		height: 66px;
	}
	.search-form input {
		max-width: 145px;
	}
	.container-title-nosotros {
		margin-top: -36px;
	}
	.nosotros h1, .nosotros .h1 {
		letter-spacing: -2px;
	}
	li.product .wishlist-fragment {
		top: 295px;
	}
	.newsletter span[data-name="email"]{
		width: calc(100% - 125px);
	}
}
@media screen and (max-width: 991px){
	h1, .h1{
		font-size: 32px;
	}
	h2, .h2, .woocommerce-tabs .panel h2:first-of-type, section:not(.sucursales).nav-pills .nav-link.active, section:not(.sucursales).nav-pills .show>.nav-link{
		font-size: 25px;
	}
	h3, .h3{
		font-size: 22px;
	}
	h4, .h4, .woocommerce-tabs .tabs li{
		font-size: 20px;
	}
	.display-1{
		font-size: 60px;
	}
	.display-2{
		font-size: 50px;
	}
	.display-3{
		font-size: 45px;
	}
	.display-4{
		font-size: 40px;
	}
	.display-5{
		font-size: 35px;
	}
	.social a:after {
		margin-left: 25px !important;
		margin-bottom: 5px;
	}
	.navbar-collapse .navbar-nav li:last-child{
		display: initial;
	}
	.menu-iconos{
		position: absolute;
		top: 10px;
	}
	#navbar-principal{
		position: fixed;
		background: #fff;
		width: 100%;
		left: 0;
		top: 90px;
		border-top: 1px solid #606060;
		border-bottom: 1px solid #606060;
		transition: all .5s;
		height: 80vh;
        overflow-y: scroll;
	}
	.scrolling #navbar-principal{
		top: 65px;
	}
	#navbar-principal li{
		text-align: center;
	}
	#navbar-principal li a{
		font-size: 18px;
	}
	#navbar-principal li.small a{
		font-size: 16px;
	}
	.nosotros .img-secundaria {
		margin-top: -10%;
	}
	.container-term-description{
		border-right: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center !important;
		padding-right: 0;
		padding-bottom: 30px;
	}
	.features-producto{
		-ms-flex: 0 0 66.66666%;
		flex: 0 0 66.66666%;
		max-width: 66.66666%;
	}
	.features-producto+div{
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	li.product .wishlist-fragment {
		top: 337px;
	}
	.content-blog{
		border-right: 0 !important;
	}
	.content-blog h3{
		text-align: center !important;
	}
	.search-form input {
		max-width: 190px;
	}
	.storefront-full-width-content.single-product div.product .summary {
		margin-left: 0!important;
		-ms-flex: 0 0 58.33333% !important;
		flex: 0 0 58.33333% !important;
		max-width: 58.33333% !important;
	}
	header .navbar-collapse >div > ul > li{
		border-bottom: 1px solid #dedede;
	}
	header ul.navbar-nav > li.menu-item-has-children{
		padding-right: 20px !important;
	}
	header ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children{
		width: 100%;
	}
	header ul.navbar-nav > li.menu-item-has-children > a::after{
		display: none;
	}
    header ul.navbar-nav > li > ul.sub-menu{
        position: relative;
        left: 0 !important;
		top: 0;
		transform: translate(0%);	
		opacity: 1;
		box-shadow: none;
    }
	header ul.navbar-nav > li.menu-item-has-children:hover > ul.sub-menu{
		transform: translate(0%);
	}
    header ul.navbar-nav > li:hover > ul.sub-menu{
        position: relative;
        left: 0 !important;
        width: 100%;
        overflow: scroll;
    }
    header ul.navbar-nav > li > ul.sub-menu > li ul li a {
        text-align: center;
    }
    header ul.navbar-nav > li.menu-item-has-children:hover > ul.sub-menu{
        padding: 5px 10px;
    }
	header ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children:not(:last-child){
		border-right: 0;
	}
	header ul.navbar-nav > li > ul.sub-menu > li > a{
		padding-left: 0;
	}
	header ul.navbar-nav > li > ul.sub-menu > li > a::after{
		left: calc(50% - 130px);
	}
	.searcher{
		position: absolute;
		right: 60px;
	}
	.slideCarousel .owl-prev{
		left: -35px;
	}
	.slideCarousel .owl-next{
		right: -35px;
	}
	.slideFull .ratio{
		height: 500px;
	}
	.flip-card-inner{
		height: auto;
	}
	.flip-card-back, .flip-card-front{
		position: relative !important;
	}
	.flip-card-back{
		transform: rotate(0deg);
	}
	.soluciones-home .tab-content{
		border: 0 !important;
	}
	.banner-industria{
		background-image: none !important;
	}
	.tabs-servicios, .tabs-servicios li, .tabs-servicios button{
		width: 100%;
	}
	.right-sidebar .widget-area{
		width: 100%;
		float: none;
		padding: 40px;
	}
}
@media screen and (max-width: 767px){
	h1, .h1{
		font-size: 30px;
	}
	.display-1{
		font-size: 50px;
	}
	.display-2{
		font-size: 45px;
	}
	.display-3{
		font-size: 40px;
	}
	.display-4{
		font-size: 35px;
	}
	.display-5{
		font-size: 32px;
	}
	.container-logo{
		z-index: 3;
	}
	.descripcion-sitio h1{
		text-align: left !important;
	}
	.menu-iconos{
		top: 20px;
	}
	.scrolling .menu-iconos {
		top: 12px;
	}
	.menu-iconos li{
		padding: 10px 10px !important;
	}
	#menu-productos, #menu-contacto, #menu-ayuda{
		display: none;
	}
	a.xoo-wsc-ft-btn{
		box-shadow: none !important;
	}
	.container-title-nosotros {
		margin-top: -32px;
	}
	.features-producto {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.features-producto+div {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 auto;
	}
	.ver-mas-producto {
		right: 10px;
	}
	.ver-mas-producto h2 {
		height: 40px;
	}
	.extracto{
		border-left: 0 !important;
	}
	.search-form input {
		max-width: 380px;
		width: 380px;
	}
	.storefront-full-width-content.single-product div.product .summary, .storefront-full-width-content.single-product div.product .woocommerce-product-gallery{
		margin-left: 0!important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.variations select{
		max-width: 100% !important;
		width: 100%;
	}
	div.product .single_add_to_cart_button, .btn-whatsapp{
		width: 100% !important;
	}
	.single-product .qty{
		margin: 0 auto !important;
		display: block;
	}
	a.reset_variations{
		margin: 5px auto;
		display: block;
		text-align: center;
	}
	.btn-whatsapp-floating i {
		font-size: 30px;
	}
	.slideFull .ratio{
		height: 600px;
	}
	#navbar-principal{
		top: 75px;
	}
	.scrolling #navbar-principal {
        top: 60px;
    }
	ul.products li.product{
		width: 46% !important;
		margin: 0 2% 20px;
	}
	.woocommerce-tabs ul.tabs li.active::after{
		right: 5px;
	}
	.nosotros-slider .item img{
		height: 350px;
		object-fit: cover;
	}
	.overlay-banner {
		background-image: radial-gradient(farthest-corner at 0% 100%, rgba(228, 0, 43, 1), rgba(228, 0, 43, 0.8) 30%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
	}
	.img-posts{
		height: auto !important;
	}
}

@media screen and (max-width: 575px){
	.container-title-nosotros {
		margin-top: -30px;
	}
	span.arrow {
		width: 16px;
		height: 16px;
	}
	.nosotros .img-secundaria {
		margin-top: 0;
	}
	.features-producto+div {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.features-producto > div{
		margin-bottom: 20px;
	}
	.features-producto > div > div > img{
		margin: 0 auto;
	}
	.wc-block-grid__products, ul.products {
		padding: 0 30px;
	}
	.yith-wcwl-add-to-wishlist{
		margin-top: 15px;
	}
	li.product .wishlist-fragment{
		top: calc(100vw - 90px);
	}
	.subcategorias{
		padding: 0 30px;
	}
	.date-read{
		position: relative !important;
	}
	.search-form input {
		max-width: 76%;
		width: 76%;
	}
	#navbar-principal {
        top: 75px;
    }
	.slideCarousel .owl-prev {
        left: -15px;
    }
	.slideCarousel .owl-next {
        right: -15px;
    }
	.box-industria{
		border: 1px solid #fff;
	}
	ul.products li.product{
		width: 96% !important;
	}
	.nosotros-slider .item img{
		height: 275px;
	}
	.nosotros-slider .overlay-banner img{
		max-width: 150px;
	}
}

@media screen and (max-width: 420px){
	header .img-logo {
		max-height: 55px;
	}
	.scrolling header .img-logo {
		max-height: 50px;
	}
	.menu-iconos {
		top: 11px;
	}
	.scrolling .menu-iconos {
		top: 10%;
	}
	li.wishlist-in-menu {
		padding: 6px 10px !important;
	}
	.menu-iconos{
		flex: 0 0 87%;
    	max-width: 87%;
	}
	#navbar-secundario > div{
		padding-right: 0;
	}
	.section-text{    
		height: auto !important;
		top: unset;
		bottom: 0;
		background: #eaeaea;
		position: relative !important;
	}
	.section-text h4, .section-text p span{
		color: #606060 !important;
	}
	.section-text p span{
		border-bottom: 1px solid #606060;
	}
	.newsletter .input-group input[type="submit"] {
		height: 35px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.newsletter .input-group input[type="email"]{
		height: 35px;
		padding-top: 10px !important;
		padding-bottom: 5px !important;
	}
	.newsletter .input-group label.active-label {
		top: 15%!important;
		left: 17px;
	}
	.newsletter span[data-name="email"]{
		width: calc(100% - 125px);
	}
	.xoo-wsc-container, .xoo-wsc-slider{
		width: 95%;
	}
	span.xoo-wsch-close {
		right: 15px;
		top: 10px;
	}
	.xoo-wsc-sm-left > *:not(:last-child) {
		padding-bottom: 0px;
	}
	.xoo-wsc-product {
		padding: 0px 10px;
	}
	.reverso-close{
		right: 15px;
		top: 10px;
	}
	.reverso-header .h6{
		letter-spacing: -1px;
	}
	.mailchimp-newsletter label{
		width: calc(100% - 20px);
	}
	table.woocommerce-checkout-review-order-table td.product-total {
		width: 185px;
	}
	.nosotros-slider .item img{
		height: 200px;
	}
}