#wcpo_widget * {
    box-sizing: border-box;
}



:root{
    --green : #3f9800;
    --red : #f40303;
    --gris : #b0b0b0;
    --gris-c : #f2f2f2;
}

.wcpo_granulesSac_type, .wcpo_granulesVrac_type, .wcpo_granulesPalette_type, .wcpo_fuel_type{
    position: relative;
}

.price{
    font-size: 1em !important;
}

.remise-font{
    color: var(--red);

    margin-left: 10px;
}

.barre{
    text-decoration: line-through;
    color: #000 !important;
}

.wcpo_remise_percent{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--red);
    color: #FFF;
    font-size: 14px;
    top: -25px;
    left: -25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.summary-group{
    margin-top: 100px;
    background-color: #f2f2f2;
    border-radius: 24px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
.summary-group .recap-paie{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.recap, .paie{
    display: flex;
    flex-direction: column;
	align-items: flex-start;
	justify-content: center;
    border: 2px solid #86a81c;
    border-radius: 24px;
    width: 100%;
    padding: 15px 25px;
}

.recap div{
    display: flex;
    align-items: center;
    margin-bottom: 10px;

}

.recap h4{
    font-size: 28px;
    font-weight: 700;
	margin: 0;
    margin-bottom: 20px;
    margin-right: 10px;
}

.recap span{
	font-weight: 400;
    white-space: nowrap;
}

.recap h5{
	margin: 0;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
}

.prix-tot h5, .prix-tot span,  .paie h4{
    font-size: 22px;
    font-weight: 700;
	margin: 0;
    margin-right: 10px;
}

.Button-commander{
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #77b04d;
    font-size: 22px;
    font-weight: 700;
    color: white;
    border-radius: 12px;
    padding: 12px 0;
}

.Button-commander:hover{
    background-color: #3f9800;
}

.wcpo_contain_summ{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}



.wcpo_custom_options{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    background-color: white;

    font-weight: 700;

}

.wcpo_custom_options input[type="text"], .wcpo_custom_options input[type="number"]{
    padding: 12px 12px;
    background-color: var(--gris-c);
    border: 4px solid var(--gris-c);
    border-radius: 12px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    font-weight: 600;
}

.wcpo_custom_options input:focus, .wcpo_custom_options input:focus-visible{
    border-color: #8FC4FC; /* Bleu clair */
    outline: none;
    
}

.selected{
    border-color: #8FC4FC !important; /* Bleu clair */
    outline: none;
}

.wcpo_custom_options h3{
    font-size: 24px;
    font-weight: 700;
    color: #3f9800;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 25px;
}


.wcpo_option{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.wcpo_type{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    
    gap: 40px;
    margin-top: 20px;
}

.wcpo_type_cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 6px solid var(--gris-c);

    font-size: 14px;
    min-width: 200px;
    height: 200px;
    max-width: 8rem;
    font-weight: 400;
    color: var(--green);

    border-radius: 32px;
    background-color: var(--gris-c);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
    margin-bottom: 10px;
}

.wcpo_type_cont img{
    width: 120px;
    height: auto;
    max-height: 120px;
}





.wcpo_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.wcpo_entretien {
    background: #fff;
    padding: 20px 30px;
    border: 3px solid #3f9800;
    border-radius: 24px;
    max-width: 768px;
    width: 90%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.wcpo_entretien h5 {
    font-size: 24px;
    color: #3f9800;
    margin-bottom: 15px;
    font-weight: 700;
}

.wcpo_description{
    font-size: 18px;
}

.wcpo_description, .wcpo_entretien p {
    margin-bottom: 10px;
}

.wcpo_entretien p {
    font-size: 14px;
}

.wcpo_form_choix {
    padding: 25px;
    border: 3px solid #7C7C7C;
    background-color: #f2f2f2;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
/* Cache l'input checkbox original */
.wcpo_form_choix input[type="checkbox"] {
    display: none;
}

/* Style pour le label servant de "faux" checkbox */
.wcpo_form_choix label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    line-height: 32px;
}

/* Ajoute un pseudo-élément pour créer l'aspect visuel de la checkbox */
.wcpo_form_choix label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #f4f4f4;
    border-radius: 8px;
    border: 2px solid #ccc;
}

/* Style pour quand la checkbox est cochée */
.wcpo_form_choix input[type="checkbox"]:checked + label:before {
    background-color: #3f9800;
    border-color: #3f9800;
}

/* Ajoute un "check" dans la boîte quand elle est cochée */
.wcpo_form_choix input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 12.5px;
    top: 6px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

/* Cache les inputs radio originaux */
.wcpo_installation_question input[type=radio] {
    display: none;
}

/* Style pour le label servant de "faux" radio */
.wcpo_installation_question label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px; /* Espacement entre les options */
    height: 32px;
    line-height: 32px;
}

/* Ajoute un pseudo-élément pour créer l'aspect visuel du radio */
.wcpo_installation_question label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #f4f4f4;
    border-radius: 8px;/* Rend le pseudo-élément circulaire */
    border: 2px solid #ccc;
}

