.configurator-template {
    margin-top: 109px;
    margin-bottom: 89px;
}

@media (max-width: 991px) {

    .configurator-template {
        margin-top: 43px;
        margin-bottom: 60px;
    }

}

.configurator-template .wrapper {
  display: flex;
  align-items: center;
  justify-content: center; 
}

.configurator-template .wizard {
  width: 100%;
  position: relative; 
}

.configurator-template .wizard section.body {
    width: 600px;
    margin: 0 auto;
}

.configurator-template .wizard section#wizard-p-2.body {
    width: 100%;
}

@media (max-width: 767px) {

    .configurator-template .wizard section.body,
    .configurator-template .wizard section#wizard-p-2.body .titlesteps,
    .configurator-template .wizard section#wizard-p-2.body .title-step {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

}

.configurator-template .text-center {
    text-align:center;
}

.configurator-template .wizard > .steps {
    margin: 32px 0 0;
    z-index: 9; 
}

.configurator-template .wizard .title-step {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    text-align: center;
}

.configurator-template .wizard .summary-content {
    font-weight: 400;
}

.configurator-template .form-content {
    width: 100%;
    /*display: flex;
    flex-direction: row-reverse;
    gap: 20px;*/
}

/*.configurator-template .configurator-thumbnail,
.configurator-template .content-first-step {
    flex: 1;
}*/

.configurator-template .wizard > .steps .current-info {
    display: none;
}

.configurator-template .wizard > .steps .number {
    color: #A4CDEE;
    font-size: 15px;
}

.configurator-template .wizard > .steps ul {
    display: flex;
    margin-left: 0;
    align-items: center;
    justify-content: center;
}

.configurator-template .wizard > .steps ul li:before {
    display: none; 
}

.configurator-template .wizard > .steps li a {
display: inline-block;
width: 31px;
height: 31px;
border-radius: 50%;
background: #29354A;
margin-right: 25px;
position: relative; 
text-align: center;
line-height: 25px;
}

.configurator-template .wizard > .steps li a:before {
    content: "";
    width: 38px;
    height: 2px;
    background: transparent;
    position: absolute;
    right: 22px;
    top: 15px; 
}

.configurator-template .wizard > .steps li a:after {
    content: "";
    width: 0;
    height: 2px;
    background: #A4CDEE;
    position: absolute;
    left: -29px;
    top: 15px;
    transition: all 0.6s ease; 
  }

.configurator-template .wizard > .steps li.first a {
    background: #A4CDEE;
    color: #29354A; 
    border: 4px solid #fff;
}

