/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Varela+Round&display=swap');
*/
::-webkit-input-placeholder{ 
    overflow:visible
}

section.heroHome {
    min-height: calc(100vh - 136px) !important;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}
/* 
section.spotbox{
    z-index:-1;
}
*/
section.spotbox.open{
    z-index:999!important;
} 

section.spotbox .elementor-widget-button,
section.spotbox .elementor-widget-heading,
section.spotbox .elementor-widget-text-editor{
    visibility:hidden;
    opacity:0;
    transition:0.2s opacity ease;
    z-index:0;
    height: 0;
    width:0;
    position:relative;
}

section.spotbox .columnPinPoint .elementor-widget-wrap{
    background:none;
    border-color: transparent!important;
    box-shadow: none;
}

section.spotbox.open .elementor-widget-button,
section.spotbox.open .elementor-widget-heading,
section.spotbox.open .elementor-widget-text-editor{
    visibility:visible;
    opacity:1;
    z-index:899;
    height: auto;
    width:100%;
}

section.spotbox.open .columnPinPoint .elementor-widget-wrap{
    background:#fff!important;
    border-color: #e5e5e5!important;
    box-shadow: inherit!important;
} 

.elementor-swiper-button:hover,
.elementor-swiper-button:focus,
.elementor-swiper-button,
.elementor-swiper-button > i:hover,
.elementor-swiper-button > i:focus,
.elementor-swiper-button > i{
    outline:none!important;
}




.combustible-testimonials-elementor-widget .tag{
    background-color: var( --e-global-color-primary );
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#fff;
    padding: 12px 15px;
    margin-top: 20px;
    border-radius: 4px;
    line-height: 1em;
    display: inline-block;
}
.combustible-testimonials-elementor-widget .tag.bleu{
    background-color: var( --e-global-color-primary );
    color:#fff!important;
}
.combustible-testimonials-elementor-widget .tag.vertClair{
    background-color: var( --e-global-color-secondary );
    color:#fff!important;
}
.combustible-testimonials-elementor-widget .tag.rose{
    background-color: var( --e-global-color-2ef1055 );
    color:#fff!important;
}
.combustible-testimonials-elementor-widget .content,
.combustible-testimonials-elementor-widget .content p{
    font-family: "Varela Round", sans-serif;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 22px !important;
    line-height: 1.6em !important;
}

.combustible-testimonials-elementor-widget .combuTestimonial .inner{
    max-width:420px;
    margin:0 auto;
    position:relative;
}
.combustible-testimonials-elementor-widget .client .h3{
    font-family : 'Montserrat', sans-serif;
    font-weight : 600;
    font-style: normal !important;
    font-weight : 700;
	font-size : 15px !important;
	line-height : 1.2em;
	margin-bottom : 20px;
	letter-spacing : 1px;
	text-transform : uppercase;
}


.combustible-testimonials-elementor-widget .combuTestimonial{
    background-color: var( --e-global-color-accent );
    position:relative;
    padding: 95px 0px 50px 0px;
    margin: 0 7.5px;
    border-radius: 4px !important;
}