/* Style pour quand le radio est sélectionné */
.wcpo_installation_question input[type="radio"]:checked + label:before {
    background-color: #3f9800;
    border-color: #3f9800;
}

/* Ajoute un "check" dans la boîte quand elle est sélectionnée */
.wcpo_installation_question input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 12.5px;
    top: 6px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

/* Style pour le label servant de "faux" input file */
.wcpo_file_label {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #f4f4f4;
    border-radius: 8px;
    border: 3px solid black;
    cursor: pointer;
    position: relative;
    margin-right: 10px; /* Espacement entre les inputs */
}




/* Ajoute une flèche dans le label */
.wcpo_file_label:before {
    content: '↑';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: black;
}

.wcpo_file_label.filled:before {
    content: none; /* Masquer l'icône '↑' lorsque le label est marqué comme rempli */
}

.wcpo_file_label.filled {
    background-color: #3f9800; /* Vert */
    border-color: #3f9800;
    color: white; /* Changez la couleur du texte si nécessaire */
}

.wcpo_file_label.filled:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 7px;
    width: 12px;
    height: 24px;
    border: solid white;
    border-width: 0 5px 5px 0;
    transform: rotate(45deg);
}

/* Cache l'input file original */
.wcpo_file_entretien_container input[type="file"] {
    display: none;
}

.wcpo_file_entretien_container, .wcpo_file_input_container{
    margin-bottom: 20px;
}

/* Ajustements supplémentaires au survol */
.wcpo_file_label:hover {
    background-color: #e1e1e1; /* Légère variation de couleur au survol */
}


.wcpo_installation_question{
    margin-bottom: 20px;
}


.wcpo_form_choix img {
    width: 120px;
    margin-right: 15px;
}

.offre-label {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
   
    align-items: flex-start;
    justify-content: center;
}

.offre-label span{
    font-size: 18px;
    font-weight: 800;
}

.offre-label h6 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.offre-label .wcpo_date_entretien, .wcpo_entretien_price_cont .wcpo_date_entretien{
    font-size: 16px ;
    font-weight: 500;
}








.wcpo_form_group {
    margin-bottom: 20px;
    position: relative;
}

.wcpo_form_group label {
    display: block;
    margin-bottom: 5px;
}

.wcpo_form_group input[type="number"]::placeholder {
    /* Style pour le placeholder de l'input nombre */
    opacity: 0.5;
}

.wcpo_radio_group {
    display: flex;
    gap: 4%;
    justify-content: space-between;
}

.wcpo_radio_label {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    border: 3px solid white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 20%;
    position: relative;
    padding : 3% 1%;
    background-color: white;
}

.wcpo_radio_label span {
    font-size: 14px;
}

.wcpo_radio_label img {
    max-width: 50px !important;
    max-height: 50px !important;
    border-radius: 8px;
}

.wcpo_form_group input[type="radio"]:checked + label {
    border: 3px solid #3f9800;
}

.wcpo_devis_cont [type=button], .wcpo_devis_cont [type=submit]{
    background-color: #77b04d;
    width: 80%;
    color: white;
    padding: 10px 20px;
    font-size: 22px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.wcpo_devis_sec [type=button]{
    width: 100%;
}

.wcpo_btn_suivant:hover {
    background-color: #3f9800;
}

.wcpo_devis_cont {
    display: flex;
    min-height: 800px;
}

.wcpo_invalid{
    background-color: var(--red)!important;
}

.wcpo_entretien .wcpo_cp_invalid{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--red);
}

.wcpo_devis_cont h5 {
    font-size: 28px;
    font-weight: 800;
}

.wcpo_devis_cont .wcpo_entretien{
    width: 50%;
    border: none;
    border-radius: 0;
    max-width: unset;
    box-shadow: none;
    background-color: #f2f2f2;
}

