@font-face{
  font-family:"Material Icons";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/479700ea91d964d295d75c6b67bd0b28.eot');
  src:local("Material Icons"),local("MaterialIcons-Regular"),url('fonts/12a47ed5fd5585f0f4227fa035a1a607.woff2') format("woff2"),url('fonts/f2a0933406f7830651524f477ba2f543.woff') format("woff"),url('fonts/00b1fb69fb78ff50fd555de80b2fb45e.ttf') format("truetype");
}

.material-icons {
  display:inline-block;
  width:1em;
  height:1em;
  font-family:"Material Icons", Arial, sans-serif;
  font-size:24px;
  font-style:normal;
  font-weight:500;
  line-height:1;
  text-transform:none;
  letter-spacing:normal;
  word-wrap:normal;
  white-space:nowrap;
  vertical-align:middle;
  direction:ltr;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-feature-settings:"liga";
  font-feature-settings:"liga"
}

.btn.btn-danger {
  border-color: #f44336;
  background-color: #f44336;
}

.dropzone {
  background: white;
  border-radius: 5px;
  border: 2px dashed rgb(0, 135, 247);
  border-image: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}
.dropzone .dz-preview {
  width: calc(50% - 40px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 0;
  margin-bottom: 10px;
}
.dropzone .dz-preview .dz-progress {
  left: 60px;
  top: 84px;
}
.product-quantity{
  flex-wrap: wrap;
}
.add-file-front{
  width: 100%;
}
.file__label{
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.product-customfile-form .dropzone .dz-preview .dz-image{
  width: 100%;
  border-radius: 5px;
  background: #cddc39;
  background: linear-gradient(to bottom, #8bc34a, #cddc39);
}
.caMessage .error{
  color: red;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.4;
}

.caMessage .success{
  color: green;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.4;
}

.swal2-container{
  z-index: 10009!important;
}

.file-box{
  display: flex;
  padding: 10px;
  border: 1px solid #f2f3f4;
  margin-bottom: 15px;
  background: #f2f3f4;
}

.file-box .file-img{
  max-width: 130px;
  margin-right: 15px;
}

.file-box .file-content{
  width: 100%;
}
#order-products .hide-in-order,
.elementor-cart__product .hide-in-order,
.page-order-confirmation .hide-in-order{
  display: none;
}
#order-products .hide-in-order,
.elementor-cart__product .hide-in-order,
.page-order-confirmation .file-box .file-img{
  width: 160px;
  margin-right: 15px;
  height: 100px;
  text-align: center;
}

#order-products .hide-in-order,
.elementor-cart__product .hide-in-order,
.page-order-confirmation .file-box .file-img img{
  max-height: 100%;
}

.lnk-alert{
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 10px;
  background: #eb3ca5;
  color: #86af47;
}

.lnk-alert.h2{
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.8;
  text-transform: initial;
}


.lnk-box {
  color: #303030;
  margin-bottom: 20px
}

.lnk-block {
  box-shadow: 0 0 4px #e6e6e6;
  background: #fff;
  border-radius: 4px;
  padding: 16px 16px 0;
  margin-bottom: 16px
}
.bat-action .btn{
  margin-bottom: 16px
}
.bat-valid{
  position: relative;
}

.bat-valid dl{
  z-index: 8;
  position: relative;
}

.bat-valid:after{
  content: "BAT validé";
  position: absolute;
  top: 4px;
  right: 5px;
  color: #bdd692;
  font-size: 48px;
  font-weight: bold;
  z-index: 1;
}
.lnk-block.block-bat-valid{
  background: #f4ffdc;
}

.lnk-filename {
  font-size: 12px;
  font-weight: 600;
  word-break: break-word
}

.lnk-file {
  max-width: 100%;
  width: 56px;
  display: block;
  margin-bottom: 10px
}
.title-lnk {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #999999;
  padding-bottom: 5px;
}

.block-notifs{
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.block-notifs .b-notif{
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #eb3ca5;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.block-notifs .b-notif:hover{
  background-color: #a1c101;
}

.block-notifs .b-notif:hover .count-notifs{
  background-color: #eb3ca5;
}

.block-notifs .b-notif .count-notifs{
  position: absolute;
  background-color: #a1c101;
  border-radius: 100%;
  color: #fff;
  display: block;
  top: -10px;
  right: -12px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}

.content-notif{
  width: 330px;
  position: absolute;
  bottom: 65px;
  background: rgb(255, 255, 255);
  box-shadow: 2px 2px 11px 0 rgb(0 0 0 / 10%);
}
.content-notif a{
  font-size: 12px;
  display: block;
  padding: 5px 10px;
}
.content-notif a:hover{
  background-color: #a1c101;
  color: #fff;
}

.box-resendfile{
  display: none;
  position: absolute;
  top: 0;
  left: 10px;
  width: calc( 100% - 20px );
  height: calc( 100% - 16px );
  background-color: aliceblue;
}

.cf-flex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  height: 100%;
  padding: 15px;
}

.cf-bot{
  text-align: end;
}
.mb-1 {
  margin-bottom:5px;
}

@media (max-width: 768px) {
  .lnk-file {
      display: inline-block
  }
  .box-resendfile{
    height: 100%;
  }
  
  .file-box .file-img{
    max-width: 100px;
  }
  .cart-item .flex-container,
  .product-customizations-modal .file-box{
    flex-wrap: wrap;
  }
  .cart-item .product-line-grid-right {
    order: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
  .cart-item .product-line-grid-body{
    order: 2;
  }
  .cart-item .cart-line-product-actions{
    padding: 0 10px;
    margin-bottom: 10px;
  }
}