#new-shopping {
  font-family: "Muli", sans-serif;
}
#new-shopping .header {
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  height: 232px;
  position: relative;
  margin-top: -98px;
  z-index: 10;
}
#new-shopping .header .logo {
  position: relative;
  top: 44px;
  left: 67px;
}
#new-shopping .header-texts {
  padding: 0 50px;
  margin: 50px 0 25px;
  display: inline-block;
}
#new-shopping .header-texts .title {
  margin: 0 0 25px;
}
#new-shopping .header-texts .title span {
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  color: #cc242d;
}
#new-shopping h2 {
  font-size: 24px;
  color: #cc242d;
}
#new-shopping h3 {
  font-size: 20px;
  color: #404040;
}
#new-shopping a {
  font-weight: 700;
  text-decoration: none;
  color: #cc242d;
}
#new-shopping a:hover {
  color: #424242;
  text-decoration: underline;
}
#new-shopping b,
#new-shopping strong {
  font-weight: 800;
}
#new-shopping span {
  font-family: "Muli", sans-serif;
  font-size: 14px;
}
#new-shopping label {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #9f9f9f;
}
#new-shopping label.selected {
  color: #404040;
  background-color: #cc242d !important;
}
#new-shopping label.checkbox.selected {
  background-color: transparent !important;
}
#new-shopping textarea {
  resize: none;
}
#new-shopping input,
#new-shopping label {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#new-shopping label,
#new-shopping .sentence {
  margin-top: 15px;
}
#new-shopping label.error,
#new-shopping .sentence.error {
  color: #cc242d;
}
#new-shopping .sentence span {
  font-size: 16px;
}
#new-shopping .sub-sentence {
  margin-top: 5px;
}
#new-shopping .sub-sentence span {
  font-size: 14px;
}
#new-shopping input[type="radio"] {
  display: none;
}
#new-shopping input[type="submit"] {
  font-size: 14px;
  font-weight: 900;
  font-family: "Muli", sans-serif;
  color: #ffffff;
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 17px 10px;
}
#new-shopping input[type="text"],
#new-shopping input[type="date"],
#new-shopping input[type="email"],
#new-shopping input[type="password"],
#new-shopping input[type="number"],
#new-shopping input[type="tel"],
#new-shopping textarea,
#new-shopping select,
#new-shopping .ui-autocomplete-input {
  position: relative;
  z-index: 11;
  width: 100%;
  display: block;
  background: transparent;
  color: #404040;
  outline: rgba(255, 255, 255, 0);
  padding: 15px 26px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #9f9f9f;
  border-radius: 0;
}
#new-shopping input[type="text"].error,
#new-shopping input[type="date"].error,
#new-shopping input[type="email"].error,
#new-shopping input[type="password"].error,
#new-shopping input[type="number"].error,
#new-shopping input[type="tel"].error,
#new-shopping textarea.error,
#new-shopping select.error,
#new-shopping .ui-autocomplete-input.error {
  border-color: #cc242d;
}
#new-shopping input::-webkit-input-placeholder,
#new-shopping textarea::-webkit-input-placeholder {
  color: #9f9f9f;
  font-weight: 700;
}
#new-shopping input:-moz-placeholder,
#new-shopping textarea:-moz-placeholder {
  color: #9f9f9f;
  font-weight: 700;
}
#new-shopping input::-moz-placeholder,
#new-shopping textarea::-moz-placeholder {
  color: #9f9f9f;
  font-weight: 700;
}
#new-shopping input:-ms-input-placeholder,
#new-shopping textarea:-ms-input-placeholder {
  color: #9f9f9f;
  font-weight: 700;
}
#new-shopping .separator,
#new-shopping .separator-little {
  clear: both;
}
#new-shopping .separator {
  height: 45px;
}
#new-shopping .separator-little {
  height: 15px;
}
#new-shopping .button {
  display: table;
  font-size: 12px;
  font-weight: 800;
  background-color: #e8e6e6;
  text-transform: Uppercase;
  text-align: center;
  padding: 15px 10px;
  color: #404040;
}
#new-shopping .button:hover,
#new-shopping .button.selected {
  background-color: #cc242d;
  cursor: pointer;
}
#new-shopping .button:hover span,
#new-shopping .button:hover .name,
#new-shopping .button.selected span,
#new-shopping .button.selected .name {
  color: #ffffff;
}
#new-shopping .button.submit {
  padding: 0;
}
#new-shopping .button.submit:hover {
  background-color: #404040 !important;
}
#new-shopping .button span {
  font-size: 12px;
  color: #404040;
}
#new-shopping .label-legal a,
#new-shopping .label-legal a:visited {
  text-decoration: underline;
  color: #9f9f9f;
}
#new-shopping .label-legal a:hover {
  color: #424242;
}
#new-shopping .label-legal.error a,
#new-shopping .label-legal.error a:visited {
  color: #cd222d;
}
#new-shopping .label-legal.error a:hover {
  color: #424242;
}
#new-shopping .label-legal.selected a,
#new-shopping .label-legal.selected a:visited {
  color: #424242;
}
#new-shopping .label-legal.selected a:hover {
  color: #9f9f9f;
}
#new-shopping .label-mass {
  width: 33% !important;
}
#new-shopping .checker {
  background: transparent;
  border: none;
  width: 25px;
  height: 25px;
}
#new-shopping .checker div.checker {
  border: solid 1px #9f9f9f;
}
#new-shopping .radio {
  background-color: transparent;
  border: 1px solid;
  width: 20px;
  height: 20px;
}
#new-shopping .radio .checked {
  width: 11px;
  height: 11px;
  margin-top: -5px;
  margin-left: -5px;
}
#new-shopping .loader {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1003;
}
#new-shopping .loader .background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
}
#new-shopping .loader .animation {
  position: absolute;
  width: 90%;
  max-width: 440px;
  text-align: center;
  padding: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%, -50%);
}
#new-shopping .loader .animation img {
  width: 100px;
  height: 100px;
}
#new-shopping .loader.transparent .background {
  background-color: rgba(255, 255, 255, 0.8);
}
#new-shopping .cart-alert {
  display: none;
  position: fixed;
  font-size: 14px;
  z-index: 1001;
  padding: 15px 30px;
  right: 20px;
  top: 200px;
  max-width: 430px;
  background-color: rgba(64, 64, 64, 0.9);
  color: #ffffff;
}
#new-shopping .cart-alert a,
#new-shopping .cart-alert a:visited {
  color: #ffffff;
  text-decoration: none;
}
#new-shopping .cart-alert a a:hover,
#new-shopping .cart-alert a:visited a:hover {
  cursor: pointer;
  text-decoration: underline;
}
#new-shopping .cart-alert .icon {
  font-size: 12px;
}
#new-shopping .cart-alert .icon:before {
  display: inline-block;
  content: "s";
  font-family: "caritas";
  font-size: 16px;
  margin: 0 3px 0 8px;
  position: relative;
  top: 3px;
}
#new-shopping .shopping-container {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 0;
}