.wcpo_entretien_price_cont{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.wcpo_devis_cont .wcpo_date_installation{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
    margin-bottom: 20px;
}

.wcpo_form-group{
    display: flex;
    flex-direction: column;
    width: 40%;
    gap: 10px;
}

.wcpo_form-group input[type=text], .wcpo_form-group input[type=date]{
    padding: 9px 12px;
    height: 44px;
    border-radius: 8px;
    border-color: #ccc;
    width: 80%;
}

.wcpo_form-group label{
    font-size: 16px;
    font-weight: 700;
}

.wcpo_devis_image, .wcpo_devis, .wcpo_entretien_image, .wcpo_assainissement_image {
    width: 50%;
}

.wcpo_devis_image{
    background-image: url('https://delicourt-energie.pidevboard.fr/wp-content/uploads/2024/03/Clou-Duo-Ambiente-Ausschnitt@2x.webp');
    background-position: center;
    background-size: cover;
}

.wcpo_entretien_image{
    background-image: url('https://delicourt-energie.pidevboard.fr/wp-content/uploads/2024/04/entretien_fond.bmp');
    background-position: center;
    background-size: cover;
}

.wcpo_devis_images {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 10px 0 20px 0;
    border-bottom: 2px solid #7C7C7C;
}

.wcpo_devis_images img {
    width: 50px;
}

.wcpo_devis {
    background-color: #f2f2f2;
    padding: 15px 100px 15px 40px;
    
}



.wcpo_devis h6 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wcpo_devis_form {
    
    padding: 20px 0;
}

.wcpo_devis_form form h6 {
    font-size: 16px;
}

.wcpo_devis_form label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wcpo_devis_form select {
    width: 50%;
}
.wcpo_devis_sec{
    width: 90%;
}

.wcpo_devis_sec input{
    width: 100%;
}
.wcpo_row{
    display: flex;
    flex-direction: row;

    margin-bottom: 0;
}

.wcpo_envoie_non{
    color: var(--red);
    font-weight: 700;
}

.wcpo_envoie_oui{
    display: flex;
    flex-direction: column;
    color: var(--green);
    font-weight: 700;
}

.wcpo_40{
    margin-right: 20px;
}

[hidden]{
    display: none!important;
}

.wcpo_devis_form #wcpo_customForm  select, .wcpo_devis_form #wcpo_customForm input[type='text'],.wcpo_devis_form #wcpo_customForm input[type='email'], .wcpo_devis_form #wcpo_customForm input[type='tel'] {
    appearance: none;
    position: relative;
    border: none;
    border-radius: 6px;
    padding: 12px 12px;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    height: unset;
    width: 100%;
    margin-bottom: 0;
}

.wcpo_surf_m2 {
    position: absolute;
    bottom: 12px;
    transform: translateX(-36px);
    font-size: 14px;
    font-weight: 600;
}


@media screen and (max-width: 767px){
    .wcpo_option{
        width: 100%;
        justify-content: center;

    }

    .summary-group{
        margin-top: 50px;
    }

    .wcpo_entretien{
        padding: 5%;
    }

    .wcpo_entretien h5{
        font-size: 20px;
        font-weight: 700;
        margin-top: 0;
    }

    .wcpo_form_choix{
        flex-direction: column;
        gap: 10px;
        padding: 5px 10px;
    }

    .wcpo_form_choix label{
        order: 3;
    }

    .offre-label{
        order: 2;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .wcpo_type{
        flex-direction: column;
    }

    .wcpo_devis_cont{
        flex-direction: column;
        min-height: 800px;
        height: unset;
    }

    .wcpo_devis_image, .wcpo_devis, .wcpo_entretien_image, .wcpo_assainissement_image{
        width: 100%;
        min-height: 200px;
    }

    .wcpo_devis_cont .wcpo_entretien{
        width: 100%;
        min-height: unset;
    }

    .wcpo_date_installation{
        gap: 0;
    }

    .wcpo_form-group{
        width: 50%;
    }
}



















.wcpo-box-option div {
    color: #333;
    font-size: 13px;
    line-height: 18px;

}

.wcpo-box-option img {
    max-height: 80px;
}

.wcpo-box-option .wcpo-box-option-imageContainer {
    height: 80px;
}

.wcpo-box-option {
    width: 100%;
    height: auto;
}

.wcpo-box-option:hover,
.wcpo-box-option.wcpo_active {
    border-color: #1567e0;
    box-shadow: 0 0 0 1px #1567e0;
}

.wcpo-box-options {
    display: flex;
    margin-top: 8px;
    margin-bottom: 18px;
}

.wcpo-box-options>* {
    margin-right: 8px;
}

.wcpo-box-options>*:last-child {
    margin-right: 0;
}

.wcpo-btn-option {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 34px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none !important;
    max-width: 220px;

}
#wcpo_productDefaultPrice, #wcpo_productDiscountPrice {
    font-size: 13px;
}
#wcpo_productDefaultPrice s {
    color: #f34a4a;
    
}
#wcpo_productDiscountPercent {
    font-style: italic;
}

