@import 'template/fonts.min.css';
@import 'template/margins.min.css';
@import 'template/helper.min.css';

@import '../fonts/goldplay/stylesheet.css';

/*
=================================================
>>> GENERAL
=================================================
*/

body, html{
  font-family: 'Karla', sans-serif;
}


.row {
  width: auto!important;
}

a,a:hover{color:inherit;}

.bg-primary{background-color:#b6dff7!important;}
.bg-secondary{background-color:#fff!important;}
/*.bg-primary{background-color:#F1E081!important;}
.bg-secondary{background-color:#E8A2BD!important;}*/

.color-black{color:#000;}
.color-white{color:#fff;}


.tooltip{z-index:10001;}

/*LINK HOVER*/
.navbar-nav .active .nav-link span,
.navbar-nav .nav-link:hover span,
.nav-icons a:hover>span,
.slick-arrow:hover,
.slick-arrow:active,
.nav-icons .menu-search:hover .btn,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover{
  background-color:#fe549b;
}

/*BUTTON PRIMARY ON WOO*/
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce button.button.alt.disabled,
.woocommerce input.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled[disabled], .woocommerce input.button.alt.disabled, .woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled:hover,.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce-page a.button,
.mini-cart-wrapper .woocommerce-mini-cart__buttons .button{
  background: #f1e081;
  color: #000;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce-page a.button:hover,
.mini-cart-wrapper .woocommerce-mini-cart__buttons .button:hover{
  background: #fe549b;
  color: #000;
}

.divider{
  margin-left:auto;
  margin-right:auto;
  width:80px;
}

.divider-lg{ width:240px; }

.btn-link{text-decoration:underline;}

.bg-ends-higher{position:relative;}

.bg-ends-higher:after{
  content:'';
  display:block;
  width:100%;
  height:25%;
  background-color:#fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:0;
}

.bg-ends-higher>*{
  position:relative;
  z-index:1;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.sticker-wrapper{
  position:relative;
}

.sticker{
  pointer-events:none;
  position:absolute;
  z-index:1;
}

.sticker > img{
  display:block;
  margin: 0 auto;
}

.h3, h3 {
    font-size: 1.2rem;
    font-weight:bold;
}

.container-woo{
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
}

.letter-spacing{letter-spacing: 0.1em;}

/*
=================================================
>>> NAVBAR
=================================================
*/

main{
  padding-top:84px;
}

.collapse{
  height:100%;
}

.navbar{
  height:84px;
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index:10000;
}

.customize-support .navbar{
  top:32px;
}

.navbar-brand{
  background: #fff;
  width: auto;
  height: 100%;
  align-items: center;
  display: inline-flex;
}

.navbar-brand .logo{
  width:160px;
  height:auto;
}

footer .logo{
  width:115px;
  height:auto;
}

.navbar-nav .nav-item{
  margin:0 15px;
}

.navbar-nav .nav-link{
  color:#000!important;
  letter-spacing: 0.1em;
}

.navbar-nav .nav-link span{
  padding:0 3px;
}

.navbar-nav .dropdown-item{
  padding: .25rem 12px;
  font-size:1em;
}

.nav-icons .dropdown-toggle:after{display:none;}

.nav-icons-wrapper{
  height:100%;
  background: #fff;
}

.nav-icons{
  list-style-type:none;
  margin:0;
  padding:0;
  margin-top: 5px;
  height:100%;
  align-items: center;
}

.nav-icons>li{
  display:inline-block;
  margin:0 5px;
}

.nav-icons a{
  padding:4px;
  text-decoration:none;
  display:block;
  position:relative;
}

.nav-icons a>span{
  padding:0 2px;
}

.navbar-nav .dropdown-menu{
  border-radius: 0;
  font-size: 1em;
}


.nav-icons .menu-search{
    position:relative;
    padding:0 0 0 4px;
    margin-top: -1px;
}

.nav-icons .menu-search .input-group{
	flex-flow: row nowrap;
	justify-content: flex-end;
  height: 22px;
}

.nav-icons .menu-search .menu-search-form{
    width:17px;
    transition:all ease-in-out 0.4s;
}

.nav-icons .menu-search:hover .menu-search-form{
    width:185px;
}

.nav-icons .menu-search .form-control,
.mini-search-wrapper .form-control{
	padding:0;
  border: 0;
  border-radius:0;
  background-color: rgba(255,255,255,0.7);
  height: 20px;
  font-size: 0.9em;
}

.nav-icons .menu-search:hover .form-control,
.mini-search-wrapper .form-control{
	padding:0 6px;
}

.nav-icons .menu-search .btn,
.mini-search-wrapper .btn{
  border:0;
  background-color: rgba(0,0,0,0);
  padding:0 2px;
  margin-left: 10px;
}

.nav-icons .dropdown-menu{
  border-radius:0;
}

.nav-icons .dropdown-item{
  padding:.25rem 12px;
}

/*
=================================================
>>> FOOTER
=================================================
*/


.footer-border{
  position:relative;
}

.footer-border:after{
  content:'';
  display:block;
  width:100%;
  height:30px;
  background:url(../images/footer-mask.svg) bottom left no-repeat;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  z-index:1;
  background-size: cover;
}

.footer-cat:before{
  content:'';
  display:block;
  width:222px;
  height:107px;
  /* background:url(../images/footer-cat.png) center no-repeat; */
  position:absolute;
  top:0;
  left:50%;
  z-index:1;
  transform:translateX(-50%) translateY(-70px);
}


footer #mc_embed_signup .form-control{
  border: 0;
  border-bottom: 1px solid #000;
  background: rgba(0,0,0,0);
  font-size: 12px;
  padding: 0;
  height: 22px;
  margin-right: 10px;
}

footer #mc_embed_signup .btn{
  border: 0;
  padding: 0;
  font-size: 22px;
}

/*
=====================================
>>> SLIDERS
=====================================
*/

.ovx-hidden{overflow-x: hidden;}

.slick-slide{outline:none;}

.one-slider .slick-list{
  overflow:visible;
}

.one-slider .slick-slide:not(.slick-active){
  opacity:0;
}

.one-slider a{
  display:block;
}

.one-slider .img{
  width:100%;
}

.three-slider .slick-slide{
  margin:0 10px;
}

.slick-arrow{
  cursor:pointer;
  border:0;
  background-color: rgba(0,0,0,0);
  padding:0;
  outline:none!important;
}

.uneven-slider{margin-top:-50px;}

.uneven-slider .slick-list{
  padding-top:50px!important;
  padding-bottom:50px!important;
}

.uneven-slider .slick-slide:nth-child(even) > img{
  transform: scale(0.9);
}

.uneven-slider .sticker{
  max-width:28%;
}

.page-template-page-tpl-campania section:first-of-type .uneven-slider{
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(181,221,245,1) 50%, rgba(255,123,187,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(51%, rgba(255,123,187,1)), color-stop(100%, rgba(255,123,187,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,123,187,1) 50%, rgba(255,123,187,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,123,187,1) 50%, rgba(255,123,187,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,123,187,1) 50%, rgba(255,123,187,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,123,187,1) 50%, rgba(255,123,187,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FF7BBB', GradientType=0 );

  margin-bottom:30px;
}


/*
=================================
>>> MODULOS STICKERS
=================================
*/

.fondo-half{
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(181,221,245,1) 50%, rgba(255,123,187,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(51%, rgba(181,221,245,1)), color-stop(100%, rgba(181,222,245,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(181,221,245,1) 50%, rgba(181,222,245,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(181,221,245,1) 50%, rgba(181,222,245,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(181,221,245,1) 50%, rgba(181,222,245,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(181,221,245,1) 50%, rgba(181,222,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5def5', GradientType=0 );
}

.fondo-rayas{
  /*background:url(../images/fondo-rayas.png) no-repeat center right;*/
  background-repeat:no-repeat;
  background-position: center right;
  background-size:cover;
}

.sticker-m1-inside{
  max-width:50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.sticker-m1-bl{
  bottom: 5%;
  left: -3%;
  max-width:23%;
}

.sticker-m1-br{
  bottom: 0%;
  right: 0%;
  max-width:32%;
}

.sticker-m2-tl{
  top: -11%;
  left: -8%;
  max-width:20%;
}

.sticker-m2-bl{
  bottom: -4%;
  left: -6%;
  z-index: 1;
  max-width: 24%;
}

.sticker-m2-tr{
  top: -12%;
  right: -13%;
  max-width: 32%;
}

.sticker-m2-title{
  max-width: 20%;
  display: inline-block;
}

.sticker-minsta-title{
  max-width: 50%;
  display: inline-block;
}

.sticker-m3-title{
  max-width: 20%;
  display: inline-block;
}

/*
=====================================
>>> LOADING
=====================================
*/

.woocommerce .loader:before{display:none!important;}

.loading{
  overflow:hidden;
}

.loader{
  opacity:0;
  visibility:hidden;
}

.loading .loader{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 1000;
  animation: changeColor ease;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-fill-mode: both;
  opacity:1;
  visibility:visible;
}

.loader>div{
  position:absolute;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  text-align: center;
}

.loader .wink>svg{
  width:70px;
  height:37px;
}



@keyframes changeColor {
  0% { background-color: rgb(232,162,189); }
  50% { background-color: rgb(182,223,244); }
  100% { background-color: rgb(232,162,189); }
}

/*
=================================
>>> CAMPAÑAS
=================================
*/

.sticker-campania,
.sticker-locales{
  max-width:26%;
}

/*
=================================
>>> FORMS & BUTTONS
=================================
*/

.form-control{
  border-radius:0;
  border-color:#000;
  line-height: 1.8!important;
}

.btn{
  border-radius:0;
  padding-left:40px;
  padding-right:40px;
}

.btn-primary{
  background-color:#B5DEF5;
  border-color:#B5DEF5;
  color:#000;
}

.btn-primary:hover,
.btn-primary:focus{
  background-color:#fe549b;
  border-color:#fe549b;
  color:#000;
}

/*
=================================
>>> WOO
=================================
*/

.woocommerce .outofstock .woocommerce-product-gallery{
  position: relative;
}

.woocommerce .outofstock .woocommerce-product-gallery:before,
.products .product.outofstock:after{
  content: 'Agotado';
  display: block;
  margin: 10px;
  width: 57px;
  font-size: 9px;
  height: 57px;
  line-height: 55px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .07rem;
}


.woocommerce span.onsale,
.woocommerce span.custombadge,
.woocommerce .outofstock .woocommerce-product-gallery:before{
  right: auto;
  left: 0;
  margin:15px;
}

.products .product.outofstock:after{
  top:-5px;
}

.woocommerce span.onsale, .woocommerce span.custombadge {
    margin: 10px;
    width: 57px;
    font-weight: bold;
    font-size: 10px;
    height: 57px;
    line-height: 55px;
    background-color: rgba(119, 164, 100, 0.95);
}

.woocommerce span.custombadge{
  position: absolute;
  z-index: 1;
  width: 57px;
  height: 57px;
  text-indent: -9999px;
  overflow: hidden;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: -5px;
  z-index: 10;
  background-color: transparent;
}

.woocommerce span.custombadge ~ span.onsale{
  display:none;
}
/*
.woocommerce span.itsnew{
  background:url(../images/badge-new.png) no-repeat 0 0;
  width: 75px;
  height: 53px;
  border-radius: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-size: cover;
}
*/
.woocommerce .products div.product{
  text-align: center;
  text-transform: uppercase;
}

.woocommerce .products div.product>.woocommerce-loop-product__link{
  position:relative;
  display:block;
  /*width:100%;
  height:100%;
  text-decoration:none;
  text-transform: uppercase;
  text-align: center;*/
}

.woocommerce .products div.product .woocommerce-LoopProduct-oncart{
  display: flex;
  width:100%;
  height:0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  opacity:0;
  visibility: 0;
  overflow: hidden;
  transition: opacity ease-in-out 0.2s, transform ease-in-out 0.2s;
  transform: translateY(10px);
}


.woocommerce .products div.product  .woocommerce-LoopProduct-oncart .icon-cart{
  font-size: 50px;
  background: #F2E081;
  border-radius: 50%;
  padding: 20px 22px 20px 18px;
  color: #fff;
  margin-bottom:10px;
}


.woocommerce .products div.product.show-on-cart-notice .woocommerce-LoopProduct-oncart{
  height: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.woocommerce .products div.product.show-on-cart-notice:not(.show-on-cart-notice-only) .woocommerce-LoopProduct-oncart{
  font-size: 14px;
  margin-bottom:10px;
  flex-direction: row;
}

.woocommerce .products div.product.show-on-cart-notice:not(.show-on-cart-notice-only) .woocommerce-LoopProduct-oncart .icon-cart{
  font-size: 15px;
  padding: 10px 12px 10px 8px;
  margin-right: 10px;
  margin-bottom: 0;
}

.woocommerce .products div.product.show-on-cart-notice-only .woocommerce-LoopProduct-oncart{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.woocommerce .products div.product .woocommerce-LoopProduct-container{
  position: relative;
  margin-bottom: 10px;
}

.woocommerce .products div.product .woocommerce-LoopProduct-container .product-hover-add-to-cart{
  background-color: rgba(255,255,255,0.84);
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  padding:35px 20px 0;
  text-align: center;
  opacity:0;
  transition: all ease-in-out 0.2s;
}


.woocommerce .products div.product:hover .woocommerce-LoopProduct-container .product-hover-add-to-cart,
.woocommerce .products div.product.show-on-cart-notice-only .woocommerce-LoopProduct-container .product-hover-add-to-cart{
  opacity:1;
}

.woocommerce .products div.product .add_to_cart_button,
.woocommerce .products div.product .button{
  font-size: 16px;
  width:90%;
  height: 42px;
  line-height: 22px;
}

.woocommerce .products img, .woocommerce-page .products img{
  width:100%;
  margin-bottom:10px;
}

.woocommerce .products .woocommerce-loop-product__title{
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 0;
  letter-spacing:0.1em;
  color: #000;
}

.woocommerce .products div.product span.price{
   font-weight:bold;
   color:#000;
   font-size: 14px;
   line-height: 1em;
 }

.woocommerce div.product .product_title,
.woocommerce div.product p.price{
   font-size:28px;
 }

.woocommerce div.product p.price{
  color:#000;
  font-weight:bold;
}

.woocommerce div.product div.images .flex-control-thumbs{margin-top:10px;}

.woocommerce div.product div.images .flex-control-thumbs li{
  width:calc(25% - 15px);
  margin-right:10px;
}

.mini-cart-wrapper{
  min-width:280px;
  font-size: 12px;
}

.mini-cart-wrapper .woocommerce-mini-cart__empty-message{
  text-align: center;
  margin-top: 19px;
}

.mini-cart-wrapper ul.product_list_widget,
.woocommerce-page ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

.mini-cart-wrapper ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
    display:flex;
}

.mini-cart-wrapper ul.product_list_widget li a,
.woocommerce-page ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}

.mini-cart-wrapper ul.product_list_widget li a.remove,
.woocommerce-page ul.product_list_widget li a.remove{
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red!important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.mini-cart-wrapper ul.product_list_widget li a{
  padding-top:0;
  padding-bottom:0;
}

.mini-cart-wrapper ul.product_list_widget li a.remove{
  float:left;
  margin-top: 13px;
}

.mini-cart-wrapper ul.product_list_widget li .variation{
  display:block;
  margin-bottom:0;
  padding-left: 0;
  border: 0;
}

.mini-cart-wrapper ul.product_list_widget li .variation dt,
.mini-cart-wrapper ul.product_list_widget li .variation dd,
.mini-cart-wrapper ul.product_list_widget li .variation dd p{
  display:inline-block;
  margin-bottom:0;
  padding:0;
}

.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img,
.mini-cart-wrapper ul.product_list_widget li img{
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
  float:none;
  margin-right:10px;
}

.mini-cart-wrapper ul.product_list_widget li img{
  float:left!important;
}

.mini-cart-wrapper .mini_cart_item{
/*  display:flex;
  align-items: center;
  */
}


.mini-cart-wrapper .woocommerce-mini-cart__buttons{
  display: flex;
  justify-content: space-between;
}

.mini-cart-wrapper .woocommerce-mini-cart__buttons .button{
  line-height: 1;
  cursor: pointer;
  padding: .618em 1em;
}

.mini-cart-wrapper .woocommerce-mini-cart__total{
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img{
  float:none;
  margin-right:10px;
}

.badge-cart{
  position: absolute;
  top: 0;
  right: -5px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 .4em;
  line-height: 10px;
  font-size: 9px;
  color: #000;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce input.button{
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  font-size: 14px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page a.button{
  font-size: 12px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
  font-size: 12px;
  height: 27px;
  min-width: 120px;
}

.woocommerce-cart table.cart td.product-remove{width:20px;}
.woocommerce-cart table.cart td.product-thumbnail{width:60px;}

h3{
  text-transform: uppercase;
  font-size:20px;
  font-weight:normal;
}

.woocommerce-shipping-totals td{
  font-size:14px;
}

.woocommerce-cart table.cart td.product-name a{
  font-weight:bold;
}

.woocommerce td.product-name dl.variation{
  font-size:14px;
  line-height:1.3em;
}

.woocommerce td.product-name dl.variation dt{
  font-weight:normal;
}


.woocommerce-cart table.cart td.product-thumbnail{

}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img{
  width: 36px;
}

/************ // FORMS WOOCOMMERCE // **************/

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

.woocommerce form .form-row label{
  text-transform: uppercase;
  display: block;
  line-height: 1.3em;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}


.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single{
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.8;
  height: 42px;
  box-shadow: none;
  border: 1px solid #000;
}

.woocommerce form .form-row textarea{
  height:auto;
}

.select2-container--default .select2-selection--single{
  padding: 0 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  padding:0;
}

.select2-dropdown,
.select2-container--default .select2-selection--single{
  font-size:14px;
  border-color:#000;
  border-radius:0;
}


.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last{
  width:49%;
}

/********* // WISHLIST // *********/

.woocommerce table.wishlist_table thead th{
  border-top:0;
}

.yith-wcwl-share{
  margin-bottom:0;
  height: 21px;
}

.yith-wcwl-share h4.yith-wcwl-share-title{
  display: inline-block;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 3px 0;
}

.yith-wcwl-share ul{
  display: inline-block;
  margin: 0 9px;
}

.woocommerce table.wishlist_table{
  font-size: 100%;
}

.wishlist_table tr td.product-thumbnail a img{
  width:32px;
}

.woocommerce table.wishlist_table tr td.product-remove a.remove{
  margin:0 auto;
}

.woocommerce table.wishlist_table tbody td,
.woocommerce table.wishlist_table thead th{
  padding:9px 12px;
}

.woocommerce table.wishlist_table tbody td.product-price,
.woocommerce table.wishlist_table tbody td.product-stock-status{
  text-align: left;
}

.woocommerce table.wishlist_table{
  border-spacing: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
  float:none;
  width:100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align:center;
}


.woocommerce div.product form.cart .reset_variations{
  display:block;
  margin-top: -5px;
}

.woocommerce div.product form.cart .reset_variations:before{
  content:'× ';
}

.woocommerce div.product form.cart .variations td.label{
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
}

.woocommerce-variation-add-to-cart{
  flex-wrap:wrap;
  max-width: 300px;
}

.woocommerce div.product form.cart div.quantity{
  float: none;
  width: 100%;
  margin:0 0 10px;
  display:none;
}

.woocommerce div.product form.cart div.quantity .qty{
  text-align:center;
  width:100%;
  border: 1px solid #cacaca;
  height: 33px;
}

.woocommerce div.product form.cart .button{
  font-size: 16px!important;
  height: 40px;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  width:calc(100% - 58px);
}

.woocommerce-MyAccount-content{
  margin:0 auto;
  text-align: left;
}

.woocommerce-MyAccount-content button.button{
  margin: 0 auto;
  display: block;
}

.woocommerce form .form-row{
  margin-bottom:20px;
}

.yith-wcwl-add-to-wishlist{
  margin-top: 0;
  /* width: 48px; */
  position: relative;
  overflow: hidden;
  flex-basis: 70px;
  margin-left: 8px;
}


.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
  display: block;
  height: 100%;
}

.yith-wcwl-add-to-wishlist a.button{
  width: 100%;
  height: 66px;
  text-align: center;
  line-height: 66px;
  font-size: 30px!important;
  padding: 0;
}


.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowsehide{display:block!important;}


.yith-wcwl-add-to-wishlist .ajax-loading{
  position: absolute;
  right: 16px;
  top: 10px;
  width:40px;
  height:40px;
}

#yith-wcwl-popup-message{display:none!important;}


.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{

}

.archive-colors{
  text-align:center;
  margin-bottom: 7px;
}

.archive-colors>span{
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  margin:0 3px;
  box-shadow: 0 0 0 1px #e2e2e2;
}

.slide-video{
  height:100%;
  position:relative;
}


.slide-video .overlay{
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background-position:center;
  background-repeat:no-repeat;
  z-index:1;
}

.slide-video .overlay.play{
  background-image:url(../images/btn-play.png);
}

.embed-responsive-16by9{}

.products .product.outofstock:after {
  /* content: 'Sin stock';
  text-transform: uppercase;
  font-size: 11px;
  position: absolute;
  top: 17px;
  left: 20px;
  text-align: center;
  display: flex;
  width: 55px;
  height: 52px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  align-items: center;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  z-index: 10; */
}

.woocommerce div.product p.stock{
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 16px!important;
  height: 40px;
  padding: .618em 1em;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  min-width: 150px;
  text-align: center;
}

.woocommerce ul.order_details{
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce ul.order_details li{
  padding: 0 10px;
  margin: 0;
  border:0;
}

.woocommerce .cart-collaterals .cross-sells .row,
.woocommerce-page .cart-collaterals .cross-sells .row{
  padding: 0 10px;
}

.whastapp-fixed-link {
  background-image: url("../images/icono_chat.png");
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 75px;
  width: 75px;
  display: block;
  background-size:100%;
  z-index: 100;
}

/*SHAKER*/
@keyframes wiggle {
  2% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  4% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  6% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  8% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  12% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  14% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  16% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  18% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  20% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.jump-btn {
  display: inline-block;
  animation: wiggle 2.7s infinite;
}
/*END SHAKER*/

/*
============ matrix variables ==============
*/


.multiple-add-wizard-table {
  margin-bottom: 10px;
	display:flex;
	align-items: flex-end;
  flex-direction: row;
}

.matrix-col {
  overflow: hidden;
	margin:0 2px;
	flex: 1 0 0;
  flex-basis:25px;
  flex-grow: 0;
}

.matrix-col.buttons{
  flex-basis:60px;
}


.matrix-col > .col-title, .matrix-col > .row-title, .matrix-col > .row-input {
    width: 25px;
    height: 25px;
    margin: 3px 0px;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.row-input {
  display: block;
  border-radius: 0;
  border: 1px solid #3a3a3a;
  box-shadow: none;
  font-family: Helvetica;
  font-weight: 300;
  box-sizing:border-box;
  -moz-appearance: textfield;
}

.row-input.manual-disabled{
  background-color: #E3E3E3;
  pointer-events: none;
  cursor: not-allowed;
}



/* .matrix-col > .row-input-wraper.manual-disabled:after{
  content:'';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top:0;
  left: 0;
} */

/* .row-input[disabled] {
  cursor: not-allowed;
  background-color: #E3E3E3;
} */

input.row-input::-webkit-outer-spin-button,
input.row-input::-webkit-inner-spin-button {
-webkit-appearance: none;
  margin: 0;
}

.row-input:disabled {
  background: rgb(235, 235, 228) url(../images/close.svg) no-repeat center;
  background-size:cover;
}

div.row-input{
  background: rgb(235, 235, 228) url(../images/close.svg) no-repeat center;
  background-size:cover;
}

.matrix-col.buttons .col-buttons{
  display: flex;
  align-items: center;
  margin:3px 0px;
}

.matrix-col.buttons .col-buttons > button{
  background: #000;
  color: #fff;
  font-size: 18px;
  height: 25px;
  width: 38px;
  border: 0;
  margin-right:3px;
  line-height: 1em;
  cursor: pointer;
}

.multiple-add-wizard-buttom-wrapper {
	display: block;
    height: auto;
    overflow: hidden;
	/*
    text-align: center;
    padding-bottom: 12px;
    */
	border-bottom: 1px solid #CCC;
    clear: both;
    padding-top: 12px;
}



.multiple-add-wizard {
    overflow: hidden;
    height: auto;
    clear: both;
	border-top: 1px solid #CCC;
    padding: 20px 0px;
	/*
	text-align: center;
	*/
}

.multiple-add-wizard-buttom-wrapper .subtotal{
	display:block;
	margin-bottom:20px;
	font-size:17px;
  color: #E20045;
  text-transform: uppercase;
  text-align: center;
}


.multiple-add-wizard-buttom-wrapper .submit-container{
	padding: 0 0 20px 0;
  display: flex;

}

.multiple-add-wizard-buttom-wrapper .submit-container .single_add_to_cart_button{
  background: #000!important;
  color: #fff!important;
  width: 100%;
  max-width: 370px;
  height: 66px;
  font-size: 24px!important;
  margin: 0 auto;
  display: block;
}

.multiple-add-wizard-buttom-wrapper .submit-container .single_add_to_cart_button:hover{
  background: #fe549b!important;
  color: #000!important;
}

.multiple-add-wizard-buttom-wrapper  .button{
	margin:0;
}

.color_pastilla{
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2);
  margin: 0 auto;
}

.variations_form.cart {
	display: none;
}


.archive .product .multiple-add-wizard{
  border:0;
  padding:0;

}

.archive .product .multiple-add-wizard-buttom-wrapper{
  border:0;
  padding:0;
}

.archive .product .multiple-add-wizard-table{
  justify-content: center;
}

.archive .product .matrix-col{
  flex-basis: 18px;
  margin:0 1px;
}

.archive .product .matrix-col > .col-title,
.archive .product .matrix-col > .row-title,
.archive .product .matrix-col > .row-input{
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 2px 0;
}

.archive .product .color_pastilla{
  width: 16px;
  height: 16px;
}

.archive .product .matrix-col.buttons{
  flex-basis: 54px;

}

.archive .product .matrix-col.buttons .col-buttons{
  margin:2px 0;
}

.archive .product .matrix-col.buttons .col-buttons > button{
  height: 18px;
  font-size: 14px;
  width: 24px;
  margin-right: 3px;
}

.archive .product .single_add_to_cart_button{
  width: 90%;
  font-size: 16px!important;
  height: 42px;
}

.archive .product .multiple-add-wizard-buttom-wrapper .submit-container {
  padding: 0 0 13px 0;
}

.archive .product .multiple-add-wizard-buttom-wrapper .subtotal{
	font-size:16px;
}


.related.products div.product .form-matrix,
.upsells.products div.product .form-matrix,
.woocommerce .products div.product.show-on-cart-notice-only .form-matrix{display:none;}


.cross-sells .products .product.outofstock:after,
.upsells .products .product.outofstock:after{
  top: 6px;
  left: 12px;
  width: 42px;
  height: 42px;
  line-height: 1em;
  font-size: 10px;
}

.upsells .products div.product .woocommerce-LoopProduct-oncart .icon-cart{
  display:none;
}

.upsells .products div.product.show-on-cart-notice-only .woocommerce-LoopProduct-oncart{
  font-size: 14px;
  line-height: 1.2em;
  justify-content: flex-end;
  padding-bottom: 20px;
}

/*
.related.products div.product .add_to_cart_button,
.related.products div.product .button,
.upsells.products div.product .add_to_cart_button,
.upsells.products div.product .button{
  font-size: 12px!important;
  padding-left: 8px;
  padding-right: 8px;
  width: auto!important;
  height: auto!important;
  line-height: 1.6em!important;
}
*/

.woocommerce .cross-sells div.product .woocommerce-LoopProduct-container .product-hover-add-to-cart,
.woocommerce .upsells.products div.product .woocommerce-LoopProduct-container .product-hover-add-to-cart,
.woocommerce .related.products div.product .woocommerce-LoopProduct-container .product-hover-add-to-cart{
  height: 100%;
  padding: 0;
  opacity:0!important;
}

.woocommerce .products div.product.show-on-cart-notice-only .woocommerce-LoopProduct-container .product-hover-add-to-cart{
  height: 100%;
  padding: 0;
  opacity:1!important;
}

.woocommerce .cross-sells div.product>.woocommerce-loop-product__link .woocommerce-LoopProduct-oncart,
.woocommerce .related.products div.product>.woocommerce-loop-product__link .woocommerce-LoopProduct-oncart,
.woocommerce .upsells.products div.product>.woocommerce-loop-product__link .woocommerce-LoopProduct-oncart,
.woocommerce .products div.product.show-on-cart-notice-only>.woocommerce-loop-product__link .woocommerce-LoopProduct-oncart{
  display: none;
}

.related.products div.product .add_to_cart_button,
.related.products div.product .button,
.upsells.products div.product .add_to_cart_button,
.upsells.products div.product .button,
.cross-sells div.product .add_to_cart_button,
.cross-sells div.product .button,
.woocommerce .products div.product.show-on-cart-notice-only .add_to_cart_button,
.woocommerce .products div.product.show-on-cart-notice-only .button{
  opacity:0;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce .related.products div.product .woocommerce-LoopProduct-container .product-hover-add-to-cart{
  padding: 15px 20px 0;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after{
  top:auto!important;
}

.data-representante{
  border-bottom: 1px solid #000;
}

.data-representante .media .media-body h5{
  background-color: #fff;
  text-transform: uppercase;
  display:inline-block;
  font-weight: 700;
  padding-left:.2rem;
  padding-right:.2rem;
  margin-bottom: 3px;
}

.coleccion-wrapper{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-decoration: none!important;
  padding-bottom:117%;
  position: relative;
  width:100%;
}

.coleccion-logo-wrapper{
  width:375px;
  height:375px;
  border-radius: 50%;
  background-color: #000;
  margin: 0 auto;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.coleccion-logo-wrapper > img{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  height:auto;
  transform: translateY(-55%);
}

.coleccion-logo-wrapper > span{
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 17%;
  left: 0;
  width: 100%;
  text-align: center;
}

.cart-heading h2{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.cart-heading td{
  border-top-color:#000!important;
}

.collapse-cart-heading{
  padding: .375rem .75rem;
  background: rgba(0,0,0,0);
}

.collapse-cart-heading .fa{
  transform: rotate(180deg);
}

.collapse-cart-heading.collapsed .fa{
  transform: rotate(0deg);
}

.woocommerce table.shop_table .cart-variations-wrapper td{
  vertical-align: top;
}

.woocommerce table.shop_table .cart-variations-wrapper h3{
  font-size:18px;
  margin-top: 15px;
}

.woocommerce table.shop_table .cart-variations-wrapper .cart-product-variation{
  list-style-type:none;
  padding:0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
}

.woocommerce table.shop_table .cart-variations-wrapper .cart-product-variation > li{
  flex-basis: 50%;
}

.woocommerce table.shop_table .cart-variations-wrapper .cart-product-variation > li.cart-variation-outofstock{
  display: flex;
  align-items: center;
}

.woocommerce table.shop_table .cart-variations-wrapper .cart-product-variation > li.cart-variation-outofstock .remove{
  font-size: 1.2em;
  margin-left: 5px;
}

.woocommerce table.shop_table .cart-variations-wrapper .cart-product-variation > li.cart-variation-outofstock span{
  position: relative;

}

.woocommerce table.shop_table .cart-variations-wrapper .cart-product-variation > li.cart-variation-outofstock span:before{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(184, 28, 35, 0.9);
  position: absolute;
  left: 0;
  top: 12px;
}

.woocommerce table.shop_table {
  border: 0px solid rgba(0,0,0,.1);
}

/* poduct gallery */

.woocommerce-product-gallery_filters{
  display: block;
  position: absolute;
  z-index: 10;
  right: 14px;
  top: 14px;
}

.woocommerce-product-gallery_filters button{
  display: block;
  border: 0;
  background: none;
  padding: 0;
  margin-bottom: 8px;
  cursor: pointer;
  border-radius: 50%;
  outline: none!important;
}

.woocommerce-product-gallery_filters button > .color_pastilla{
  width: 36px;
  height: 36px;
}

.woocommerce-product-gallery_filters button.active > .color_pastilla{
  box-shadow: 0 0 0 3px rgba(0,0,0,.2);
}

.float-wpp{
  position: fixed;
  bottom:30px;
  right:15px;
  z-index:10;
}

.float-wpp > a{
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 33px;
}

.woocommerce-product-gallery__wrapper a{
  outline: none!important;
  display: block!important;
}


.woocommerce-product-gallery__wrapper .slick-arrow{
  position: absolute;
  top: 50%;
  background: rgba(0,0,0,0.8);
  color: #fff;
  z-index: 1;
  font-size: 24px;
  line-height: 1em;
  padding: 10px 7px;
  text-align: center;
  opacity:.5;
  transition: opacity ease-in-out 0.2s;
}

.woocommerce-product-gallery__wrapper .slick-arrow:hover{
  opacity: 1;
}

.woocommerce-product-gallery__wrapper .slick-arrow.slick-prev{
  left:0;
}

.woocommerce-product-gallery__wrapper .slick-arrow.slick-next{
  right:0;
}

.woocommerce-product-gallery__thumbnails .slick-slide{
  padding: 0 3px;
}

.woocommerce-product-gallery__thumbnails{
  margin: 5px 0 0 -3px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger{display:none;}

.special-description{
  background: url(../images/background-descripcion.png) no-repeat center;
  background-size: cover;
  color:#0032AD;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.special-description h1, .special-description h2,
.special-description h3, .special-description h4,
.special-description h5, .special-description h6{
  font-family: 'Goldplay';
  color:#FF9FB7;
  text-transform: uppercase;
  font-size: 26px;
}

.special-description strong{
  /*background: url(../images/resaltador.svg) no-repeat center;
  background-size: 100% auto;*/
  padding: 2px 11px 2px 5px;
  text-transform: uppercase;
  position: relative;
}

.special-description strong:before{
  content:url(../images/resaltador.svg);
  position: absolute;
  width: 103%;
  height: auto;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}


.woocommerce div.product video{
  width:100%;
  height:auto;
}

/*
html, body, main, .bg-secondary{
		background-color: black !important;
}

body{
	color: white;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, span{
		color: white !important;
}

.dropdown-item{
		color: white !important;
}

.navbar-collapse .navbar-nav .dropdown-menu:before, .navbar-collapse .navbar-nav .dropdown-menu:after{
	background-color: black !important;
}

footer * {
    color: white;
}

.navbar-brand {
    background: black;
}

.navbar-brand img, footer .logo{
    filter: invert(1);
}

.nav-icons-wrapper {
    background: black;
}

.woocommerce .products div.product:hover .woocommerce-LoopProduct-container .product-hover-add-to-cart span {
    color: black !important;
}

p.validationMatrix {
    color: black;
}

.dropdown-menu {
    background: black;
}

.mini-cart-wrapper .woocommerce-mini-cart__total {
    color: white;
}

.home .one-slider h2, .home .one-slider h4 {
    color: black !important;
}

.navbar-nav .active .nav-link span, .navbar-nav .nav-link:hover span, .nav-icons a:hover>span, .slick-arrow:hover, .slick-arrow:active, .nav-icons .menu-search:hover .btn, .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover, .surtido-botones a, .multiple-add-wizard-buttom-wrapper .submit-container .single_add_to_cart_button{
	background-color: #00d0b2 !important
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
	background-color: #fff !important;
}
*/