/* Taste Wizard CSS */
.taste-wizard-container {
    box-sizing: content-box;
    margin-right: auto;
    margin-left: auto;
    padding: 0 2.617924em;
    max-width: 1170px;
	text-align: center;
}
/*Paso 0 */
section#content-wizard {
    margin: 0 auto;
}
img.img-quiz-min-vini {
    padding: 4rem 2rem 1rem;
    width: 250px;
}
p.taste-wizard-disclaimer {
    max-width: 100%;
    width: 700px;
    font-size: 12px;
    margin-top: 60px;
    font-weight: 400;
}
p.taste-wizard-disclaimer span:nth-child(1) {
    display: block;
    font-weight: 500;
}
.taste-wizard-step {
    position: relative;
    height: 80vh;
}
.taste-wizard-step-0>h1 {
    margin: 0 auto;
    max-width: 45%;
    margin-bottom: 1rem;
}

.taste-wizard-step-0>p {
    margin: 0 auto;
    max-width: 55%;
    margin-bottom: 2rem;
}

.taste-wizard-step-0>span {
    display: block;
    margin-bottom: 2rem;
}

input.btn-step {
    text-shadow: none !important;
    font-weight: 300 !important;
    transition: 0.2s;
}

.btn-step:hover {
    background-color: #FF3700 !important;
    transition: 0.2s;
}

.btn-back,
.btn-step {
    padding: 9px 37px !important;
    font-size: 15px !important;
}

input.taste-wizard-step-previous.btn-back {
    background-color: white;
    color: #727272;
    border: 1px solid #727272;
}

.taste-wizard-step-previous.btn-back:hover {
    background-color: #727272;
    color: #000000;
    border: 1px solid #000000;
    transition: all .3s ease;
}

input.btn-back {
    text-shadow: none !important;
    font-weight: 300 !important;
    transition: all .3s ease;
}

.btn-steps-condicion {
    padding-top: 1rem;
}

input.input-email-success {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    width: 30% !important;
    border-radius: 30px !important;
    padding: 13px 22px !important;
    background-color: #ffffff !important;
    margin-bottom: 1rem;
}

