.magik-producttabs .magik-pdt-container .magik-pdt-nav .pdt-nav>li.tab-nav-actived,
.magik-producttabs .magik-pdt-container .magik-pdt-nav .pdt-nav>li:hover,
footer h4::after,
.mini-cart .actions .btn-checkout,.product-next-prev .product-next:hover, .product-shop .product-next-prev .product-prev:hover {
  background: #07d8e2 !important;
}

.content {
  color: #fff !important;
}

.product-view .product-shop .cart .single_add_to_cart_button,
.order-again>a.button:hover {
  background: #07d8e2 !important;
  border: 2px solid #07d8e2 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
  background: #1d1d1b;
  color: #ffffff;
}

.slider-items-products .owl-buttons a:hover {
  background: #07d8e2 !important;
  border: 2px #07d8e2 solid;

}

.cart_count,
.offer-slider h2 {
  color: #07d8e2 !important;
}

.feature-box {
  background: #1d1d1b !important;
}

.feature-box>.content>p {
  color: #07d8e2;
  margin: 10px 0px 5px !important;
}

.feature-box .content h3,
.feature-box span:before {
  color: #07d8e2;
}

.title-navi {
  color: #000;
}

a.shop-now:hover,
a.wp-block-button__link,
a.wp-block-button__link:hover {
  background-color: #07d8e2 !important;
}

.mm-toggle-wrap,
.yith-add-to-wishlist-button-block,
#block-5,
#block-6 {
  display: none !important;
}

address a {
  color: #ffffff;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

address a:hover {
  color: #00c0ff;
  text-shadow: 0 0 5px rgba(0, 192, 255, 0.7);
}

a.compare.button,
.link-compare,
.products-grid .item .ratings {
  display: none !important;
}

.products-grid .item .add_cart .btn-cart {
  border: none !important;
  border: 1px solid #ffffff !important;
  background-color: #1d1d1bfa !important;
  transition: all 0.3s ease !important;
}

.item-img:hover .actions .add_cart .btn-cart {
  margin-bottom: 5px !important;
  margin-left: 5px !important;
}

.wc-block-components-button:not(.is-link),
.wc-block-cart__submit-button.contained {
  background-color: #07d8e2 !important;
  color: #1d1d1b !important;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(7, 216, 226, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.wc-block-components-button:not(.is-link):hover,
.wc-block-cart__submit-button.contained:hover {
  background-color: #00cfe0 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(7, 216, 226, 0.5);
}

#toTop {
  background: #000;
  line-height: 35px;
  font-size: 20px;
  border: #fff 1px solid;
}

#toMap {
  color: #fff;
  text-align: center;
  bottom: 60px;
  display: none;
  height: 40px;
  width: 45px;
  line-height: 35px;
  overflow: hidden;
  position: fixed;
  right: 70px;
  text-decoration: none;
  background-color: #000;
  text-transform: uppercase;
  font-size: 20px;
  z-index: 1000;
  border-radius: 2px;
  border: #fff 1px solid;
}

#toTop>i,
#toMap>i {
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
}

#toTop:hover,
#toMap:hover {
  color: #00c0ff !important;
  text-shadow: 0 0 5px rgba(0, 192, 255, 0.7) !important;
  filter: brightness(1.5) drop-shadow(0 0 5px rgba(0, 192, 255, 0.7));
}

/* Aplica min-width: 1200px solo en pantallas escritorio */
@media screen and (min-width: 1200px) {
  .feature-box {
    height: 140px !important;
  }

  .logo img {
    margin-top: 12px;
    vertical-align: inherit;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .our-features-box .feature-box {
    padding: 20px 5px;
    width: 245px;
    height: 225px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .our-features-box .feature-box {
    transform: skew(-10deg);
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .our-features-box .feature-box {
    transform: skew(-5deg);
  }

  #slide-16-layer-1,
  #slide-16-layer-1-2 {
    font-size: 28px !important;
  }

  offer-slider h4 {
    font-size: 15px !important;

  }

  .offer-slider p {
    font-size: 10px !important;
  }

  #toTop {
    line-height: 30px;
    width: 40px;
    height: 40px;
  }

  #toMap {
    width: 40px;
    height: 40px;
    line-height: 30px;
    right: 60px;
  }

  #toTop>i,
  #toMap>i {
    line-height: inherit;
  }
}