/**
 * Styling for All other pages
 */


/***************** MAINTENANCE PAGE *********************/
body.maintenance_page #main-wrapper {
  padding-top:2em;
}

body.maintenance_page h1.title {
  margin-bottom:1em;
}
/***************** END MAINTENANCE PAGE *********************/

#contact-mail-page{
  margin-bottom: 85px;
  text-align: center;
}

#contact-mail-page input.form-text,
#contact-mail-page textarea {
  border: 1px solid #000;
  max-width: 380px;
  padding: 12px 4px 9px;
  text-align: center;
}
#contact-mail-page textarea {
  margin-bottom: 11px;
  min-height: 82px;
}
#contact-mail-page  .form-item label {
  display: none;
}
#contact-mail-page #edit-name-wrapper{
  margin-top: 28px;
}
#contact-mail-page input.placeholder {
    text-align: center;
}
#contact-mail-page input::-webkit-input-placeholder {
   text-align: center;
}
#pop-up-shipping .chzn-container {
    display: none;
}
#pop-up-shipping{
  background: #fff none repeat scroll 0 0;
  height: 146px;
  left: 50%;
  margin-left: -130px;
  margin-top: -73px;
  padding-top: 25px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 260px;
  z-index: 999999;
  padding: 25px 0;
  box-sizing: border-box;
}
#pop-up-shipping.hide{
  display:none;
}
#pop-up-shipping .form-submit{
  display:none;
}

#pop-up-shipping .selectbutton-container {
    margin-top: 21px;
}

#pop-up-shipping .selectbutton-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#pop-up-shipping .selectbutton-container ul li {
  margin-bottom: 3px;
}

#pop-up-shipping .selectbutton-container li,
#pop-up-shipping .selectbutton-container span.selectbutton-option {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  font-size: 9px;
  height: 15px;
  letter-spacing: 2.4px;
  line-height: 15px;
  margin: 0;
  width: 100%;
}

#pop-up-shipping .selectbutton-container ul li.active a,
#pop-up-shipping div.selectbutton-container span.selectbutton-option.selectbutton-active,
#pop-up-shipping div.selectbutton-container span.selectbutton-option:hover{
    color: #808080;
}
#shipping-popup .chzn-container{
  display:none;
}


.order_history_desktop table tr.odd{
  background: #EEE;
}

.order_history_desktop tbody td {
  padding: 5px 0.5em;
  vertical-align: middle;
}


.profile h3 {
  border-bottom: 1px solid #000;
}

.profile .username  h3 {
  text-align:center;
  border:none;
  margin: 0;
  letter-spacing: 0.22em;
}

.profile .username  h3.email {
  font-size: 16px;
}

.order_history_mobile table tr > td:last-child {
  padding-right: 0;
}

.order_history_mobile .order-row {
  padding-bottom: 0;
  border:none;
  padding: 4px;
}

.order_history_mobile .order-row:nth-child(odd) {
  background:#EEE;
}

.order_history_desktop .actionbutton a,
.order_history_mobile .actionbutton a {
  padding: 5px 10px 3px;
  background:#000;
  color:#FFF;
  margin-bottom: 2px;
  display: inline-block;
}

.order_history_desktop .actionbutton a {
  margin: 0;
}

.section-user #user-profile-form > div::after,
.section-user #user-profile-form > div::before {
  clear:both;
  content: " ";
  display: table;
}


#user-address-edit-form fieldset,
.section-user #user-profile-form > div > fieldset {
  width: calc(50% - 10px);
  float:left;
  box-sizing: border-box;
  background: #eeeeee;
  padding: 15px;
  font-size: 12px;
}

#user-address-edit-form .chzn-container ,
.section-user #user-profile-form .chzn-container {
  font-size: 12px;
}

#user-address-edit-form .chzn-container .chzn-drop,
.section-user #user-profile-form .chzn-container  .chzn-drop{
  max-width: 100%;
}

#user-address-edit-form select,
#user-address-edit-form input.form-text,
.section-user #user-profile-form > div > fieldset textarea,
.section-user #user-profile-form > div > fieldset input.form-text {
  background: transparent;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

#user-address-edit-form .chzn-container {
  width: 100% !important;
}

.section-user #user-profile-form > div > fieldset:first-child {
  margin-right: 10px;
}

.section-user #user-profile-form > div > fieldset:last-child {
  margin-left: 10px;
}

#user-address-edit-form .form-item,
.section-user #user-profile-form > div > fieldset .form-item {
  margin-bottom: 27px;
}