#new-shopping .shopping-container .shopping-container-wrapper .container-steps {
  -webkit-transition: right 0.6s ease-out;
  -moz-transition: right 0.6s ease-out;
  -o-transition: right 0.6s ease-out;
  /*transition: right 0.6s ease-out;*/
  background-color: #ffffff;
  /*overflow: hidden;*/
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps.expand {
  max-width: 100%;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps.expand
  .steps
  .step {
  max-width: 100%;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps.opened {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  right: 0;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps.loading {
  overflow-y: hidden !important;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .steps
  .step {
  background-color: #ffffff;
  -webkit-transition: right 0.3s ease-out, max-width 0.3s ease-out;
  -moz-transition: right 0.3s ease-out, max-width 0.3s ease-out;
  -o-transition: right 0.3s ease-out, max-width 0.3s ease-out;
  transition: right 0.3s ease-out, max-width 0.3s ease-out;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .steps
  .step.closed {
  right: -100%;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .navigation {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px 30px 20px;
  z-index: 11;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .navigation
  .prev,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .navigation
  .close {
  display: inline-block;
  color: #cc242d;
  float: left;
  text-transform: Uppercase;
  font-size: 14px;
  font-weight: 800;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .navigation
  .prev:hover,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .navigation
  .close:hover {
  cursor: pointer;
  color: #424242;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .navigation
  .prev:before,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .navigation
  .prev:after,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .navigation
  .close:before,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .navigation
  .close:after {
  position: absolute;
  text-transform: none;
  font-family: "caritas";
  font-size: 25px;
  line-height: 35px;
  top: 3px;
  left: 7px;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .navigation
  .prev {
  display: none;
  margin-left: 34px;
  width: 100px;
  padding-right: 10px;
  text-align: right;
  line-height: 40px;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .navigation
  .prev:before {
  content: "y";
  right: auto;
  left: 4px;
  width: 23px;
  line-height: 40px;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .navigation
  .close {
  background-color: #ffffff;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .navigation
  .close:before {
  content: "D";
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .form-error,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .account-exists,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .dni-exists {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .form-error
  .background,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .account-exists
  .background,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .dni-exists
  .background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .form-error
  .message,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .account-exists
  .message,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .dni-exists
  .message {
  position: absolute;
  width: 90%;
  max-width: 440px;
  text-align: center;
  background-color: #ffffff;
  padding: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%, -50%);
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .account-exists,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .dni-exists {
  z-index: 49;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .account-exists
  .message,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .dni-exists
  .message {
  padding: 10px 10px 30px;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .account-exists
  .message
  .navigation,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .dni-exists
  .message
  .navigation {
  padding: 10px;
  margin: 0 0 20px;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .account-exists
  .message
  .navigation
  .close:before,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .dni-exists
  .message
  .navigation
  .close:before {
  font-size: 25px;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .account-exists
  .message
  .button,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .dni-exists
  .message
  .button {
  display: inline-block;
  padding: 15px 20px;
  margin-top: 20px;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .account-exists
  .message
  .button:hover,
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .dni-exists
  .message
  .button:hover {
  color: #ffffff;
}
#new-shopping
  .shopping-container
  .shopping-container-wrapper
  .container-steps
  .dni-exists
  .message
  .button {
  display: block !important;
}

@media screen and (max-width: 768px) {
  #new-shopping input[type="text"],
  #new-shopping input[type="date"],
  #new-shopping input[type="email"],
  #new-shopping input[type="password"],
  #new-shopping input[type="number"],
  #new-shopping input[type="tel"],
  #new-shopping textarea {
    font-size: 16px;
  }
  #new-shopping .button:hover {
    color: #404040 !important;
    background-color: #e8e6e6 !important;
  }
  #new-shopping .button:hover span,
  #new-shopping .button:hover .name {
    color: #404040 !important;
  }
  #new-shopping .button.submit:hover {
    color: #404040 !important;
    background-color: #cc242d !important;
  }
  #new-shopping .button.selected:hover {
    color: #404040 !important;
    background-color: #cc242d !important;
  }
  #new-shopping .button.selected:hover span,
  #new-shopping .button.selected:hover .name {
    color: #ffffff !important;
  }
  #new-shopping .separator {
    height: 15px;
  }
  #new-shopping .separator-little {
    height: 5px;
  }
  #new-shopping
    .shopping-container
    .shopping-container-wrapper
    .container-steps
    .navigation {
    padding: 20px 30px 10px;
  }
  #new-shopping
    .shopping-container
    .shopping-container-wrapper
    .container-steps
    .steps
    .step {
    padding: 20px;
  }
  #new-shopping label {
    position: relative;
  }
  #new-shopping label.checkbox {
    min-height: 41px;
  }
  #new-shopping label.checkbox > span {
    margin-left: 5px;
    position: absolute;
    top: -1px;
  }
}

#new-shopping #form-cart {
  display: none;
  padding: 0 69px 20px;
}
#new-shopping #form-cart .header-texts {
  margin: 10px 0 0;
  display: inline-block;
}
#new-shopping #form-cart .header-texts .title {
  margin: 0 0 25px;
}
#new-shopping #form-cart .header-texts .title span {
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  color: #cc242d;
}
#new-shopping #form-cart .container-donations,
#new-shopping #form-cart .container-products {
  clear: both;
  margin: 43px 0 0;
}
#new-shopping #form-cart .container-donations .title,
#new-shopping #form-cart .container-products .title {
  color: #cc242d;
  font-size: 24px;
  font-weight: 800;
  line-height: 31px;
  padding: 0 0 0 15px;
  margin: 0 0 10px;
}
#new-shopping #form-cart .container-donations ul,
#new-shopping #form-cart .container-products ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#new-shopping #form-cart .container-donations ul li,
#new-shopping #form-cart .container-products ul li {
  border-bottom: 1px solid #cecece;
  overflow: hidden;
  padding: 22px 0 7px 10px;
  max-height: 200px;
  -webkit-transition: max-height 0.7s ease-out, opacity 0.3s ease-out;
  -moz-transition: max-height 0.7s ease-out, opacity 0.3s ease-out;
  -o-transition: max-height 0.7s ease-out, opacity 0.3s ease-out;
  transition: max-height 0.7s ease-out, opacity 0.3s ease-out;
}
#new-shopping #form-cart .container-donations ul li.removed,
#new-shopping #form-cart .container-products ul li.removed {
  max-height: 0;
}
#new-shopping #form-cart .container-donations ul li h3,
#new-shopping #form-cart .container-products ul li h3 {
  margin: 0 0 3px;
}
#new-shopping #form-cart .container-donations ul li h3 span.periodicity,
#new-shopping #form-cart .container-products ul li h3 span.periodicity {
  font-weight: 400;
  font-size: 13px;
}
#new-shopping #form-cart .container-donations ul li p,
#new-shopping #form-cart .container-products ul li p {
  margin: 0;
  min-height: 20px;
}
#new-shopping #form-cart .container-donations ul li .item-amount,
#new-shopping #form-cart .container-products ul li .item-amount {
  text-align: right;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}
