/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   */


   html, body, div, span, applet, object, iframe,
   h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   a, abbr, acronym, address, big, cite, code,
   del, dfn, em, img, ins, kbd, q, s, samp,
   small, strike, strong, sub, sup, tt, var,
   b, u, i, center,
   dl, dt, dd, ol, ul, li,
   fieldset, form, label, legend,
   table, caption, tbody, tfoot, thead, tr, th, td,
   article, aside, canvas, details, embed,
   figure, figcaption, footer, header, hgroup,
   menu, nav, output, ruby, section, summary,
   time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }


/*



*/


body {
  font-family: 'Raleway', 'Lato', Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  font-weight: 300;

}

.main__header {
  border-bottom: rgb(78, 165, 199) solid 1px;
  position: inherit;
  width: 100%;
  background: rgba(255, 255, 255, .8);
  top: 0;
  z-index: 99;
  margin: 0 0 4.5em 0;
}


.main__header-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 2em 0;
}

.main__header-logo {
  float: left;
  width: 30%;
}

.main__header-logo-link {
  width: 50%;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3.3em;
  color: rgb(55, 55, 55);
  position: relative;
}

.main__header-logo-image {
  position: absolute;
  width: 110px;
  padding: 4%;
  background: white;
  border-radius: 200px;
  z-index: 200;
}

.main__header-logo-label {
  float: right;
  width: 60%;
  padding: .3em 0 0 0;
}

.main__header-menu-container {
  float: right;
  padding: 2em 0 1em 0;
}

.main__header-menu-list-item {
  display: inline;
  padding: 0 2em;
}

.main__header-menu-list-item-link {
  text-decoration: none;
  color: rgb(55, 55, 55);
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 1.4em;
}

.main__header-menu-list-item-link:hover {
  border-bottom: rgb(78, 165, 199) solid 2px;
}

strong {
  font-weight: 400;
}

a {
  color: rgb(55, 55, 55);
  text-decoration: none;
  font-weight: 300;
}

.index .index-li a {
  border-bottom: 2px solid rgb(78, 165, 199);
}

.purchase .purchase-li a {
  border-bottom: 2px solid rgb(78, 165, 199);
}

.support .support-li a {
  border-bottom: 2px solid rgb(78, 165, 199);
}

.main__container {
  min-height: 670px;
  margin: 6em 0;
}

.main__footer-container {
  width: 60%;
  padding: 2em 0;
  margin: 2em auto;
  text-align: center;
}

.main__footer-link {
  font-weight: 800;
  color: rgb(55, 55, 55);
  text-decoration: none;
}

.main__footer-link:hover {
  text-decoration: underline;
}

.group:before, .group:after {
  content: " ";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  -moz-transform: scale(1);
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGBRq_IsDXucKYMk4-diqPEc.ttf) format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGPS42wKzre0cxmO5m5GyTsY.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v9/-_Ctzj9b56b8RgXW8FAricDdSZkkecOE1hvV7ZHvhyU.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v9/CcKI4k9un7TZVWzRVT-T88DdSZkkecOE1hvV7ZHvhyU.ttf) format('truetype');
}

.core-window {
  width: 80%;
  margin: 1em auto;
}

.store-product-detail-title, .core-section-header {
  font-weight: 300;
  font-size: 2.4em;
  color: rgb(78, 165, 199);
  vertical-align: inherit;
}

.core-section-header {
  font-weight: 300;
  font-size: 2.1em;
  padding: .5em 0 1em;
  color: rgb(78, 165, 199);
  display: block;
}

.store-product-detail-pricing, .core-form-field-group-header {
  font-weight: bold;
  font-size: 1.8em;
  padding-bottom: 1em;
  color: rgb(55, 55, 55);
}

.store-product-detail-pricing {
  float: right;
}

.store-product-detail-quantity {
  float: left;
  padding-right: 4em;
}

.store-variation-selector-title {
  font-size: 1.2em;
  font-weight: 400;
  color: rgb(55, 55, 55);
}