.section-user #user-profile-form > div > fieldset .form-item#edit-pass-pass2-wrapper,
.section-user #user-profile-form > div > fieldset .form-item#edit-pass-wrapper {
  margin-bottom: 0;
}

#user-address-edit-form .form-item > label,
.section-user #user-profile-form > div > fieldset .form-item > label {
  margin-bottom: 10px;
}

.section-user #user-profile-form > div > fieldset .form-item#edit-newsletter-wrapper > label {
  margin-bottom: 0;
}

.section-user #user-profile-form #edit-fname-wrapper {
  margin-top: 0;
}

.section-user .changepwd {
  border-top: 15px solid #FFF;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;  
}

#user-address-edit-form .buttons,
.section-user #user-profile-form .buttons {
  clear: both;
  text-align:center;
}

.section-user #user-profile-form fieldset.addresses {
  text-align: center;
  padding-bottom: 30px;
}

.section-user #user-profile-form fieldset.addresses .addtitle,
.section-user #user-profile-form fieldset.addresses table {
  text-align: left;
}
.section-user #user-profile-form fieldset.addresses table thead {
  display:none;
}

.section-user #user-profile-form fieldset.addresses table tr td:first-child {
  padding-left: 0;
}

.section-user #user-profile-form fieldset.addresses table tr td:last-child {
  padding-right: 15px;
  text-align: right;
}

.section-user #user-profile-form fieldset.addresses .action-group {
  width: 65px;
  margin-right: 0;
  margin-left: auto;
}

.section-user #user-profile-form fieldset.addresses .action-group a {
  display: block;
  margin-bottom: 3px;
  background:#000;
  color:#FFF;
  width: 100%;
  text-align: center;
  height: 23px;
  line-height: 25px;
  font-size: 10px;
}

#user-address-confirm-delete-form {
  text-align:center;
}

.section-user div.tabs li.address {
  display:none;
}

/****************************************
 *
 */
.faq-page-wrapper {
  max-width: 1000px;
  margin: auto;
}

.faq-page-wrapper > .faq-category {
  width: 30%;
  float:left;
  box-sizing: border-box;
}

.faq-page-wrapper > .faq-content {
  width: 70%;
  float:left;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: 0.24em;
  line-height: 1.5em;
}


.faq-category ul.category-list {
  margin: 0;
  list-style:none;
  text-align: center;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0.08em;
  font-family: DIN1451Com-Engschrift, 'Arial Narrow', sans-serif;
  padding: 0;
}

.faq-category ul.category-list li {
  margin-bottom: 12px;
}

.faq-question {
  padding: 25px 0;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.12em;
  font-family: DIN1451Com-Engschrift, 'Arial Narrow', sans-serif;
  border-bottom: 2px solid #000;  
}
.faq-question a {
  text-decoration: none;
}
.faq-question-answer:first-child .faq-question {
  padding-top: 0;
}
.faq-question.faq-qa-visible {
  border-bottom: 0;
}

.faq-answer {
  padding: 0 0 25px 0;
  margin: 0;
  border-bottom: 2px solid #000;
}

/** RESET PASSWORD PAGE **/
body.resetpass #main div.tabs {
  display:none;
}

body.resetpass div.messages.status {
  display:none;
}

/*** Store & Contact Page **/
body.page-membership #content h2.smalltitle,
body.page-contact-us #content h2.smalltitle,
#node-10 h2.smalltitle {
  line-height: 26px;
  margin-bottom: 0;
}

body.page-membership #content h3.smalltitle,
body.page-contact-us #content h3.smalltitle,
#node-10 h3.smalltitle {
  margin-bottom: 25px;
  margin-top: 50px;
}

body.page-membership #content p,
body.page-contact-us #content p,
#node-10 p {
  margin: 0;
}


#membership-registration {
  max-width: 540px;
  margin: auto;
  text-align: center;
}

body.page-membership #membership-registration h2.smalltitle, 
#membership-registration h2.smalltitle {
  margin-bottom: 50px;
}

#membership-registration input.form-text {
  background:#FFF;
  border: 2px solid #000;
  color:#000;
  background: transparent;
  box-sizing: border-box;
  font-size: 12px;
  padding: 14px 15px 12px;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

#membership-registration .form-item {
  margin: 0 0 25px 0;
}

#membership-registration input.form-submit {
  margin-top: 50px;
}

#membership-registration .mailchimp-newsletter-wrapper {
  text-align: center;
}

#membership-registration .mailchimp-newsletter-wrapper .form-item {
  margin: 0;
}

#membership-registration #edit-spamtracker111-wrapper {
  margin: 0;
}