/*
Theme Name:   Hello Elementor Child
Theme URI:    https://tu-dominio.com
Description:  Tema hijo de Hello Elementor
Author:       David
Author URI:   https://github.com/Deivd730
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

.sjb-page .list-data {
  background: #cecece;
}
.sjb-page {
  background: #cecece;
}
.sjb-page .sjb-detail {
  margin: 30px 0 0;
  margin-top: 100px;
  margin-bottom: 20px;
}
.Defaults-instagram {
  margin-left: 3px;
}

.single-post .breadcrumbs {
  top: 0px;
}
@media (min-width: 220px) and (max-width: 1000px) {
  .page-heading .page-title h3 {
    font-size: 1.5em;
  }
}
.bloghome h2 {
  font-size: 16px;
}
.ultimate-layouts-container .ultimate-layouts-readmore-btn {
  background-color: #c4b363;
}
#comments {
  display: none;
}

/*Ocultar migajas de pan*/
.breadcrumbs {
  display: none;
}

.yellow-hover:hover {
  background-color: #f5be00;
}

/*Ocultar mensaje "Seguir comprando"*/
.woocommerce-message {
  display: none;
}

/*Ocultar campos de envío - Checkout*/
#customer_details .checkout-row .title#ship-to-different-address {
  display: none;
}

/*Cambios de estilos*/
.checkout .title {
  background-color: #e8151e !important;
}

#customer_details .title {
  background-color: #e8151e !important;
}

.woocommerce-info {
  border-color: #e8151e !important;
}

.button#place_order {
  background-color: #22265b;
  color: white;
}
.button#place_order:hover {
  background-color: white;
  color: red;
}

.cart_item .product-total .woocommerce-Price-amount {
  color: white;
}

.cart-subtotal .woocommerce-Price-amount {
  color: white;
}

.order-total .woocommerce-Price-amount {
  color: white;
}

.checkout_coupon .button[name="apply_coupon"] {
  color: white;
  background-color: #22265b;
}
.checkout_coupon .button[name="apply_coupon"]:hover {
  background-color: white;
  color: red;
}

label {
  color: white;
}

.new-label {
  display: none;
}

#additional_data_privacy_field {
  margin-top: 40px;
}

.woocommerce form .form-row .input-checkbox {
  margin-left: -20px !important;
  margin-top: 5px;
}
.checkbox {
  margin-left: 20px !important;
  margin-bottom: 20px !important;
  height: auto !important;
}

/*Links color blanco*/
a {
  color: white;
}

/*Mobile Navbar margin-right */
.elementor-menu-toggle {
  margin-right: 10px !important;
}
