.shipping-order-tracking, .cancellation-modificati, .payments, .return-exchange, .sizinghelp {
  .accordion__title {
    font-size: 15px;
  }
  .accordion__content {
    padding: unset;
    margin-top: 0px;
  }
  .accordion__content p, .accordion__content li {
    font-size: 14px;
    letter-spacing: .6px;
    line-height: 1.6;
    color: #2f2f2f;
  }
  .accordion__content a {
    #38aed9
  }
  .accordion summary {
    padding:25px 0px;
  }
  .collapsible-content summary:hover .accordion__title {
    text-decoration: unset;
  }
  .collapsible-content-wrapper-narrow {
    width:70%;
    max-width: 100%;
    padding: unset;
  }
  .collapsible-content__heading {
    text-align: left;
    font-size: 18px;
    padding: 25px 0;
    letter-spacing: .2rem;
    margin-bottom: unset;
   color:#2f2f2f;
  }
}

.contact {
  .cstm-contact-container {
    max-width: 1000px;
  }
  .cstm-contact-container .button,
  .cstm-contact-container label.field__label {
    font-size: 11px;
        padding: 0 5px;
        line-height: normal;
        color: #6a6a6a;
  }
  .cstm-contact-container h2 {
    font-size: 14px;
  }
  .field__input:focus {
    box-shadow: none;
  }
}

.login, .register {
  .customer form {
    max-width: 400px;
    margin: 20px auto;
  }
  .customer .field input {
    height: 3.6rem;
    font-size: 11px;
  }
  .customer .field {
    margin: 15px 0 0;
  }
  .customer button {
    width: 100%;
    background: black;
    transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    background-image: linear-gradient(to right, white 0%, white 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
  }
  .customer button:hover {
    background-size: 100% 100%;
    color: #000;
  }
  .customer .field input:focus,
  .customer .field label {
    box-shadow: none;
    font-size: 10px;
  }
  .customer h1 {
    font-size: 20px;
    text-transform: uppercase;
  }
  .customer p {
    margin: 0;
    font-size: 13px;
    letter-spacing:0.3px;
    color:#2f2f2f;
  }
  .login_text, .please_text {
    font-size: 13px;
  }
  h1#login {
    font-size: 20px;
    text-transform: uppercase;
            letter-spacing: .2em;
  }
  @media(max-width:749px){
    .customer button {
    margin-top:20px;
}
    .customer p {
        margin-top: 15px;
    }
     .customer form {
    max-width: 400px;
    margin: 19px auto;
    }
  }
}

.register{
  @media(max-width:749px){
    .customer button {
      margin: 4rem 0 0;
    }
    
  }
}
.login{
   .customer a {
    font-size:10px;
    text-decoration: none;
    margin: 0 auto;
    width: -webkit-fill-available;
}
  .customer .field {
    align-items: center;
}
  .customer a[href="#recover"] {
         min-width: 25%;
        padding-right: 8px;
    }
}
.addresses main {
  .customer h1 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom:5%;
  }
  .customer button {
    margin: unset;
    background: black;
    font-size: 11px;
    color:#fff;
    padding: 0px 15px;
  }
  .addresses main h2 {
    font-size: 16px;
  }
  .field__label, .customer .field label {
    font-size: 10px;
  }
  form button[type] {
    background: black !important;
    color:white!important;
  }
  .addresses main form > div {
    margin-top: 10px;
  }
  .custom_style {
    font-size: 12px;
  }
 .customer.addresses .add_style {
    margin-top: 20px;
}
  
}

.login .customer p.login_text a {
    display: inline-block;
  padding-left:5px;
  color:#2f2f2f;
  font-size:13px;
}

.imagecontainerFAq p {
    font-size: 14px;
    text-transform: uppercase;
}
.accordion details[open] summary:hover {
    background: rgb(47 47 47 / 0%);
}

@media(max-width:749px){
.shipping-order-tracking, .cancellation-modificati, .payments, .return-exchange, .sizinghelp {
    .collapsible-content-wrapper-narrow {
        width: 100%;
        max-width: 100%;
    }
    .collapsible-content__heading {
        padding: 0px 0px 0px 0;
    }
}
}
.collapsible-content__wrapper .accordion:first-child {
    border-top: 0px;
}