.combustible-testimonials-elementor-widget .combuTestimonial .combuTestimonial-overlay{
    height: 100%;
    width: 100%;
    top: -40px;
    left: -60px;
    position: absolute;
    background-image: url(../../uploads/2021/02/bulle-verte-woplus.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 80px auto;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.combustible-testimonials-elementor-widget .rate {
	margin-top:5px;
}

.combustible-testimonials-elementor-widget .star-rating {
	width: 15.362px;
	height: 14.618px;
	float: left;
	position: relative;
    margin: 0 3px;
}
.combustible-testimonials-elementor-widget .star-rating:first-of-type {
	margin-left: 0;
}
.combustible-testimonials-elementor-widget .star-rating .star{
	position: absolute;
	background-color: #64A70A;
	-webkit-mask-image: url('assets/img/star-icon.svg');
	mask-image: url('assets/img/star-icon.svg');
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.combustible-testimonials-elementor-widget span.rating {
	display: none;
}

.combustible-testimonials-elementor-widget .tags {
	clear:both;
}

.testimonialsSection .arrowControllerNext {
    transform: translate(50%, -50%);
}
.testimonialsSection .arrowControllerPrev {
    transform: translate(-50%, -50%);
}



.postDisplay.postSlide .elementor-post{
    padding:0 7.5px!important;
}


/* 
.combustible-slider-elementor-widget {
    width: 100%;
    height: 100%;
    min-height: 100% !important;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    width: 100%!important;
}

.combustible-slider-elementor-widget .slick-list{
    width:100%;
    height:100%;
}

.combustible-slider-elementor-widget .combuSlider{
    display:flex !important;
    justify-content: center;
    align-items:center;
    min-height: 100%;
    height: 100%;
    width: 100%!important;
    padding-bottom:80px;
    padding-top:30px;
}
.combustible-slider-elementor-widget .combuSlider .inner{
    max-width: 620px;
    padding: 40px 25px 0px 25px;
    background-color: #FFFFFF91;
    margin: 0 40px;
    align-self: center;
    justify-self: center;
    border-radius:4px;
} 


.combustible-slider-elementor-widget .combuSlider .combuSlider-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-position:center right;
    background-repeat:no-repeat;
    background-size:cover;
    z-index: -1;
} */


.combustible-slider-elementor-widget .init-slider {
    /* width: 100%!important;
    height: 100%;
    max-height: calc( 100vh - 140px ) !important; */
}

.combustible-slider-elementor-widget .combuSlider{
    display:flex !important;
    justify-content: center;
    align-items:center;
    height: calc( 100vh - 160px ) !important;
    padding-bottom:80px;
    padding-top:30px;
    position:relative;
}

.combustible-slider-elementor-widget .combuSlider .combuSlider-overlay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
}
.combustible-slider-elementor-widget .combuSlider .inner{
    max-width: 620px;
    padding: 40px 25px 0px 25px;
    background-color: #FFFFFF91;
    margin: 0 40px;
    align-self: center;
    justify-self: center;
    border-radius:4px;
    position:relative;
    z-index:1;
} 

.combustible-slider-elementor-widget .combuSlider .btn{
    text-align:center;
    margin-bottom:-25px;
}
.combustible-slider-elementor-widget .combuSlider .content{
    margin-bottom: 25px;
    text-align: center;
}
.combustible-slider-elementor-widget .combuSlider .title{
    text-align: center;
    color:var(--e-global-color-text);
}


.combustible-slider-elementor-widget .combuSlider .btn-slider-container{
    display:flex;
    gap:20px;
    justify-content:center;
}


section.heroHome .arrowControllerNext {
    transform: translate(50%, -50%);
}
section.heroHome .arrowControllerPrev {
    transform: translate(-50%, -50%);
}


section.heroHome .elementor-container {
    width: 100%;
}

/* section.heroHome .elementor-container .elementor-widget-slider,
section.heroHome .elementor-container .elementor-widget-slider .elementor-widget-container,
.combustible-slider-elementor-widget .slick-track{
    height:100%;
} */



.combustible-faq-elementor-widget {
    text-align: left;
}

.combustible-faq-elementor-widget .combuFaq{
    background: white;
    border-radius:4px;
    border: solid 1px var( --e-global-color-f58b4cc ) !important;
    transition: all 0.4s !important;
    margin-bottom: 15px;
}
.combustible-faq-elementor-widget .combuFaq.open{
    background-color: var( --e-global-color-accent );
}

.combustible-faq-elementor-widget .combuFaq .question{
    padding:35px 30px 35px 30px;
    cursor: pointer;
}

.combustible-faq-elementor-widget .combuFaq .question h3{
    margin:0;
    padding-right: 50px;
}

.combustible-faq-elementor-widget .combuFaq .answer{
    display:none;
    padding:0px 30px 35px 30px;
}

.combuFaq .question span.question-icon {
    float: right;
    text-align: right;
    display: inline-block;
    width: 1.5em;
}

.combuFaq.open .question span.question-icon span.question-icon-closed {
    display:none;
}
.combuFaq.open .question span.question-icon span.question-icon-opened {
    display:block;
}

.combuFaq .question span.question-icon span.question-icon-closed {
    display:block;
}
.combuFaq .question span.question-icon span.question-icon-opened {
    display:none;
}



.combustible-buy-online-elementor-widget{
    display: grid;
    /* grid-auto-columns: max-content; */
    grid-column: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap:15px;
    justify-items: stretch;
}
.combustible-where-buy-elementor-widget {
    display: grid;
    grid-column: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:15px;
    justify-items: stretch;
}

.combustible-buy-online-elementor-widget .combuBuyOnline a,
.combustible-where-buy-elementor-widget .combuWhereBuy a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    border-radius: 4px !important;
    border: solid 1px var( --e-global-color-f58b4cc ) !important;
    transition: all 0.4s !important;
    height: 100%;
    padding:15px 10px
}
.combustible-buy-online-elementor-widget .combuBuyOnline a:hover,
.combustible-where-buy-elementor-widget .combuWhereBuy a:hover{
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    transition: all 0.4s !important;
}
    

.combustible-buy-online-elementor-widget .combuBuyOnline a img,
.combustible-where-buy-elementor-widget .combuWhereBuy a img{
    max-height:40px;
    max-width:160px;
    width: auto;
}



.combustible-related-product-elementor-widget {
    /* display: grid; */
    /* grid-auto-columns: max-content; */
    /* grid-column: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap:15px; */

    justify-items: stretch;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}



.combustible-related-product-elementor-widget .combuRelatedProduct{
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    text-align:center;
    border-radius: 4px !important;
    border: solid 1px var( --e-global-color-f58b4cc ) !important;
    transition: all 0.4s !important;
    height: 100%;
    padding: 20px 35px 0 17px;
    overflow:hidden;

    width: calc(50% - 0.5rem);
}

.combustible-related-product-elementor-widget .combuRelatedProduct .image{
    width:185px;
    margin-bottom: -20px;
}
.combustible-related-product-elementor-widget .combuRelatedProduct .content{
    flex-grow: 1;
}

.combustible-related-product-elementor-widget .combuRelatedProduct:hover{
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.combustible-related-product-elementor-widget .combuRelatedProduct .buttonCascades .elementor-button{
    font-family: 'montserrat', sans-serif;
    font-size: 13px !important;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.single-concours .details_concours .elementor-heading-title,
.single-promotions .details_concours .elementor-heading-title{
    margin-top:20px;
    display: block;
    color: var( --e-global-color-secondary ) !important;
}

.postDisplay .details_concours .elementor-heading-title{
    margin-top:5px;
    font-size:13px!important;
    display: block;
    font-weight:400;
}


.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
    margin-bottom: 15px;
}

.comments-rating label {
	display: inline-block;
}

.rating-container {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
}

.commentForm label.rating-label {
    margin-bottom:0;
}

.rating-container * {
	font-size: 1.8rem;
}

.rating-container > input {
	display: none;
}

.rating-container > input + label {
	/* only enough room for the star */
	font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
    font-weight:900;
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
    width: 1.2em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0 2.5px;
    line-height: normal;
}

.rating-container > input + label:last-of-type {
	margin: 0 2.5px 0 0;
}

.rating-container > input + label:before {
	font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
	display: inline-block;
	text-indent: -9999px;
    font-weight:900;
	content: "\f005";
	color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
    font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
    font-weight:900;
	content: "\f005";
	color: var( --e-global-color-secondary );
}

.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
	width: .5em;
}

.rating-container:hover > input + label:before {
	content: "\f005";
	color: #888;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: "\f005";
	color: var( --e-global-color-secondary );
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
	text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
	text-indent: -9999px;
}

.commentForm ol.comment-list li article.comment-body {
    display: flex !important;
    flex-direction: row !important;
    justify-content:strech;
    margin-top:15px
}

.commentForm ol.comment-list li article.comment-body > .comment-meta{
    display:flex;
    flex-direction:column;
    text-align:left;
    width:30%;
}

.commentForm ol.comment-list li article.comment-body > .comment-meta .stars i{
    margin-right:5px;
    color:var(--e-global-color-secondary)
}

.commentForm ol.comment-list li article.comment-body > .comment-meta .stars{
    margin-bottom:8px;
}


.commentForm ol.comment-list li article.comment-body > .comment-meta .stars i:last-child{
    margin-right:0px;
}


.commentForm ol.comment-list li article.comment-body > .comment-meta .comment-author.vcard{
    font-size:18px;
    margin-bottom:5px;
    text-transform: capitalize;
}


.commentForm ol.comment-list li article.comment-body > .comment-content p{
   color:#000;
   font-size:15px;
   line-height:25px;
}

.commentForm p.title-comments {
    font-size: 24px !important;
    margin-bottom: 10px;
}

.commentForm span.average-nb {
    margin-right: 20px;
    font-size: 1.2em;
    line-height: 0em;
    font-family: 'montserrat', sans-serif;
}

.commentForm span.average-star i {
    margin-right: 9px;
}


.commentForm span.average-star i:last-child {
    margin-right: 0px;
}

.combuCoupon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background:var( --e-global-color-accent );
    margin-bottom:20px;
    border-radius:4px !important;
}

