/* <button> */
.product-details-content .pro-details-quality .pro-details-cart .single_add_to_cart_button {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #343538;
    display: inline-block;
    line-height: 1;
    padding: 23px 38px 23px;
    z-index: 99;
    border: 0;
  }
  @media only screen and (max-width: 767px) {
    .product-details-content .pro-details-quality .pro-details-cart .single_add_to_cart_button {
      padding: 23px 12px 23px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .pro-details-quality .pro-details-cart .single_add_to_cart_button {
      padding: 22px 22px 22px;
    }
  }
  /* .product-details-content .pro-details-quality .pro-details-cart .single_add_to_cart_button:hover {
    border: none;
  } */
  /* <button> */



.product-wrap .product-img .product-action .pro-cart {
    font-size: 14px;
    width: calc(100% - 48px );
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
}
.header-menu{
  background: #f7d9d6;
}

.header-right-wrap .same-style.cart-wrap button span.count-style {
  background-color: #000000;
}
.header-right-wrap .same-style.cart-wrap:hover > button span.count-style {
  background-color: #ff0000;
}
.header-right-wrap .same-style.cart-wrap button {
  color: #000000;
}
.header-right-wrap .same-style.cart-wrap:hover > button {
  color: #ff0000;
}
.header-right-wrap .same-style.header-search a {
  color: #000000;
}
.header-right-wrap .same-style.header-search:hover > a {
  color: #ff0000;
}

.copyright p {
  color: #000000;
}
.copyright p a {
  color: #000000;
}
.footer-widget .footer-title h3 {
  color: #000000;
}
.footer-widget .footer-list ul li a {
  color: #616060;
}
/* .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
  background: #ff0000;
} */

/* Solo en páginas de WooCommerce (checkout, carrito, cuenta, etc.) */
/* .woocommerce input.input-text {
  background: transparent !important;
  border: 1px solid #e6e6e6 !important;
  color: #333 !important;
  font-size: 14px !important;
  padding-left: 20px !important;
  padding-right: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
} */

.select-color select{
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../../assets/img/icon-img/cart.png") no-repeat scroll right 18px center;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #242424;
  font-size: 12px;
  height: 40px;
  padding: 0 50px 0 15px;
  width: 100%;
  cursor: pointer;
}

.product-wrap-5 .product-action-4 .pro-same-action a:hover {
  background-color: #ffffff;
  color: #ff0000;
}

.product-wrap-5 .product-content-5 h3 a {
  color: #616060;
}

.product-wrap-5 .product-content-5 .price-5 span {
  color: #34c0ff;
}

.product-tab-list-2 a h4 {
  color: #616060;
}

.product-tab-list-2 a h4:hover {
  color: #ff0000;
}
.product-tab-list-2 a.active h4 {
  color: #000000;
  border-bottom: 2px solid #000000;
}

.collection-product .collection-content h4 a {
  color: #616060;
}

.collection-product .collection-content span {
  color: #616060;
}

.main-menu nav ul li > a {
  color: #000000;
}
.breadcrumb-content ul li a {
  color: #616060;
}

.welcome-content h5 {
  color: #616060;
}

.welcome-content h1 {
  color: #616060;
}

.welcome-content h1:before {
  background-color: #616060;
}

.welcome-content p {
  color: #000000;
}

.single-mission h3 {
  color: #616060;
}

p {
  color: #616060;
}

.breadcrumb-content ul li {
  color: #000000;
}

.product-wrap .product-content h3 a {
    color: #616060;
}
.product-wrap .product-content .product-price span {
  color: #34c0ff;
}

.product-wrap .product-img .product-action > div:hover {
  background-color: #616060;
}
.breadcrumb-content ul li::before {
  background-color: #000000;
}
.product-wrap-5 .product-content-5 .price-5 span.old {
  color: #616060;
  text-decoration: line-through;
}

.btn-primary {
    border-color: #ff0000 !important;
}
.contact-info-wrap {
  background-color: #f3f3f3;
  padding: 325px 70px 116px 90px;
}
.cart-tax a {
  background-color: #ff0000;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce-message::before {
    color: #4a7c5f
}

.woocommerce-message {
    border-top-color: #4a7c5f;
}
/* Opcional: estilos cuando NO hay carrusel */
.related-product-static .product-wrap { display:inline-block; }
.related-product-static { text-align:left; }

.shopping-cart-content {
	max-height: calc(100vh - 135px); /* ajusta 220px según tu header/topbar */
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}
.shopping-cart-content .shopping-cart-btn{
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 2;
}

.sticky-bar.stick {
  background-color: #f7d9d6;
}

.btn-hover button:hover {
  background-color: #ff0000 !important;
}

.nav-style-1.owl-carousel .owl-nav button {
  color: #000000;
}

#scrollUp {
  background-color: #34c0ff;
}