.wcpo-btn-option:hover {
    border-color: #1567e0;
    box-shadow: 0 0 0 1px #1567e0;
}

.wcpo-btn-option.wcpo_active {
    border-color: #1567e0;
    box-shadow: 0 0 0 1px #1567e0;
}

.wcpo_qtPrice {
    color: #62ac29;
    font-weight: bold;
}

.wcpo_fieldGroup {
    position: relative;
    width: auto;
}
.wcpo-cloth-size-qts {
    margin: 0;
  display: flex;
  gap: 10px;
}
.wcpo-cloth-size-row {
    display: flex;
}
.wcpo-cloth-size-row > label {
  min-width: 100px;
  font-size: 13px;
  margin-right: 4px;
  color: #333;
  font-weight: normal; 
   height: 45px;
  line-height: 18px; 
   padding-top: 6px;
}
.wcpo-cloth-size-qt {
    flex-basis: 45px;
  margin-bottom: 8px;
  min-width: 45px;
  text-align: center;
  font-size: 13px;
}
.wcpo-cloth-size-qt > input.wcpo_field {
    width: 100% !important;
  border: none;
  text-align: center;
  min-height: 34px;
  padding: 0;
  font-weight: 600;
  border-radius: 5px;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
  border-radius: 5px;
}
.wcpo-cloth-size-qt > input.wcpo_field.wcpo_filled {
border-color: #1567e0;
}
.wcpo-print-quantity-price {
    font-weight: 700;
    color: #62ac29;
    text-align: end;
    
}
.wcpo-print-quantity-qt {
    flex:1;
}
.wcpo-print-quantity-defprice {
    color: #f34a4a;
  font-weight: initial;
  margin-right: 14px;
  font-size: 11px;
  min-width: 60px;
  text-align: end;

}
.wcpo_fieldGroup>label {
    top: 0px;
    left: 14px;
    font-size: 10px;
    color: grey;
    position: relative;
    left: 0px;
    pointer-events: none;
    color: grey;
    font-weight: 600;
    transition: .2s ease all;
    display: block;

}

input[type="number"].wcpo_field {
    width: 148px;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, .1); */
    padding: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    font-weight: 600;
    line-height: 13px;
    font-size: 14px;
}

/* 
.wcpo_fieldGroup> input[type="text"].wcpo_field.focus ~ label {
    top: 8px;
  left: 14px;
  font-size: 10px;
  color: grey;
} */
#wcpo_productPrice {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
}

#wcpo_productPrice small {
    color: #333;
    font-weight: 400;
    line-height: 1;
    font-size: 12px;
}

.wcpo-deliveryDates-options {

    /* flex-wrap: wrap;
    flex-basis: 50%; */
    flex-direction: column;
    margin-bottom: 0px;
}

.wcpo-box-options>.wcpo-delivery-option {
    max-width: none;
    padding: 15px;
    margin-right: 8px;
    margin-bottom: 8px; 
    display: flex;
    width: 100%;
    text-decoration: none;
}

.wcpo-box-options>.wcpo-delivery-option:last-child {
    margin-right: 0;
    margin-bottom: 0px; 
}

.wcpo-delivery-option .wcpo-delivery-option-price {
    color: #62ac29;
    text-align: end;
    font-weight: 700;
    font-size: 14px;
}
.wcpo_deliveryDate {
    font-weight: 700;
}
.wcpo-deliveryNextDate {
    font-weight: normal !important;
    font-size: 12px;
}

