.login-form {
    background: #ededed;
    display: block;
    float: left;
    width: 100%;
    padding: 30px;
}
.login-form .form-control {
    display: block;
    float: left;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    border: none;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 0;
    text-align: left;
}
.wishlist-nav-overlay {
  display: none;
}
.wishlist-nav-modal {
  display: none;
}
.login-form .form-group label {
  width: 100%;
}
.register-form .form-group label {
  width: 100%;
}
.login-form .btn {
    margin-top: 25px;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    background: #c1ac3a;
    color: #ffffff;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    width: 40% !important;
}
.login-form a, .login-form a:hover, .login-form a:focus {
    display: block;
    float: right;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    margin-top: -5px;
}
.register-form {
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    float: left;
    width: 100%;
    padding: 30px;
}
.register-form .form-control {
    display: block;
    float: left;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    border: 1px solid #ccc;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 0;
    text-align: left;
}
.register-form .btn {
    margin-top: 25px;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    background: #c1ac3a;
    color: #ffffff;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    width: 40% !important;
}
.profile-top-nav {
    background: #f3f3f3;
    margin-bottom: 20px;
}
.profile-top-nav a, .profile-top-nav a:hover, .profile-top-nav a:focus, .profile-top-nav span {
    text-transform: uppercase;
    text-decoration: none;
    color: #1f1f1f;
    line-height: 35px;
    padding: 0 15px;
    font-size: 14px;
    position: relative;
    display: block;
    float: left;
}
.profile-top-nav a:hover, .profile-top-nav a.active, .profile-top-nav span:hover, .profile-top-nav span.active {
    text-shadow: 0px 0px 0px #c1ac3a;
    color: #000000;
}
.profile-top-nav span a {
    width: 100%;
    display: block;
    white-space: nowrap;
}
.profile-top-nav span .wishlist-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #f3f3f3;
    display: none;
    z-index: 13;
}
.profile-top-nav span:hover .wishlist-dropdown, .profile-top-nav span .wishlist-dropdown:hover {
    display: block;
}
.profile-top-nav .mobile-profile-nav a, .profile-top-nav .mobile-profile-nav span {
    font-size: 1rem;
    line-height: 40px !important;
    padding: 0 0.7rem ;
}
.profile-form {
    padding: 0 15px;
    margin-bottom: 50px;
}
.profile-top-nav span .wishlist-dropdown a, .profile-top-nav span .wishlist-dropdown a:hover, .profile-top-nav span .wishlist-dropdown a:focus {
  font-size: 11px;
}
/*.profile-form input, .profile-form label {*/
/*    width: 100% !important;*/
/*    border-radius: 0;*/
/*    font-size: 13px !important;*/
/*    line-height: 22px !important;*/
/*}*/
.profile-form input {
    border-radius: 0;
    margin-bottom: 0;
    text-align: left;
}
.profile-form button {
    background: #ff55b0;
    color: #ffffff;
    border: none;
    line-height: 45px;
    width: 20%;
    margin-top: 20px;
    cursor: pointer;
    font-size: 15px;
}
.profile-address-block > div {
    border: 1px solid #cccccc;
    padding: 20px 20px 5px 20px;
    margin-bottom: 20px;
}
.profile-address-block h2 a, .profile-address-block h2 a:hover, .profile-address-block h2 a:focus {
    display: block;
    float: right;
    line-height: 30px;
    font-size: 14px;
    margin-left: 15px;
    min-width: 109px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}
.profile-address-block h2 a.address-delete, .profile-address-block h2 a.address-delete:hover, .profile-address-block h2 a.address-delete:focus {
    background: #cccccc;
}
.profile-address-block h2 a.address-edit, .profile-address-block h2 a.address-edit:hover, .profile-address-block h2 a.address-edit:focus {
    background: #ff55b0;
}
.profile-address-block h3 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.profile-address-block p {
    margin-bottom: 15px;
    font-size: 13px;
}

