#firstLevel,
#secondLevel,
#thirdLevel {
  width: 33% !important;
  background: none;
  border: solid 1px red;
  /* border-radius: 4px; */
  padding: 12px;
  font-size: 15px;
  font-weight: bold;
  color: #484848;
}

#firstLevel,
#secondLevel {
  margin-right: 4px;
}
#partimage {
  margin-top: 1em;
}

.btn.btn-default {
  color: black;
}

.modal-content.popup-conf3d {
  margin-top: 20em;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  border-radius: 0rem;
}
#motoChoice {
  margin-bottom: 80px;
}
.centredBodyModal {
  text-align: center;
}

.pairechoice {
  margin-top: 10px;
}

.pairechoice input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

@media (max-width: 767px) {
  #firstLevel,
  #secondLevel,
  #thirdLevel {
    width: 100% !important;
    /* margin: 4px; */
  }

  #motoChoice {
    margin-bottom: 200px;
  }
}

@media (min-width: 768px) and (max-width: 855px) {
  #firstLevel,
  #secondLevel {
    margin-right: 3px;
  }
}

@media (min-width: 768px) {
  .motoChoiceLevel {
    display: flex;
    justify-content: center;
  }
}
.pairechoice label {
  display: inline-block;
  background: #fff;
  font-weight: 400;
  color: #a9a9ac;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  border: 2px solid #a9a9ac;
  transform: skewx(-15deg);
  transform-origin: bottom left;
  cursor: pointer;
}

.pairechoice input[type="radio"]:checked + label {
  background: #e20813;
  border: 2px solid #e20813;
  color: #fff;
}

.pairechoice input,
.pairechoice label {
  margin-right: 5px;
}

.popup-conf3d .popupaddcart {
  padding-bottom: 0%;
}

.add-to-cart-custom {
  height: 52px;
  background: #e20813;
  font-weight: 500;
  margin-left: 15px;
  border-radius: 28px;
}

@media all and (min-device-width: 1200px) {
  .add-to-cart-custom {
    padding-left: 45px;
    padding-right: 45px;
  }
}

/* popup Ajouter au panier */

.popupaddcart {
  padding-bottom: 15%;
  width: 100%;
  text-align: center;
  display: block;
}

.product-quantity #quantity_wanted {
  text-align: center;
}

.product-add-to-cart-custom {
  padding-top: 15px;
  border: 0;
}

.confCustomMessage {
  background: orange !important;
  justify-content: center;
  align-items: center;
}
.confCustomMessageError {
  background: red !important;
  justify-content: center;
  align-items: center;
  display: none !important;
}
/* Change style modal */
.titlemodal {
  font-weight: bold !important;
  color: white !important;
  text-align: center;
}
.material-icons .rtl-no-flip {
  line-height: 19px;
}
.last-modal {
  max-width: 1140px !important;
}
.confCustomMessage,
.confCustomMessageError span {
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 600px) {
  .confCustomMessage,
  .confCustomMessageError span {
    font-size: 1em;
  }
}

.headermodal {
  background: #e20813;
}

/*END Change style modal */

/*Start Change style modal Mobile*/

/*END Change style modal Mobile*/

.hide-conf3d {
  display: none !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .btnvalider {
    position: absolute;
    width: 100%;
    top: 67%;
    left: 0em;
  }
  .modal-content.popup-conf3d {
    margin-top: 6em;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    border-radius: 0rem;
  }
  .centredBodyModal {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .modal-header {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .product-add-to-cart {
    padding-top: 0px !important;
  }
}

@media screen and (max-device-width: 320px) {
  .modal-content.popup-conf3d {
    margin-top: 15em;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    border-radius: 0rem;
  }
  .centredBodyModal {
    padding-top: 0px !important;
    padding-top: 0px !important;
  }
  .modal-header {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .product-add-to-cart {
    padding-top: 0px !important;
  }
}

.animationSelect {
  -webkit-animation: 1s linear infinite condemed_blink_effect; 
  background: #e20813 !important;
  color: #fff !important;
  animation: 1s linear infinite condemed_blink_effect;
}

.animationSelect option:disabled {
  color: black;
}


@-webkit-keyframes condemed_blink_effect { 
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes condemed_blink_effect {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
