/**
 * Theme Name:     LaChocera - Theme
 * Author:         LaCochera
 * Template:       hello-elementor
 * Text Domain:	   lachocera-theme
 * Description:    Tema hijo de Elementor creado por LaCochera para mejoras las funcionalidades de la base de Wordpress. LaCocheraStucio.com
 * Theme URI:      https://lacocherastudio.com/
 * Author URI:     https://lacocherastudio.com/
 * Version:        1.0
 * License:        Exclusive License
 * Tags:           Wordpress, LaCochera, Custom Theme
 */


.page-header {
	display: none!important;
}

.wp-block-woocommerce-cart {
	margin-top: 90px;
}

.wc-block-cart {
	color: white;
	font-family: agrandir!important;

}

.woocommerce-variation-description {
	font-size: 19px;
	color: white;
		font-family: agrandir!important;
	font-weight: 400;
}

.wc-block-components-product-name {
	color: white;
	font-weight: 900!important;
	font-size: 30px;
	text-decoration: none!important;
	text-transform: uppercase;
			transition: all .3s!important;

}

.wc-block-components-checkout-order-summary__title-text, .wc-block-components-checkout-step__title   {
	color: white;
	font-weight: 900!important;
	text-decoration: none!important;
	text-transform: uppercase;
}

.wc-block-components-product-name:hover {
	color: #BEBEBE!important;
}

.wc-block-cart-item__remove-link {
	font-size: 14px!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
		transition: all .3s!important;

}
.wc-block-cart-item__remove-link:hover {
	color: #661102!important;
}

#wc-block-components-totals-coupon__input-coupon {
	background-color: transparent;
	color: #BEBEBE;
	border: 2px solid white;
	border-radius: 0!important;
}

#wc-block-components-totals-coupon__input-coupon:focus {
	outline: none!important;
}

.wc-block-components-text-input label {
	color: #BEBEBE!important;
}

.wc-block-components-totals-coupon__button {
	    max-height: 50px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
	background-color: transparent!important;
		border: 2px solid white!important;
	border-radius: 4px;
		color: white!important;
	text-decoration: none!important;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s!important;
	font-size: 18px;
}

.wc-block-components-checkout-place-order-button div.wc-block-components-checkout-place-order-button__text {
		font-size: 18px;
		font-weight: 600;
}

.wc-block-components-checkout-return-to-cart-button {
			color: white!important;
	text-decoration: none!important;
		transition: all .3s!important;

}

.wc-block-components-checkout-return-to-cart-button:hover {
			color: #BEBEBE!important;

}

.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover {
	background-color: white!important;
		color: black!important;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading {
	display: none;
}

.wp-block-woocommerce-empty-cart-block .wp-block-product-new {
	display: none;
}

.wc-block-checkout {
	color: white;
}

.woocommerce-product-gallery {
	opacity: 1!important;
}

.wp-block-woocommerce-checkout .wp-block-button__link {
	display: none;
}


.wp-block-woocommerce-checkout {
		font-family: agrandir!important;
}

#card-panel label {
	font-family: agrandir!important;
	color: white!important;
}

@media only screen and (max-width: 991px) {
  .wp-block-woocommerce-cart {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-inline: 0!important;
  }
}