#new-shopping #form-cart .container-donations ul li .item-amount .quantity,
#new-shopping #form-cart .container-products ul li .item-amount .quantity {
  font-size: 15px;
  font-weight: 100;
  margin: 0 10px 0 0;
}
#new-shopping
  #form-cart
  .container-donations
  ul
  li
  .item-amount
  .quantity
  .number,
#new-shopping
  #form-cart
  .container-products
  ul
  li
  .item-amount
  .quantity
  .number {
  font-size: 20px;
}
#new-shopping #form-cart .container-donations ul li .item-amount .amount,
#new-shopping #form-cart .container-products ul li .item-amount .amount {
  font-size: 30px;
}
#new-shopping #form-cart .container-donations ul li .item-delete,
#new-shopping #form-cart .container-products ul li .item-delete {
  display: inline-block;
  text-align: center;
  font-family: "caritas";
  font-size: 20px;
  line-height: 35px;
  color: #424242;
}
#new-shopping #form-cart .container-donations ul li .item-delete:hover,
#new-shopping #form-cart .container-products ul li .item-delete:hover {
  cursor: pointer;
  color: #cc242d;
}
#new-shopping #form-cart .container-donations ul li .item-delete:after,
#new-shopping #form-cart .container-products ul li .item-delete:after {
  content: "D";
}
#new-shopping #form-cart .disclaimer {
  display: none;
  clear: both;
  padding: 17px 0;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #new-shopping .separator {
    height: 15px;
  }
  #new-shopping .separator-little {
    height: 5px;
  }
  #new-shopping #form-cart {
    padding: 0 10px 20px;
  }
  #new-shopping #form-cart .container-donations,
  #new-shopping #form-cart .container-products {
    margin: 20px 0 0;
  }
  #new-shopping #form-cart .container-donations .title,
  #new-shopping #form-cart .container-products .title {
    padding: 0 0 0 5px;
    margin: 0;
  }
  #new-shopping #form-cart .container-donations ul li,
  #new-shopping #form-cart .container-products ul li {
    position: relative;
    padding: 20px 0 7px 5px;
  }
  #new-shopping #form-cart .container-donations ul li h3,
  #new-shopping #form-cart .container-products ul li h3 {
    font-size: 16px;
  }
  #new-shopping #form-cart .container-donations ul li .item-delete,
  #new-shopping #form-cart .container-products ul li .item-delete {
    position: absolute;
    text-align: right;
    right: 3px;
    top: 23px;
  }
  #new-shopping #form-cart .container-donations ul li .item-amount,
  #new-shopping #form-cart .container-products ul li .item-amount {
    font-size: 20px;
  }
  #new-shopping #form-cart .container-donations ul li .item-amount .quantity,
  #new-shopping #form-cart .container-products ul li .item-amount .quantity {
    font-size: 10px;
  }
  #new-shopping
    #form-cart
    .container-donations
    ul
    li
    .item-amount
    .quantity
    .number,
  #new-shopping
    #form-cart
    .container-products
    ul
    li
    .item-amount
    .quantity
    .number {
    font-size: 15px;
  }
  #new-shopping
    #form-cart
    .container-donations
    ul
    li
    .default-module-grid--twelve__a-7,
  #new-shopping
    #form-cart
    .container-products
    ul
    li
    .default-module-grid--twelve__a-7 {
    width: calc(60% - 6px);
    margin: 3px 0 0 3px;
  }
  #new-shopping
    #form-cart
    .container-donations
    ul
    li
    .default-module-grid--twelve__a-3,
  #new-shopping
    #form-cart
    .container-products
    ul
    li
    .default-module-grid--twelve__a-3 {
    width: calc(30% - 6px);
    margin: 3px 0 0 3px;
  }
}