.store-variation-select-item-list {
  font-size: 1.4em;
  font-weight: 200;
}

.store-variation-select-item-list li {
  padding: .4em;
}

#store-variation-selection-body {
  max-width: 280px;
  border: rgb(78, 165, 199) solid 2px;
  background: white;
  margin-top: 1.5em;
}

.store-variation-select-item-list li a {
  text-decoration: none;
  color: rgb(55, 55, 55);
}

.store-variation-select-item-list li a:hover {
  text-decoration: underline;
  background: none;
  color: inherit;
}

.core-form-field-label {
  font-weight: 200;
  font-size: 1.4em;
  color: rgb(55, 55, 55);
  padding-right: 1em;

}

input[type="text"] {
  border: rgb(78, 165, 199) solid 1px;
  padding:.5em;
  font-size: 1.2em;
  border-radius: 0px;
}

input[name="product:quantity"] {
  text-align: center;
}

.store-value-money {
  display: inline;
  padding-right: 0;
}

.store-product-detail-quantity {
  display: inline;
}

.core-messages {
  margin-top: 3em;
  width: 80%;
  margin: 2em auto 1em auto;
}

.core-message-error {
  margin: .2em 0;
}

.core-form-field {
  padding-bottom: .3em;
}

.core-form-field-body {
  padding: .6em 0;
}

.core-form-field-required .core-form-field-label {
  font-weight: 200;
}

.store-product-detail {
  border-bottom: rgb(170, 170, 170) dashed 1px;
  padding: 4em 0 2.5em 0;
  width: 100%;
}

.core-section {
  width: 100%;
}

.core-form-field-group {
  padding-bottom: 1.5em;
}

.core-form-field-body-note {
  padding-top: 1.5em;
  font-size: 1em;
  line-height: 1.2em;
}

 select {
  border: rgb(78, 165, 199) solid 1px;
  border-radius: 0px;
  height: 28px;
  width: 207px !important;
  font-size: 1.2em;
}

option[selected="selected"] {
  padding-top: 2em;
}

.store-payment-method-list-description {
  font-weight: 200;
  font-size: 1.3em;
}

input[type="radio"] {
  font-size: 1.6em;
  margin-right: 10px;
}

.store-payment-method-list-selection {
  padding-right: 0;
}

.store-payment-method {
  padding: .2em 0;
}

.store-section-payment {
  border-bottom: rgb(170, 170, 170) dashed 1px;
  padding-bottom: 3em;
}

.store-page-navigation {
  width: 100%;
  padding-bottom: 2em;
  border: none;
  margin-top: .4em;
}

.store-decorate-button .store-page-navigation .store-action-command {
  background: rgb(78, 165, 199);
  padding: .7em 2.5em !important;
  text-decoration: none;
  font-weight: 500;
  border: rgb(78, 165, 199) solid 2px;
  border-radius: 0px !important;
  text-align: center;
}

.store-decorate-button .store-page-navigation .store-action-command:hover {
  background: none;
  border: rgb(78, 165, 199) solid 2px;
  text-decoration: none;
}

.store-decorate-button .store-page-navigation .store-action-command:hover .store-action-title {
  color: rgb(78, 165, 199);
}

.store-decorate-silk .store-action-next .store-action-title {
  padding-right: 0;
  font-size: .9em;
}

.store-action-title {
  color: white;
  font-weight: 500;
  font-family: 'Raleway', 'Lato', Helvetica, Arial, sans-serif
}

.store-action-title:hover {
  color: rgb(78, 165, 199);
}

.security-header {
  width: 100%;
  text-align: center;
  padding-top: 2em;
}

.store-payment-method-po-reference {
  padding: 8px 0 0 15px;
}

.store-payment-method-po-reference .core-form-field-body-note {
  padding: .2em;
  margin: 0;
}

.store-order-item-base-title {
  font-weight: 200;
  font-size: 1.8em;
}

