/* Remove gray background from variations selection */
.woocommerce form.variations_form .variations td,
.woocommerce-page form.variations_form .variations td {
    background-color: transparent !important;
}
.woocommerce form.variations_form .variations th,
.woocommerce-page form.variations_form .variations th {
    background-color: transparent !important;
}

.woolentor-checkout__logo img {
    width: 200px;
    height: 110px;
}

.elementor-kit-6352 h2 {
		letter-spacing:0 !important;
		font-size: 1.5em;
}

.elementor-kit-6352 h3 {
		letter-spacing:0 !important;
}

label {
    display: inherit;
}

table td, table th {
    padding: 7px;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: -2em;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #2b46bb;
    font-size: 2em;
    font-weight: 700;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: .5em .5em .5em 3.5em;
    margin: 1em 1em 0em 1em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #8BC34A;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-radius: 20px;
}

.woolentor-checkout__product {
     border-top: 1px solid rgba(175, 175, 175, 0.34);
}

.woolentor-checkout__box * {
    font-size: small;
    line-height: 2em !important;
}

@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        margin-top: 3em;
    }
}

.woolentor-checkout__product-meta dl.variation {
    width: 180%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 25px;
}

.woocommerce table.shop_table {
    font-size: small;
}

.gt_container--qjkan1 a.glink span {
    font-size: inherit;
    color: white !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
    background-color: #2b46bb;
}

.woocommerce .quantity .qty {
    width: 6em;
}

/*--------------------------------------------- small displays end --*/
.wapf-product-totals {
    display: grid !important;
}
		
.wapf-pricing-hint {
    opacity: .0 !important;
}

.wapf-wrapper {
    margin-left: 0px;
}

.wapf-product-totals .wapf--inner > div:first-child, .wapf-product-totals .wapf--inner > div:nth-child(2){
		font-size: smaller;
		display: none;
}		

.wapf-wrapper .dzone {
    padding: 5px;
		font-size: 12px;
}

/*.estilo_cuadros {
    width: inherit;
    position: relative;
    margin-bottom: 10px;
    background-color: #f3f3f3;
    outline-style: solid;
    outline-color: #dedede;
    outline-width: 1px;
    padding: 10px;
}*/

.red {
    color: black;
		font-weight: 300;
    font-size: 1em;
    line-height: 1.5em;
    background-color: lightgreen;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    border-radius: 10px;
    padding: 10px;
		margin: 0 0 10px 0;
}