#new-shopping #form-checkout {
  display: none;
  padding: 20px 69px;
}
#new-shopping #form-checkout .treatment > span {
  font-size: 13px;
  display: block;
  top: 24px;
  position: relative;
  color: #9f9f9f;
}
#new-shopping #form-checkout .treatment > label {
  top: 14px;
  position: relative;
}
#new-shopping #form-checkout .login {
  position: relative;
  z-index: 12;
  display: none;
  text-align: right;
  font-size: 14px;
  margin: -64px 0 0px;
  float: rigth;
}
#new-shopping #form-checkout .login:before {
  content: "z";
  display: inline-block;
  font-family: "caritas";
  font-size: 25px;
  color: #424242;
  vertical-align: -7px;
  padding: 0 8px 0;
}
#new-shopping #form-checkout form .user-data {
  display: none;
}
#new-shopping #form-checkout form .user-data .whoami-container-particular,
#new-shopping #form-checkout form .user-data .whoami-container-company {
  display: none;
}
#new-shopping #form-checkout form .relief {
  width: 100%;
  overflow: hidden;
}
#new-shopping #form-checkout form .relief.hide-address {
  display: none !important;
}
#new-shopping #form-checkout form .label-account_password,
#new-shopping #form-checkout form .label-relief_state {
  display: none;
  max-height: 0;
}
#new-shopping #form-checkout form .label-extra-billing_position {
  position: relative;
}
#new-shopping #form-checkout form .label-extra-billing_position:after {
  content: "C";
  font-family: "caritas" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 10;
}
#new-shopping #form-checkout form .user-bank-account {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}
#new-shopping #form-checkout form .billing .social-action-header {
  display: none;
}
#new-shopping #form-checkout form .responsability {
  clear: both;
}
#new-shopping #form-checkout form .responsability p {
  line-height: 13px;
  font-size: 11px;
  padding: 5px;
  position: relative;
  top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #new-shopping #form-checkout {
    padding: 20px 10px;
  }
  #new-shopping #form-checkout .login {
    margin: 15px 0;
  }
  #new-shopping #form-checkout .form .button.label-payment_method {
    display: block;
    padding: 0;
    min-height: 59px;
  }
  #new-shopping #form-checkout .form .button.label-payment_method span {
    text-align: center;
    font-family: "Muli", sans-serif;
    font-weight: 800;
    font-size: 12px;
    display: block;
  }
  #new-shopping #form-checkout .form .button.default-module-grid--twelve__a-6 {
    width: calc(50% - 7.5px);
    float: left;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #new-shopping #form-checkout .form .default-module-grid--twelve__a-4 {
    width: calc(33.33333% - 6.66667px);
    float: left;
    margin-left: 5px;
  }
  #new-shopping #form-checkout .treatment {
    height: 55px;
  }
}