.tgl {
    display: none;
  }
  .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
    background: none;
  }
  .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
    background: none;
  }
  .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .tgl + .tgl-btn:after {
    left: 0;
  }
  .tgl + .tgl-btn:before {
    display: none;
  }
  .tgl:checked + .tgl-btn:after {
    left: 50%;
  }
  
  .tgl-light + .tgl-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    transition: all .4s ease;
  }
  .tgl-light + .tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all .2s ease;
  }
  .tgl-light:checked + .tgl-btn {
    background: #9FD6AE;
  }
  
  .tgl-ios + .tgl-btn {
    background: #505050;
    border-radius: 2em;
    padding: 2px;
    transition: all .4s ease;
    border: 1px solid #e8eae9;
  }
  .tgl-ios + .tgl-btn:after {
    border-radius: 2em;
    background: #ffffff;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
  }
  .tgl-ios + .tgl-btn:hover:after {
    will-change: padding;
  }
  .tgl-ios + .tgl-btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
  }
  .tgl-ios + .tgl-btn:active:after {
    padding-right: .8em;
  }
  .tgl-ios:checked + .tgl-btn {
    background: #00a416;
  }
  .tgl-ios:checked + .tgl-btn:active {
    box-shadow: none;
  }
  .tgl-ios:checked + .tgl-btn:active:after {
    margin-left: -.8em;
  }
  
  .tgl-skewed + .tgl-btn {
    overflow: hidden;
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .2s ease;
    font-family: sans-serif;
    background: #888;
  }
  .tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
    display: inline-block;
    transition: all .2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }
  .tgl-skewed + .tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
  }
  .tgl-skewed + .tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
  }
  .tgl-skewed + .tgl-btn:active {
    background: #888;
  }
  .tgl-skewed + .tgl-btn:active:before {
    left: -10%;
  }
  .tgl-skewed:checked + .tgl-btn {
    background: #00a416;
  }
  .tgl-skewed:checked + .tgl-btn:before {
    left: -100%;
  }
  .tgl-skewed:checked + .tgl-btn:after {
    left: 0;
  }
  .tgl-skewed:checked + .tgl-btn:active:after {
    left: 10%;
  }
  
  .tgl-flat + .tgl-btn {
    padding: 2px;
    transition: all .2s ease;
    background: #fff;
    border: 4px solid #f2f2f2;
    border-radius: 2em;
  }
  .tgl-flat + .tgl-btn:after {
    transition: all .2s ease;
    background: #f2f2f2;
    content: "";
    border-radius: 1em;
  }
  .tgl-flat:checked + .tgl-btn {
    border: 4px solid #7FC6A6;
  }
  .tgl-flat:checked + .tgl-btn:after {
    left: 50%;
    background: #00a416;
  }
  
  .tgl-flip + .tgl-btn {
    padding: 2px;
    transition: all .2s ease;
    font-family: sans-serif;
    -webkit-perspective: 100px;
            perspective: 100px;
  }
  .tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
    display: inline-block;
    transition: all .4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 4px;
  }
  .tgl-flip + .tgl-btn:after {
    content: attr(data-tg-on);
    background: #00a416;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .tgl-flip + .tgl-btn:before {
    background: #FF3A19;
    content: attr(data-tg-off);
  }
  .tgl-flip + .tgl-btn:active:before {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  .tgl-flip:checked + .tgl-btn:before {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .tgl-flip:checked + .tgl-btn:after {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    left: 0;
    background: #7FC6A6;
  }
  .tgl-flip:checked + .tgl-btn:active:after {
    -webkit-transform: rotateY(20deg);
            transform: rotateY(20deg);
  }
  
.wishlist-settings > div {
    border: 1px solid #cccccc;
    padding: 20px;
    display: block;
    float: left;
    width: 100%;
}
.wishlist-settings h3 {
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    display: block;
    float: left;
    width: 28%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 3%;
}
.wishlist-settings h3.public-toggle {
    width: 45%;
    line-height: 30px;
}
.wishlist-settings h3.public-info{
    width: 100%;
    line-height: 30px;
    margin-right: 0%;
    margin-top: 13px;
}
.wishlist-settings h3 span {
    float: right;
    position: relative;
    top: -5px;
    left: -20px;
}
.wishlist-settings h3.public-info span {
    float: right;
    position: relative;
    top: 0;
    left: 0;
}
.wishlist-settings h3 a, .wishlist-settings h3 a:hover, .wishlist-settings h3 a:focus {
    display: block;
    float: right;
    line-height: 30px;
    background: #cccccc;
    padding: 0 15px;
    text-decoration: none;
    color: #1f1f1f;
    margin-right: 15px;
}
.wishlist-settings h3 a:hover, .wishlist-settings h3 a.active {
    background: #00a416;
    color: #ffffff;
}
.wishlist-settings h3 input[type="text"] {
    line-height: 30px;
    border-radius: 0;
    border: 1px solid #cccccc;
    display: block;
    float: left;
    margin-left: 60px;
    width: 430px;
    padding: 0 10px;
}
.wishlist-settings h3.public-info a, .wishlist-settings h3.public-info a:hover, .wishlist-settings h3.public-info a:focus {
    display: block;
    float: left;
    line-height: 30px;
    background: #cccccc;
    padding: 0;
    text-decoration: none;
    color: #1f1f1f;
    margin-right: -20px;
    width: 30px;
    border-radius: 50%;
    margin-left: 40px;
    text-align: center;
}
.wishlist-prods-title {
    margin-top: 25px;
    font-weight: 500;
}
.wallet-block > div {
  border: 1px solid #cccccc;
  padding: 20px;
  margin-top: 25px;
  height: 100%;
}
.wallet-block .shop-now, .wallet-block .shop-now:hover, .wallet-block .shop-now:focus {
  display: block;
  line-height: 40px;
  margin-top: 25px;
  background: #ff55b0;
  float: left;
  width: 45%;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.wallet-block .credit {
  display: block;
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #ff55b0;
}
.wallet-headings{
    font-size: 1.2rem ;
}
.add-voucher-code{
    font-size: 14px;
}
.wallet-block form {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.wallet-block input {
  display: block;
  float: left;
  width: 60%;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  border: 1px solid #cccccc;
}
.wallet-block button {
  display: block;
  float: left;
  width: 40%;
  border: none;
  line-height: 40px;
  background: #ff55b0;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
}
.wallet-info h2 {
    margin-top: 80px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.credit-block p {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.credit-block p span {
  color: #ff55b0;
}
.credit-block p span.bold {
  font-weight: 600;
}
.credit-block h3 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
}
.credit-block p strong {
  display: block;
  float: left;
  margin-right: 15px;
}
.debit-block p {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.debit-block h3 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
}
.debit-block p span {
  color: #ed3f38;
}
.debit-block p span.bold {
  font-weight: 600;
  color: #c1ac3a;
}
.debit-block p strong {
  display: block;
  float: left;
  margin-right: 15px;
}
.profile-product-block {
  margin-bottom: 30px;
}
.profile-product-block > div {
  border: 1px solid #cccccc;
  padding: 20px;
  display: block;
  float: left;
  width: 100%;
}
.profile-product-block p {
  display: block;
  float: left;
  margin-bottom: 5px;
  width: 100%;
  font-size: 13px;
}
.checkout-quote-button, .checkout-quote-button:hover, .checkout-quote-button:focus {
  float: right;
  display: block;
  line-height: 30px;
  background: #0056b3;
  padding: 0 15px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.profile-product-block p span {
  display: block;
  float: left;
  width: 30%;
  font-weight: 600;
}
.profile-product-block .col-md-7 a, .profile-product-block .col-md-7 a:hover, .profile-product-block .col-md-7 a:focus {
  margin-right: 2%;
    display: block;
    width: 48%;
  float: left;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  background: black;
  margin-top: 15px;
  font-size: 12px;
}
.profile-product-block a.delete-wishlist, .profile-product-block a.delete-wishlist:hover, .profile-product-block a.delete-wishlist:focus {
  background: #e4e4e4;
  color: #555555;
}
.profile-product-block a.add-to-cart-modal-button, .profile-product-block a.add-to-cart-modal-button:hover, .profile-product-block a.add-to-cart-modal-button:focus {
  background: #c1ac3a;
  margin-bottom: 0;
}
.order-profile-block {
  margin-bottom: 30px;
}
.order-profile-block > div {
  border: 1px solid #cccccc;
  padding: 30px 20px;
  display: block;
  float: left;
  width: 100%;
}
.order-profile-block p {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
}
.order-profile-block p span {
  font-weight: 600;
  display: inline-block;
  width: 30%;
}
.order-profile-block p i {
  font-style: normal;
  color: #fe0202;
}
.order-profile-block a, .order-profile-block a:hover, .order-profile-block a:focus {
    display: block;
    float: left;
    width: 45%;
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
    background: black;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
}
.order-info-block > div {
  border: 1px solid #cccccc;
  padding: 20px;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}
.order-info-block p {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 6px;
  font-size: 13px;
}
.order-info-block p span {
  font-weight: 600;
  display: inline-block;
  width: 50%;
}
.profile-product-block h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.order-info-block {
  margin-bottom: 25px;
}
.return-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  z-index: 10;
}
.return-modal {
  display: none;
  position: fixed;
  top: 15%;
  left: 0;
  max-width: 100%;
  min-height: 600px;
  width: 900px;
  background: rgb(255, 255, 255);
  z-index: 102;
  right: 0;
  padding-bottom: 20px;
  border: 3px solid black;
  margin: auto;
  padding: 50px 40px 50px 40px;
}
.return-modal h1 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
    color: #555555;
    display: block;
    float: left;

}
.wishlist-settings h2 {
  font-size: 16px;
}
.return-close {
  text-decoration: none !important;
  font-size: 18px;
  color: black;
}
.return-modal h2 {
  font-size: 14px;
  font-weight: 400;
}
.return-modal h3 {
  font-size: 12px;
  font-weight: 300;
}
.return-modal form {
  display: block;
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-top: 20px;
}
.return-modal button {
  display: block;
  float: left;
  width: 100%;
  line-height: 40px;
  border: none;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
  background: black;
  color: #ffffff;
  text-decoration: none;
}
.return-modal label {
  display: block;
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
}
.return-modal input, .return-modal select, .return-modal textarea {
  display: block;
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.return-modal textarea {
  resize: none;
  height: 150px;
}
.return-modal label input {
  display: none;
}
.file-label {
  margin-top: 24px;
  height: 150px;
  line-height: 150px !important;
  background: black;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
.return-modal .thumbnail {
  display: block;
  width: 20%;
  float: left;
  margin-right: 2%;
  margin-bottom: 1%;
  margin-top: 1%;
}
.item-return > div {
  border: 1px solid #cccccc;
  padding: 15px;
  margin-bottom: 30px;
}
.item-return > div h3 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 12px;
}
.item-return > div p {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 13px;
}
.profile-title {
    font-size: 20px;
}
@media (max-width: 1199px){
  .wishlist-settings h3 {
    width: 35%;
  }
  .wishlist-settings h3.public-toggle {
    width: 55%;
  }
  .wishlist-settings h3 input[type="text"] {
    width: 350px;
  }
  .profile-title {
    font-size: 20px;
    padding-bottom: 16px;
  }
  .profile-address-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
    .item-return > div p {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .profile-title {
        font-size: 16px;
        font-weight: 600;
    }
  .login-form .btn, .register-form .btn {
    width: 100%;
  }
  .profile-top-nav a, .profile-top-nav a:hover, .profile-top-nav a:focus, .profile-top-nav span {
    font-size: 13px;
    }
    .profile-form button {
      width: 35%;
    }
    .profile-address-block > div {
      padding: 20px 20px 45px 20px;
    }
    .profile-product-block a, .profile-product-block a:hover, .profile-product-block a:focus {
      width: 100%;
    }
    .wishlist-settings h3 {
      width: 100%;
    }
    .wishlist-settings h3 + h2 {
      margin-top: 20px;
    }
    .wishlist-settings h3.public-toggle {
      width: 100%;
    }
    .wishlist-settings h3 input[type="text"] {
      width: 100%;
      margin-left: 0;
      margin-top: 25px;
    }
    .wishlist-settings h2 {
      color: #555555 !important;
    }
    .wishlist-settings h3 span {
      float: none;
      position: relative;
      top: 17px;
      left: 9px;
      display: inline-block;
    }
    .wishlist-settings h3 a, .wishlist-settings h3 a:hover, .wishlist-settings h3 a:focus {
      display: inline-block;
      float: none;
      line-height: 30px;
      background: #cccccc;
      padding: 0 15px;
      text-decoration: none;
      color: #1f1f1f;
      margin-right: 8px;
      margin-left: 15px;
    }
    .wallet-block {
      margin-bottom: 26px;
    }
    .login-form a, .login-form a:hover, .login-form a:focus {
      margin-top: 10px;
    }
    .login-form .form-group label {
      width: 100%;
      margin-bottom: 0;
    }
    .login-form {
      padding: 10px 30px;
    }
    .login-form .form-group {
      margin-bottom: 5px;
      display: block;
      float: left;
      width: 100%;
    }
    .login-form .btn {
      margin-top: 15px;
      margin-bottom: 0;
      border-radius: 0;
      border: none;
      background: #c1ac3a;
      color: #ffffff;
      line-height: 45px;
      outline: none !important;
      box-shadow: none !important;
      height: 45px;
      width: 100% !important;
    }
    
    .register-form .form-group label {
      margin-bottom: 0;
    }
    .register-form {
      padding: 10px 30px;
    }
    .register-form .form-group {
      margin-bottom: 5px;
    }
    .register-form .btn {
      line-height: 45px;
      height: 45px;
      width: 100% !important;
    }
    .order-profile-block a, .order-profile-block a:hover, .order-profile-block a:focus {
      display: block;
      float: left;
      width: 100%;
      line-height: 40px;
      text-align: center;
      margin-top: 15px;
      background: #000000;
      font-size: 15px;
      color: #ffffff;
      text-decoration: none;
    }
    .order-profile-block p {
      display: block;
      float: left;
      width: 100%;
      margin-bottom: 5px;
      font-size: 12px;
      position: relative;
      padding-left: 40%;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .order-profile-block p span {
      font-weight: 600;
      display: inline-block;
      width: 40%;
      position: absolute;
      top: 0;
      left: 0;
    }
     .profile-top-nav .mobile-profile-nav a, .profile-top-nav .mobile-profile-nav span {
        padding: 0 1.9rem;
    }
    .wallet-block .shop-now, .wallet-block .shop-now:hover, .wallet-block .shop-now:focus {
        display: block;
        line-height: 40px;
        margin-top: 25px;
        background: #ff55b0;
        float: left;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
    }
    .profile-product-block h3 {
      margin-top: 0px;
    }
}
@media (max-width: 767px){
    .return-modal {
        display: none;
        position: fixed;
        top: 9%;
        left: 5%;
        max-width: 100%;
        min-height: 90%;
        width: 90%;
        background: rgb(255, 255, 255);
        z-index: 102;
        right: 5%;
        padding-bottom: 20px;
        border: black;
        margin: auto;
        padding: 10px 10px;
        bottom: 5%;
        overflow-y: scroll;
    }
    .return-modal h1 {
      margin-top: 0;
    }
      .profile-form button {
        width: 100%;
    }
    .profile-address-block {
      position: relative;
      margin-bottom: 25px;
    }
    .profile-address-block h2 {
      position: static;
    }
    .profile-address-block h2 a, .profile-address-block h2 a:hover, .profile-address-block h2 a:focus {
      position: absolute;
      bottom: 38px;
      min-width: 40%;
    }
    .profile-address-block h2 a.address-edit, .profile-address-block h2 a.address-edit:hover, .profile-address-block h2 a.address-edit:focus {
      right: 30px;
    }
    .profile-address-block h2 a.address-delete, .profile-address-block h2 a.address-delete:hover, .profile-address-block h2 a.address-delete:focus {
      left: 15px;
    }
    h1.add-address a, h1.add-address a:hover, h1.add-address a:focus {
        display: block;
        float: right;
        background: #039b31;
        width: 150px;
        text-align: center;
        height: 35px;
        line-height: 36px;
        text-transform: uppercase;
        max-width: 100%;
        font-size: 15px;
        text-decoration: none;
        font-weight: 400;
        color: #ffffff;
    }
    .order-profile-block a, .order-profile-block a:hover, .order-profile-block a:focus {
      display: block;
      float: left;
      width: 100%;
      line-height: 40px;
      text-align: center;
      margin-top: 15px;
      background: #000000;
      font-size: 15px;
      color: #ffffff;
      text-decoration: none;
    }
    .order-profile-block p {
      display: block;
      float: left;
      width: 100%;
      margin-bottom: 5px;
      font-size: 12px;
      position: relative;
      padding-left: 40%;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .order-profile-block p span {
      font-weight: 600;
      display: inline-block;
      width: 40%;
      position: absolute;
      top: 0;
      left: 0;
    }
    .wishlist-settings h3 a, .wishlist-settings h3 a:hover, .wishlist-settings h3 a:focus {
      display: inline-block;
      float: none;
      line-height: 30px;
      background: #cccccc;
      padding: 0 15px;
      text-decoration: none;
      color: #1f1f1f;
      text-align: center;
      margin-right: 4%;
      margin-left: 0;
      width: 47%;
    }
    .wallet-info h2 {
        margin-top: 40px;
        font-size: 20px;
        text-transform: uppercase;
    }
    .debit-block {
      margin-top: 15px;
    }
    .wallet-block button {
      display: block;
      float: left;
      width: 40%;
      border: none;
      line-height: 42px;
      background: #ff55b0;
      color: #ffffff;
      cursor: pointer;
      font-size: 14px;
    }
    .wallet-block .shop-now, .wallet-block .shop-now:hover, .wallet-block .shop-now:focus {
      display: block;
      line-height: 40px;
      margin-top: 25px;
      background: #ff55b0;
      color: #fff;
      float: left;
      width: 100%;
      text-transform: uppercase;
      text-align: center;
      color: #ffffff;
      text-decoration: none;
      font-size: 14px;
    }
    
    .wallet-block h2, .wallet-block .credit, .wallet-block p {
      padding: 0 15px;
    }
    .wallet-block p {
      font-size: 15px;
    }
    .wallet-block h2 {
      margin-bottom: 0;
    }
    .wishlist-settings h3 + h2 {
      margin-top: 20px;
      line-height: 25px;
    }
    .wishlist-settings h2:first-child {
      margin-bottom: 0;
    }
    .wishlist-settings h3 a:last-of-type, .wishlist-settings h3 a:last-of-type:hover, .wishlist-settings h3 a:last-of-type:focus {
      margin-right: 0;
    }
    
    .profile-top-nav span .wishlist-dropdown {
      display: none !important;
    }
    .wishlist-nav-overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0,0,0,0.8);
      z-index: 10;
      display: none;
    }
    .wishlist-nav-modal {
      position: fixed;
      top: 25%;
      z-index: 11;
      background: #ffffff;
      left: 10%;
      right: 10%;
      padding: 15px;
      display: none;
    }
    .wishlist-nav-modal a, .wishlist-nav-modal a:hover, .wishlist-nav-modal a:focus {
      display: block;
      line-height: 20px;
      font-size: 13px;
      color: #555555;
      border-bottom: 1px solid #f0f0f0;
      text-decoration: none;
    }
    .profile-product-block p span {
        display: block;
        float: left;
        width: 32%;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
    }
    .profile-product-block p {
        display: block;
        float: left;
        margin-bottom: 5px;
        width: 100%;
        display: flex;
        font-size: 13px;
        justify-content: space-between;
    }
    .order-info-block p span {
        font-weight: 600;
        display: inline-block;
        width: 55%;
        display: flex;
        justify-content: space-between;
    }
    .order-info-block p {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 6px;
        font-size: 13px;
        display: flex;
        justify-content: space-between;
    }
    .profile-top-nav .mobile-profile-nav a, .profile-top-nav .mobile-profile-nav span {
        padding: 0 1.5rem;
    }
    .profile-product-block h3 {
      margin-top: 15px;
    }
}
@media (max-width: 576px){
    .tgl-ios + .tgl-btn {
        margin-bottom: 16px;
    }
    .wishlist-settings h3 {
        font-weight: 400;
        font-size: 12px;
        color: #555555;
        display: block;
        float: left;
        width: 97%;
        margin-top: 10px;
        margin-bottom: 2px;
        margin-right: 3%;
    }
    .wishlist-settings h2 {
        font-size: 13px;
        font-weight: 700;
    }
     .wishlist-settings h3 span {
        position: relative;
        top: 16px !important;
        left: 0;
    }
    .profile-top-nav .mobile-profile-nav a, .profile-top-nav .mobile-profile-nav span {
        padding: 0 1.17rem;
    }
    .wishlist-settings h3 {
        font-weight: 400;
        font-size: 12px;
        color: #555555;
        display: block;
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 2px;
        margin-right: 3%;
    }
    .wishlist-settings h3 span {
        float: left !important;
        position: relative;
        top: -5px;
        left: 0 !important;
    }
    .wishlist-settings h3.public-toggle {
        width: 100%;
        line-height: 22px !important;
    }
    
    .wishlist-settings h3 a:hover, .wishlist-settings h3 a.active {
        background: #00a416;
        color: #ffffff;
        margin-top: 22px;
    }
    .wishlist-settings h3 a, .wishlist-settings h3 a:hover, .wishlist-settings h3 a:focus {
        display: block;
        line-height: 44px;
        background: #ff55b0;
        padding: 0 15px;
        text-decoration: none;
        color: #ffffff;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 10px;
    }
    .wishlist-settings h3 a:hover, .wishlist-settings h3 a.active {
        background: #00a416;
        color: #ffffff;
        margin-top: 0 !important;
    }
      .wishlist-settings h3 a, .wishlist-settings h3 a:hover, .wishlist-settings h3 a:focus {
        margin-top: 25px !important;
    }
}
@media (max-width: 420px){
    .profile-top-nav .mobile-profile-nav a, .profile-top-nav .mobile-profile-nav span {
        padding: 0 0.77rem;
    }
}
@media (max-width: 320px) {
    .wishlist-settings h2 {
        font-size: 13px;
        font-weight: 700;
    }
    .wishlist-settings h3 a:last-of-type, .wishlist-settings h3 a:last-of-type:hover, .wishlist-settings h3 a:last-of-type:focus {
        margin-right: 0;
        margin-top: 2px;
    }
    
    .wishlist-settings h3 span {
        float: left !important;
        position: relative;
        top: -5px;
        left: 0 !important;
    }
    
    .wishlist-settings h3 {
        font-weight: 400;
        font-size: 12px !important;
        color: #555555;
        display: block;
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 2px;
        margin-right: 3%;
    }
    .wishlist-settings h3 span {
        position: relative;
        top: 16px;
        left: 13px;
    }
    .wallet-headings {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-weight: 600;
    }
    .wallet-block p {
        font-size: 14px;
    }
    .add-address {
    margin-top: 25px;
    margin-bottom: 0 !important;
}
    .order-profile-block p {
        padding-left: 48%;
    }
    .wallet-block h2, .wallet-block .credit, .wallet-block p {
        padding: 0 0;
    }
    .wallet-block .shop-now, .wallet-block .shop-now:hover, .wallet-block .shop-now:focus {
        display: block;
        line-height: 40px;
        margin-top: 25px;
        background: #ff55b0;
        color: #fff;
        float: left;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
    }
    .wallet-block button {
        display: block;
        float: left;
        width: 40%;
        border: none;
        line-height: 42px;
        background: #000000;
        color: #ffffff;
        cursor: pointer;
     }
     .wallet-block .shop-now, .wallet-block .shop-now:hover, .wallet-block .shop-now:focus {
        width: 100%;
    } 
    .wallet-block button {
        display: block;
        float: left;
        width: 40%;
        border: none;
        line-height: 40px;
        background: #ff55b0;
        color: #ffffff;
        cursor: pointer;
        font-size: 14px;
    } 
    .profile-top-nav .mobile-profile-nav a, .profile-top-nav .mobile-profile-nav span {
        padding: 0 0.7rem;
    }
    .debit-block h3 {
        font-size: 15px;
        font-weight: 400;
        margin-top: 5px;
        text-transform: uppercase;
    }
    .credit-block h3 {
        font-size: 15px;
        font-weight: 400;
        margin-top: 5px;
        text-transform: uppercase;
    }
    .profile-product-block h3 {
      margin-top: 15px;
    }
    .wishlist-settings h3.public-toggle {
        width: 100%;
        line-height: 22px !important;
    }
    .wishlist-settings h3 a:hover, .wishlist-settings h3 a.active {
        background: #00a416;
        color: #ffffff;
        margin-top: 0 !important;
    }
    .wishlist-settings h3 a, .wishlist-settings h3 a:hover, .wishlist-settings h3 a:focus {
        margin-top: 30px !important;
    }
}