.configurator-template .wizard  :is(h3, .h3).titlesteps {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.configurator-template .wizard > .steps li.checked a {
    background: #A4CDEE;
    color: #29354A; 
    border: 4px solid #fff;
}

.configurator-template .wizard > .steps li.first a .number,
.configurator-template .wizard > .steps li.checked a .number {
    color: #29354A; 
}

.configurator-template .wizard > .steps li a:hover {
    text-decoration: none; 
}

.configurator-template .wizard > .steps li.checked a:after {
width: 38px; 
}

.configurator-template .wizard > .steps li:last-child a {
margin-right: 0; 
}

.configurator-template .wizard > .steps li:first-child a:before {
    display: none; 
}

.configurator-template .wizard > .steps li:first-child a:after {
    display: none; 
}

.configurator-template .wizard > .content {
    position: relative;
}

.configurator-template .inner {
    display: flex;
}

.configurator-template .form-header {
text-align: center; 
}

.page-template-template-configurator .form-row {
display: flex;
margin-bottom: 18px; 
}

.page-template-template-configurator .form-row .text-left {
    text-align: left;
}

.page-template-template-configurator .form-row .form-holder {
width: 100%;
display: flex;
flex-direction: column;
}

.page-template-template-configurator .form-row .form-holder:last-child {
margin-right: 0; 
}

.page-template-template-configurator .form-row .form-holder.w-100 {
width: 100%;
margin-right: 0; 
}

.page-template-template-configurator .form-row .select .form-holder {
width: 100%;
margin-right: 0; 
}

.page-template-template-configurator .form-holder {
position: relative; 
}

.page-template-template-configurator .form-holder i {
position: absolute;
bottom: 7px;
right: 0;
font-size: 17px; 
}

.page-template-template-configurator .form-control {
    height: 53px;
    padding-left: 20px;
    border: none;
    width: 100%;
    background: #252C39;
    color: white;
    font-family: inherit;
    font-size: 16px;
    box-sizing: border-box;
}

.page-template-template-configurator .content-popup .select {
    width: 100%;
}

.page-template-template-configurator .content-popup .select label {
    text-align: left;
    border: none;
}

.page-template-template-configurator .content-popup .select .form-control {
    background: #fff;
    border: 1px solid #28A9FF;
    color: #8E8E8E;
    padding-left: 15px;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
    linear-gradient(45deg, transparent 50%, #28A9FF 50%),
    linear-gradient(135deg, #28A9FF 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
    background-position:
        calc(100% - 20px) calc(1em + 7px),
        calc(100% - 13px) calc(1em + 7px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        7px 7px,
        7px 7px,
        1px 35px;
    background-repeat: no-repeat;
}

.step-2-popup .type-boat-lifts h4 {
    font-weight: 500;
}

.page-template-template-configurator .form-control:focus,
.page-template-template-configurator .form-control:focus-visible {
    border-color: transparent; 
}

.page-template-template-configurator .form-control::-webkit-input-placeholder,
.page-template-template-configurator .form-control::-moz-placeholder,
.page-template-template-configurator .form-control:-ms-input-placeholder,
.page-template-template-configurator .form-control:-moz-placeholder  {
    color: #FFFFFF;
    opacity: 0.66;
}

.configurator-template .actions ul {
    display: flex; 
    justify-content: center;
}

.configurator-template .actions li a {
    color: #fff;
    background: #29A9FF;
    text-decoration: none !important;
    position: relative;
    transition: all ease 0.2s;
    font-size: 16px;
    line-height: 16px;
    font-family: "sofia-pro", sans-serif;
    border-radius: 30px;
    border: 1px solid #29A9FF;
    display: inline-flex;
    height: 40px;
    align-items: center;
    padding: 0px 28px;
    font-weight: 400;
    padding-bottom: 2px;
}

.configurator-template .actions li a:hover {
    background: #1085D5;
    border: 1px solid #1085D5;
    color: #fff !important;
}

.configurator-template .actions li:first-child a {
    width: auto;
    margin-right: 20px;
}

.configurator-template .actions li:last-child a {
    margin-left: 0px; 
}

.configurator-template .actions li[aria-disabled="true"] a {
    opacity: 0;
    visibility: hidden;
    transition: all 1s; 
    width: 0;
    padding: 0;
    margin-right: 0; 
}

.configurator-template .configurator-popup {
    display: none;
}

.configurator-template .open-modal-product {
    background: #252C39;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    font-size: 40px;
    line-height: 13px;
    box-sizing: border-box;
}

.configurator-template .open-modal-product:hover {
    text-decoration: none;
}

.step-2-popup {
    background: #FFFFFF;
    border-radius: 11px;
    padding: 25px;
    display: flex;
    text-align: center;
    color: #171D28;
    flex-direction: column;
}

.step-2-popup .content-popup {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step-2-popup h3 {
    font-size: 25px;
    font-weight: bold;
    color: #171D28;
    padding-top: 0;
    padding-bottom: 23px;
    line-height: 1;
    padding-right: 20px;
    padding-left: 20px;
}

.step-2-popup .item-product img{
    height: 130px;
    object-fit: cover;
}

.step-2-popup .item-product.item-coating-product img{
    object-fit: unset;
}

.step-2-popup .item-product h4 {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 20px;
}

.step-2-popup .item-product.item-boat-lifts h4 {
    padding-bottom: 5px;
    text-align:left;
} 

.step-2-popup .goto-main-product-step {
    position: absolute;
    top: 32px;
    left: 30px;
    cursor: pointer;
}

.page-template-template-configurator .fancybox-button svg path {
    fill: #29A9FF;
}

.page-template-template-configurator .fancybox-slide--html .fancybox-close-small {
    padding: 5px;
    right: 17px;
    top: 18px;
}

.page-template-template-configurator .fancybox-content {
    width: 500px;
}

#modal-product .cursor-pointer {
    cursor: pointer;
}

.step-2-popup .content-popup.type-product-quais,
.step-2-popup .content-popup.choose-coating-quais,
.step-2-popup .content-popup .docks-type-choice-error,
.step-2-popup .content-popup .coat-choice-error,
.step-2-popup .content-popup .boat-lifts-choice-error,
.step-2-popup .content-popup.type-boat-lifts,
.step-2-popup .content-popup.type-accessoires {
    display: none;
}

.step-2-popup .content-popup .docks-type-choice-error {
    margin-bottom:20px;
}

.configurator-template .form-content .product-error {
    display: none;
}

.step-2-popup .content-popup .error,
.configurator-template .form-content .product-error{
    font-size: 14px;
    color: red;
    font-style: italic;
}

.configurator-template .actions .disabled-step {
    pointer-events: none;
    background: #1085D5;
}

.configurator-template .steps .disabled-step {
    pointer-events: none;
}

.step-2-popup .content-popup input.checkbox-img {
    display: none;
  }
  
.step-2-popup .content-popup  label {
    border: 5px solid transparent;
    display: block;
    position: relative;
    cursor: pointer;
}
  
.step-2-popup .content-popup label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid transparent;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    transition-duration: 0.4s;
    transform: scale(0);
    font-weight: bold;
}
  
.step-2-popup .content-popup label img {
    transition-duration: 0.2s;
    border-radius: 8px;
}
  
.step-2-popup .content-popup :checked + label {
    border-color: #29A9FF;
    border-radius: 8px;
}
  
.step-2-popup .content-popup :checked + label:before {
    content: "✓";
    color: #fff;
    background-color: #29A9FF;
    transform: scale(1);
}
  
.step-2-popup .content-popup :checked + label img {
    z-index: -1;
}
.step-2-popup .content-popup.type-product-quais :checked + label img,
.step-2-popup .content-popup.type-accessoires :checked + label img,
.step-2-popup .content-popup.main-product :checked + label img{
    border-radius: 0px;
}

.step-2-popup .content-popup .item-coating-product :checked + label img,
.step-2-popup .content-popup .item-boat-lifts :checked + label img {
    z-index: 1; 
}

.step-2-popup .content-popup .item-coating-product label:before,
.step-2-popup .content-popup .item-boat-lifts label:before {
    bottom: 23px;
    right: -11px;
    width: 21px;
    height: 21px;
    font-size: 14px;
    line-height: 21px;
}

.step-2-popup .content-popup .item-coating-product :checked + label,
.step-2-popup .content-popup .item-boat-lifts :checked + label {
    background: #A4CDEE;
}

.step-2-popup .content-popup .item-coating-product,
.step-2-popup .content-popup .item-boat-lifts {
    display: flex;
    background: #E7EEF4;
    border-radius: 7px;
}

.step-2-popup .content-popup .item-coating-product:not(:last-child),
.step-2-popup .content-popup .item-boat-lifts:not(:last-child) {
    margin-bottom: 15px;
}

.step-2-popup .content-popup .item-coating-product img,
.step-2-popup .content-popup .item-boat-lifts img {
    width: 70px;
    height: 70px;
    border-radius: 7px;
}

.step-2-popup .content-popup .item-boat-lifts img {
    border: 1px solid #A4CDED;
}

.step-2-popup .content-popup .item-coating-product label,
.step-2-popup .content-popup .item-boat-lifts label {
    padding: 0;
    width: 100%;
    border: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.step-2-popup .content-popup .content-coating-quais {
    display: none;
}

.step-2-popup .content-popup .content-coating-quais h3{
    padding-bottom: 0;
}

.step-2-popup .content-popup .content-coating-quais h4{
    padding-top: 0;
    padding-bottom: 0;
}

.step-2-popup .content-popup .content-coating-quais .img-dockstype {
    height: 130px;
    border-radius: 8px;
    margin-top: 25px;
    margin-bottom: 25px;
    object-fit: cover;
}

.step-2-popup .content-popup .btn-coating-block {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 17px;
    width: 100%;
    align-items: center;
    /*position: fixed;
    left: calc((100% - 280px) / 2);*/
}

.step-2-popup .content-popup .btn-coating-block .btn {
    justify-content: center;
    width: 280px;
}

.step-2-popup .content-popup .btn-coating-block .btn.delete-dockstype-coating,
.step-2-popup .content-popup .btn-coating-block .btn.reset-boat-lifts,
.step-2-popup .content-popup .btn-coating-block .btn.reset-acessories
 {
    background: white;
    color: #E60F0F;
    border-color: #A4CDEE;
}

.step-2-popup .content-popup .btn-coating-block .btn.delete-dockstype-coating:hover,
.step-2-popup .content-popup .btn-coating-block .btn.reset-boat-lifts:hover ,
.step-2-popup .content-popup .btn-coating-block .btn.reset-acessories:hover {
    background: #E7EEF4;
    color: #E60F0F !important;
}

.step-2-popup .content-popup .complete-selection-block {
    display: none;
}

.configurator-template .form-content .flex-column {
    flex-direction: column;
}

.configurator-template .form-content .title-box-produit {
    display: none;
    font-size: 20px;
}

.configurator-template .form-content .box-product {
    background: #252C39;
    padding: 22px;
    position: relative;
    margin-bottom: 20px;
}

.configurator-template .form-content .box-product .img-dockstype-block {
    display: none;
}

.step-2-popup .content-popup .update-docks {
    display: none;
}

.configurator-template .form-content .box-product h4.title-coating,
.configurator-template .form-content .box-product h4.title-acessoire  {
    font-weight: 300;
}

.configurator-template .form-content .box-product .item-coating-product,
.configurator-template .form-content .box-product .item-boat-lifts{
    display: flex;
    gap: 10px;
    align-items: center;
}

.configurator-template .form-content .box-product .item-coating-product:not(:last-child),
.configurator-template .form-content .box-product .item-boat-lifts:not(:last-child) {
    margin-bottom: 10px;
}

.configurator-template .form-content .box-product .item-coating-product img,
.configurator-template .form-content .box-product .item-boat-lifts img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 4px;
}
.configurator-template .form-content .box-product .icon-box-product {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.configurator-template .form-content .box-product .icon-box-product .edit-product,
.configurator-template .form-content .box-product .icon-box-product .edit-boat-lifts,
.configurator-template .form-content .box-product .icon-box-product .edit-acessoires {
    width: 16px;
    height: 16px;
    background:url(../images/edit.svg) no-repeat center;
}

.configurator-template .form-content .box-product .icon-box-product .delete-product,
.configurator-template .form-content .box-product .icon-box-product .delete-boat-lifts,
.configurator-template .form-content .box-product .icon-box-product .delete-acessoires  {
    width: 12px;
    height: 12px;
    background:url(../images/delete.svg) no-repeat center;
}

.configurator-template .store h3 {
    font-size: 20px !important;
}

.configurator-template .formFinder .formmap {
    box-shadow: 0px 0px 16px 0px rgba(83,83,83,0.24);
    height: 83px;
    max-width: 1120px;
    width: 1120px;
    height: 83px;
    background: #fff;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    z-index: 1;
    margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
    
    .configurator-template .formFinder .formmap {
        width: auto;
        height: auto;
        margin: 0 22px;
        padding: 0 !important;
    }
    
    .formFinder .formmap > #finderSubmit {
        width: 100% !important;
    }
}


.configurator-template .summary-content .contact-details,
.configurator-template .summary-content .list-product,
.configurator-template .summary-content .list-dealers {
    margin-bottom: 15px;
}

.configurator-template .summary-content .list-dealers > div {
    margin-bottom: 18px;
}

.configurator-template .summary-content .list-dealers .store-name {
    text-transform: uppercase;
}

.configurator-template .summary-content {
    background: #283040;
    padding: 22px;
    position: relative;
    border: 3px solid #29A9FC;
}

.configurator-template .summary-content .name-product {
    font-weight: 400;
}

.configurator-template .summary-content .name-product .title-name-product,
.configurator-template .summary-content .name-coting .title-name-coting {
    display: none;
}

.configurator-template .summary-content .list-product > div {
    margin-bottom: 18px;
}

.configurator-template .summary-content .name-coting {
    color: #A4CDEE;
    font-weight: 100;
    padding-left: 10px;
}

.configurator-template .summary-content textarea {
    width: 100%;
    background: #252C39;
    font-size: 16px;
    color: #ffffff66;
    padding: 20px;
    box-sizing: border-box;
    border-color: transparent;
}

.configurator-template .thankyou-block {
    display: none;
}

.configurator-template .list-selected-product > .lds-facebook,
.configurator-template .list-selected-product-boat-lift > .lds-facebook,
.configurator-template .list-selected-product-acessoires > .lds-facebook  {
    display: none;
}

.configurator-template #show-more-store,
.configurator-template .formFinder #resultat {
    display:none;
}

.configurator-template .show-more-block {
    display: flex;
    justify-content: center;
}

.configurator-template #show-more-store {
    margin-bottom: 30px;
    text-decoration: underline;
}

.configurator-template #show-more-store:hover {
    text-decoration: none;
}