.combuCoupon .couponLeft {
    width:57%;
    padding:50px 50px 50px 50px;
}

.combuCoupon .couponLeft .img img{
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 16%);
    margin-bottom:10px
}


.combuCoupon .couponLeft .subtext{
    display:flex;
    justify-content: center;
    align-items: center;
}


.combuCoupon .couponLeft .subtext img{
    margin-right:10px;
}


.combuCoupon .couponRight {
    width: 43%;
    padding:50px 50px 50px 50px;
    background: white;
    border: solid 1px var( --e-global-color-f58b4cc ) !important;
    transition: all 0.4s !important;
    border-radius:4px !important;
}
.combuCoupon .couponRight:hover {
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}

#mapStoreLocator {
    height:100%;
}

.combuStoreLocator {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}


.combuStoreLocator .form-wrapper{
	margin-right:40px;
	background:var(--e-global-color-accent);
	padding:30px;
	border-radius:4px;
    max-width:320px;
}

.combuStoreLocator select,
.combuStoreLocator input{
	background:var(--e-global-color-accent);
	border-color:var(--e-global-color-266e8e3);
	color:var(--e-global-color-266e8e3);
	margin-bottom:7px;
}

.combuStoreLocator .form-wrapper .form-group button{
	margin-top:3px;
}

