@media only screen and (min-width: 1170px){

}
@media only screen and (min-width: 1140px){

}
@media (min-width: 1025px) and (max-width: 1139px){

}
@media (min-width: 961px) and (max-width: 1024px){

}
@media (min-width: 768px) and (max-width: 960px){

}
@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 1024px){
/* Address Book */
.customer-account-login .banner-my-account-custom{
    display: none;
}
.customer-address-form .field .label{
    display: none;
}
.customer-address-form  .form-address-edit{
    max-width: 650px;
    margin: auto;
}
.customer-address-form  .fieldset > .field{
    margin-bottom: 13px;
}
.customer-address-form  .fieldset > .field:not(.choice) > .control {
    width: 100%;
}
.customer-address-form .actions-toolbar{
    margin-bottom: 20px;
}
.customer-address-form .action.save.primary .action.primary{
    padding: 8px 15px;
}
.customer-address-form  .fieldset > .legend {
    font-family: "AktivGrotesk_Hairline";
    font-size: 28px;
    color: #1d1d1d;
    border-bottom: none;
    margin-bottom: 25px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 10px;
}
.customer-address-form .actions-toolbar {
    margin-left: 0% !important;
}
.customer-address-form .fieldset > .field.choice:before, .fieldset > .field.no-label:before{
    padding: 0px;
    width: 0%;
}

.customer-address-form .fieldset{
    margin-bottom: 20px;
}
.customer-address-index .actions-toolbar{
    margin-bottom: 20px;
}
/*End Address Book */

/* My Profile */
.customer-account-edit .field .label{
    display: none;
}
.customer-account-edit  .form-edit-account{
    max-width: 650px;
    margin: auto;
}
.customer-account-edit .fieldset > .field{
    margin-bottom: 13px;
}
.customer-account-edit  .fieldset > .field:not(.choice) > .control {
    width: 100%;
}
.customer-account-edit .fieldset > .legend {
    font-family: "AktivGrotesk_Hairline";
    font-size: 28px;
    color: #1d1d1d;
    border-bottom: none;
    margin-bottom: 25px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 10px;
}
.customer-account-edit .actions-toolbar {
    margin-left: 0% !important;
    margin-bottom: 20px;
}
.customer-account-edit .fieldset > .field.choice:before, .fieldset > .field.no-label:before{
    padding: 0px;
    width: 0%;
}

.customer-account-edit .fieldset{
    margin-bottom: 20px;
}

/* End My Profile */

/* Wishlist  */
.customer-account-index .products-grid.wishlist .product-items .product-item {
    padding-bottom: 50px !important;
    padding-top: 30px;
}
/* End Wishlist */

/* Message */
.section-custom-order .block-title-custom {
    margin-bottom: 25px;
}
.message.info {
    background: transparent; 
    text-align: center;
    color: #000000;
    padding-bottom: 50px;
}
.message.info > *:first-child:before {
    display: none;
}
/* End Message */

/*  Sub menu */
.customer-account-index .collapsible-custom ul.nav li.item strong {
    letter-spacing: 0.08em;
    font-size: 10px;
}
.customer-account-index .collapsible-custom ul.nav li.item a {
    letter-spacing: 0.08em;
    font-size: 10px;
}
/*  End Sub menu */


/*  Login */
.customer-account-login .form-login .field .label{
    display: none;
}

.customer-account-login .form-login   .fieldset > .field{
    margin-bottom: 13px;
}
.customer-account-login .form-login   .fieldset > .legend {
    font-family: "AktivGrotesk_Hairline";
    font-size: 42px;
    color: #1d1d1d;
    border-bottom: none;
    margin-bottom: 25px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 10px;
}
.customer-account-login .form-login   .actions-toolbar {
    margin-left: 0% !important;
}
.customer-account-login .form-login  .actions-toolbar .secondary a.action {
    font-weight: bold;
    text-decoration: underline;
}
.customer-account-login .login-container .fieldset:after {
    margin-top: 10px;
    margin-left: 0% ;
}
.customer-account-login .action.primary { 
    padding: 8px 15px;
}
.actions-toolbar .secondary{
    float: left;
    margin-left: 15px;
}
/*  End Login  */

/* Create Account */
.customer-account-create .form-create-account{
    margin: auto;
}

.customer-account-create .form-create-account .field .label{
    display: none;
}
.customer-account-create .form-create-account  .form-address-edit{
    max-width: 650px;
    margin: auto;
}
.customer-account-create .form-create-account  .fieldset > .field{
    margin-bottom: 13px;
}
.customer-account-create .form-create-account  .fieldset > .field:not(.choice) > .control {
    width: 100%;
}
.customer-account-create .form-create-account  .fieldset > .legend {
    font-family: "AktivGrotesk_Hairline";
    font-size: 42px;
    color: #1d1d1d;
    border-bottom: none;
    margin-bottom: 25px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 10px;
}
.customer-account-create .form-create-account .actions-toolbar {
    margin-left: 0% !important;
    margin-bottom: 35px; 
}
.customer-account-create .form-create-account .fieldset > .field.choice:before, .fieldset > .field.no-label:before{
    padding: 0px;
    width: 0%;
}

.customer-account-create .form-create-account .fieldset{
    margin-bottom: 20px;
}
.customer-account-create .form-create-account .newsletter .label { display: initial; }
/* End Create Account */

/* Forgot password  */
.customer-account-forgotpassword  .forget{
    width: 50%;
    min-width: 600px;
    margin: 35px auto;
}

.customer-account-forgotpassword  .forget .field .label{
    display: none;
}
.customer-account-forgotpassword  .forget  .form-address-edit{
    max-width: 650px;
    margin: auto;
}
.customer-account-forgotpassword  .forget  .fieldset > .field{
    margin-bottom: 13px;
}
.customer-account-forgotpassword  .forget  .fieldset > .field:not(.choice) > .control {
    width: 100%;
}
.customer-account-forgotpassword  .forget  .fieldset > .legend {
    font-family: "AktivGrotesk_Hairline";
    font-size: 42px;
    color: #1d1d1d;
    border-bottom: none;
    margin-bottom: 25px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 10px;
}
.customer-account-forgotpassword  .forget .actions-toolbar {
    margin-left: 0% !important;
    margin-bottom: 35px; 
}
.customer-account-forgotpassword  .forget .fieldset > .field.choice:before, .fieldset > .field.no-label:before{
    padding: 0px;
    width: 0%;
}

.customer-account-forgotpassword  .forget .fieldset{
    margin-bottom: 20px;
}

/* End Forgot password */



input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"],select{
    font-size: 12px;
}