#new-shopping #form-donate {
  padding: 1% 0 30px;
}
#new-shopping #form-donate .header .logo {
  width: 140px;
  height: 140px;
  background-color: #cd222d;
}
#new-shopping #form-donate .form {
  padding: 0 50px;
}
#new-shopping #form-donate .form .label-donation_amount,
#new-shopping #form-donate .form .label-donation_periodicity,
#new-shopping #form-donate .form .label-donation_purpose {
 	color: #3d3d3d;
    background-color: #e8e6e7;
    height: 81px;
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
}
#new-shopping #form-donate .form .label-donation_amount > span,
#new-shopping #form-donate .form .label-donation_periodicity > span,
#new-shopping #form-donate .form .label-donation_purpose > span {
  text-align: center;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-size: 12px;
  display: block;
}
#new-shopping #form-donate .form .label-donation_amount > span .number,
#new-shopping #form-donate .form .label-donation_periodicity > span .number,
#new-shopping #form-donate .form .label-donation_purpose > span .number {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 34px;
}
#new-shopping #form-donate .form .label-donation_amount.checked,
#new-shopping #form-donate .form .label-donation_amount:hover,
#new-shopping #form-donate .form .label-donation_periodicity.checked,
#new-shopping #form-donate .form .label-donation_periodicity:hover,
#new-shopping #form-donate .form .label-donation_purpose.checked,
#new-shopping #form-donate .form .label-donation_purpose:hover {
  color: white;
  background-color: #ce222e;
}
#new-shopping
  #form-donate
  .form
  .label-donation_periodicity.hazte-socio.default-module-grid--twelve__a-4 {
  width: calc(50% - 8px);
  margin-left: 5px;
}
#new-shopping
  #form-donate
  .form
  .label-donation_periodicity.hazte-socio.default-module-grid--twelve__a-3 {
  width: calc(33.33333% - 6.66667px);
  margin-left: 5px;
}
#new-shopping #form-donate .form .label-donation_purpose {
  padding: 0;
  height: 140px;
}
#new-shopping #form-donate .form .label-donation_purpose .image {
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  height: 83px;
  display: block;
}
#new-shopping #form-donate .form .label-donation_purpose .name-container {
  position: relative;
  height: 56px;
}
#new-shopping #form-donate .form .label-donation_purpose .name-container .name {
  position: relative;
  font-weight: 800;
  line-height: initial;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 10px;
}
#new-shopping #form-donate .form .label-donation_custom_amount,
#new-shopping #form-donate .form .label-donation_custom_periodicity {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out, opacity 0.3s ease-out;
  -moz-transition: max-height 0.5s ease-out, opacity 0.3s ease-out;
  -o-transition: max-height 0.5s ease-out, opacity 0.3s ease-out;
  transition: max-height 0.5s ease-out, opacity 0.3s ease-out;
}
#new-shopping #form-donate .form .label-donation_custom_periodicity {
  position: relative;
}
#new-shopping #form-donate .form .label-donation_custom_periodicity:after {
  content: "C";
  font-family: "caritas" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  top: 20px;
}
#new-shopping #form-donate .form .purpose-containers {
  position: relative;
  overflow: hidden;
}
#new-shopping #form-donate .form .purpose-containers .purpose-container-select {
  position: relative;
  max-height: 0;
  margin-top: -140px;
  overflow: hidden;
  -webkit-transition: max-height 0.7s ease-out, margin-top 0.7s ease-out,
    opacity 0.3s ease-out;
  -moz-transition: max-height 0.7s ease-out, margin-top 0.7s ease-out,
    opacity 0.3s ease-out;
  -o-transition: max-height 0.7s ease-out, margin-top 0.7s ease-out,
    opacity 0.3s ease-out;
  transition: max-height 0.7s ease-out, margin-top 0.7s ease-out,
    opacity 0.3s ease-out;
}
#new-shopping
  #form-donate
  .form
  .purpose-containers
  .purpose-container-select:after {
  content: "C";
  font-family: "caritas" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  top: 20px;
}
#new-shopping
  #form-donate
  .form
  .purpose-containers
  .purpose-container-select.search_postalcode_input:after {
  content: "";
}
#new-shopping
  #form-donate
  .form
  .purpose-containers
  .purpose-container-select.search_postalcode_input
  input,
