/* breakpoints */
/* colors */
/* mixins */
.valsum-error {
  width: 100%;
  clear: both;
  margin: 20px 0 0 0;
  padding: 8px 10px;
  background: #FFFFFF;
  color: #CC0000;
  font-size: 0.9rem;
  font-weight: 400;
}
.valsum-error ul {
  list-style: none;
  font-size: 0;
}
.valsum-error span,
.valsum-error li {
  list-style: none;
  color: #CC0000;
  padding: 1px 0;
  font-size: 0.9rem;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.custom-checkbox {
  opacity: 0;
  position: absolute;
  z-index: 1000;
}
.custom-checkbox:checked + label:before {
  opacity: 1;
}
.custom-checkbox + label {
  display: inline-block;
  padding-left: 32px;
  cursor: pointer;
}
.custom-checkbox + label:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #424241;
  top: 6px;
  left: 6px;
  opacity: 0;
}
.custom-checkbox + label:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #c5c5c5;
  cursor: pointer;
}
.custom-radio {
  position: relative;
}
.custom-radio input[type='radio'] {
  opacity: 0;
  position: absolute;
  z-index: 1000;
}
.custom-radio input[type='radio']:checked + label:before {
  opacity: 1;
}
.custom-radio label:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #424241;
  top: 18px;
  left: 6px;
  opacity: 0;
}
.custom-radio label:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  cursor: pointer;
}
input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  z-index: 1000;
}
input[type='checkbox']:checked + label:before {
  opacity: 1;
}
input[type='checkbox'] + label {
  display: inline-block;
  padding-left: 32px;
  cursor: pointer;
}
input[type='checkbox'] + label:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #424241;
  top: 6px;
  left: 6px;
  opacity: 0;
}
input[type='checkbox'] + label:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #c5c5c5;
  cursor: pointer;
}
.pnlogin.modul-it,
.profilemanager {
  overflow: hidden;
}
.pnlogin.modul-it table,
.profilemanager table,
.pnlogin.modul-it tbody,
.profilemanager tbody,
.pnlogin.modul-it tr,
.profilemanager tr,
.pnlogin.modul-it td,
.profilemanager td {
  display: block;
  width: 100%;
}
.pnlogin.modul-it tr,
.profilemanager tr {
  overflow: hidden;
}
.pnlogin.modul-it td,
.profilemanager td {
  text-align: left;
  padding: 0;
}
.pnlogin.modul-it td.empty,
.profilemanager td.empty {
  height: 10px;
}
.pnlogin.modul-it input[type='text'],
.profilemanager input[type='text'],
.pnlogin.modul-it input[type='email'],
.profilemanager input[type='email'],
.pnlogin.modul-it input[type='password'],
.profilemanager input[type='password'],
.pnlogin.modul-it textarea,
.profilemanager textarea,
.pnlogin.modul-it .select2,
.profilemanager .select2,
.pnlogin.modul-it select,
.profilemanager select {
  width: 100% !important;
  margin: 5px 0 15px 0;
}
.pnlogin.modul-it .button,
.profilemanager .button {
  float: right;
  width: auto;
  margin: 0 0 20px 0;
}
/* Login */
.pnlogin.modul-it {
  max-width: 400px;
  margin: 50px auto;
  padding: 0 20px 50px 20px;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .pnlogin.modul-it tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.pnlogin.modul-it a {
  color: inherit;
}
.pnlogin.modul-it .button {
  float: right;
}
.pnlogin.modul-it .login_pwforgotton {
  color: #E28600;
  text-decoration: underline;
}
.pnlogin.modul-it .login_forgotpw {
  margin: 20px 0 0 0;
}
.pnlogin.modul-it .login_forgotpw .tbl_login_pwforgot + span {
  color: #CC0000 !important;
}
.pnlogin.modul-it .login_forgotpw .ForgotPw_msg {
  margin: 10px 0;
  padding: 15px;
  font-size: 0.9em;
  line-height: 140%;
  background: #FFF6DE;
}
.pnlogin.modul-it .login_forgotpw .ForgotPw_msg span,
.pnlogin.modul-it .login_forgotpw .ForgotPw_msg li {
  color: #000000 !important;
}
.pnlogin.modul-it .checkbox {
  position: relative;
  display: inline!important;
}
.pnlogin.modul-it .checkbox label {
  font-size: 0.9em;
  line-height: 120%;
}
.logout {
  max-width: 800px;
  margin: 50px auto;
  padding: 0 20px 50px 20px;
  overflow: hidden;
}
.logout .logout_msg {
  display: block;
  font-family: 'GothamM';
  text-align: center;
}
@media screen and (min-width: 640px) {
  .logout .logout_msg {
    font-size: 1.3em;
  }
}
.col2-has-profilemanager {
  max-width: 1200px;
  margin: 0 auto 50px auto;
  padding: 60px 20px 40px 20px;
}
.col2-has-profilemanager .col-wrap {
  display: flex;
  flex-wrap: wrap;
}
.col2-has-profilemanager .col1 {
  width: 40%;
}
.col2-has-profilemanager .col2 {
  width: 60%;
}
.profileov {
  position: relative;
  padding-left: 130px;
}
.profileov:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 50px);
  left: 0;
  width: 100px;
  height: 100px;
  background-image: url('i/user.svg');
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.profileov h6 {
  font-family: 'GothamM';
  font-size: 1.3em;
  margin-bottom: 10px;
}
.profileov h3 {
  font-family: 'Gotham';
  font-size: 1em;
  text-transform: none;
}
.profilemanager {
  position: relative;
}
.profilemanager .edit-profile {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.profilemanager .edit-profile a {
  display: block;
  padding: 25px 30px;
  margin: 0;
  border: 1px solid #ffd254;
  max-width: 100%;
}
.profilemanager .edit-profile a:hover {
  background: #ffd254;
  color: #fff !important;
}
.profilemanager .edit-profile a:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.profilemanager .edit-profile a:before {
  content: "\ea1c";
  display: block;
  margin-bottom: 8px;
  font-size: 2em;
  color: #ffd254;
}
.profilemanager .edit-profile a:hover:before {
  color: #fff;
}
.profilemanager.open .edit-profile {
  display: none;
}
.profilemanager .dataform {
  overflow: hidden;
}
.profilemanager .tbl_profilemanager {
  display: none;
  overflow: hidden;
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .profilemanager .tbl_profilemanager {
    margin: -10px;
  }
}
.profilemanager.open .tbl_profilemanager,
.profilemanager .open .tbl_profilemanager {
  display: block;
}
@media screen and (min-width: 640px) {
  .profilemanager .tbl_profilemanager tbody {
    position: relative;
  }
  .profilemanager .tbl_profilemanager tbody > tr:not(:only-child) {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .profilemanager .tbl_profilemanager tbody > tr:not(.tr1):not(.tr2):not(:only-child) {
    width: 50% !important;
    float: left;
  }
  .profilemanager .tbl_profilemanager tbody > tr:not(.tr1):not(.tr2):not(:only-child).trbtn {
    width: 100% !important;
    margin-top: 15px;
  }
  .profilemanager .tremail {
    margin-top: -77px;
  }
}
.profilemanager .checkbox {
  position: relative;
}
.profilemanager .tr1 {
  display: none;
  position: relative;
}
.profilemanager .tr1 td {
  font-family: 'GothamM';
  float: left;
  width: auto;
}
.profilemanager .tr1 td:nth-child(1):after {
  content: ':';
  margin-right: 0.5rem;
}
.profilemanager .tr2 {
  margin-bottom: 10px;
}
.profilemanager .change-password-container {
  margin-top: 10px;
}
.profilemanager input[type='text'] {
  display: block;
}
.profilemanager .checkbox label {
  padding-top: 10px;
  padding-bottom: 10px;
}
.profilemanager .profilemanager_msg {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  font-family: 'GothamM';
  font-size: 1.2em;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  border: 1px solid #ffd254;
  opacity: 1;
  z-index: 10;
}
.profilemanager .fade .profilemanager_msg {
  bottom: 100%;
  top: -100%;
  opacity: 0;
  transition: opacity 800ms ease 0ms, top 0ms linear 800ms, bottom 0ms linear 800ms;
}
.profilemanager .button {
  cursor: pointer;
}
.profileorders {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 20px 20px;
}
.profileorders article {
  overflow: hidden;
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
  border-bottom: 3px solid #EFEFEF;
}
.profileorders article:last-child {
  border: none;
  margin: 0;
}
.profileorders .l {
  margin: 0 0 16px 0;
}
@media screen and (min-width: 1200px) {
  .profileorders .l {
    width: 500px;
    float: left;
    padding: 0 30px 0 0;
  }
}
.profileorders .l > span {
  display: block;
  overflow: hidden;
  font-size: 0.9rem;
  padding: 2px 15px;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 640px) {
  .profileorders .l > span {
    font-size: 1em;
  }
}
@media screen and (min-width: 640px) {
  .profileorders .l > span {
    text-align: right;
    margin: 0;
  }
}
.profileorders .l > span:nth-child(3) {
  display: none;
}
.profileorders .l h6 {
  font-family: 'GothamM';
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .profileorders .l h6 {
    float: left;
  }
}
.profileorders .l h6 span {
  display: block;
}
.profileorders .l .addorder {
  display: block;
}
.profileorders .l .allcartmsg {
  display: block;
  margin: 12px 0 0 0;
  padding: 12px;
  background: #000000;
  color: #FFFFFF;
  line-height: 120%;
}
.profileorders .r {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .profileorders .r {
    width: calc(100% - 550px);
    float: right;
  }
}
.profileorders .r > div {
  width: 100%;
  position: relative;
  margin: 0 0 16px 0;
  background: #FFFFFF;
  padding: 0;
}
.profileorders .r .itm {
  display: block !important;
  margin-bottom: 30px;
  padding: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .profileorders .r .itm {
    padding-top: 0;
  }
}
.profileorders .r .itm:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.profileorders .r img {
  display: none;
}
.profileorders .r h4 {
  font-family: 'GothamM';
  font-size: 1em;
  line-height: 130%;
  font-weight: 400;
  color: #000000;
  padding: 0 0 2px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .profileorders .r h4 {
    font-size: 1.3em;
  }
}
.profileorders .r .itr {
  overflow: hidden;
}
.profileorders .r .itr > span {
  display: block;
}
.profileorders .r .itr > span h6 {
  display: none;
}
.profileorders .r .itr > span:nth-child(2) h6 {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.profileorders .r .itr .count {
  font-family: 'GothamM';
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  float: left;
  background: #FFF6DE;
  font-size: 14px;
}
.profileorders .r .itr > span:nth-child(3) {
  font-family: 'Gotham';
  float: right;
}
.profileorders .r h6 {
  float: left;
}
.profileorders .r .no {
  color: #000000;
  font-size: 13px;
  margin: 0 0 6px 0;
}
.profileorders .r .no-lbl,
.profileorders .r .itm-more {
  display: none;
}
.profileorders .r .addproduct {
  display: inline-block;
  margin: 15px 0 0 0;
  float: right;
  color: #E28600;
  text-decoration: underline;
  clear: both;
}
.profileorders .r .shop_cartadded {
  position: relative;
  overflow: hidden;
  background: #FFF6DE;
  padding: 20px;
  margin-top: 60px;
  clear: both;
}
.profileorders .r .shop_cartadded a {
  color: #E28600;
  text-decoration: underline;
}