.fieldset > .legend {
    font-size: 20px;
}

.actions-toolbar > .primary, .actions-toolbar > .secondary{
    text-align: left;
}
.actions-toolbar > .primary .action, .actions-toolbar > .secondary .action{
    width: auto;
}


.customer-address-index .box-address-billing {
    margin-top: 20px;
}
.customer-address-index  .box-address-shipping {
    margin-top: 20px;
}
.customer-address-index  .actions-toolbar {
    margin-bottom: 20px;
}


/*  login */
    .login-container{
        margin: 35px auto;
    }
.login-container .block .block-title strong {
    font-size: 28px;
    font-weight: normal;
    font-family: "AktivGrotesk_Hairline";
}

/*  End Login */
.customer-account-index .faq-items li a.faq-item {
    font-size: 12px;
}
.customer-account-index .faq-custom .box-actions {
    margin-top: 37px;
    text-align: center;
}
.customer-account-index .faq-custom .box-actions .action.primary{
    padding: 5px 15px;
}
.collapsible-custom ul.nav li.item  {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.08em;
}
.collapsible-custom ul.nav li.item strong {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.08em;
}


.newsletter-manage-index  .form-newsletter-manage {
    margin-top: 20px;
}
.newsletter-manage-index  .form-newsletter-manage .actions-toolbar {
    margin-bottom: 30px;
}

/* CREDIT CARDS */
.account .storecredit{
    min-height: 100px;
    margin-top: 30px;
}
.account #giftcard-form{
    min-height: 100px;
    margin-top: 30px;
}
.account #giftcard-form .block-balance{
    margin-bottom: 10px;
}


/* END CREDIT CARDS */

}