/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap');

.woocommerce *,
.woocommerce *:before,
.woocommerce *:after {
  box-sizing: border-box;
}

.woocommerce{
    font-family: 'Raleway', sans-serif;
}

.woocommerce h2, .woocommerce h3, .woocommerce h4{
    font-family: 'Raleway', sans-serif;
}

.woocommerce-step{
    padding-bottom: 4rem;
}

.woocommerce-page-title{
    background: #05532D;
    max-width: 505px;
    margin: -70px auto 30px;
    padding: 10rem 20px 1.3rem;
    position: relative;
    z-index: 5;
}

.woocommerce-page-title h2{
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    line-height: 40px;
    text-align: right;
    margin: 0;
    padding-left: 38%;
    
}

h2.woocommerce-section-title {
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 158.47%;
    padding: 20px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 44px;
}

.woocommerce-step .cols{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce-step .cols .col-1{
    width: 42%;
}

.woocommerce-step .cols .col-1.sidebar{
    width: 29%;
    margin-right: 10%;
}

.woocommerce-step .cols .col-2{
    width: 44%;
    padding-right: 5rem;
}

.woocommerce-image{
    margin: -128px 0 0 0;
    text-align: center;
    position: relative;
    z-index: 5;
}

.woocommerce-intro{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.woocommerce-intro__text h3{
    font-weight: bold;
    font-size: 30px;
    line-height: 1em;
    text-transform: uppercase;
    color: #207835;
}

.woocommerce-step-3 .woocommerce-intro__text h3 {
    color: #72C52E;
}

.woocommerce-step-4 .woocommerce-intro__text h3,
.woocommerce-step-4-1 .woocommerce-intro__text h3 {
    color: #459E36;
}

.woocommerce-step-5 .woocommerce-intro__text h3,
.woocommerce-step-5-1 .woocommerce-intro__text h3,
.woocommerce-step-5-2 .woocommerce-intro__text h3,
.woocommerce-step-6 .woocommerce-intro__text h3,
.woocommerce-step-6-1 .woocommerce-intro__text h3 {
    color: #207835;
}

.woocommerce-step-7 .woocommerce-intro__text h3 {
    color: #05532D;
}


.woocommerce-intro__text p{
    font-size: 15px;
    line-height: 27px;
    color: #545757;
}

.woocommerce-form .actions {
    margin: 40px 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    display: block;
    float: none;
}

.woocommerce-intro__icon{
    background: #056436;
    width: 65px;
    height: 125px;
    padding: 7px 7px 10px 7px;
    margin-right: 30px;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce-form{
    margin-top: 2rem;
}

.woocommerce .order-summary {
    margin: 0 30px;
    background-color: #F5F5F5;
    padding: 20px;
}

.woocommerce .shop_table {
    background-color: #fff;;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0 none;
    padding: 0;
}

.woocommerce-form #billing_cell {
    display: none;
}

.woocommerce-form .custom-radio-label{
    display: inline-block;
}

.woocommerce-form .custom-radio-label .custom-input-radio[type="radio"]:checked,
.woocommerce-form .custom-radio-label .custom-input-radio[type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
    visibility: hidden;
    box-sizing: border-box;
    padding: 0;
}

.woocommerce-form .custom-radio-label .custom-input-radio:checked + label.custom-label,
.woocommerce-form .custom-radio-label .custom-input-radio:not(:checked) + label.custom-label{
	position: relative;
	display: inline-block;
	padding: 0 5px;
    min-width: 200px;
    color: #A9A9A9;
	font-size: 15px;
	text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
	margin-right: 15px;
	margin-bottom: 10px;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.woocommerce-form .custom-radio-label .custom-input-radio:not(:checked) + label.custom-label{
	background-color: #F0F0F0;
}

.woocommerce-form .custom-radio-label .custom-input-radio:checked + label.custom-label{
    background-color: #A8EB12;
    color: #05532D;
}

.woocommerce-form .custom-radio-label .custom-input-radio:not(:checked) + label.custom-label:hover{
    background-color: #A8EB12;
    color: #05532D;
}

.woocommerce-form .form-button{
    border-top: 1px solid #DEDEDE;
    padding-top: 30px;
    margin-top: 15px;
}

a.action_button {
    display: inline-block!important;
	padding: 0 20px!important;
    color: #05532D!important;
    background-color: #A8EB12!important;
    font-size: 13px!important;
    font-family: 'Raleway', sans-serif!important;
	text-align: center!important;
    letter-spacing: 0.07em!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    line-height: 30px!important;
    margin: 10px 0px 10px!important;
	border-radius: 20px!important;
    overflow: hidden!important;
    position: relative!important;
	cursor: pointer!important;
	text-transform: uppercase!important;
	-webkit-transition: all 300ms linear!important;
	transition: all 300ms linear!important;
    background-color: #05532D!important;
    color: #fff!important;
}

a.action_button:hover {
    background-color: #066336!important;
}

.woocommerce .btn-default{
	display: inline-block;
	padding: 0 20px;
    color: #05532D;
    background-color: #A8EB12;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
	text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
	border-radius: 20px;
    overflow: hidden;
    position: relative;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.woocommerce .btn-default:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all .3s;
    background: rgba(0, 0, 0, .07);
    opacity: 0;
}

.woocommerce .btn-default:hover {
    text-decoration: none;
}

.woocommerce .btn-default:hover:after {
    opacity: 1;
}

.woocommerce .btn-default:focus{
    outline: none;
}

.woocommerce .btn-default:disabled{
    background-color: #F0F0F0;
    color: #A9A9A9;
}

.woocommerce .btn-dark-green {
    color: #fff;
    background-color: #05532D;
}

.woocommerce .btn-dark-green-2 {
    color: #fff;
    background-color: #207835;
}

.woocommerce .btn-light-green{
    color: #fff;
    background-color: #72C52E;
}

.woocommerce .btn-light-green-2 {
    color: #fff;
    background-color: #459E36;
}

.woocommerce .order {
    background-color: #F5F5F5;
}

.woocommerce .order .indicator-line {
    width: 100%;
    height: 5px;
    background-color: #FFB16D;
}

.woocommerce .order.processing .indicator-line {
    background-color: #A8EB12;
}

.woocommerce .order.complete .indicator-line {
    background-color: #207835;
}


.woocommerce-form small{
    display: block;
    font-size: 12px;
    line-height: 19px;
    color: #545757;
}

.woocommerce-form small strong{
    color: #05532D;
}

.woocommerce .order .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.woocommerce .order .row .col-4{
    width: 25%;
    padding: 0 15px;
}

.woocommerce .order .info {
    color: #05532D;
    font-size: 15px;
}


.woocommerce .order .total {
    color: #05532D;
    font-size: 15px;
    font-weight: bold;
}

.woocommerce .order .big {
    font-size: 36px;
    color: #05532D;
    font-weight: bold;
}

.woocommerce .order .order-main-content {
    padding: 16px 0;
}

.woocommerce .order .order-footer {
    padding: 16px;
    background-color: #EFFDED;
}


.woocommerce-step .cols .col-1.sidebar .woocommerce-page-title{
    margin: 30px auto 30px;
    padding: 3.6rem 20px 1.3rem;
}

.woocommerce-step .cols .col-1.sidebar .woocommerce-page-title h2{
    padding-left: 0;
}

.woocommerce-resume .resume-title{
    font-weight: bold;
    font-size: 30px;
    line-height: 27px;
    text-transform: uppercase;
    color: #05532D;
    margin-bottom: 20px;
}

.woocommerce-resume .resume-title:before{
    content: "";
    display: inline-block;
    background: #05532D;
    width: 8px;
    height: 27px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.woocommerce-resume p {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 15px;
    font-weight: 400;
}

.woocommerce-resume p span{
    text-transform: uppercase;
    color: #05532D;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.woocommerce-form .form-group, .woocommerce-form .form-row {
    margin-bottom: 2rem;
    position: relative;
    display: block;
}

.woocommerce-form .form-group .tooltip, .woocommerce-form .form-row .tooltip {
    width: 15px;
    height: 15px;
    position: absolute;
    border: 0;
    z-index: 3;
    top: -8px;
    right: 20px;
    background: #fff;
}

.woocommerce-form .form-group .tooltip .content, .woocommerce-form .form-row .tooltip .content {
    opacity: 0;
    visibility: hidden;
}

.woocommerce-form .form-group .tooltip::before, .woocommerce-form .form-row .tooltip::before {
    width: 19px;
    height: 19px;
    content: " ";
    background-image: url(../images/icon-question.svg);
    background-repeat: no-repeat;
    position: absolute;
    border: 2px solid #fff;
    
} 

.woocommerce-form .form-group .tooltip:hover:after, .woocommerce-form .form-group .tooltip.hover:after, .woocommerce-form .form-row .tooltip:hover:after, .woocommerce-form .form-row .tooltip.hover:after {
    content: attr(data-tooltip);
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #545757;
    background: #FFFFF2;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 8px 10px;
    width: 300px;
    position: absolute;
    left: inherit;
    right: 0%;
    bottom: -148px;
    z-index: 98;
    margin-left: 0px;
}

.woocommerce-form .form-group > label, .woocommerce-form .form-row > label{
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #207835;
    background: #fff;
    position: absolute;
    top: -11px;
    left: 15px;
    padding: 0 5px;
    z-index: 2;
}

.woocommerce-step-3 .woocommerce-form .form-group>label, .woocommerce-step-3 .woocommerce-form .form-row>label  {
    color: #72C52E;
}

.woocommerce-step-4 .woocommerce-form .form-group>label,
.woocommerce-step-4-1 .woocommerce-form .form-group>label,
.woocommerce-step-4 .woocommerce-form .form-row>label,
.woocommerce-step-4-1 .woocommerce-form .form-row>label {
    color: #459E36;
}

.woocommerce-step-5 .woocommerce-form .form-group>label,
.woocommerce-step-5-1 .woocommerce-form .form-group>label,
.woocommerce-step-5-2 .woocommerce-form .form-group>label,
.woocommerce-step-6 .woocommerce-form .form-group>label,
.woocommerce-step-6-1 .woocommerce-form .form-group>label {
    color: #207835;
}

.woocommerce-step-7 .woocommerce-form .form-group>label {
    color: #05532D;
}

.woocommerce-form .form-group .form-control, .woocommerce-form .form-row .form-control{
    background: #FFFFFF;
    border: 2px solid #D1D1D1;
    border-radius: 7px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #545757;
    padding: 5px 20px;
    width: 100%;
    height: 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.woocommerce-form .form-group .form-control:focus, .woocommerce-form .form-row .form-control:focus{
    border-color: #207835;
}

.woocommerce-form .form-group > span{
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #207835;
    display: block;
    margin-bottom: 15px;
}

.woocommerce-step-5 .woocommerce-form .form-group>span,
.woocommerce-step-5-1 .woocommerce-form .form-group>span,
.woocommerce-step-5-2 .woocommerce-form .form-group>span {
    color: #207835;
}
.woocommerce-form .custom-radio{
    display: inline-block;
}

.woocommerce-form .custom-radio .custom-label{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #545757;
    margin-right: 3rem;
}

.woocommerce-form .custom-radio [type="radio"]:checked,
.woocommerce-form .custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.woocommerce-form .custom-radio [type="radio"]:checked + label,
.woocommerce-form .custom-radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.woocommerce-form .custom-radio [type="radio"]:checked + label:before,
.woocommerce-form .custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #D1D1D1;
    border-radius: 100%;
    background: #fff;
}

.woocommerce-form .custom-radio [type="radio"]:checked + label:after,
.woocommerce-form .custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #207835;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.woocommerce-form .custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.woocommerce-form .custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.woocommerce-form .custom-checkbox{
    display: inline-block;
}

.woocommerce-form .custom-checkbox .custom-label-checkbox{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #545757;
    margin-right: 3rem;
}

.woocommerce-form .custom-checkbox [type="checkbox"]:checked,
.woocommerce-form .custom-checkbox [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.woocommerce-form .custom-checkbox [type="checkbox"]:checked + label,
.woocommerce-form .custom-checkbox [type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.woocommerce-form .custom-checkbox [type="checkbox"]:checked + label:before,
.woocommerce-form .custom-checkbox [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #D1D1D1;
    border-radius: 2px;
    background: #fff;
}

.woocommerce-form .custom-checkbox [type="checkbox"]:checked + label:after,
.woocommerce-form .custom-checkbox [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url('../images/icon-check.svg') no-repeat center center;
    position: absolute;
    top: 2px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.woocommerce-form .custom-checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.woocommerce-form .custom-checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Reset Select */
.woocommerce .select2-selection {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #fff;
    background-image: none;
    height: auto;
}

.woocommerce .select2-selection__arrow {
    display: none;
}

/* Remove IE arrow */
.woocommerce .select2-selection::-ms-expand {
    display: none;
}

  /* Custom Select */
.woocommerce .select2 {
    position: relative;
    display: flex;
    background: #fff;
    overflow: hidden;
    border: 2px solid #D1D1D1;
    border-radius: 7px;
    width: 100%;
    height: 50px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.woocommerce .selection {
    flex: 1;
    cursor: pointer;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #545757;
    padding: 5px 20px;
    background: #fff;
}

.woocommerce .select2:after {
    content: '';
    position: absolute;
    background: url('../images/arrow-select.svg') no-repeat 0 0;
    width: 13px;
    height: 7px;
    top: 20px;
    right: 0;
    padding: 0 1em;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.woocommerce .select2:focus,
.woocommerce .select2:active {
    border: 2px solid #207835;
    outline: none;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}

.woocommerce .form-add {
    border-top: 1px solid #DEDEDE;
    text-align: right;
}

.woocommerce .form-add a {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #72C52E;
    background: #fff;
    position: relative;
    display: inline-block;
    top: -12px;
    padding: 0 0 0 5px;
    -webkit-transition: all 300ms linear;
    transition: all 200ms linear;
}

.woocommerce .woocommerce-step-4 .form-add a,
.woocommerce .woocommerce-step-4-1 .form-add a {
    color: #459E36;
}

.woocommerce .woocommerce-step-5 .form-add a,
.woocommerce .woocommerce-step-5-1 .form-add a,
.woocommerce .woocommerce-step-5-2 .form-add a {
    color: #207835;
}

.woocommerce .form-add a:hover {
    text-decoration: none;
    color: #05532D;
}

.woocommerce .form-add a strong {
    font-weight: 700;
}

.woocommerce-step-3 .woocommerce-intro__icon {
    background:#72C52E
}

.woocommerce-step-4 .woocommerce-intro__icon,
.woocommerce-step-4-1 .woocommerce-intro__icon {
    background: #459E36;
}

.woocommerce-step-5 .woocommerce-intro__icon,
.woocommerce-step-5-1 .woocommerce-intro__icon,
.woocommerce-step-5-2 .woocommerce-intro__icon {
    background: #207835;
}

.woocommerce-step-6 .woocommerce-intro__icon,
.woocommerce-step-6-1 .woocommerce-intro__icon {
    background: #207835
}

.woocommerce-step-7 .woocommerce-intro__icon {
    background: #05532D;
}

.woocommerce-form h4{
    font-weight: bold;
    font-size: 17px;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.woocommerce-step-4 .woocommerce-form h4,
.woocommerce-step-4-1 .woocommerce-form h4 {
    color: #459E36;
}

.woocommerce-step-5 .woocommerce-form h4,
.woocommerce-step-5-1 .woocommerce-form h4,
.woocommerce-step-5-2 .woocommerce-form h4,
.woocommerce-step-6 .woocommerce-form h4,
.woocommerce-step-6-1 .woocommerce-form h4 {
    color: #207835;
}

.woocommerce-step-7 .woocommerce-form h4 {
    color: #05532D;
}

.woocommerce-step-7 .form-button {
    margin-bottom: 1.5rem;
}

.woocommerce-final-result .col-wide{
    width: 100%;
}

.woocommerce-final-result .results {
    background: url('../images/bg-texture-green.jpg') repeat 0 0;
    border-radius: 20px;
    padding: 4rem 20px 1rem;
    max-width: 930px;
    margin-left: 6.5rem;
    margin-bottom: 2rem;
}

.woocommerce-final-result .results-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.woocommerce-final-result .results-content .results-image {
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin-right: 7%;
}

.woocommerce-final-result .results-content .results-text {
    width: 58%;
}

.woocommerce-final-result .results-content .results-text .results-value {
    margin-bottom: 20px;
}

.woocommerce-final-result .results-content .results-text .results-value .results-value-total{
    display: inline-block;
    font-weight: 400;
    font-size: 30px;
    line-height: 74px;
    color: #05532D;
}

.woocommerce-final-result .results-content .results-text .results-value .results-value-total span {
    font-weight: 800;
    font-size: 90px;
    color: #05532D;
}

.woocommerce-final-result .results-content .results-text h3{
    font-weight: bold;
    font-size: 25px;
    line-height: 45px;
    color: #05532D;
}

.woocommerce .btn-outline{
    border-radius: 20px;
    font-weight: bold;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #05532D;
    border: 2px solid #05532D;
    padding: 0px 9px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.woocommerce .btn-outline:hover {
    text-decoration: none;
    color: #fff;
    background: #05532D;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    border: 0px;
    border-bottom: 1px solid #6E6E6E;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #05532D!important;
    background-color: transparent!important;
}

.woocommerce .results-about{
    max-width: 310px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.woocommerce .results-about:before{
    content: "";
    width: 10px;
    height: 71px;
    background: #05532D;
    border-radius: 10px;
    position: absolute;
    left: 0;
}

.woocommerce .results-about p{
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #545757;
}

.woocommerce .results-about strong {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #05532D;
    display: block;
}

.woocommerce .results-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    margin: 2rem 0 3rem;
}

.woocommerce .results-icons img{
    margin-right: 15px;
}

.woocommerce .results-share {
    clear: both;
    border-top: 1px dashed #05532D;
    text-align: center;
    padding: 20px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.woocommerce .results-share p{
    font-weight: bold;
    font-size: 17px;
    line-height: 27px;
    text-transform: uppercase;
    color: #a3a3a3;
    margin: 0 5px 0 0;
}

.woocommerce .results-share p span{
    color: #05532D;
}

.woocommerce .results-share a{
    width: 25px;
    height: 25px;
    display: inline-block;
    font-size: 0;
    margin: 0 3px;
}

.woocommerce .results-share .ico-whatsapp {
    background: url('../images/icon-whatsapp.svg') no-repeat 0 0;
}

.woocommerce .results-share .ico-facebook {
    background: url('../images/icon-facebook.svg') no-repeat 0 0;
}

.woocommerce .results-share .ico-linkedin {
    background: url('../images/icon-linkedin.svg') no-repeat 0 0;
}

.woocommerce .results-share .ico-instagram {
    background: url('../images/icon-instagram.svg') no-repeat 0 0;
}

.woocommerce .results-share .ico-twitter {
    background: url('../images/icon-twitter.svg') no-repeat 0 0;
}

.results-info{
    clear:both;
}

.results-info small{
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    display: block;
}

.results-info small strong{
    font-weight: 700;
    font-size: 12px;
    line-height: 27px;
    display: block;
    color: #05532D;
}

.woocommerce .text-center{
    text-align: center;
}

.results-text .results-details p {
    font-size: 14px;
    line-height: 17px;
}

.results-text .results-details p span {
    display: block;
    color: #05532D;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.results-text .results-details ul li {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid #DEDEDE;
    padding: 10px 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align:center;
     align-items: center;
     -webkit-box-pack: space-between;
     -ms-flex-pack: space-between;
     justify-content: space-between;
}

.results-text .results-details ul li:first-child,
.results-text .results-details ul li:first-child span {
    color: #72C52E;
}

.results-text .results-details ul li:nth-of-type(2),
.results-text .results-details ul li:nth-of-type(2) span,
.results-text .results-details ul li:nth-of-type(3),
.results-text .results-details ul li:nth-of-type(3) span {
    color: #459E36;
}

.results-text .results-details ul li:nth-of-type(4),
.results-text .results-details ul li:nth-of-type(4) span,
.results-text .results-details ul li:nth-of-type(5),
.results-text .results-details ul li:nth-of-type(5) span {
    color: #207835;
}

.results-details ul li:nth-of-type(6),
.results-details ul li:nth-of-type(6) span {
    color: #05532D;
}

.woocommerce-form .dflex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align:center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.woocommerce-form .dflex .form-group{
    width: 47%;
}

.woocommerce-step-2 .resume-accordion{
    display: none;
}

.woocommerce-step-3 .resume-accordion div:nth-child(2n+3){
    display: none;
}

.woocommerce-step-4 .resume-accordion div:nth-child(2n+5) {
    display: none;
}

.woocommerce-step-4-1 .resume-accordion div:nth-child(2n+7) {
    display: none;
}

.woocommerce-step-5 .resume-accordion div:nth-child(2n+9) {
    display: none;
}

.woocommerce-step-5-1 .resume-accordion div:nth-child(2n+11),
.woocommerce-step-5-2 .resume-accordion div:nth-child(2n+11),
.woocommerce-step-6 .resume-accordion div:nth-child(2n+11) {
    display: none;
}

/*Hide all except first fieldset*/
.woocommerce .entry-content .woocommerce-step:not(:first-of-type) {
    display: none;
}

.popup-solicite{
    background: #FBFBFB;
    border-radius: 10px;
}

.popup-solicite .popup-inner .popup-title {
    border-bottom: 1px solid #D7D7D7;
    padding: 0 0 10px;
    margin-bottom: 30px;
}

.popup-solicite .popup-inner .popup-title h3 {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #05532D;
    margin: 0;
    font-family: "Raleway";
}

.popup-solicite .popup-inner img {
    width: 87px;
    display: block;
    margin: 0 auto 20px;
}

.popup-solicite .popup-inner p {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #777777;
    text-align: center;
    font-family: "Raleway";
}

.popup-solicite .popup-inner p strong  {
    font-size: 15px;
    text-transform: uppercase;
    color: #05532D;
}

.popup-solicite .popup-inner .popup-footer {
     border-top: 1px solid #D7D7D7;
     padding: 30px 0 0;
     margin-top: 30px;
}

.popup-solicite .popup-inner .popup-footer .btn-close.mfp-close {
    width: 112px;
    height: 50px;
    position: relative;
    background: #05532D!important;
    border-radius: 7px;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 17px;
    opacity: 1;
    font-family: "Montserrat";
}

@media (max-width: 768px){
    .woocommerce-page-title{
        margin: 0 auto 30px;
        padding: 4rem 20px;
        max-width: 100%;
    }

    .woocommerce-page-title h2 {
        font-size: 34px;
        line-height: 40px;
        text-align: left;
        margin: 0;
        padding-left: 0;
    }

    .woocommerce-image {
        margin: 0 0 30px;
    }

    .woocommerce-step .cols .col-1,
    .woocommerce-step .cols .col-2 {
        width: 100%;
    }

    .woocommerce-step .cols{
        display: block;
    }

    .woocommerce-step .cols .col-2 {
        padding-right: 0;
    }

    .custom-radio-label .custom-input-radio:checked+label.custom-label,
    .custom-radio-label .custom-input-radio:not(:checked)+label.custom-label {
        padding: 0 5px;
        min-width: 180px;
        font-size: 14px;
        margin-right: 2%;
    }

    .woocommerce-intro__icon {
        margin-right: 15px;
    }

    .woocommerce-step .cols .col-1.sidebar {
        width: 100%;
        margin-right: 0;
    }

    .steps-line-top {
        padding: 1rem 0;
    }

    .steps-line ol {
        margin: 30px 0 35px;
    }

    .woocommerce-step .cols .col-1.sidebar .woocommerce-page-title {
        margin: 0 auto 30px;
    }

    .woocommerce-final-result .results {
        padding: 2rem 15px 1rem;
        margin-left: 0;
    }

    .woocommerce-final-result .results-content{
        display: block;
    }

    .woocommerce-final-result .results-content .results-image {
        max-width: 18%;
        width: 100%;
        text-align: center;
        margin: 0 auto 10px;
    }

    .woocommerce-final-result .results-content .results-text {
        width: 100%;
    }

    .woocommerce-final-result .results-content .results-text h3 {
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        text-align: center;
    }

    .woocommerce-final-result .results-content .results-text .results-value .results-value-total span {
        font-size: 58px;
    }

    .woocommerce-final-result .results-content .results-text .results-value .results-value-total {
        font-size: 23px;
        line-height: 66px;
    }

    .woocommerce-final-result .results-content .results-text .results-value {
        margin-bottom: 20px;
        text-align: center;
    }

    .woocommerce .results-about p {
        font-size: 16px;
    }

    .woocommerce .results-about strong {
        font-size: 25px;
    }

    .woocommerce .btn-default {
        padding: 8px 10px;
        font-size: 14px;
        line-height: 23px;
    }

    .woocommerce .results-icons{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        margin: 2rem auto 2rem;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .woocommerce .results-icons img{
        margin-bottom: 10px;
    }

    .woocommerce .results-share{
        display: block;
    }

    .woocommerce .btn-outline{
        margin: 0;
    }

    .results-text .results-details ul li{
        text-align: left;
    }

    .results-text .results-details ul li span{
        text-align: right;
    }
}