.store-order-action-list .store-action-title {
  color: white;
  border: rgb(78, 165, 199) solid 2px;
  background-color: rgb(78, 165, 199);
  border-radius: 0px;
  padding: .6em 2em;
  font-size: 1.2em;
}

.store-order-action-list .store-action-title:hover {
  border: rgb(78, 165, 199) solid 2px;
  background: none;
  text-decoration: none;
  color: rgb(78, 165, 199);
}

.store-action-command:hover .store-action-title{
  color: rgb(78, 165, 199);
}

.store-order-price-value, .store-order-item-price {
  font-size: 1.6em;
  color: rgb(55, 55, 55);
}

.store-order-price-label {
  font-size: 1.4em;
  color: rgb(55, 55, 55);
  padding-top: 0.1em;
}

.store-order-price {
  margin-bottom: .3em;
}

.store-order-action-list li {
  margin-right: 3em;
}

.store-order-action-list {
  padding-top: 1em;
}

.store-order-action-coupon .store-action-input {
  min-width: 200px;
  font-size: 1.4em;
  font-weight: 200;
  margin-left: .5em;
}

.store-section-order-contents {
  padding-bottom: 3em;
  border-bottom: rgb(170, 170, 170) dashed 1px;
}

.store-section-payment-details-cc {
  margin-bottom: 1em;
}

.store-field-cc-number {
  padding-top: 1em;
}

.store-payment-type-title {
  margin-top: .2em;
}

.store-field-cc-expire {
  font-size: 1.2em;
}

select[id="confirm:card_exp_month"], select[id="confirm:card_exp_year"] {
  font-size: 1em;
  width: 100px !important;
}

.store-field-cc-security-code-help .store-action-command .store-action-title {
  font-weight: bold;
  padding-left: 2em;
  color: rgb(55, 55, 55);
}

.store-tooltip {
  border: rgb(78, 165, 199) solid 1px;
}

.store-tooltip table {
  font-size: 1.1em;
  margin: .5em;
}

.store-tooltip table tr td img {
  min-width: 178px;
}

#ccShippingAddressDisplay {
  font-weight: 200;
  font-size: 1.4em;
  line-height: 1.2em;
}

#ccShippingAddressDisplay div:first-child {
  padding-bottom: 2em;
}

#ccShippingAddressDisplay .store-order-action-edit .store-action-command .store-action-title {
  border: rgb(78, 165, 199) solid 1px;
  font-size: 1em;
  background-color: rgb(78, 165, 199);
  border-radius: 0px;
  padding: .6em 2em;
}

#ccShippingAddressDisplay .store-order-action-edit .store-action-command .store-action-title:hover {
  background: rgb(78, 165, 199);
  text-decoration: none;
}

.store-section-payment-details {
  padding-bottom: 3em;
  border-bottom: rgb(170, 170, 170) dashed 1px;
}

.store-order-item-action-delete .store-action-command .store-action-title, .store-order-item-action-quantity-li .store-action-command .store-action-title {
  color: rgb(55, 55, 55);
  padding-right: 1em;
}

.store-order-action-list .store-order-action-order .store-action-command,
.store-order-action-list .store-order-action-coupon .store-action-command {
  background: none;
  border: none;
  margin-bottom: 2em;
}

.store-order-action-list .store-order-action-order .store-action-command:hover,
.store-order-action-list .store-order-action-coupon .store-action-command:hover {
  background: none;
  border: none;
  margin-bottom: 2em;
}

.core-window p, .store-section-delivery div {
  font-size: 1.4em;
  font-weight: 200;
}

.store-vat-help .store-action-command .store-action-title {
  color: rgb(55, 55, 55);
  font-size: .8em;
  padding-left: 1em;
  text-decoration: underline;
}

input[name="confirm:vat_exemption"] {
  min-width: 100px;
  margin-right: 2em;
}

.store-order-price-label {
  width: 80%;
}

.store-order-action-more {
  display: none;
}

.store-order-item-description {
  margin-top: 1em;
}
