/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.contorno span {
    color: #00000000 !important;
    -webkit-text-stroke: .1px #fff;
    text-shadow: none !important;
}

.caja-mitad-left .e-con-inner {
    margin: 0;
    align-self: end !important;
    padding: 75px 15px;
}

.caja-mitad-right .e-con-inner {
    margin: 0;
    align-self: start !important;
    padding: 75px 15px;
}

@media( max-width: 1080px ) {
	.caja-mitad-left .e-con-inner {
		padding: 45px 15px;
	}

	.caja-mitad-right .e-con-inner {
		padding: 45px 15px;
	}
}

.elementor-shortcode {
    font-family: 'Poppins';
    font-size: 14px;
}

.post-catalog-ordering {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 15px;
}

select#orderby, .value select {
    outline: none !important;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #aaa;
    font-family: 'Century Gothic';
    letter-spacing: -.5px;
}

.variations th.label {
    word-break: keep-all !important;
    width: 100px;
    vertical-align: middle;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -.5px;
}

a.reset_variations {
    display: none !important;
}

button.single_add_to_cart_button {
    border-radius: 0px !important;
    border-color: #000 !important;
    color: #000 !important;
    background: #0000 !important;
    font-family: 'Century Gothic';
    text-transform: uppercase;
    letter-spacing: .5px;
}

button#place_order {
    border-radius: 0px !important;
    border-color: #000 !important;
    color: #000 !important;
    background: #0000 !important;
    font-family: 'Century Gothic';
    text-transform: uppercase;
    letter-spacing: .5px;
    border: 1px solid;
    display: inline;
    max-width: 200px;
	font-weight: 100 !important;
}

.woocommerce-variation-add-to-cart {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 15px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
}

.woocommerce-cart-form td.actions {
    display: none !important;
}

.e-cart-totals.e-cart-section {
    display: none;
}

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
    color: #162834 !important;
}

span.woocommerce-Price-amount.amount {
    font-family: 'Century Gothic';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.5px;
    margin-bottom: 5px !important;
    display: inline-block;
}

.qty {
    border-radius: 0px !important;
    outline: none !important;
}

.woocommerce-notices-wrapper > div, .woocommerce-billing-fields h3, h3#order_review_heading, ul.woocommerce-error li, .e-woo-select2-wrapper .select2-results__option {
    font-family: 'Century Gothic';
    font-size: 15px;
    letter-spacing: -.5px;
    border-top-color: #162834 !important;
    line-height: 1.5em;
    outline: none !important;
}

.woocommerce-notices-wrapper > div:before, ul.woocommerce-error li a {
	color: #162834 !important;
	font-size: 14px !important;
}

a.restore-item {
    color: #F5EFE6 !important;
}

a.button.wc-forward {
    display: none;
}

.woocommerce-input-wrapper input {
    outline: none !important;
}

.elementor-post-navigation {
    gap: 100px;
}

@media( max-width: 740px ) {
	.elementor-post-navigation {
		flex-direction: column;
		gap: 15px;
	}
	
	.elementor-post-navigation .elementor-post-navigation__link {
		width: 100%;
	}
	
	.elementor-post-navigation__separator-wrapper {
		width: 100%;
		height: 1px;
		background: #000;
	}
	
	span.post-navigation__arrow-wrapper {
		min-height: 45px;
		min-width: 45px !important;
		border: 1px solid #162834;
		border-radius: 50%;
		align-items: center;
		justify-content: center;
	}
	
	span.post-navigation__prev--title, span.post-navigation__next--title {
		text-overflow: initial !important;
		white-space: break-spaces;
		width: 100%;
	}
}

p.price {
    margin: 0;
}

form.cart {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
}