.combuStoreLocator .form-wrapper{
	margin-right:40px
}

.combuStoreLocator .gmap {
    width: auto;
    flex-grow: 1;
    border-radius: 4px;
}

div#storeLocatorListWrapper {
    margin-top:20px;
}

div#storeLocatorListWrapper .storeLocatorItem{
    padding: 10px 10px 10px 0;
    background:var(--e-global-color-accent);
    display:flex;
    justify-content:strech;
    align-items:center;
    margin-bottom:5px;
    border-radius:4px;
}

div#storeLocatorListWrapper .storeLocatorItem div:nth-child(1){
    padding:20px 40px;
}

div#storeLocatorListWrapper .storeLocatorItem .distance{
    font-size:1.3em
}

div#storeLocatorListWrapper .storeLocatorItem div:nth-child(2){
    flex-grow:1;
    text-align:left;
}

div#storeLocatorListWrapper .storeLocatorItem h3,
div#storeLocatorListWrapper .storeLocatorItem p{
    margin-bottom:0px;
}
div#storeLocatorListWrapper .storeLocatorItem h3{
    margin-bottom:0px;
}


.elementor-search-form__input{
    flex-basis:10%!important;
}

.elementor-search-form--skin-full_screen .elementor-search-form__container{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
}

.wpcf7 .ajax-loader{
    display:none;
}

.wpcf7 form.submitting .ajax-loader{
    display:block;
}

/** WOOCOMMERCE */
.step_form_wrapper,
.step_form_wrapper_result {
    background-color: var( --e-global-color-6cd2880a );
    padding: 50px;
    border: solid 1px var( --e-global-color-f58b4cc ) !important;
    transition: all 0.4s !important;
    border-radius: 4px !important;
    margin-top: -140px;
    margin-bottom: 100px;
    position: relative;
}

.step_form_wrapper_result {
    text-align:center;
}


.step_form_wrapper_result h2{
    font: normal normal 600 22px/30px Montserrat;
    letter-spacing: 0px;
    color: #144733;
}

.step_form_wrapper_result .content{
    font: normal normal normal 15px/25px Varela Round;
    letter-spacing: 0px;
    color: #000000;
	max-width: 500px;
    margin: auto;
}