.configurator-template #position_overlay_content .intro {
    margin-bottom: 20px;
}

.configurator-template .formFinder #form_message {
    margin-bottom:25px;
}

.configurator-template #finderMessage {
    margin-top: 50px;
    text-align: center;
}

.configurator-template #storesListFull input[type="checkbox"],
.configurator-template #storesList input[type="checkbox"] {
    width: 21px;
    height: 21px;
}

.configurator-template .thankyou-block p {
    margin-bottom: 20px;
}

.configurator-template .mail-store {
    display:none;
}

/*.configurator-template .block-map-storesList {
    display: flex;
    flex-direction: column-reverse;
}*/

@media only screen and (max-width: 1240px) {

    .formFinder form {
        width: 100%;
        height: auto;
    }

}

@media (max-width: 1400px) {

    .configurator-template .wizard > .steps li a {
        line-height: 26px;
    }

}

@media (max-width: 991px) {

    .configurator-template .configurator-template .wizard {
        max-width: 768px; 
    }

}
@media (max-width: 767px) {

    .configurator-template .inner {
        display: block;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none; 
    }

    .configurator-template .actions ul {
        justify-content: center;
    }

    .page-template-template-configurator .form-row {
        display: block; 
    }

    .page-template-template-configurator .form-row .form-holder, .form-row .select {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px; 
    }

    .page-template-template-configurator .wrapper {
        /*height: 1201px;*/
        background: none; 
    }

    .configurator-template .checkbox-circle {
        width: 100%; 
    }

    .configurator-template .wizard {
        height: 100%; 
    }

}

.configurator-template .status .success{
position: absolute;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
top: 50%;
left: 0;
right: 0;
text-align: center;
color: #60980b;
}

.configurator-template .status .success:before {
content: '\f26b';
font-family: Material-Design-Iconic-Font;
font-size: 40px;
margin-right: 10px;
vertical-align: sub;
}

.configurator-template .status .error{
font-size: 16px;
color: #fb4314;
}

.configurator-template label.error {
font-size: 14px;
color: red;
font-style: italic;
}

.configurator-template .form-control.error{
border-bottom-color: red;
}

.configurator-template .block-map-storesList {
    display: flex;
    flex-direction: column;
}