#new-shopping
  #form-donate
  .form
  .purpose-containers
  .purpose-container-select.search_postalcode_input
  button {
  display: inline-block;
}
#new-shopping
  #form-donate
  .form
  .purpose-containers
  .purpose-container-select.search_postalcode_input
  input {
  width: 60%;
  float: left;
  margin-left: 0;
  margin-right: 5px;
}
#new-shopping
  #form-donate
  .form
  .purpose-containers
  .purpose-container-select.search_postalcode_input
  .button {
  width: calc(40% - 5px);
}
#new-shopping
  #form-donate
  .form
  .purpose-containers
  .purpose-container-select.search_postalcode_list {
  display: none;
}
#new-shopping
  #form-donate
  .form
  .purpose-containers
  .purpose-container-select.open {
  max-height: 140px;
  margin-top: 0;
}
#new-shopping
  #form-donate
  .form
  .purpose-containers
  .purpose-container-select
  .sub-selector-container {
  position: relative;
}
#new-shopping
  #form-donate
  .form
  .purpose-containers
  .purpose-container-select
  .sub-selector-container:before {
  content: "C";
  font-family: "caritas" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  z-index: 1;
  top: 20px;
}
#new-shopping
  #form-donate
  .form
  .purpose-containers
  .purpose-container-select
  .sub-selector-container
  .sub-selector {
  position: relative;
  margin-top: -70px;
  -webkit-transition: max-height 0.5s ease-out, margin-top 0.5s ease-out,
    opacity 0.3s ease-out;
  -moz-transition: max-height 0.5s ease-out, margin-top 0.5s ease-out,
    opacity 0.3s ease-out;
  -o-transition: max-height 0.5s ease-out, margin-top 0.5s ease-out,
    opacity 0.3s ease-out;
  transition: max-height 0.5s ease-out, margin-top 0.5s ease-out,
    opacity 0.3s ease-out;
}
#new-shopping
  #form-donate
  .form
  .purpose-containers
  .purpose-container-select
  .sub-selector-container
  .sub-selector.open {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #new-shopping #form-donate .header {
    height: 150px;
  }
  #new-shopping #form-donate .header .logo {
    position: relative;
    width: 75px;
    height: auto;
    top: 50px;
    left: 20px;
  }
  #new-shopping #form-donate .header-texts {
    padding: 0 10px;
    margin: 20px 0 10px;
  }
  #new-shopping #form-donate .header-texts .title {
    width: 100%;
    margin: 0 0 5px;
  }
  #new-shopping #form-donate .header-texts .title span {
    font-size: 25px;
    line-height: 29px;
  }
  #new-shopping #form-donate .header-texts .sentence {
    display: none;
    margin: 5px 0 0;
  }
  #new-shopping #form-donate .form {
    padding: 0 10px;
  }
  #new-shopping #form-donate .form .default-module-grid--twelve__a-cols-five,
  #new-shopping #form-donate .form .default-module-grid--twelve__a-3 {
    width: calc(50% - 6px);
    margin: 3px 0 0 3px;
  }
  #new-shopping #form-donate .form .label-donation_periodicity {
    min-height: 56px;
    padding: 0 5px;
  }
  #new-shopping #form-donate .form .label-donation_periodicity .name {
    font-weight: 800;
  }
  #new-shopping #form-donate .form .label-donation_purpose {
    height: auto;
  }
  #new-shopping #form-donate .form .label-donation_purpose .image {
    display: none;
  }
  #new-shopping
    #form-donate
    .form
    .purpose-containers
    .purpose-container-select.search_postalcode_input
    input {
    width: 70%;
    margin-right: 5px;
    font-size: 14px;
  }
  #new-shopping
    #form-donate
    .form
    .purpose-containers
    .purpose-container-select.search_postalcode_input
    .button {
    width: calc(30% - 5px);
  }
}

#new-shopping #form-payment {
  display: none;
  height: 100%;
  overflow: hidden;
  padding: 0;
  top: 0;
}
#new-shopping #form-payment iframe {
  width: 100%;
  height: 100%;
  border: none;
}
