.carnet_notice{
  display: none;
}
#mon_carnet_odoo {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 2rem;
  margin-top:20px;
}
.woocommerce-MyAccount-content #mon_carnet_odoo {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2rem;
  margin-top:20px;
}
@media (max-width: 1200px) {
  #mon_carnet_odoo {
    grid-template-columns: repeat(3, 1fr);
  }
  .woocommerce-MyAccount-content #mon_carnet_odoo {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  #mon_carnet_odoo {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce-MyAccount-content #mon_carnet_odoo {
      grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  #mon_carnet_odoo {
    grid-template-columns: 1fr;
  }
}



.mon_carnet_adresse {
  border: 1px solid #D1C7E8;
    border-radius: 15px;
    padding: 30px;
    padding-top:10px;
    position: relative;

}
.mon_carnet_adresse .address_in{
  margin-top:20px;
}
.mon_carnet_adresse_actions{
  display:flex;
  justify-content: flex-end;
  align-items: center;
  gap:5px;
}
.mon_carnet_adresse_actions img{
  margin-bottom: 0 !important;
}

.mon_carnet_adresse a.nostylebtn,
.mon_carnet_adresse a.nostylebtn:hover,
body[data-form-submit="regular"] .container-wrap button[type="submit"].nostylebtn,
body[data-form-submit="regular"] .container-wrap button[type="submit"].nostylebtn:hover,
body[data-form-submit="regular"] button[type="submit"].nostylebtn,
body[data-form-submit="regular"] button[type="submit"].nostylebtn:hover{
  background:transparent !important;
  border: none !important;
  opacity:1 !important;
  padding:10px !important;
  margin: 0 !important;
  width: auto !important;
}

.mon_carnet_adresse_actions input[type="checkbox"]{
  width: 25px !important;
  height: 25px !important;
}
/* .mon_carnet_adresse .favori {
  position: absolute;
  top: 10px;
  right: 10px;
} */


#cao-edit-address-form{
  display: flex;
  flex-direction: column;
  gap:30px;
}

#cao_form_loader{
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);

    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFF;
    font-size: 24px;
  display:none;
  z-index: 9999
}

#cao_form_loader img{
  width:100px;
    animation: cao_rotating 2s linear infinite;
}
@keyframes cao_rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


#cao-edit-address-form label {
  font-family: "Onest";
  font-size: 16px;
  font-weight: 500;
color: #3c3c73;
}

#cao-edit-address-form input{
  border-color: #D1C7E8 !important;
  border-radius: 10px !important;
  background: #FFF !important;
  border-width: 2px !important;
  margin-top:5px !important;
}
#cao-edit-address-form select{
  border-color: #D1C7E8 !important;
  border-radius: 10px !important;
  background: #FFF !important;
  border-width: 2px !important;
  margin-top:5px !important;
}


.container-wrap #cao-edit-address-form button[type="submit"]{
  padding: 15px 40px !important;
}
#cao-edit-address-form .colraw{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap:30px;
}
@media screen and (min-width:1000px){
  #cao-edit-address-form .colraw{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap:0px;
  }
  #cao-edit-address-form .col-6{
    width:calc(50% - 20px) !important;
  }
}

.suppr-selection-btn{
    background-color: #fb8b30 !important;
    border-color: #fb8b30 !important;
    border-radius: 10px !important;
    border-width: 2px !important;
    color:#FFF;
    padding:10px 20px;
    cursor:pointer;
    box-shadow: none !important;
}