.wcpo-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;  
    opacity: 0; 
    pointer-events: none;
    transition: all .2s ease-in-out;
}
.wcpo-modal.wcpo-modal-show {
    opacity: 1;
    pointer-events: auto;
}
.wcpo-modal .wcpo-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 14px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    top: 128px;
    border: 0px;
    box-shadow: 0px 0px 24px rgba(0,0,0,0.4);
}
.wcpo-modal .wcpo-modal-header {
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #1567e0;
    margin-bottom: 10px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    border: 0px;
    position: relative;
}
.wcpo-modal .wcpo-modal-body {
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
.wcpo-modal .wcpo-modal-footer {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.wcpo-modal .wcpo-close {
    position: absolute;
  right: -4px;
  font-size: 34px;
  top: -6px;
  cursor: pointer;
  color: #aaa;
}
.wcpo-modal .wcpo-close:hover {
    opacity: 0.8;
}
.wcpo_modal .btn {
    transform: scale(1.2);
}
.wcpo-btn{
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    transition: all .2s ease-in-out;

}
.wcpo-btn > i:first-child{
    margin-right: 8px;
}
.wcpo-btn.wcpo-btn-primary {
    color: #fff;
    background-color: #1567e0;
    border-color: #1567e0;
    
}

.wcpo-btn.wcpo-btn-primary:hover {
    color: #fff;
    background-color: #4184e9;
    border-color: #4184e9;
}
.wcpo-btn.wcpo-btn-primary:active {
    color: #fff;
    background-color: #1363dd;
    border-color: #1363dd;
}
.wcpo-dropzone {
    min-height: 140px;
  border: 2px dashed #ddd;
  width: 100%;
  padding: 38px;
  line-height: 1; 
   background-color: #fafafa;
   cursor: pointer;
   transition: background-color .2s ease-in-out;
   
}
.wcpo-dropzone:hover {
    background-color: #f0f0f0;
}
.wcpo-dropzone-title {
    font-size: 2.375rem;
    font-weight: 700;
    color: #1567e0;
    margin-bottom: 18px;
}
/* .wcpo-dropzone:hover .wcpo-dropzone-title {
    color: #1567e0;
    pointer-events: none;
} */
.wcpo-dropzone .wcpo-dropzone-subtitle {
    font-size: 0.95rem;
    font-weight: 400;
    color: #333;
    pointer-events: none;
}
.wcpo-dropzone .dz-image img {
    border-radius: 14px;
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    background: rgba(0,0,0,.1);
    
}
.wcpo-dropzone.dropzone .dz-remove {
    margin: 6px;
    font-size: 13px;
    background: #e74c3c;
    padding: 6px;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 16px;
    position: absolute;
    right: -14px;
    top: -14px;
    z-index: 111;
    cursor: pointer;
}
.wcpo-dropzone.dropzone .dz-remove:hover {
    opacity: 0.8;
}
.wcpo-dropzone.dropzone .dz-remove i {
    pointer-events: none;
}
.dropzone .dz-preview.dz-image-preview {
    background-color: transparent;
}



#wcpo-link-open-presets {
    font-size: 13px;
    color: #1567e0;
}
#wcpo-link-open-presets i {
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
}
#wcpo-link-open-presets.wcpo_show i {
    transform: rotate(180deg);
}
#wcpo-link-open-presets:hover {
    color: #1567e0;

}
.wcpo_fieldGroup > label {
    margin-bottom: 4px;
}
 #wcpo-presets-container {
    overflow: hidden;
    max-height: 0px;
    height: 0px;
    transition: all .6s ease-in-out;
    opacity: 0;
    margin-top: 4px;
}

#wcpo-presets-container.wcpo_show{
    max-height: fit-content;
    height: auto;
    opacity: 1;
}
#wcpo_labelNoLater {
    font-weight: normal;
}
#wcpo_labelNoLater .wcpo-option-label {
    font-weight: 700;
}
#wcpo_deliveryNotice {
    text-align: end;
    font-style: italic;
    font-size: 13px;
    color: #333;
    margin-bottom: 8px;
    display: none;
}

body.wcpo_options.single-product form.cart .quantity {
    display: none;
}
#wcpo_deliveryProof{    
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 8px;
}
#wcpo_deliveryProof span {
    font-weight: 700;
}

.wcpo-box-options {
    flex-wrap: wrap;	
}
.wcpo-btn-option {    
    margin-bottom: 6px;
}
.wcpo-deliveryDates-options.wcpo_printDeliveryOptions {
    flex-direction: row;
    gap: 4px;
    max-width: 680px;
}
 
.wcpo-deliveryDates-options.wcpo_printDeliveryOptions.wcpo-box-options>.wcpo-delivery-option{
    width: 220px;
    display: block;
}
@media (max-width: 480px) {
    .wcpo-box-options {
        flex-direction: column;
        gap: 8px;
    }
    .wcpo-box-option {
        max-width: none;
    }
    input[type=number].wcpo_field {
        width: 100%;
    }
    .wcpo-dropzone-title {
        font-size: 1.125rem;
    }
}