.step_form_wrapper .step_form{
   width:100%;
   max-width:640px;
   margin:0 auto;
   text-align:center;
   opacity:0;
   display:none;
   transition: all 0.4s !important;
}

.step_form_wrapper .step_form.step_form_2 .image{
    position: absolute;
    left: -30px;
    bottom: -40px;
    width:280px;
    z-index:0;
}

.step_form_wrapper .step_form.step_form_1 .image {
    position: absolute;
    top: -5px;
    right: -100px;
}

.step_form_wrapper_result .image {
    position: absolute;
    bottom: -7px;
    left: 40px;
}

.step_form_wrapper .step_form.active{
   opacity:1;
   display:block;
}

.step_form_wrapper .step_form h3{
    margin-bottom:35px
}

.step_form_wrapper .step_form .step_form_peluches_wraper{
    display:grid;
    column-gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.step_form_wrapper .step_form .step_form_peluches_wraper .step_form_peluche{
    padding:0 20px;
    border: 1px solid #E5E5E5;
    border-radius:4px;
    transition: all 0.4s !important;
    cursor: pointer;
}
.step_form_wrapper .step_form .step_form_peluches_wraper .step_form_peluche:hover,
.step_form_wrapper .step_form .step_form_peluches_wraper .step_form_peluche.active{
    box-shadow: 0px 3px 6px #00000029;
    margin-top:-5px;
}


.step_form_wrapper .step_form .step_form_peluches_wraper .step_form_peluche.color-vert:hover,
.step_form_wrapper .step_form .step_form_peluches_wraper .step_form_peluche.color-vert.active{
    border-top-color:#64A70A;
    border-top-width:5px;
}
.step_form_wrapper .step_form .step_form_peluches_wraper .step_form_peluche.color-bleue:hover,
.step_form_wrapper .step_form .step_form_peluches_wraper .step_form_peluche.color-bleue.active{
    border-top-color:#00A0DD;
    border-top-width:5px;
}

.step_form_wrapper .step_form .step_form_peluches_wraper .step_form_peluche .step_form_peluche_image_wrapper{
    margin:0 auto;
    margin-bottom:25px;
    padding:10px;
    border-radius:50%;
    max-width:170px;
}

.step_form_wrapper .step_form .step_form_peluches_wraper .step_form_peluche.color-vert .step_form_peluche_image_wrapper{
     background: radial-gradient(circle, rgba(166,219,96,1) 0%, var( --e-global-color-secondary ) 100%);
}

.step_form_wrapper .step_form .step_form_peluches_wraper .step_form_peluche.color-bleue .step_form_peluche_image_wrapper{
     background: radial-gradient(circle, rgba(149,221,249,1) 0%, var( --e-global-color-primary ) 100%);
}

.step_form_wrapper .step_form .step_form_peluches_wraper .step_form_peluche span.h3{
    font: normal normal bold 15px/20px Montserrat;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display:block;
    margin:20px 0;
}

.step_form_wrapper .step_form .step_form_peluches_wraper .step_form_peluche.color-vert span.h3{
    color:#64A70A;
}


.step_form_wrapper .step_form .step_form_peluches_wraper .step_form_peluche.color-bleue span.h3{
    color:#00A0DD;
}

.step_form_wrapper .step_form .content{
    font: normal normal normal 15px/25px Varela Round;
    letter-spacing: 0px;
    color: #000000;
}


.step_form_wrapper .step_form .step_form_messages_wrapper {
    margin-top:30px;
    margin-bottom: 50px;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:15px;
}

.step_form_wrapper .step_form .step_form_messages_wrapper .step_form_message{
    position:relative;
    transition: all 0.4s !important;
}


.step_form_wrapper .step_form .step_form_messages_wrapper .step_form_message:after{
    content:"";
    position:absolute;
    z-index: 1;
    top:10px;
    left:10px;
    width:18px;
    height:18px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #75757599;
    border-radius: 4px;
    opacity: 0.65;
}

.step_form_wrapper .step_form .step_form_messages_wrapper .step_form_message.active:after{
    opacity:1;
}

.step_form_wrapper .step_form .step_form_messages_wrapper .step_form_message.active:before{
    content:"";
    position:absolute;
    z-index: 2;
    top: 12.5px;
    left: 16px;
    width: 6px;
    height: 10px;
    border-top: 2px solid #64A70A;
    border-left: 2px solid #64A70A;
    transform: rotate(-135deg);
    opacity: 1;
}

.step_form_wrapper .step_form .step_form_messages_wrapper .step_form_message.active {
    transform:scale(1.09);
}

.step_form_wrapper .step_form .step_form_messages_wrapper .step_form_message img{
    border-radius: 4px;
    opacity: 0.65;
    width:100%;
}

.step_form_wrapper .step_form .step_form_messages_wrapper .step_form_message.active img{
    opacity:1;
    box-shadow: 0px 3px 6px #00000033;
}


.step_form_wrapper .step_form .step_form_messages_wrapper .step_form_message img{
    border-radius: 4px;
    opacity: 0.65;
}


.step_form_wrapper .step_form_button_wrapper {
    margin-top:35px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    gap:10px;
}


.step_form_wrapper.step_form_wrapper_message .step_form_1 .step_form_button_wrapper button.step_form_button_prev:before {
    content:none;
}

.step_form_wrapper.step_form_wrapper_message .step_form_1 .step_form_button_wrapper {
    display:grid;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
}


.step_form_wrapper.step_form_wrapper_message .step_form_1 .step_form_button_wrapper > div:first-child {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
}

.step_form_wrapper.step_form_wrapper_message .step_form_1 .step_form_button_wrapper > div:last-child {
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
} 

.step_form_wrapper .step_form_button_wrapper button,
.step_form_wrapper .step_form_button_wrapper button:hover,
.step_form_wrapper .step_form_button_wrapper button:focus{
    background:none;
    border:none;
    color:black;
    font: normal normal medium 13px/14px Montserrat;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    padding:17px 30px;
    border-radius:4px;
}

.step_form_wrapper .step_form_button_wrapper button.step_form_button_prev:before{
    content:"";
    display:inline-block;
    position:relative;
    width:6px;
    height:6px;
    border-top:1px black solid;
    border-left:1px black solid;
    transform:rotate(-45deg);
    margin-right:10px;
    margin-bottom:2px;
}

.step_form_wrapper .step_form_button_wrapper button.step_form_button_next{
    background:#64A70A;
    border: solid 1px #64A70A;
    color:white;
}


.step_form_wrapper .step_form_2 .step_form_button_wrapper > div:first-child,
.step_form_wrapper .step_form_2 .step_form_button_wrapper > div:last-child {
    justify-content: center;
}

.step_form_wrapper .step_form_2 .step_form_button_wrapper .step_form_button_add_to_cart,
.step_form_wrapper .step_form_2 .step_form_button_wrapper .step_form_button_add_message{
    background:#00A0DD;
    border: solid 1px #00A0DD;
    padding:17px 40px;
}

.step_form_wrapper .step_form_2 .step_form_button_wrapper .step_form_button_add_to_cart:before{
    content:"";
    display:inline-block;
    margin-right:10px;
    font-family:"Font Awesome 5 free";
    font-weight:900;
}


.step_form_wrapper .msg.msg-error,
p.msg.msg-error.msg-cart-validate{
    color: #dc3232!important;
}

p.msg.msg-error.msg-cart-validate{
    text-align:center;
    margin-top:20px;
}

.step_form_wrapper .step_form_2 fieldset.gifted_plush_form,
.step_form_wrapper .step_form_2 fieldset.message_form {
    border: none;
    padding: 0;
    margin: 0;
    position:relative;
    z-index: 1;
}

.step_form_wrapper .step_form_2 .step_form_sign_wrapper {
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    margin-top: -10px;
}

.step_form_wrapper .step_form_2 .step_form_sign_wrapper label{
    padding-right:20px;
    font-family: "Montserrat", sans-serif;
	font-size: 13px;
    text-transform:uppercase;
    letter-spacing: 1.3px;
}

.add_to_cart_button.loading button.buttonCascades {
    opacity: 0.5;
}

.add_to_cart_button.added button.buttonCascades i::before {
    content: "\f00c";
}

tr.woocommerce-shipping-totals.shipping {
    display: none;
}

@media screen and (max-width:1440px){
    .testimonialsSection .arrowController.arrowControllerPrev{
        left:20%!important;
    }
    .testimonialsSection .arrowController.arrowControllerNext{
        right:20%!important;
    }
}

@media screen and (max-width:1200px){
    .testimonialsSection .arrowController.arrowControllerPrev{
        left:15%!important;
    }
    .testimonialsSection .arrowController.arrowControllerNext{
        right:15%!important;
    }
}

@media screen and (max-width:1024px){
    .testimonialsSection .arrowController.arrowControllerPrev{
        left: 50%!important;
        top: 100%!important;
        transform:translate(-120%, -50%);
    }
    .testimonialsSection .arrowController.arrowControllerNext{
        right: 50%!important;
        top: 100%!important;
        transform:translate(120%, -50%)
    }

    .combustible-related-product-elementor-widget .combuRelatedProduct{
        padding:20px 30px 30px;
        flex-direction: column;

        width: 100%;
    }

    .combuCoupon {
        flex-direction: column;
    }
    
    .combuCoupon > div {
        width:100%!important;
    }

    /* .combuStoreLocator{
        flex-direction:column;
    } */

    .combuStoreLocator .form-wrapper{
        margin-right:10px;
        max-width:260px;
        padding:30px 20px;
    }

    .grid-item-peluches{
        position:relative;
        margin-bottom:10px;
    }
    
    .woocommerce a.added_to_cart {
        position: absolute;
        bottom: -30px;
        left:0;
        width:100%;
    }
}
@media screen and (max-width:767px){
    
    .dialog-widget-content{
        max-height: 90vh!important;
        overflow-y: scroll!important;
    }

    .combustible-testimonials-elementor-widget .combuTestimonial .inner{
        padding:0 30px;
    }

    .combustible-testimonials-elementor-widget .combuTestimonial .combuTestimonial-overlay{
        top: -40px;
        left: 60px;
    }

    .combustible-related-product-elementor-widget{
        grid-column: 1fr;
        grid-template-columns: 1fr;
        gap:20px;
    }

    .combustible-where-buy-elementor-widget{
        grid-column: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap:20px;
    }

    .combustible-buy-online-elementor-widget .combuBuyOnline a,
    .combustible-where-buy-elementor-widget .combuWhereBuy a{
        padding:15px 2px;
    }

    
    .postDisplay.postSlide .elementor-post{
        padding:0 10px!important;
    }

    .commentForm ol.comment-list li article.comment-body {
        flex-direction: column !important;
        margin-top:15px
    }
    .commentForm ol.comment-list li article.comment-body > .comment-meta{
        width:100%;
    }
    .commentForm span.average-nb {
        margin-right: 15px;
    }

    .commentForm span.average-star i {
        margin-right: 7px;
    }


    .commentForm span.average-star i:last-child {
        margin-right: 0px;
    }

    #mapStoreLocator {
        min-height:295px;
    }

    .combuStoreLocator{
        flex-direction:column;
    }

    .combuStoreLocator .form-wrapper{
        margin-right:0px;
        max-width:100%;
    }

    div#storeLocatorListWrapper .storeLocatorItem{
        flex-direction: column;
        padding:20px;
        align-items: start;
    }

    div#storeLocatorListWrapper .storeLocatorItem div:nth-child(1){
        padding:0;
    }

    div#storeLocatorListWrapper .storeLocatorItem .distance {
        font-size: 1em;
        text-align: left;
    }

    .combuStoreLocator .gmap {
        margin-top:20px;
    }
    

    .step_form_wrapper, .step_form_wrapper_result {
        padding: 20px;
        overflow:hidden;
        margin-top:-110px;
    }
    
    .step_form_wrapper .step_form .step_form_messages_wrapper {
        display: block;
    }
    
    .step_form_message.slick-slide {
        padding: 5px;
    }
    
    .step_form_wrapper .step_form .step_form_messages_wrapper .slick-list {
        overflow: visible;
    }

    .step_form_wrapper .step_form_button_wrapper button,
    .step_form_wrapper .step_form_button_wrapper button:hover,
    .step_form_wrapper .step_form_button_wrapper button:focus {
        padding: 10px 15px;
        font-size: 0.8em;
    }

    .step_form_wrapper .step_form .step_form_peluches_wraper {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .step_form_wrapper .step_form .image, .step_form_wrapper_result .image{
        display:none;
    }
}
