body {
  background: #d9d9d9;
      font-family: 'Open Sans', sans-serif;

}

.fpd-product-stage {
  background: url("../images/ducato/product-stage-bg.png") no-repeat top center !important;
}

.fpd-container {
  display: block;
  margin: 0 auto;
}
.flex_responsive {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.flex_colum_start {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.flex-responsive-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .flex-responsive-wrap {
    flex-direction: column;
  }
}

.gap-2 {
  gap: 2rem;
}
.uppercase {
  text-transform: uppercase;
}
.h-max-content {
  height: max-content !important;
}

.text-xs {
  font-size: 12px !important;
}
.text-lg {
  font-size: 22px !important;
}
.img-small {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain;
}

.max-h-600 {
  max-height: max-content;
}

/*.fpd-pos-left,*/
/*.fpd-navigation,*/
/*.fpd-pos-top,*/
/*.fpd-pos-right {*/
/*  display: none !important;*/
/*}*/

#form-submit-design input,
#form-submit-design select {
  padding: 0.7rem 1rem;
      background-color: transparent;
  border: none;
      border-bottom: 1.5px solid gray;
}

@media screen and (max-width:768px) {
    #form-submit-design input,
#form-submit-design select {
    width:100%;
}
}

#form-submit-design input:focus,
#form-submit-design select:focus {
    outline:none;
}
#form-submit-design {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#form-submit-design button {
  border-radius: 5px;
  border: none;
  padding: 0.7rem 1rem;
  width: max-content;
  margin:1rem 0;
}

.flex__responsive {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

#assets img {
  width: 300px;
  height: auto;
}

#assets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.absolute-brand-logo {
  position: absolute;
  right: 0;
  padding: 20px;
  width: 150px;
}

#main-container {
  margin: 0 auto;
  width: 100%;
}
.next-btn,.prev-btn {
  padding: 5px 20px;
  border-radius: 24px;
  border: 0;
  background: #ad1d20;
  color: #ffffff;
  font-weight: bold;
  margin: 1rem 0;
  font-size: 20px;
  cursor: pointer;
  float:right;
  text-transform:uppercase;
  
}
.prev-btn {
    margin-right:5px;
}

.text-red-ducato {
  color: #ad1d20;
}

.separator {
  width: 30px;
  height: 100%;
  background: #ad1d20;
}

@media only screen and (max-width: 375px) {
  .fpd-container,
  .fpd-product-stage,
  .fpd-view-stage,
  .lower-canvas {
    width: 360px !important;
  }
}
@media only screen and (max-width: 812px) {
  .fpd-container,
  .fpd-product-stage,
  .fpd-view-stage,
  .lower-canvas {
    width: 790px !important;
  }
}

@media only screen and (max-width: 736px) {
  .fpd-container,
  .fpd-product-stage,
  .fpd-view-stage,
  .lower-canvas {
    width: 700px !important;
  }
}

@media screen and (max-width: 820px) {
  .flex_responsive {
    flex-direction: column;
  }
  #form__preview {
    display: flex;
    flex-direction: column-reverse;
  }
  #main-container,#form__preview {
    display: none;
  }
}
@media screen and (min-width: 600px) {
 
  #main-container {
    display: block;
  }

  #rotate_phone {
    display: none;
  }
}
@media screen and (min-width: 600px) {
    #form__preview {
        display: flex;
    }

}
/* 
@media screen and (min-width: 767px) {
  #main-container {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #rotate_phone {
    display: none;
  }
}


@media screen and (max-width: 812px) {
    #rotate_phone {
        display: block;
      }
} */

#rotate_phone img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  object-fit: contain;
}

#send_designs {
  cursor: pointer;
  font-weight:bold;
  text-transform:uppercase;
  font-size:20px;
  background:#f6e557;
  color:black;
}
.fpd-navigation > div:nth-child(4),.fpd-navigation > div:nth-child(5) {
  display: none !important;
}

#openThanksMsg{
  display: none;
}

.btn-tuto {
    background: #ffda22;
    color: black;
    padding: 20px;
    margin: 1rem 0;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    display: block;
    width: max-content;
    text-align: center;
    margin: 0 auto;
}

#tuto {
    max-width:100%;
}

#confirmDesignsLinks {
    display:none;
}