/**************************************** SHOP 1 */

#bg-private-image.shop-1,
button,
#bg-private-image.shop-1 #privatebox .private-subheading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

#bg-private-image.shop-1 a,
h1,
h2 {
  color: #231f20;
}

#bg-private-image.shop-1 #privatebox .private-subheading {
  color: #231f20;
}

#bg-private-image.shop-1 button[type="submit"] {
  background-color: #00a0a5;
  color: white;
}

#bg-private-image.shop-1 button[type="submit"]:hover {
  background-color: #009492;
}


/****************************************************************** DEFAULT THEME */
/********************************************************/
/******************************************* CONTAINERS */

html {
  height: 100% !important;
  padding: 0;
}

#bg-private-image {
  align-items: center;
  display: flex;
  height: auto;
}

#bg-private-image #wrapper {
  background: transparent !important;
  display: flex;
  flex: 1;
  align-content: center;
  justify-items: center;
  width: auto;
  height: auto;
  padding: 0 !important;
  margin: 0 !important;
}

#bg-private-image #privatebox {
  background: white;
  border-radius: 0;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
  width: 500px;
}

#bg-private-image .container {
  padding: 0;
}

/**************************************** LOGO + GLOBAL */

#bg-private-image #logo_basic {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
  margin-bottom: 40px;
  max-width: 50%;
  min-height: 100px;
}

#bg-private-image #logo_basic img {
  height: auto;
  margin: 0 auto;
  max-height: 140px;
  max-width: 100%;
}

#bg-private-image .pshop_title_shop {
  display: none;
}

#bg-private-image h1.page-subheading,
#bg-private-image #private-login h2 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

#bg-private-image p,
#bg-private-image a {
  color: #133048;
  font-size: 13px;
}

#bg-private-image #privatebox .private-subheading {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0;
  text-transform: none;
}

/**************************************** FORM */

#bg-private-image form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#bg-private-image form fieldset .submit {
  margin-top: 32px;
  text-align: center;
}

#bg-private-image form tr td:first-child {
  display: none;
}

#bg-private-image form input {
  background: white;
  border: 1px solid #d6d4d4;
  height: 24px;
  margin: 16px 0 0;
  max-width: none !important;
  padding: 8px;
  width: 96%;
}

#bg-private-image form label {
  display: none;
}

#bg-private-image form tr.exttra_row {
  display: none;
  height: 0;
}

#bg-private-image #pshop_bottom_footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 32px;
  padding: 0;
}

#bg-private-image a {
  font-size: 14px;
}

#bg-private-image #pshop_bottom_footer .submit {
  font-size: 0;
  order: -1;
}

#bg-private-image button[type="submit"] {
  border: 0;
  font-size: 14px;
  max-width: 230px;
  padding: 16px;
  width: 100%;
}

#bg-private-image ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#bg-private-image .footer_links {
  margin-top: 24px;
}

ul#pshop_bottom_footer li,
ul#pshop_bottom_footer li div {
  display: block;
  text-align: center;
  width: 100%;
}

/**************************************** RESPONSIVE */

@media (max-width: 768px) {
  #bg-private-image #privatebox {
    max-width: 80%;
    min-width: 0;
  }

  #bg-private-image #privatebox {
    height: auto;
  }
}

@media (max-width: 576px) {
  #bg-private-image #logo_basic {
    margin: 24px auto;
    max-width: 50%;
    min-height: 0;
  }
  #bg-private-image #pshop_bottom_footer {
    margin-top: 24px;
  }

  #bg-private-image button[type="submit"] {
    min-width: 0;
  }

  #bg-private-image form fieldset .submit {
    margin-top: 24px;
  }
}

/**************************************** CORRECTIFS THEME */

#checkout-payment-step .payment-options .payment-option img {
  display: none;
}

.cart_products {
  overflow: auto;
  max-height: 50vh;
}

#box_installment {
  background: #ffffd9;
  border: 1px solid #d8845e;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 15px;
}