.taste-wizard-step p:nth-child(2) {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.taste-wizard-step p {
    font-size: 24px;
    font-weight: 600;
    width: 846px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 20px;
}

.taste-wizard-option:hover {
    border: 1px solid #FF5E33 !important;
    box-shadow: -1px 11px 17px -12px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -1px 11px 17px -12px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -1px 11px 17px -12px rgba(0, 0, 0, 0.23);
    transition: all .3s ease;
}

.taste-wizard-option:hover {
    transition: all .3s ease;
}

.taste-wizard-step {
    margin-top: 50px;
}

/* Step 9 */
.taste-wizard-options-container-range-de-precios {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin: 0 auto;
    width: 410px;
}
.taste-wizard-options-container-range-de-precios .taste-wizard-option {
    padding: 0;
}
.taste-wizard-options-container-range-de-precios span.taste-wizard-option-label {
    display: flex;
    padding-top: 0;
    min-width: 256px;
    height: 68px;
}

.taste-wizard-step {
    text-align: center;
}
.taste-wizard-option span {
    display: none;
    max-width: 115px;
    height: 53px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.taste-wizard-options-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.taste-wizard-option[data-selected='selected'] {
    border: 1px solid #FF5E33 !important;
    transition: all .3s ease;
}

.taste-wizard-options-container .taste-wizard-option {
    border-radius: 24px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.taste-wizard-option span.taste-wizard-option-label {
    display: block;
    padding-top: 10px;
}

.taste-wizard-option span.taste-wizard-option-label {
    display: flex;
    max-width: 170px;
    height: 53px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.taste-wizard-step-1.taste-wizard-step .taste-wizard-options-container span.taste-wizard-option-label {
    width: 170px;
    max-width: 180px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.taste-wizard-step-4.taste-wizard-step .taste-wizard-options-container {
    width: 920px;
    margin: 0 auto;
}

.taste-wizard-step-3.taste-wizard-step .taste-wizard-options-container,
.taste-wizard-step-5.taste-wizard-step .taste-wizard-options-container,
.taste-wizard-step-6.taste-wizard-step .taste-wizard-options-container,
.taste-wizard-step-7.taste-wizard-step .taste-wizard-options-container,
.taste-wizard-step-8.taste-wizard-step .taste-wizard-options-container {
    width: 1050px;
    margin: 0 auto;
}

.taste-wizard-step-1.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
.taste-wizard-step-2.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
.taste-wizard-step-3.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
.taste-wizard-step-5.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
.taste-wizard-step-6.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
.taste-wizard-step-7.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
.taste-wizard-step-8.taste-wizard-step .taste-wizard-options-container .taste-wizard-option {
    flex-basis: 270px;
}

.taste-wizard-step-4.taste-wizard-step .taste-wizard-options-container .taste-wizard-option {
    flex-basis: 205px;
}

.taste-wizard-step-1.taste-wizard-step .taste-wizard-options-container .taste-wizard-option {
    position: relative;
    height: 170px;
}

.taste-wizard-option[data-selected='selected'] .taste-wizard-option-number {
    position: absolute;
    display: grid;
    background-color: red;
    width: 22px;
    height: 22px;
    border-radius: 12px;
    text-align: center;
    align-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.taste-wizard-option img {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}

.taste-wizard-navigator {
    display: flex;
    /* width: 1064px; */
    height: 46px;
    justify-content: center;
    align-items: flex-start;
    gap: 1064px;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
}

.taste-wizard-navigator button {
    display: flex !important;
    width: 45px !important;
    height: 45px !important;
    padding: 11px 10px 11px 11px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    flex-shrink: 0 !important;

    border-radius: 40px !important;
    border: 1px solid #000 !important;
    cursor: pointer;
}

.taste-wizard-navigator button svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.widget-area {
    display: none;
}

.content-area {
    width: 100% !important;
}
.shoptimizer-archive {
	background: #F4FFFD;
    min-height: 100vh;
    margin: 0 auto;
}

button.taste-wizard-step-previous,
button.taste-wizard-step-next {
    background-color: #F4FFFD !important;
    transition: all .3s ease;
}

button.taste-wizard-step-previous:hover,
button.taste-wizard-step-next:hover {
    background-color: #def9f4;
    transition: all .3s ease;
}

button.taste-wizard-step-previous:hover {
    transform: translateX(-5px);
}

button.taste-wizard-step-next:hover {
    transform: translateX(5px);
}

.taste-wizard-step-next:hover svg,
.taste-wizard-step-previous:hover svg {
    transform: scale(1.1);
}

.form-quiz {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*Result*/
.elementor-container.elementor-column-gap-default.taste-wizard-container-fluid {
    background-color: #E6F3F0;
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex;
}

.taste-wizard-img-result {
    margin: auto;
    width: 70%;
    height: auto;
}

.taste-wizard-content-result {
    text-align: left;
}

.taste-wizard-content-result {
    margin: 0;
    position: absolute;
    top: 25%;
    padding: 0 3rem;
}

/* Start Tasted Wizard Result Quiz */
.result-container-1 {
    background: #FFF7F5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.result-image {
    width: 440px
}

.result-content {
    width: 735px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.result-container-2 {
    padding: 40px 0px;
	background: #fff;
}

.result-container-2-title {
    text-align: center;
    margin-bottom: 40px;
}

.result-list-products {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1100px;
    margin: 0 auto;
    gap: 20px;
}
.product-result-content {
    min-height: 117px;
}
.product-country {
    font-size: 12px;
    color: #333;
}
.product-result-image {
    position: relative;
}
.product-result-image a {
    display: block;
    text-align: center;
}
.product-country {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    gap: 3px;
}
.product-result-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px
}
.result-content p {
    font-size: 62px;
    line-height: 1.2;
    display: contents;
    font-weight: 600;
}
.result-content p:nth-child(1) {
    display: block;
}
.result-content p:nth-child(2) {
    font-size: 20px;
    font-weight: 400;
}
.product-title-container .product-title {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-title-container .product-title:hover {
    cursor: pointer
}

.etiqueta-uva-container {
    display: flex;
}

.product-price-result span bdi {
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-add-carrito {
    display: flex;
    background: #FF5E33;
    margin-bottom: 16px;
    width: 100%;
    border-radius: 4px;
    color: white !important;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.product-add-carrito:hover {
    background: #ff3700;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.added_to_cart.wc-forward {
    display: flex;
    background: #ff5e33;
    color: #fff;
    justify-content: center;
    height: 40px;
    align-items: center;
    border-radius: 4px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none !important;
}
.result-match-container {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    background: #ff5e33;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 1;
}
.result-match-percent {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.result-match {
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    text-transform: lowercase;
}
.result-match:first-letter {
    text-transform: uppercase;
}
@media only screen and (min-width:768px) {
	a.product-add-carrito {
		visibility: hidden !important;
	}
	li.product-result-container:hover a.product-add-carrito {
		visibility: visible !important;
	}
}
nav.woocommerce-breadcrumb, .elementor-location-footer {
    display: none !important;
}
@media only screen and (min-width: 768px) {
    li.product-result-container a.button.product_type_simple.add_to_cart_button, a.added_to_cart.wc-forward {
        visibility: hidden;
    }
    li.product-result-container:hover a.button.product_type_simple.add_to_cart_button, li.product-result-container:hover a.added_to_cart.wc-forward {
        visibility: visible;
    }
    .shoptimizer-primary-navigation.col-full {
        display: none !important;
    }
}
@media (max-width: 767px) {
    img.img-quiz-min-vini {
        padding: 2rem 2rem 1rem;
        width: 230px;
    }
    .taste-wizard-step-0>h1 {
        max-width: 98%;
    }
    .taste-wizard-step-0>p {
        max-width: 100%;
    }
    .taste-wizard-step p {
        width: 100%;
    }
    .taste-wizard-step-1.taste-wizard-step .taste-wizard-options-container .taste-wizard-option {
        height: 100px;
    }
    .taste-wizard-step-1.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
    .taste-wizard-step-2.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
    .taste-wizard-step-5.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
    .taste-wizard-step-6.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
    .taste-wizard-step-7.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
    .taste-wizard-step-8.taste-wizard-step .taste-wizard-options-container .taste-wizard-option {
        width: 100%;
        flex-basis: 100% !important;
    }
    .taste-wizard-step-1.taste-wizard-step .taste-wizard-options-container span {
        width: 270px;
        max-width: 270px;
    }
    .taste-wizard-navigator {
        gap: 255px !important;
    }
    .taste-wizard-step-3.taste-wizard-step .taste-wizard-options-container,
    .taste-wizard-step-5.taste-wizard-step .taste-wizard-options-container,
    .taste-wizard-step-6.taste-wizard-step .taste-wizard-options-container,
    .taste-wizard-step-7.taste-wizard-step .taste-wizard-options-container,
    .taste-wizard-step-8.taste-wizard-step .taste-wizard-options-container {
        width: 100%;
    }

    .taste-wizard-step-1.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
    .taste-wizard-step-2.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
    .taste-wizard-step-3.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
    .taste-wizard-step-5.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
    .taste-wizard-step-6.taste-wizard-step .taste-wizard-options-container .taste-wizard-option,
    .taste-wizard-step-7.taste-wizard-step .taste-wizard-options-container .taste-wizard-option {
        flex-basis: 155px;
        height: 130px;
    }

    .taste-wizard-step {
        height: auto;
    }

    .taste-wizard-step-4.taste-wizard-step .taste-wizard-options-container {
        width: 100%;
    }
    .taste-wizard-step-4.taste-wizard-step .taste-wizard-options-container .taste-wizard-option {
        flex-basis: 155px;
    }
    .taste-wizard-step-8.taste-wizard-step .taste-wizard-options-container .taste-wizard-option {
        flex-basis: 155px !important;
    }
    input.input-email-success {
        width: 95% !important;
    }
    .btn-steps-condicion {
        padding-top: 2rem;
    }
    .taste-wizard-option span {
        max-width: 205px !important;
    }
    .taste-wizard-navigator {
        position: inherit !important;
        padding-top: 2rem;
    }
    .taste-wizard-container {
        padding: 0 0.617924em;
        max-width: 100%;
    }
    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%;
    }
    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%;
    }
    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%;
    }
    .taste-wizard-img-result {
        display: none !important;
    }
    .taste-wizard-content-result {
        position: initial;
        padding: 2rem 1.5rem !important;
    }
	.result-list-products {
		grid-template-columns: repeat(2, 1fr);
		padding: 0 15px;
	}
	.product-result-content {
		min-height: 139px;
	}
	.result-container-1 .result-content p {
		font-size: 28px;
	}
	.result-image {
		display: none;
	}
	.result-content {
    	padding: 30px 20px;
	}
}
/* End Tasted Wizard Result Quiz */

/* Signup Form*/

.taste-wizard-signup-form {
    padding: 0px;
    border: 0;
    margin-bottom: 30px;
}

.taste-wizard-signup-form .taste-wizard-signup-submit-button {
    width: 100%;
    border-radius: 6px 6px 6px 6px;
    margin: 0px;
    margin-top: 10px;
}

.taste-wizard-navigator {
    z-index: 1;
}
.taste-wizard-options-container {
    z-index: 2;
    position: relative;
}

/* Terminos en form */
.privacy-policy-text p, .privacy-policy-text a {
    font-size: 13px !important;
    margin-bottom: 0;
}
.privacy-policy-text {
    width: 372px;
    max-width: 100%;
}