.Checkout__Success--Row {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.Checkout__Success--Row:after {
  clear: both;
  content: "";
  display: block;
}
#themeOverride .bnpcheckout__block {
  border: 0;
  border-radius: 0;
  margin-bottom: 2rem;
  padding: 0 0 0;
}
@media (min-width: 31.25em) {
  #themeOverride .bnpcheckout__block {
    box-shadow: 0 0 #e6e6e6;
    background-color: #fff;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    padding: 2rem 1.6rem;
    border: 1px solid #ebebeb;
    border-radius: 0.3rem;
  }
}
@media (min-width: 48em) {
  #themeOverride .bnpcheckout__block-content.step-five,
  #themeOverride .bnpcheckout__block-content.step-four,
  #themeOverride .bnpcheckout__block-content.step-one {
    margin: 0 auto;
    max-width: 48em;
    width: 100%;
  }
}
#themeOverride .bnpcheckout__block-content.step-one {
  text-align: center;
}
#themeOverride .bnpcheckout__block-content.step-one .button {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background-color:#040507;;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #262626;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem 1rem;
}
#themeOverride .bnpcheckout__block-content.step-one .button:disabled {
  opacity: 0.2;
}
#themeOverride .bnpcheckout__block-content.step-one .button:hover {
  background-color: #333;
}
#themeOverride .bnpcheckout__block-content.step-one .button:focus {
  outline: 0;
}
#themeOverride .bnpcheckout__block-content.step-one .button:active {
  box-shadow: none;
}
#themeOverride .bnpcheckout__block-content.step-four .grid {
  margin-bottom: 1.6rem;
}
#themeOverride .bnpcheckout__block-content.step-four .grid:after {
  clear: both;
  content: "";
  display: block;
}
#themeOverride .bnpcheckout__block-content.step-four .col-4-12 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  text-transform: initial;
}
@media (min-width: 37.5em) {
  #themeOverride .bnpcheckout__block-content.step-four .col-4-12 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 0;
    padding: 0.5rem 1.6rem 0 0;
  }
}
#themeOverride .bnpcheckout__block-content.step-four .col-2-12 {
  margin-bottom: 0.8rem;
  padding: 0;
}
@media (min-width: 37.5em) {
  #themeOverride .bnpcheckout__block-content.step-four .col-2-12 {
    margin-left: 37.5%;
  }
}
#themeOverride .bnpcheckout__block-content.step-four .col-2-12:last-child {
  margin-bottom: 0;
}
#themeOverride .bnpcheckout__block-content.step-four .col-2-12.required {
  position: relative;
}
#themeOverride .bnpcheckout__block-content.step-four .col-2-12.required:after {
  content: "\f163";
  color: #ea2b37;
  font-size: 8px;
  font-family: icons;
  left: -0.3em;
  top: -0.3em;
  position: absolute;
}
#themeOverride
  .bnpcheckout__block-content.step-five
  .Checkout__Table--Confirmation {
  border: 0;
  box-shadow: none;
  padding: 0;
}
#themeOverride .bnpcheckout__block-title {
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  line-height: 1.2;
  margin-bottom: 2rem;
  margin-top: 0;
  padding: 0 0 2rem;
  font-size: 1.4rem;
}
@media (min-width: 31.25em) {
  #themeOverride .bnpcheckout__block-title {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media (min-width: 48em) {
  #themeOverride .bnpcheckout__block-title {
    font-size: 2.4rem;
    font-weight: 600;
  }
}
#themeOverride .bnpcheckout__block input[type="email"],
#themeOverride .bnpcheckout__block input[type="password"],
#themeOverride .bnpcheckout__block input[type="phone"],
#themeOverride .bnpcheckout__block input[type="text"],
#themeOverride .bnpcheckout__block textarea {
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  box-shadow: none;
  display: block;
  font-size: 1.4rem;
  font-family: inherit;
  height: auto;
  margin: 0;
  max-width: 100%;
  outline: 0;
  padding: 1rem 1.6rem;
  transition: 0.3s all;
  width: 100%;
}
#themeOverride .bnpcheckout__block input[type="email"]:disabled,
#themeOverride .bnpcheckout__block input[type="password"]:disabled,
#themeOverride .bnpcheckout__block input[type="phone"]:disabled,
#themeOverride .bnpcheckout__block input[type="text"]:disabled,
#themeOverride .bnpcheckout__block textarea:disabled {
  color: #d9d9d9;
  border-color: #f2f2f2;
}
#themeOverride .bnpcheckout__block input[type="email"]:focus,
#themeOverride .bnpcheckout__block input[type="password"]:focus,
#themeOverride .bnpcheckout__block input[type="phone"]:focus,
#themeOverride .bnpcheckout__block input[type="text"]:focus,
#themeOverride .bnpcheckout__block textarea:focus {
  border: 1px solid #0d3567;
  box-shadow: 0 0 #0d3567;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  outline: 0;
}
#themeOverride .bnpcheckout__block input[type="checkbox"] {
  display: none;
}
#themeOverride .bnpcheckout__block input[type="checkbox"] + span {
  vertical-align: middle;
}
#themeOverride .bnpcheckout__block input[type="checkbox"] + span:before {
  content: "";
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  display: inline-block;
  height: 1.6rem;
  margin-right: 1rem;
  position: relative;
  transition: 0.3s all;
  top: 0.25rem;
  width: 1.6rem;
}
#themeOverride
  .bnpcheckout__block
  input[type="checkbox"]:checked
  + span:before {
  border-color: transparent;
  background-color: #7bba2a;
}
#themeOverride .bnpcheckout__block .hint {
  display: block !important;
  font-size: 1.3rem;
  margin-top: 0.8rem;
  text-transform: none;
}
#themeOverride .bnpcheckout__block .grid:after {
  clear: both;
  content: "";
  display: block;
}
#themeOverride .bnpcheckout__block .bnp-progress-row {
  text-align: center;
}
#themeOverride .bnpcheckout__city-block__input-block {
  margin-bottom: 1.6rem;
}
#themeOverride .bnpcheckout__city-name {
  font-weight: 400;
  margin-bottom: 1.6rem;
  text-align: center;
}
#themeOverride .bnpcheckout__form-submit {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem 1rem;
  margin-top: 2rem;
}
#themeOverride .bnpcheckout__form-submit:disabled {
  opacity: 0.2;
}
#themeOverride .bnpcheckout__form-submit:hover {
  background: #63a503;
}
#themeOverride .bnpcheckout__form-submit:focus {
  outline: 0;
}
#themeOverride .bnpcheckout__form-submit:active {
  box-shadow: none;
}
#themeOverride .bnpcheckout__order {
  font-size: 1.4rem;
  line-height: 1.5;
}
#themeOverride .bnpcheckout__order a {
  color:#040507;;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  text-decoration: underline;
}
#themeOverride .bnpcheckout__order a:hover {
  color: #7bba2a;
}
#themeOverride .bnpcheckout__panel {
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 #e6e6e6;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  padding: 1.6rem;
  margin-bottom: 2rem;
}
#themeOverride .bnpcheckout__panel:last-child {
  margin-bottom: 0;
}
#themeOverride .bnpcheckout__panel.selected {
  border: 1px solid #0d3567;
  box-shadow: 0 0 #0d3567;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
#themeOverride .bnpcheckout__panel.selected .button {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background-color:#040507;;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #262626;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem 1rem;
}
#themeOverride .bnpcheckout__panel.selected .button:disabled {
  opacity: 0.2;
}
#themeOverride .bnpcheckout__panel.selected .button:hover {
  background-color: #333;
}
#themeOverride .bnpcheckout__panel.selected .button:focus {
  outline: 0;
}
#themeOverride .bnpcheckout__panel.selected .button:active {
  box-shadow: none;
}
#themeOverride .bnpcheckout__plugin-desc {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 2rem 0 0 0;
}
#themeOverride .bnpcheckout__plugin-desc a {
  color:#040507;;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  text-decoration: underline;
}
#themeOverride .bnpcheckout__plugin-desc a:hover {
  color: #7bba2a;
}
#themeOverride .bnpcheckout__plugin-info {
  margin-top: 2rem;
}
#themeOverride .bnpcheckout__plugin-info .col-6-12:first-child {
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: initial;
}
#themeOverride .bnpcheckout__plugin-info .col-6-12:first-child > span {
  display: block;
  margin-top: 0.3rem;
  font-weight: 700;
  text-transform: none;
}
#themeOverride .bnpcheckout__plugin-info .col-6-12:last-child {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 1.6rem;
  text-transform: initial;
}
#themeOverride .bnpcheckout__plugin-info .col-6-12:last-child > span {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 1rem;
  text-transform: none;
}
@media (min-width: 48em) {
  #themeOverride .bnpcheckout__plugin-info .col-6-12 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding: 0;
  }
  #themeOverride .bnpcheckout__plugin-info .col-6-12:first-child {
    padding-right: 0.8rem;
  }
  #themeOverride .bnpcheckout__plugin-info .col-6-12:first-child span {
    display: inline-block;
  }
  #themeOverride .bnpcheckout__plugin-info .col-6-12:last-child {
    margin-top: 0;
    padding-left: 0.8rem;
    text-align: right;
  }
}
#themeOverride .bnpcheckout__plugin-name {
  margin-bottom: 1.6rem;
}
#themeOverride .bnpcheckout__plugin-name label {
  display: block;
  font-weight: 400;
}
#themeOverride .bnpcheckout__plugin-name label > span {
  display: inline-block;
}
#themeOverride .bnpcheckout__plugin-name label > span:before {
  margin-right: 1rem;
}
#themeOverride .bnpcheckout__plugin-select {
  margin-bottom: 1.6rem;
}
#themeOverride .bnpcheckout__register {
  line-height: 1.5;
  padding-right: 0 !important;
  width: 100% !important;
}
#themeOverride .select2 {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
#themeOverride .select2-hidden-accessible {
  position: static !important;
}
#themeOverride .select2-container .selection:focus {
  outline: 0;
}
#themeOverride .select2-container {
  max-width: none;
  min-width: auto;
  width: 100% !important;
}
#themeOverride .select2-container--default .select2-results__option {
  transition: 0.3s all;
}
#themeOverride
  .select2-container--default
  .select2-results__option[aria-selected="true"] {
  background-color: #f5f5f5;
}
#themeOverride
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #7bba2a;
}
#themeOverride .select2-dropdown {
  border: 1px solid #ebebeb;
  border-top: 0;
  max-width: 230px;
}
@media (min-width: 30em) {
  #themeOverride .select2-dropdown {
    max-width: 525px;
  }
}
#themeOverride .select2-search__field {
  border: 1px solid #ebebeb;
  border-radius: 0.3rem;
  padding: 0.8rem 1rem;
  margin: 0.2rem 0;
}
#themeOverride .select2-search__field:focus {
  border-color: #7bba2a;
  outline: 0;
}
#themeOverride .select2-selection {
  margin-bottom: 0 !important;
}
#themeOverride .select2-selection--single {
  border: 1px solid #ebebeb;
  height: auto;
  margin-bottom: 0 !important;
  padding: 1rem 1.6rem;
}
#themeOverride .select2-selection--single:focus {
  outline: 0;
}
#themeOverride .select2-selection__arrow {
  right: 0.5rem;
  top: 0.5rem;
}
#themeOverride .select2-selection__rendered {
  line-height: 1;
  margin-bottom: 0 !important;
  padding-left: 0;
  min-height: 1.4rem;
}
#themeOverride [id*="np2_address_shipping_fields"],
#themeOverride [id*="np2_cities_"],
#themeOverride [id*="np2_custom_street"],
#themeOverride [id*="np2_street_select"],
#themeOverride [id*="np2_wh_select"],
#themeOverride [id*="np2_wh_shipping_fields"] {
  display: block;
}
#themeOverride .cartOS .checkout-step {
  padding: 2rem 1rem;
}
@media (min-width: 48em) {
  #themeOverride .cartOS .checkout-step {
    padding: 2rem 1.6rem;
  }
}
#themeOverride .cartOS .Checkout__Method--Info {
  display: none;
}
#themeOverride .cartOS .Checkout__Method--Span:before {
  font-size: 0.8em;
  line-height: 2.2;
  height: 3rem;
  width: 3rem;
}
#themeOverride .cartOS .Checkout__Method--Span span {
  font-size: 1.4rem !important;
  vertical-align: middle;
}
#themeOverride .cartOS .Checkout__Input--Checkbox {
  display: none;
}
#themeOverride .cartOS-emarket__method--info:after {
  clear: both;
  content: "";
  display: block;
}
#themeOverride .cartOS-emarket__method--info > h3 {
  max-width: none;
  margin: 0 0 1.6rem 0;
  width: 100%;
}
@media (min-width: 48em) {
  #themeOverride .cartOS-emarket__method--info > h3 {
    float: left;
    width: 62.5%;
    padding-right: 1.6rem;
    margin: 0;
  }
}
#themeOverride .cartOS-emarket__method--info > h3 label {
  display: block;
  width: 100%;
  padding-left: 4rem;
  position: relative;
}
#themeOverride .cartOS-emarket__method--info > h3 label input[type="radio"] {
  display: none;
}
#themeOverride
  .cartOS-emarket__method--info
  > h3
  label
  input[type="radio"]
  + span {
  vertical-align: middle;
}
#themeOverride
  .cartOS-emarket__method--info
  > h3
  label
  input[type="radio"]
  + span:before {
  content: "";
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  display: inline-block;
  height: 1.6rem;
  margin-right: 1rem;
  position: relative;
  transition: 0.3s all;
  top: 0.25rem;
  width: 1.6rem;
}
#themeOverride
  .cartOS-emarket__method--info
  > h3
  label
  input[type="radio"]:checked
  + span:before {
  border-color: transparent;
  background-color: #7bba2a;
}
#themeOverride
  .cartOS-emarket__method--info
  > h3
  label
  input[type="radio"]
  + span {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
}
#themeOverride
  .cartOS-emarket__method--info
  > h3
  label
  input[type="radio"]
  + span:before {
  content: "";
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  color: #fff;
  display: inline-block;
  height: 3rem;
  left: 0;
  line-height: 1.8;
  margin-right: 1rem;
  position: absolute;
  text-align: center;
  top: -0.6rem;
  transition: 0.3s all;
  width: 3rem;
}
#themeOverride
  .cartOS-emarket__method--info
  > h3
  label
  input[type="radio"]:checked
  + span:before {
  content: "\f16e";
  font-family: icons;
}
#themeOverride .cartOS-emarket__method--info > h3 img {
  float: right;
  margin: 0 1.6rem 0 0;
  width: 4rem;
}
#themeOverride .cartOS__affiliateLeft {
  float: none;
  width: 100%;
}
#themeOverride .cartOS__affiliateRight {
  float: none;
  margin-top: 0.5rem;
  width: 100%;
}
#themeOverride .cartOS__affiliate_border p {
  border: 0;
  padding: 0;
  text-align: inherit;
}
#themeOverride .cartOS__affiliate a {
  color:#040507;;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  text-decoration: underline;
}
#themeOverride .cartOS__affiliate a:hover {
  color: #7bba2a;
}
#themeOverride .cartOS__bl:last-of-type {
  margin-bottom: 0;
}
#themeOverride .cartOS__button {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem 2rem;
}
#themeOverride .cartOS__button:disabled {
  opacity: 0.2;
}
#themeOverride .cartOS__button:hover {
  background: #63a503;
}
#themeOverride .cartOS__button:focus {
  outline: 0;
}
#themeOverride .cartOS__button:active {
  box-shadow: none;
}
#themeOverride .cartOS__button {
  height: auto;
  line-height: 1;
}
#themeOverride .cartOS__button ~ p {
  line-height: 1.4;
  margin: 0;
}
#themeOverride .cartOS__button ~ p a {
  color:#040507;;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  color: #7bba2a;
}
#themeOverride .cartOS__button ~ p a:hover {
  color: #7bba2a;
}
#themeOverride .cartOS__button + p {
  margin-top: 2rem;
}
#themeOverride .cartOS__cart h1 {
  margin: 0;
  padding: 0;
  color:#040507;;
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 2rem;
  text-align: center;
}
#themeOverride .cartOS__cart h1:focus {
  outline: 0;
}
#themeOverride .cartOS__cart {
  font-size: 1.4rem;
}
#themeOverride .cartOS__cart ~ .cartOS__checkout {
  margin-top: 2rem;
}
#themeOverride .cartOS__cartDelete {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media (max-width: 30em) {
  #themeOverride .cartOS__cartItem:first-child {
    display: none;
  }
}
#themeOverride .cartOS__cartName {
  font-size: 1.4rem;
}
#themeOverride .cartOS__cartPrice,
#themeOverride .cartOS__cartPrice_all {
  font-size: 1.6rem;
}
#themeOverride .cartOS__cartRight {
  float: none;
  width: 100%;
}
#themeOverride .cartOS__cartW {
  font-size: 1.3rem;
  padding: 0 0.8rem;
}
@media (max-width: 30em) {
  #themeOverride .cartOS__cartW:not(:last-child) {
    margin-bottom: 1rem;
    width: 100%;
  }
}
#themeOverride .cartOS__cartW:first-child {
  padding-left: 0;
}
#themeOverride .cartOS__cartW:last-child {
  padding-right: 0;
}
@media (max-width: 30em) {
  #themeOverride .cartOS__cartW3 {
    margin-bottom: 1rem;
    width: 100%;
  }
}
@media (max-width: 30em) {
  #themeOverride .cartOS__cartW6 {
    margin-bottom: 0 !important;
  }
}
#themeOverride .cartOS__checkout h1 {
  margin: 0;
  padding: 0;
  color:#040507;;
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 2rem;
  text-align: center;
}
#themeOverride .cartOS__checkout h1:focus {
  outline: 0;
}
#themeOverride .cartOS__comment {
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  box-shadow: none;
  display: block;
  font-size: 1.4rem;
  font-family: inherit;
  height: auto;
  margin: 0;
  max-width: 100%;
  outline: 0;
  padding: 1rem 1.6rem;
  transition: 0.3s all;
  width: 100%;
  margin-bottom: 1rem;
}
#themeOverride .cartOS__comment:disabled {
  color: #d9d9d9;
  border-color: #f2f2f2;
}
#themeOverride .cartOS__comment:focus {
  border: 1px solid #0d3567;
  box-shadow: 0 0 #0d3567;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  outline: 0;
}
#themeOverride .cartOS__count .Cart__Input--Qty {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
#themeOverride .cartOS__dop {
  border-top: 1px dashed #ebebeb;
  border-radius: 0 0 0.3rem 0.3rem;
  background-color: #fff;
  margin: 2rem -1.6rem -2rem;
  padding: 1.6rem;
}
@media (max-width: 63.9375em) {
  #themeOverride .cartOS__dop {
    margin: 2rem 0 0;
  }
}
#themeOverride .cartOS__form .wa-form {
  margin-top: 2rem;
}
#themeOverride .cartOS__form .wa-form .wa-field {
  margin-bottom: 1rem;
}
#themeOverride .cartOS__form .wa-form .wa-field:after {
  clear: both;
  content: "";
  display: block;
}
#themeOverride .cartOS__form .wa-form .wa-field:last-child {
  margin-bottom: 0;
}
#themeOverride .cartOS__form .wa-form .wa-field.service-agreement-wrapper {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  width: 100%;
}
#themeOverride
  .cartOS__form
  .wa-form
  .wa-field.service-agreement-wrapper
  .wa-value {
  text-align: right;
  width: 100%;
}
#themeOverride
  .cartOS__form
  .wa-form
  .wa-field.service-agreement-wrapper
  .wa-value
  label {
  font-size: 1.4rem;
}
#themeOverride
  .cartOS__form
  .wa-form
  .wa-field.service-agreement-wrapper
  input {
  -webkit-appearance: checkbox;
  margin: 0 0.3rem 0 0;
  vertical-align: middle;
}
#themeOverride .cartOS__form .wa-form .wa-field .wa-name {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding: 0;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  #themeOverride .cartOS__form .wa-form .wa-field .wa-name {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 0;
    padding-left: 0;
  }
}
#themeOverride .cartOS__form .wa-form .wa-field .Checkout__Checkbox--SignUp {
  display: none;
}
#themeOverride .cartOS__form .wa-form .wa-field .Checkout__Col--AskForSignUp {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 48em) {
  #themeOverride .cartOS__form .wa-form .wa-field .Checkout__Col--AskForSignUp {
    float: right;
    padding: 0;
    width: 62.5%;
  }
}
#themeOverride .cartOS__form .wa-form .wa-field .wa-value {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  #themeOverride .cartOS__form .wa-form .wa-field .wa-value {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding: 0;
  }
}
#themeOverride .cartOS__form .wa-form .wa-field .wa-value input[type="radio"] {
  -webkit-appearance: radio;
  display: initial;
}
#themeOverride .cartOS__form .wa-form .wa-field .wa-value input[type="email"],
#themeOverride
  .cartOS__form
  .wa-form
  .wa-field
  .wa-value
  input[type="password"],
#themeOverride .cartOS__form .wa-form .wa-field .wa-value input[type="text"],
#themeOverride .cartOS__form .wa-form .wa-field .wa-value select {
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  box-shadow: none;
  display: block;
  font-size: 1.4rem;
  font-family: inherit;
  height: auto;
  margin: 0;
  max-width: 100%;
  outline: 0;
  padding: 1rem 1.6rem;
  transition: 0.3s all;
  width: 100%;
  min-width: auto;
  width: 100% !important;
}
#themeOverride
  .cartOS__form
  .wa-form
  .wa-field
  .wa-value
  input[type="email"]:disabled,
#themeOverride
  .cartOS__form
  .wa-form
  .wa-field
  .wa-value
  input[type="password"]:disabled,
#themeOverride
  .cartOS__form
  .wa-form
  .wa-field
  .wa-value
  input[type="text"]:disabled,
#themeOverride .cartOS__form .wa-form .wa-field .wa-value select:disabled {
  color: #d9d9d9;
  border-color: #f2f2f2;
}
#themeOverride
  .cartOS__form
  .wa-form
  .wa-field
  .wa-value
  input[type="email"]:focus,
#themeOverride
  .cartOS__form
  .wa-form
  .wa-field
  .wa-value
  input[type="password"]:focus,
#themeOverride
  .cartOS__form
  .wa-form
  .wa-field
  .wa-value
  input[type="text"]:focus,
#themeOverride .cartOS__form .wa-form .wa-field .wa-value select:focus {
  border: 1px solid #0d3567;
  box-shadow: 0 0 #0d3567;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  outline: 0;
}
#themeOverride .cartOS__form .wa-form .wa-field .wa-value p > span {
  margin-bottom: 0.8rem;
}
#themeOverride .cartOS__form .wa-form .wa-field .wa-value p > span span {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  text-transform: initial;
}
#themeOverride .cartOS__info {
  border-radius: 0.3rem;
  padding: 2rem 1.6rem;
}
@media (max-width: 63.9375em) {
  #themeOverride .cartOS__info {
    padding: 2rem 1rem;
    position: relative !important;
    top: 0 !important;
    width: 100%;
  }
}
#themeOverride .cartOS__info .cartOS__title {
  margin-bottom: 1.6rem;
}
#themeOverride .cartOS__info .cartOS__title svg {
  display: none;
}
#themeOverride .cartOS__infoBl {
  padding: 0;
}
#themeOverride .cartOS__list {
  padding: 0;
}
#themeOverride .cartOS__list_shipping .shipping-rates {
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  box-shadow: none;
  display: block;
  font-size: 1.4rem;
  font-family: inherit;
  height: auto;
  margin: 0;
  max-width: 100%;
  outline: 0;
  padding: 1rem 1.6rem;
  transition: 0.3s all;
  width: 100%;
  margin-top: 1.6rem;
}
#themeOverride .cartOS__list_shipping .shipping-rates:disabled {
  color: #d9d9d9;
  border-color: #f2f2f2;
}
#themeOverride .cartOS__list_shipping .shipping-rates:focus {
  border: 1px solid #0d3567;
  box-shadow: 0 0 #0d3567;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  outline: 0;
}
#themeOverride .cartOS__list li {
  border-color: #ebebeb;
  margin: 0 0 1rem;
  padding: 2rem 1.6rem 1.6rem;
  text-align: left;
}
#themeOverride .cartOS__list li .clear-both {
  padding: 0 !important;
}
#themeOverride .cartOS__list li:hover {
  background-color: transparent;
}
#themeOverride .cartOS__list li[class*="active"] {
  border-color: #7bba2a;
  background-color: transparent;
}
#themeOverride .cartOS__list li[class*="active"] .Checkout__Method--Form {
  display: block;
}
#themeOverride .cartOS__list li[class*="active"] .Checkout__Method--Info {
  display: block;
}
#themeOverride .cartOS__list li:last-child {
  margin-bottom: 0;
}
#themeOverride .cartOS__list li > p {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 0 !important;
  margin-top: 1.6rem;
}
#themeOverride .cartOS__list li > p a {
  color:#040507;;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  text-decoration: underline;
}
#themeOverride .cartOS__list li > p a:hover {
  color: #7bba2a;
}
#themeOverride .cartOS__list li .rate {
  display: block;
  float: none;
  margin: 0 0 1.6rem 0;
  width: 100%;
  text-align-last: left;
}
@media (min-width: 48em) {
  #themeOverride .cartOS__list li .rate {
    float: right;
    margin: 0;
    width: 37.5%;
  }
}
#themeOverride .cartOS__list li .rate .price {
  font-weight: 700;
  font-size: 2rem !important;
}
#themeOverride .cartOS__list li .rate .hint {
  color:#040507;
  display: block;
  font-size: 1.2rem !important;
  margin-top: 0.8rem;
  width: 100%;
}
#themeOverride .cartOS__list li .rate .hint br:first-child {
  display: none;
}
#themeOverride .cartOS__list li .rate .hint .est_delivery {
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 0.3rem;
}
#themeOverride .cartOS__list li .wa-form .wa-value div {
  max-width: none;
  min-width: auto;
  width: 100%;
}
@media (max-width: 63.9375em) {
  #themeOverride .cartOS__left {
    float: none;
    width: 100%;
  }
}
@media (min-width: 64em) {
  #themeOverride .cartOS__left {
    float: left;
    width: calc(100% - 340px);
  }
}
@media (max-width: 63.9375em) {
  #themeOverride .cartOS__right {
    float: none;
    margin-top: 2rem;
    width: 100%;
  }
}
@media (min-width: 64em) {
  #themeOverride .cartOS__right {
    float: right;
    width: 320px;
  }
}
#themeOverride .cartOS__table {
  padding: 0;
  margin-bottom: 2rem;
}
#themeOverride .cartOS__table .table td {
  border-bottom: 1px solid #ebebeb;
  padding: 0.3rem 0;
}
@media (max-width: 63.9375em) {
  #themeOverride .cartOS__table .table td {
    border: 0;
    border-bottom: 1px solid #ebebeb;
  }
}
#themeOverride .cartOS__table .table td h3 {
  font-size: 1.1rem;
  margin-bottom: 0;
  padding-right: 0.4rem;
}
#themeOverride .cartOS__table .table td:nth-child(2),
#themeOverride .cartOS__table .table td:nth-child(3) {
  font-size: 1.2rem;
  min-width: 5rem;
  text-align: right;
  white-space: nowrap;
}
#themeOverride .cartOS__table .table td:nth-child(3) {
  display: none;
  font-weight: 700;
}
#themeOverride .cartOS__title {
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  line-height: 1.2;
  margin-bottom: 2rem;
  margin-top: 0;
  padding: 0 0 2rem;
  border-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 48em) {
  #themeOverride .cartOS__title {
    font-size: 2.4rem;
    font-weight: 600;
  }
}
#themeOverride .cartOS__title:hover svg {
  fill: #124c95;
}
#themeOverride .cartOS__title svg {
  display: none;
  fill: #124c95;
  transform: translateY(-100%);
}
#themeOverride .cartOS .your-cart-is-empty {
  margin-bottom: -50px;
}
#themeOverride .cartOS .your-cart-is-empty h1 {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 2rem;
  color:#040507;;
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 2rem;
}
#themeOverride .cartOS .your-cart-is-empty h1:focus {
  outline: 0;
}
.Cart__Actions:after {
  clear: both;
  content: "";
  display: block;
}
.Cart__Actions--Plugins {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}
.Cart__Actions--Plugins.-Widget {
  margin-top: 1.6rem;
}
.Cart__Box--Empty p {
  font-size: 1.4rem;
  margin: 0;
}
.Cart__Box--Empty p + p {
  margin-top: 1rem;
}
#themeOverride .cartOS__affiliate,
#themeOverride .cartOS__cartRight,
.Cart__Box--Loading,
.Cart__Box--Total,
.Cart__Box--Wholesale {
  box-shadow: 0 0 #e0e0e0;
  background-color: #fafafa;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  border-radius: 0.3rem;
  color:#040507;;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding: 1.6rem 1rem;
  text-align: right;
}
.Cart__Box--Loading {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  text-align: center;
}
.Cart__Box--Loading .Spinner__Bars {
  display: inline-block;
}
.Cart__Box--Wholesale {
  box-shadow: 0 0 #ce1420;
  background-color: #ea2b37;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  color: #fff;
  display: none;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.Cart__Box--Wholesale.active {
  display: block;
}
.Cart__Col--Actions {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-bottom: 1rem;
  min-height: 1px;
  padding: 0;
}
@media (min-width: 42.5em) {
  .Cart__Col--Actions {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 0;
  }
}
.Cart__Col--Actions #wholesale-cart-loading {
  display: none !important;
}
.Cart__Col--Actions:first-child,
.Cart__Col--Actions:last-child {
  padding: 0;
}
.Cart__Col--Actions:last-child {
  margin-bottom: 0;
}
.Cart__Col--Bonus {
  text-align: center;
}
@media (min-width: 37.5em) {
  .Cart__Col--Bonus {
    text-align: right;
  }
}
.Cart__Col--Service {
  margin: 1rem 0 0;
  text-align: left;
}
.Cart__Col--Coupon {
  text-align: center;
}
@media (min-width: 37.5em) {
  .Cart__Col--Coupon {
    text-align: right;
  }
}
.Cart__Col--Coupon--Clear {
  margin-top: 1rem;
}
.Cart__Delete--Item {
  background: 0 0 !important;
  color:#040507;
  display: block;
  font-size: 0.8em;
  padding: 0.3rem;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  transition: 0.3s all;
}
.Cart__Delete--Item:hover {
  color: #ea2b37;
}
.Cart__Description {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 62em) {
  .Cart__Description {
    width: 40%;
    padding: 0 1.6rem;
  }
}
.Cart__Error--Item {
  color: red;
  clear: both;
  font-size: 1.3rem !important;
  margin-top: 1.6rem;
  padding: 0 1.6rem;
}
.Cart__Error--Coupon {
  color: #ea2b37;
  font-size: 1.2rem;
  margin-top: 1rem;
  text-transform: initial;
}
.Cart__Figure {
  border-bottom: 1px solid #e6e6e6;
  padding: 1.6rem;
  display: inline-block;
  margin-bottom: 1.6rem;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 38.75em) {
  .Cart__Figure {
    border-bottom: 0;
    margin-bottom: 0;
    width: 18.75%;
  }
}
@media (min-width: 62em) {
  .Cart__Figure {
    width: 6.25%;
  }
}
#themeOverride .cartOS__cartItem,
.Cart__Item {
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 #e6e6e6;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  border-color: #e6e6e6;
  border-radius: 0.3rem;
  font-size: 0;
  margin-bottom: 1.4rem;
  padding: 1.5rem 1rem;
  position: relative;
  text-align: center;
}
@media (min-width: 38.75em) {
  #themeOverride .cartOS__cartItem,
  .Cart__Item {
    text-align: left;
  }
}
#themeOverride .cartOS__cartItem:after,
.Cart__Item:after {
  clear: both;
  content: "";
  display: block;
}
#themeOverride .-Error.cartOS__cartItem,
.Cart__Item.-Error {
  border-color: #ea2b37;
  box-shadow: 0 0 #ea2b37;
}
#themeOverride .cartOS__cartItem > *,
.Cart__Item > * {
  font-size: 1.6rem;
}
.Cart__Image {
  max-width: 50%;
  display: inline-block;
}
@media (min-width: 38.75em) {
  .Cart__Image {
    max-width: 100%;
  }
}
.Cart__Link {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
}
.Cart__Link {
  display: inline-block;
  font-weight: 400;
  margin-right: 0.2rem;
  vertical-align: middle;
}
.Cart__Link:hover {
  text-decoration: underline;
}
.Cart__Link--ToStore {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background-color: #f2f2f2;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #d9d9d9;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
}
.Cart__Link--ToStore:disabled {
  opacity: 0.2;
}
.Cart__Link--ToStore:hover {
  background-color: #e6e6e6;
}
.Cart__Link--ToStore:focus {
  outline: 0;
}
.Cart__Link--ToStore:active {
  box-shadow: none;
}
.Cart__Link--ToStore {
  color:#040507;;
  font-size: 1em;
  display: block;
  padding: 1rem;
}
.Cart__Link--Checkout {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  color: #fff;
  font-size: 1em;
  display: block;
  padding: 1rem;
  width: 100%;
}
.Cart__Link--Checkout:disabled {
  opacity: 0.2;
}
.Cart__Link--Checkout:hover {
  background: #63a503;
}
.Cart__Link--Checkout:focus {
  outline: 0;
}
.Cart__Link--Checkout:active {
  box-shadow: none;
}
.Cart__Link--Checkout.-Reduced {
  font-size: 1.3rem;
  padding: 0.5rem 1.6rem;
}
.Cart__Link--Checkout.-Inline {
  display: inline-block;
  width: auto;
}
.Cart__Link--Cart {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  padding: 1rem;
  width: auto;
}
.Cart__Link--Cart:disabled {
  opacity: 0.2;
}
.Cart__Link--Cart:hover {
  background: #63a503;
}
.Cart__Link--Cart:focus {
  outline: 0;
}
.Cart__Link--Cart:active {
  box-shadow: none;
}
.Cart__Link--Cart.-Reduced {
  font-size: 1.3rem;
  padding: 0.5rem 1.6rem;
}
.Cart__Link--Clear {
  color:#040507;;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  text-decoration: underline;
  font-size: 1.2rem;
}
.Cart__Link--Clear:hover {
  color: #7bba2a;
}
.Cart__List:after {
  clear: both;
  content: "";
  display: block;
}
.Cart__Price--Bunch,
.Cart__Price--Piece {
  display: block;
  font-size: 1.2em;
  top: 0;
  position: relative;
  vertical-align: middle;
}
@media (min-width: 38.75em) {
  .Cart__Price--Bunch,
  .Cart__Price--Piece {
    display: inline-block;
  }
}
.Cart__Price--Piece.-NoQuantity:after {
  display: none;
}
.Cart__Price--Piece:after {
  content: "\f133";
  color: #bfbfbf;
  display: none;
  font-family: icons;
  font-size: 0.4em;
  margin: 0 0 0 1.8rem;
  vertical-align: 0.5rem;
}
@media (min-width: 38.75em) {
  .Cart__Price--Piece:after {
    display: inline-block;
  }
}
.Cart__Price--Bunch {
  min-width: 15rem;
}
.Cart__Price--Bunch:before {
  display: inline-block;
  color: #bfbfbf;
  border-bottom: 0;
  font-size: 1em;
  margin: 0 1.8rem 0 0;
  vertical-align: 0.2rem;
}
.Cart__Pricing {
  display: inline-block;
  padding-top: 1rem;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 62em) {
  .Cart__Pricing {
    width: 60%;
    padding: 0 1.6rem;
    text-align: right;
  }
}
.Cart__Remove {
  bottom: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: right;
}
.Cart__Right {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 38.75em) {
  .Cart__Right {
    margin-bottom: 0;
    padding-left: 1.6rem;
    width: 81.25%;
  }
}
@media (min-width: 62em) {
  .Cart__Right {
    width: 93.75%;
  }
}
.Cart__Right > * {
  font-size: 1.6rem;
}
.Cart__Row--Bonus {
  margin-bottom: 1rem;
}
.Cart__Sku {
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border-radius: 0.3rem;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
  padding: 0.5rem;
}
.Cart__Text {
  margin: 0;
  padding: 0;
}
.Cart__Text:focus {
  outline: 0;
}
.Cart__Text--Bonus {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.Cart__Text--BonusInfo {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.Cart__Text--BonusInfo .bonus_val {
  font-weight: 700;
}
.Cart__Text--Code {
  box-shadow: 0 0 #a6a6a6;
  background-color: #bfbfbf;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.Cart__Text--Code {
  border-radius: 0.3rem;
  display: inline-block;
  color: #fff;
  font-size: 0.7em;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.5rem;
}
.Cart__Text--Equals {
  border-bottom: 0;
  color: #bfbfbf;
  display: none;
  font-size: 1.4em;
  margin: 0 1.5rem 0 0;
  vertical-align: middle;
}
@media (min-width: 38.75em) {
  .Cart__Text--Equals {
    display: inline-block;
  }
}
.Cart__Title {
  margin: 0;
  padding: 0;
  font-size: 1em;
  margin-bottom: 0;
}
.Cart__Title:focus {
  outline: 0;
}
.Cart__Title--Bonus {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.Cart__Title__Coupon {
  display: block;
  font-size: 1.4rem;
}
@media (min-width: 37.5em) {
  .Cart__Title__Coupon {
    display: inline-block;
    vertical-align: middle;
  }
}
.Cart__Total {
  font-size: 1.6em;
  margin-left: 1rem;
}
.Cart__Total--Bonus {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 1rem;
  text-transform: initial;
}
.Checkout__Affiliate--Text {
  font-size: 1.3rem;
  margin-top: 1rem;
}
.Checkout__Box--AskForPersonalData {
  margin-top: 2.4rem;
}
.Checkout__Box--AskForPersonalData:after {
  clear: both;
  content: "";
  display: block;
}
.Checkout__Box--AskForSignUp:after {
  clear: both;
  content: "";
  display: block;
}
.Checkout__Box--Buttons {
  margin-top: 2rem;
  padding-bottom: 0;
}
.Checkout__Box--Buttons:after {
  clear: both;
  content: "";
  display: block;
}
.Checkout__Box--Buttons #wholesale-shipping-loading {
  display: none !important;
}
.Checkout__Box--Buttons .errormsg {
  clear: both;
  color: #ea2b37;
  display: block;
  font-size: 1.8rem;
  font-style: normal;
  padding-top: 1.6rem;
}
.Checkout__Box--Login {
  margin-bottom: 2rem;
  text-align: right;
}
.Checkout__Box--Terms {
  margin-top: 2rem;
}
.Checkout__Button--Login {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem;
}
.Checkout__Button--Login:disabled {
  opacity: 0.2;
}
.Checkout__Button--Login:hover {
  background: #63a503;
}
.Checkout__Button--Login:focus {
  outline: 0;
}
.Checkout__Button--Login:active {
  box-shadow: none;
}
.Checkout__Button--Back {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #dbdbdb;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  color:#040507;;
  float: left;
  font-size: 1.4rem;
  padding: 1rem;
}
.Checkout__Button--Back:disabled {
  opacity: 0.2;
}
.Checkout__Button--Back:hover {
  background-color: #e8e8e8;
}
.Checkout__Button--Back:focus {
  outline: 0;
}
.Checkout__Button--Back:active {
  box-shadow: none;
}
.Checkout__Button--Next {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  color: #fff;
  float: right;
  font-size: 1.4rem;
  padding: 1rem;
}
.Checkout__Button--Next:disabled {
  opacity: 0.2;
}
.Checkout__Button--Next:hover {
  background: #63a503;
}
.Checkout__Button--Next:focus {
  outline: 0;
}
.Checkout__Button--Next:active {
  box-shadow: none;
}
.Checkout__Col--AskForSignUp {
  width: 100%;
}
@media (min-width: 37.5em) {
  .Checkout__Col--AskForSignUp {
    float: right;
    width: 60%;
  }
}
.Checkout__Empty--Message {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.Checkout__Empty--Links .Cart__Link--Checkout {
  display: inline-block;
  width: auto;
}
.Checkout__Error--Legal {
  margin: 0;
  padding: 0;
  color: #ed1c24;
  display: block;
  font-size: 0.8em;
  font-style: normal;
  margin-top: 0.4rem;
  margin-left: 2.5rem;
}
.Checkout__Error--Legal:focus {
  outline: 0;
}
.Checkout__Figure--Error {
  margin: 0 auto 1.6rem;
  width: 12.5em;
}
.Checkout__Header--Table {
  display: none;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
}
@media (min-width: 48em) {
  .Checkout__Header--Table {
    display: block;
  }
}
.Checkout__Header--Table:after {
  clear: both;
  content: "";
  display: block;
}
.Checkout__Header--Table.-Taxable .Checkout__Column--Name {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 43.75%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.Checkout__Header--Table.-Taxable .Checkout__Column--Pricing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18.75%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.Checkout__Header--Table.-Taxable .Checkout__Column--Tax {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18.75%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.Checkout__Header--Table.-Taxable .Checkout__Column--Total {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18.75%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.Checkout__Column--Comment {
  margin-top: 2rem;
}
.Checkout__Column--Name {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-bottom: 0.5rem;
  min-height: 1px;
  padding: 0;
}
@media (min-width: 48em) {
  .Checkout__Column--Name {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.Checkout__Column--Name.-Service {
  color:#040507;
  font-size: 1.4rem;
  padding-left: 1rem;
}
.Checkout__Column--Pricing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding: 0;
}
@media (min-width: 48em) {
  .Checkout__Column--Pricing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18.75%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    text-align: right;
  }
}
.Checkout__Column--Pricing.-Service {
  color:#040507;
  font-size: 1.4rem;
  padding-left: 1rem;
}
.Checkout__Column--Tax {
  text-align: right;
}
.Checkout__Column--Total {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-weight: 700;
  padding: 0;
}
@media (min-width: 48em) {
  .Checkout__Column--Total {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18.75%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-weight: 400;
    padding-right: 0;
    text-align: right;
  }
}
.Checkout__Column--Total.-Service {
  color:#040507;
  font-size: 1.4rem;
  padding-left: 1rem;
}
.Checkout__Column--Title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .Checkout__Column--Title {
    margin-left: 18.75%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 0;
    padding-left: 0;
    text-align: right;
  }
}
.Checkout__Column--Title.-Service {
  color:#040507;
  font-size: 1.4rem;
  padding-left: 1rem;
}
.Checkout__Column--Price {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-weight: 700;
  padding: 0;
}
@media (min-width: 48em) {
  .Checkout__Column--Price {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18.75%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding: 0;
    font-weight: 400;
    text-align: right;
  }
}
.Checkout__Comment {
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  box-shadow: none;
  display: block;
  font-size: 1.4rem;
  font-family: inherit;
  height: auto;
  margin: 0;
  max-width: 100%;
  outline: 0;
  padding: 1rem 1.6rem;
  transition: 0.3s all;
  width: 100%;
  resize: vertical;
  min-height: 20rem;
  text-align: left;
  width: 100%;
}
@media (min-width: 48em) {
  .Checkout__Comment {
    width: 50%;
  }
}
.Checkout__Comment:disabled {
  color: #d9d9d9;
  border-color: #f2f2f2;
}
.Checkout__Comment:focus {
  border: 1px solid #0d3567;
  box-shadow: 0 0 #0d3567;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  outline: 0;
}
.Checkout__Checkbox--SignUp {
  display: none;
}
.Checkout__Checkbox--SignUp + span {
  vertical-align: middle;
}
.Checkout__Checkbox--SignUp + span:before {
  content: "";
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  display: inline-block;
  height: 1.6rem;
  margin-right: 1rem;
  position: relative;
  transition: 0.3s all;
  top: 0.25rem;
  width: 1.6rem;
}
.Checkout__Checkbox--SignUp:checked + span:before {
  border-color: transparent;
  background-color: #7bba2a;
}
.Checkout__Label--SignUp {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
.Checkout__Label--SignUp a {
  color: #7bba2a;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
}
.Checkout__Label--SignUp a:hover {
  color: #7bba2a;
}
.Checkout__Label--SignUp .errormsg {
  margin: 0;
  padding: 0;
  color: #ed1c24;
  display: block;
  font-size: 0.8em;
  font-style: normal;
  margin-top: 0.4rem;
  margin-left: 2.5rem;
}
.Checkout__Label--SignUp .errormsg:focus {
  outline: 0;
}
.Checkout__Loader {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.Checkout__Loader .Spinner__Bars {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Checkout__Input--Checkbox {
  display: none;
}
.Checkout__Input--Checkbox + span:before {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #dbdbdb;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  font-size: 2em;
  height: 4.3rem;
  line-height: 1;
  width: 4.5rem;
  box-shadow: none;
  border-bottom: 0 solid #dbdbdb;
  display: inline-block;
  content: "";
  font-family: icon;
  font-size: 1.8em;
  height: 4.5rem;
  line-height: 1.4;
  vertical-align: middle;
}
.Checkout__Input--Checkbox + span:before:disabled {
  opacity: 0.2;
}
.Checkout__Input--Checkbox + span:before:hover {
  background-color: #e8e8e8;
}
.Checkout__Input--Checkbox + span:before:focus {
  outline: 0;
}
.Checkout__Input--Checkbox + span:before:active {
  box-shadow: none;
}
.Checkout__Input--Checkbox:checked + span:before {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  font-size: 2em;
  height: 4.3rem;
  line-height: 1;
  width: 4.5rem;
  box-shadow: none;
  border-bottom: 0 solid #0d3567;
  display: inline-block;
  content: "\f16e";
  font-family: icons;
  font-size: 1.8em;
  height: 4.5rem;
  line-height: 1.4;
  vertical-align: middle;
}
.Checkout__Input--Checkbox:checked + span:before:disabled {
  opacity: 0.2;
}
.Checkout__Input--Checkbox:checked + span:before:hover {
  background: #63a503;
}
.Checkout__Input--Checkbox:checked + span:before:focus {
  outline: 0;
}
.Checkout__Input--Checkbox:checked + span:before:active {
  box-shadow: none;
}
.Checkout__Method--Label {
  width: 100%;
}
@media (min-width: 37.5em) {
  .Checkout__Method--Label {
    width: 50%;
  }
}
@media (min-width: 62em) {
  .Checkout__Method--Label {
    width: 31.25%;
  }
}
.Checkout__Method--Cost {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.6rem;
  text-align: left;
  width: 100%;
}
@media (min-width: 37.5em) {
  .Checkout__Method--Cost {
    margin-top: 0;
    text-align: right;
    width: 50%;
  }
}
@media (min-width: 62em) {
  .Checkout__Method--Cost {
    width: 18.75%;
    text-align: center;
  }
}
.Checkout__Method--Cost .shipping-error {
  color: #ea2b37;
  font-size: 1.4rem;
  font-weight: 400;
}
.Checkout__Method--Description {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 1.6rem;
  width: 100%;
}
@media (min-width: 62em) {
  .Checkout__Method--Description {
    margin-top: 0;
    width: 37.5%;
  }
}
.Checkout__Method--Description.-Payment {
  border-top: 0;
  padding-top: 0;
}
@media (min-width: 62em) {
  .Checkout__Method--Description.-Payment {
    width: 56.25%;
  }
}
.Checkout__Method--Description a {
  border-bottom: 1px dashed;
  color:#040507;
  text-decoration: none;
}
.Checkout__Method--Description a:hover {
  color: #7bba2a;
}
.Checkout__Method--Image {
  display: none !important;
  font-size: 1.4rem;
  line-height: 0;
  text-align: right;
}
@media (min-width: 62em) {
  .Checkout__Method--Image {
    display: inline-block !important;
    width: 12.5%;
  }
}
.Checkout__Method--Image.-Icon {
  border: 0;
}
.Checkout__Method--Image img {
  border: 1px solid #f5f5f5;
}
.Checkout__Method--Rates:empty {
  display: none;
}
.Checkout__Method--Rates .price {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.Checkout__Method--Rates .shipping-rates {
  margin-top: 1.6rem;
}
.Checkout__Method--Rates + .Checkout__Method--Form:not(:empty) {
  margin-top: 3rem;
}
.Checkout__Method--Hint {
  font-weight: 700;
  margin-top: 0.5rem;
}
.Checkout__Method--Hint:empty {
  display: none;
}
.Checkout__Method--Hint br {
  display: none;
}
.Checkout__Method--EstDelivery {
  margin-top: 0.5rem;
}
.Checkout__Method--EstDelivery:empty {
  display: none;
}
.Checkout__Method--EstDelivery h4 {
  color:#040507;;
  font-size: 1.2rem;
  font-weight: 700;
}
.Checkout__Method--EstDelivery .est_delivery {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 0;
}
.Checkout__Method--Select {
  border-top: 1px solid #ebebeb;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  width: 100%;
}
@media (min-width: 48em) {
  .Checkout__Method--Select {
    width: 100%;
  }
}
.Checkout__Method--Form {
  margin: 1rem 0;
}
.Checkout__Method--Form + .Checkout__Method--Form {
  margin-top: 2rem;
}
.Checkout__Method--Form:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 37.5em) {
  .Checkout__Method--Form .wa-field.service-agreement-wrapper {
    padding-left: 37.5%;
  }
  .Checkout__Method--Form .wa-field.service-agreement-wrapper .wa-value {
    padding-left: 3.2rem;
  }
}
.Checkout__Method--Form .wa-field.service-agreement-wrapper .wa-value {
  font-size: 1.4rem !important;
  width: 100%;
}
.Checkout__Method--Form .wa-field:last-of-type {
  margin-bottom: 0;
}
.Checkout__Method--Form .wa-field .wa-name {
  vertical-align: top;
}
.Checkout__Method--Form .wa-field .wa-name[style*="display: none"] + .wa-value {
  width: 100%;
}
.Checkout__Method--Form .wa-field .wa-value > p > span {
  display: block;
}
.Checkout__Method--Form .wa-field .wa-value > p > span .hint {
  color:#040507;
  display: block;
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
  text-transform: initial;
}
.Checkout__Method--Form .wa-field .wa-value > p > span:not(:last-of-type) {
  margin-bottom: 1rem;
}
.Checkout__Method--Title {
  font-size: 0;
}
.Checkout__Method--Title:after {
  clear: both;
  content: "";
  display: block;
}
.Checkout__Method--Title > * {
  display: inline-block;
  vertical-align: middle;
}
.Checkout__Method--Span {
  cursor: pointer;
  font-size: 1.6rem;
  display: block;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 37.5em) {
  .Checkout__Method--Span:before {
    margin: 0.4rem 0.8rem 0.4rem 0;
  }
}
.Checkout__Method--Span span {
  clear: both;
  color:#040507;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2 !important;
  margin-top: 1rem;
  position: relative;
  top: 0;
  vertical-align: middle;
  white-space: normal;
}
@media (min-width: 37.5em) {
  .Checkout__Method--Span span {
    display: inline-block;
    margin-top: 0;
    padding-right: 1.6rem;
  }
}
.Checkout__Footer {
  border-top: 1px solid #ebebeb;
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: right;
}
@media (min-width: 48em) {
  .Checkout__Footer {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.Checkout__Item--Step {
  position: relative;
}
.Checkout__Item--Step h2 {
  position: relative;
}
.Checkout__Item--Step h2:after {
  content: "";
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border-radius: 50%;
  height: 1rem;
  position: absolute;
  top: 0.4rem;
  right: 0;
  width: 1rem;
}
@media (min-width: 48em) {
  .Checkout__Item--Step h2:after {
    top: 1rem;
  }
}
.Checkout__Item--Step.current h2:after {
  background-color: #7bba2a;
}
.Checkout__Item--Step.hidden h2 {
  margin: 0;
  padding: 0;
  color: #d9d9d9;
  border: 0;
}
.Checkout__Item--Step.hidden h2:focus {
  outline: 0;
}
.Checkout__Item--Step.hidden h2:after {
  background-color: #f2f2f2;
}
.Checkout__Item--Step .step-loader {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.Checkout__Item--Step .step-loader .Spinner__Bars {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Checkout__Item--Table {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 48em) {
  .Checkout__Item--Table {
    border: 0;
    margin: 0 0 0.5rem;
    padding-bottom: 0;
  }
}
.Checkout__Item--Table:after {
  clear: both;
  content: "";
  display: block;
}
.Checkout__Item--Table:last-of-type {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .Checkout__Item--Table.-Taxable .Checkout__Column--Name {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 43.75%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (min-width: 48em) {
  .Checkout__Item--Table.-Taxable .Checkout__Column--Pricing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18.75%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.Checkout__Item--Table.-Taxable .Checkout__Column--Tax {
  display: none;
}
@media (min-width: 48em) {
  .Checkout__Item--Table.-Taxable .Checkout__Column--Tax {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18.75%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    display: block;
  }
}
@media (min-width: 48em) {
  .Checkout__Item--Table.-Taxable .Checkout__Column--Total {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18.75%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.Checkout__Plugin {
  margin: 1.6rem 0;
  text-align: center;
}
.Checkout__Plugin.-Payment {
  border-radius: 0.3rem;
  margin: 1.6rem 0 1rem;
}
.Checkout__Plugin.-Payment .Spinner__Bars {
  margin-top: 1.6rem;
}
.Checkout__Plugin.-Payment em {
  font-style: normal;
  font-weight: 700;
}
.Checkout__Plugin.-Payment input[type="text"] {
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  box-shadow: none;
  display: block;
  font-size: 1.4rem;
  font-family: inherit;
  height: auto;
  margin: 0;
  max-width: 100%;
  outline: 0;
  padding: 1rem 1.6rem;
  transition: 0.3s all;
  width: 100%;
  display: block;
  width: 100%;
  margin-top: 1rem;
}
.Checkout__Plugin.-Payment input[type="text"]:disabled {
  color: #d9d9d9;
  border-color: #f2f2f2;
}
.Checkout__Plugin.-Payment input[type="text"]:focus {
  border: 1px solid #0d3567;
  box-shadow: 0 0 #0d3567;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  outline: 0;
}
.Checkout__Plugin.-Payment table td {
  padding: 0.5rem;
  text-align: left;
}
.Checkout__Plugin.-Payment table label {
  font-size: 1.4rem;
}
.Checkout__Plugin.-Payment table div > label {
  font-size: 1.3rem;
}
.Checkout__Plugin.-Payment input[type="radio"] {
  -webkit-appearance: radio;
  display: inline-block;
}
.Checkout__Plugin.-Payment input[type="checkbox"] {
  -webkit-appearance: checkbox;
  display: inline-block;
}
.Checkout__Plugin a,
.Checkout__Plugin input[type="submit"] {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem 1rem;
  display: inline-block;
  white-space: normal;
}
.Checkout__Plugin a:disabled,
.Checkout__Plugin input[type="submit"]:disabled {
  opacity: 0.2;
}
.Checkout__Plugin a:hover,
.Checkout__Plugin input[type="submit"]:hover {
  background: #63a503;
}
.Checkout__Plugin a:focus,
.Checkout__Plugin input[type="submit"]:focus {
  outline: 0;
}
.Checkout__Plugin a:active,
.Checkout__Plugin input[type="submit"]:active {
  box-shadow: none;
}
.Checkout__Success--Contacts {
  border-radius: 0.3rem;
  padding-bottom: 0;
  padding-top: 2rem;
}
@media (min-width: 48em) {
  .Checkout__Success--Contacts {
    padding-top: 0;
  }
}
.Checkout__Success--Contacts .Title__Main {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .Checkout__Success--Contacts .Title__Main {
    font-size: 2.4rem;
  }
}
.Checkout__Success--Contacts .MobileMenu__Box--Widget.-Block a:link {
  color: #7bba2a;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  text-decoration: underline;
}
.Checkout__Success--Contacts .MobileMenu__Box--Widget.-Block a:link:hover {
  color: #7bba2a;
}
.Checkout__Success--Contacts p {
  margin-bottom: 0.5rem;
}
.Checkout__Success--Contacts .MobileMenu__Link--Widget {
  border-bottom: 0;
}
.Checkout__Success--Contacts .MobileMenu__Link--Widget:link {
  display: block;
}
.Checkout__Success--Contacts .MobileMenu__Link--Widget.Nav__Link--Compare,
.Checkout__Success--Contacts .MobileMenu__Link--Widget.Nav__Link--Favorites {
  display: inline-block;
}
.Checkout__Success--Contacts .MobileMenu__Title--Widget {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  color:#040507;;
}
.Checkout__Success--Left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 48em) {
  .Checkout__Success--Left {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 62.5%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.Checkout__Success--Left.-Full {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.Checkout__Success--Left .Title__Main {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .Checkout__Success--Left .Title__Main {
    font-size: 2.4rem;
  }
}
.Checkout__Success--Right {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  border-top: 1px solid #ebebeb;
  margin-top: 2rem;
}
@media (min-width: 48em) {
  .Checkout__Success--Right {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.5%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    border-left: 1px solid #ebebeb;
    border-top: 0;
    margin-top: 0;
  }
}
.Checkout__Success--Title {
  font-size: 2rem;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1rem;
}
.Checkout__Text--Address {
  margin-top: 0.5rem;
}
.Checkout__Text--Legal a {
  border-bottom: 1px dashed;
  color: #bfbfbf;
  text-decoration: none;
  transition: 0.3s all;
}
.Checkout__Text--Legal a:hover {
  color: #ea2b37;
}
.Checkout__Title--To {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.Checkout__Title--Comment {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.Checkout__Address--Billing {
  margin-top: 1rem;
}
.Checkout__Table--Confirmation {
  box-shadow: 0 0 #d1d1d1;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  border: 1px solid #ebebeb;
  border-radius: 0.3rem;
  margin: 2rem 0 2rem;
  padding: 1.6rem;
}
.checkout-content:after {
  clear: both;
  content: "";
  display: block;
}
.checkout-content-logout {
  margin-top: 1rem;
}
.checkout-content-authorized {
  font-size: 0.9em;
}
.checkout-content-logout {
  font-size: 0.9em;
}
.checkout-step {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 62em) {
  .checkout-step {
    border: 1px solid transparent;
    box-shadow: 0 0 transparent;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border-color: #ebebeb;
    border-radius: 0.3rem;
    padding: 2rem 1.6rem;
  }
}
.checkout-step.step-confirmation {
  font-size: 1.3rem;
}
@media (min-width: 37.5em) {
  .checkout-step.step-confirmation {
    font-size: 1.4rem;
  }
}
.checkout-step.-error {
  border-color: #ea2b37;
}
.checkout-step h2 {
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  line-height: 1.2;
  margin-bottom: 2rem;
  margin-top: 0;
  padding: 0 0 2rem;
}
@media (min-width: 48em) {
  .checkout-step h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
}
.checkout-step .checkout-options-heading-pick {
  border-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
  padding-bottom: 0;
}
.checkout-step-box {
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  padding: 1.5rem;
}
.checkout-step-box blockquote {
  margin: 0;
  text-align: center;
}
.checkout-step-box blockquote img {
  display: inline-block;
  margin-bottom: 1.4rem;
}
.checkout-step-box blockquote span.black {
  display: block;
  margin-bottom: 1rem;
}
.checkout-step-box blockquote a {
  border-bottom: 1px solid;
  color: #7bba2a;
  text-decoration: none;
}
.checkout-step-box .wa-value a {
  vertical-align: middle;
}
.checkout-step-content.credentials {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-bottom: 2rem;
  padding: 0;
}
@media (min-width: 62em) {
  .checkout-step-content.credentials {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 0;
  }
}
.checkout-step-content.auth {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding: 0;
}
@media (min-width: 62em) {
  .checkout-step-content.auth {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.checkout-step-divider {
  margin: 0;
  padding: 0;
  border: 0;
}
.checkout-step-divider:focus {
  outline: 0;
}
.checkout-step-divider:after {
  content: "\f162";
  color: #bfbfbf;
  display: block;
  font-family: icons;
  font-size: 2em;
  margin-bottom: 2rem;
  text-align: center;
}
.checkout-step .shipping-error {
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 700;
}
.checkout-menu-user {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkout-menu-user:focus {
  outline: 0;
}
.checkout-item-user {
  margin-bottom: 0.5rem;
}
.checkout-input-user[type="radio"] {
  display: none;
}
.checkout-input-user[type="radio"] + span:before {
  content: "";
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  display: inline-block;
  height: 1.6rem;
  margin-right: 1rem;
  position: relative;
  transition: 0.3s all;
  top: 0.25rem;
  width: 1.6rem;
}
.checkout-input-user[type="radio"]:checked + span:before {
  border-color: transparent;
  background-color: #7bba2a;
}
.checkout-options {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkout-options:focus {
  outline: 0;
}
.checkout-options:after {
  clear: both;
  content: "";
  display: block;
}
.checkout-options > li {
  border: 1px solid #f5f5f5;
  border-bottom-width: 1px;
  border-radius: 0.3rem;
  padding: 1.6rem 1.6rem 1.6rem;
  margin-bottom: 2rem;
  position: relative;
  transition: 0.3s all;
}
.checkout-options > li:after {
  clear: both;
  content: "";
  display: block;
}
.checkout-options > li .Checkout__Method--Form,
.checkout-options > li .Checkout__Method--Info {
  display: none;
}
.checkout-options > li.active {
  border: 1px solid #124c95;
  border-bottom-width: 1px;
  border-radius: 0.3rem;
}
.checkout-options > li.active .Checkout__Method--Form,
.checkout-options > li.active .Checkout__Method--Info {
  display: block;
}
.checkout-options > li:last-child {
  margin-bottom: 0;
}
.checkout-options > li input[type="radio"] {
  display: none;
}
.checkout-options
  > li
  input[type="radio"]
  + .checkout-options-box
  label:before {
  color: #bfbfbf;
  cursor: pointer;
  display: none;
  font-family: icons;
  font-size: 2em;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s all;
}
.checkout-options > li input[type="radio"]:checked + .checkout-options-box {
  box-shadow: 0 0 #0d3567;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  background-color: #fafafa;
  border-color: #7bba2a;
}
.checkout-options
  > li
  input[type="radio"]:checked
  + .checkout-options-box
  label:before {
  color: #7bba2a;
  display: block;
}
.checkout-options
  > li
  input[type="radio"]:checked
  + .checkout-options-box
  .checkout-options-select {
  display: block;
  margin-top: 1.4rem;
}
.checkout-options
  > li
  input[type="radio"]:checked
  + .checkout-options-box
  .checkout-options-icon {
  color: #7bba2a;
}
.checkout-options.shipping .wa-form .wa-name:empty {
  display: none;
}
.checkout-options.shipping .wa-form .wa-name:empty + .wa-value {
  width: 100%;
}
.checkout-options-box {
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  display: block;
  padding: 2rem 1.5rem 2rem;
  text-align: center;
}
.checkout-options-box:after {
  clear: both;
  content: "";
  display: block;
}
.checkout-options-box:hover {
  background-color: #f5f5f5;
}
.checkout-options-box .price {
  color:#040507;;
}
.checkout-options-box .wa-address .wa-name {
  font-weight: 700;
  display: block;
  margin-bottom: 0.8rem;
  width: 100%;
}
.checkout-options-box .wa-address .wa-value {
  width: 100%;
}
.checkout-options-box .wa-address .wa-value .field {
  display: block;
  position: relative;
}
.checkout-options-box .wa-address .wa-value .field:before {
  content: "\f163";
  bottom: 4.075em;
  color: #ea2b37;
  font-size: 8px;
  font-family: icons;
  left: -0.3em;
  position: absolute;
  top: 2em;
  z-index: 1;
}
.checkout-options-box .wa-address .wa-value p {
  font-size: 0.8em;
  color:#040507;
}
.checkout-options-box .wa-address .wa-value input {
  position: relative;
  margin-top: 0.5rem;
  text-align: center;
}
.checkout-options-description {
  display: none;
  font-size: 0.8em;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.checkout-options-description.modal {
  box-shadow: 0 0 #e6e6e6;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  font-size: 1em;
  line-height: 1.5;
}
.checkout-options-other {
  font-size: 0.8em;
}
.checkout-options-other .est_delivery {
  border-bottom: 1px dashed;
  font-weight: 400;
}
.checkout-options-estimated {
  display: block;
  margin-bottom: 0.3rem;
}
.checkout-options-heading {
  border-bottom: 1px solid #ccc;
  display: block;
  min-height: 5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.checkout-options-heading > * {
  display: inline-block;
  vertical-align: middle;
}
.checkout-options-heading img {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.checkout-options-heading span {
  display: block;
  font-weight: 400;
  min-height: 2.25em;
}
.checkout-options-info {
  color: #bfbfbf;
  cursor: pointer;
  font-size: 1.5em;
  position: absolute;
  right: 2.6rem;
  top: 1rem;
  transition: 0.3s all;
  z-index: 1;
}
.checkout-options-info:hover {
  color: #7bba2a;
}
.checkout-options-select:after {
  clear: both;
  content: "";
  display: block;
}
.checkout-options-select select {
  display: none;
}
.checkout-options-select .nice-select {
  margin-top: 2rem;
  width: 100%;
}
.checkout-options-select .nice-select .current {
  display: block;
  overflow: hidden;
}
.checkout-options-select .nice-select .list {
  height: 350px;
  overflow: scroll !important;
  width: 100%;
}
.checkout-options-select .nice-select .list > li {
  min-height: 0;
  line-height: 1.1;
  padding: 0.8rem 0.5rem;
  white-space: normal;
}
.checkout-options-left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding: 0;
}
.checkout-options-left .wa-form.wa-address {
  margin-top: 2rem;
}
.checkout-options-right {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-top: 2rem;
  padding: 0;
}
.checkout-options-take {
  margin-top: 2rem;
}
.checkout-options-pick {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  min-width: 10rem;
  padding: 0.6rem 1rem;
  width: 50%;
  text-transform: initial;
}
.checkout-options-pick:disabled {
  opacity: 0.2;
}
.checkout-options-pick:hover {
  background: #63a503;
}
.checkout-options-pick:focus {
  outline: 0;
}
.checkout-options-pick:active {
  box-shadow: none;
}
.checkout-options-pick.-disabled {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  color: #fff;
  cursor: default;
  box-shadow: none;
  padding: 0.6rem 1rem;
}
.checkout-options-pick.-disabled:disabled {
  opacity: 0.2;
}
.checkout-options-pick.-disabled:hover {
  background: #63a503;
}
.checkout-options-pick.-disabled:focus {
  outline: 0;
}
.checkout-options-pick.-disabled:active {
  box-shadow: none;
}
.checkout-options-pick.-disabled:before {
  content: "\f16e";
  font-family: icons;
  display: inline-block;
  margin-right: 0.5rem;
}
.checkout-options-pick.-disabled:active {
  box-shadow: none;
  transform: translateY(0);
}
.checkout-options-icon {
  color: #7bba2a;
  font-size: 2.5em;
  margin-bottom: 1.5rem;
}
.checkout-options-select {
  display: none;
}
.checkout-order-h3 {
  font-size: 0.8em;
  margin-bottom: 1rem;
  text-transform: initial;
}
.checkout-order-address {
  margin: 0.3rem 0 1rem;
}
.checkout-order-table {
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  margin: 1.5rem 0;
  padding: 1rem 0;
}
@media (min-width: 37.5em) {
  .checkout-order-table {
    padding: 1rem 0 2rem;
  }
}
.checkout-order-heading {
  border-bottom: 1px solid #e6e6e6;
  display: none;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 37.5em) {
  .checkout-order-heading {
    display: block;
  }
}
.checkout-order-heading:after {
  clear: both;
  content: "";
  display: block;
}
.checkout-order-heading-name {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.checkout-order-heading-quantity {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.checkout-order-heading-total {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.checkout-order-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkout-order-list:focus {
  outline: 0;
}
.checkout-order-list-item {
  font-size: 0.8em;
  padding: 1rem 0;
}
@media (min-width: 37.5em) {
  .checkout-order-list-item {
    padding: 0.5rem 0;
  }
}
.checkout-order-list-item:after {
  clear: both;
  content: "";
  display: block;
}
.checkout-order-list-item.-product .checkout-order-list-name br {
  display: none;
}
.checkout-order-list-item.-product .checkout-order-list-name span.OA_addfile {
  display: block !important;
  color:#040507;;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.checkout-order-list-item.-product
  .checkout-order-list-name
  span.OA_addfile:hover {
  color: #7bba2a;
}
.checkout-order-list-item.-product
  .checkout-order-list-name
  span.OA_addfile:before {
  content: "\f187";
  color:#040507;
  font-family: icons;
  margin-right: 0.5rem;
}
.checkout-order-list-item:last-child {
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: -1rem;
  padding: 1rem 0;
}
@media (min-width: 37.5em) {
  .checkout-order-list-item:last-child {
    margin-bottom: -2rem;
  }
}
.checkout-order-list-item:nth-child(even) {
  background-color: #f5f5f5;
}
.checkout-order-list-name {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 37.5em) {
  .checkout-order-list-name {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 0;
  }
}
.checkout-order-list-quantity {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-bottom: 0.3rem;
}
@media (min-width: 37.5em) {
  .checkout-order-list-quantity {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 0;
  }
}
.checkout-order-list-total {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-weight: 700;
}
@media (min-width: 37.5em) {
  .checkout-order-list-total {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.checkout-order-total-name {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 37.5em) {
  .checkout-order-total-name {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-weight: 400;
    margin-bottom: 0;
    text-align: right;
  }
}
.checkout-order-total-total {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-weight: 700;
}
@media (min-width: 37.5em) {
  .checkout-order-total-total {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.checkout-order-total-shipping {
  font-weight: 400;
  margin-top: 0.3rem;
}
.checkout-order-comment {
  margin-bottom: 1rem;
  margin-top: 1.6rem;
  width: 100%;
}
@media (min-width: 48em) {
  .checkout-order-comment {
    width: 50%;
  }
}
.checkout-order-comment textarea {
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  box-shadow: none;
  display: block;
  font-size: 1.4rem;
  font-family: inherit;
  height: auto;
  margin: 0;
  max-width: 100%;
  outline: 0;
  padding: 1rem 1.6rem;
  transition: 0.3s all;
  width: 100%;
  text-align: left;
}
.checkout-order-comment textarea:disabled {
  color: #d9d9d9;
  border-color: #f2f2f2;
}
.checkout-order-comment textarea:focus {
  border: 1px solid #0d3567;
  box-shadow: 0 0 #0d3567;
  background-color: #fff;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  outline: 0;
}
.checkout-result.error {
  color: #ea2b37;
  margin: 1.6rem 0;
  text-align: center;
}
.checkout #create-user-div {
  margin-top: 1.5rem;
}
.checkout #login-form {
  border-top: 1px solid #e6e6e6;
  margin-top: 1.4rem;
  padding-top: 1.4rem;
}
.checkout #login-form .wa-field:last-child {
  margin-bottom: 0;
  margin-top: 1.2rem;
}
.checkout #login-form .wa-value.wa-submit {
  width: 100%;
}
.checkout #checkout-btn {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 1rem 2rem;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 37.5em) {
  .checkout #checkout-btn {
    display: inline-block;
    width: auto;
  }
}
.checkout #checkout-btn:disabled {
  opacity: 0.2;
}
.checkout #checkout-btn:hover {
  background: #63a503;
}
.checkout #checkout-btn:focus {
  outline: 0;
}
.checkout #checkout-btn:active {
  box-shadow: none;
}
.checkout #checkout-btn[disabled="disabled"] {
  background-color: #bfbfbf;
  box-shadow: 0 0 #a6a6a6;
  cursor: default;
}
.checkout #checkout-btn[disabled="disabled"]:hover {
  background-color: #bfbfbf;
  box-shadow: 0 0 #a6a6a6;
  cursor: inherit;
}
.checkout .please-wait {
  display: inline-block;
  height: 3.5rem;
  margin-left: 2rem;
  vertical-align: middle;
}
.checkout .-hidden {
  visibility: hidden;
}
.checkout.-Success {
  margin-top: 5rem;
}
.checkout.-Success h2 {
  font-size: 1.8em;
}
.wa-auth-adapters {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 1.6rem 0;
  padding: 1.6rem 0;
  text-align: center;
}
.wa-auth-adapters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wa-auth-adapters ul:focus {
  outline: 0;
}
.wa-auth-adapters ul + p {
  font-size: 1.3rem;
  margin-top: 0.6rem;
}
.wa-auth-adapters ul > li {
  display: inline-block;
  margin: 0 0.4rem 1rem;
}
.wa-auth-adapters ul > li:last-child {
  margin-right: 0;
}
.wa-auth-adapters ul > li > a {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #dbdbdb;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  color:#040507;;
  line-height: 1.2;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
}
.wa-auth-adapters ul > li > a:disabled {
  opacity: 0.2;
}
.wa-auth-adapters ul > li > a:hover {
  background-color: #e8e8e8;
}
.wa-auth-adapters ul > li > a:focus {
  outline: 0;
}
.wa-auth-adapters ul > li > a:active {
  box-shadow: none;
}
.wa-auth-adapters ul > li > a img {
  display: inline-block;
  vertical-align: top;
}
#themeOverride .s-sydsek-hide-button {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background-color:#040507;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #666;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  padding: 0.4rem 1rem;
}
#themeOverride .s-sydsek-hide-button:disabled {
  opacity: 0.2;
}
#themeOverride .s-sydsek-hide-button:hover {
  background-color: #737373;
}
#themeOverride .s-sydsek-hide-button:focus {
  outline: 0;
}
#themeOverride .s-sydsek-hide-button:active {
  box-shadow: none;
}
#themeOverride .s-sydsek-show-button {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.4rem 1rem;
}
#themeOverride .s-sydsek-show-button:disabled {
  opacity: 0.2;
}
#themeOverride .s-sydsek-show-button:hover {
  background: #63a503;
}
#themeOverride .s-sydsek-show-button:focus {
  outline: 0;
}
#themeOverride .s-sydsek-show-button:active {
  box-shadow: none;
}
#themeOverride .ws-sydsek-plugin-map-select {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  color: #fff;
  box-shadow: none;
  padding: 0.3rem 1rem;
  margin-left: 0.5rem;
}
#themeOverride .ws-sydsek-plugin-map-select:disabled {
  opacity: 0.2;
}
#themeOverride .ws-sydsek-plugin-map-select:hover {
  background: #63a503;
}
#themeOverride .ws-sydsek-plugin-map-select:focus {
  outline: 0;
}
#themeOverride .ws-sydsek-plugin-map-select:active {
  box-shadow: none;
}
#themeOverride #w-sydsek-shipping-chooser-map {
  border: 1px solid #ebebeb;
  border-bottom: 0 solid #ebebeb;
  border-radius: 0.3rem;
  overflow: hidden;
  width: 100% !important;
}
@media (min-width: 62em) {
  #themeOverride #w-sydsek-shipping-chooser-map {
    width: 68.75% !important;
  }
}
#themeOverride #w-sydsek-shipping-chooser-map > * {
  width: 100% !important;
}
#themeOverride #w-sydsek-shipping-chooser-map > * > * {
  width: 100% !important;
}
#themeOverride #w-sydsek-shipping-chooser-details {
  float: left;
  width: 100% !important;
}
@media (min-width: 62em) {
  #themeOverride #w-sydsek-shipping-chooser-details {
    margin-top: 0;
    padding-top: 1rem;
    padding-left: 1.6rem;
    width: 31.25% !important;
  }
}
@media (max-width: 61.9375em) {
  #themeOverride #w-sydsek-shipping-chooser-details {
    border-top: 1px solid #ebebeb;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    margin-top: 2rem;
    padding-top: 1.6rem;
    width: auto !important;
  }
}
#themeOverride .w-sydsek-btn {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.6rem 1rem;
  background: #7bba2a;
}
#themeOverride .w-sydsek-btn:disabled {
  opacity: 0.2;
}
#themeOverride .w-sydsek-btn:hover {
  background: #63a503;
}
#themeOverride .w-sydsek-btn:focus {
  outline: 0;
}
#themeOverride .w-sydsek-btn:active {
  box-shadow: none;
}
#themeOverride .w-sydsek-shipping-balloon-content p {
  margin-bottom: 1rem;
}
#themeOverride .w-sydsek-shipping-balloon-content__button {
  background: 0 0;
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  margin-bottom: 0;
}
#themeOverride .w-sydsek-shipping-balloon-content__button:disabled {
  opacity: 0.2;
}
#themeOverride .w-sydsek-shipping-balloon-content__button:hover {
  background: #63a503;
}
#themeOverride .w-sydsek-shipping-balloon-content__button:focus {
  outline: 0;
}
#themeOverride .w-sydsek-shipping-balloon-content__button:active {
  box-shadow: none;
}
#themeOverride .w-sydsek-shipping-close-dialog {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background-color: #ea2b37;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #ce1420;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  font-size: 2em;
  height: 4.3rem;
  line-height: 1;
  width: 4.5rem;
  font-size: 1em;
  height: 2rem;
  line-height: 1;
  padding: 0.2rem 0;
  text-align: center;
  width: 2.5rem;
  background-image: none;
  border-radius: 0.3rem;
  box-shadow: none;
  border-bottom: 0 solid #ce1420;
  float: none;
  font-size: 1em;
  height: 3rem;
  margin: auto;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: 101%;
  top: -1rem;
  width: 3rem;
  right: 1rem !important;
  top: 1rem;
}
@media (min-width: 26.875em) {
  #themeOverride .w-sydsek-shipping-close-dialog {
    right: -1rem;
  }
}
#themeOverride .w-sydsek-shipping-close-dialog:disabled {
  opacity: 0.2;
}
#themeOverride .w-sydsek-shipping-close-dialog:hover {
  background-color: #e51724;
}
#themeOverride .w-sydsek-shipping-close-dialog:focus {
  outline: 0;
}
#themeOverride .w-sydsek-shipping-close-dialog:active {
  box-shadow: none;
}
#themeOverride .w-sydsek-shipping-close-dialog:hover {
  outline: inherit;
}
#themeOverride .w-sydsek-shipping-close-dialog:after {
  content: "\f133";
  font-family: icons;
  font-size: 0.6em;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  text-indent: 0;
  width: auto;
}
#themeOverride .w-sydsek-shipping-chooser-info {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  margin: 0 !important;
  text-align: left !important;
}
#themeOverride .w-sydsek-shipping-chooser-important-info {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 1.6rem;
  margin-bottom: 1.6rem;
}
#themeOverride .w-sydsek-shipping-chooser-details-wrapper {
  margin: 0 !important;
}
#themeOverride .w-sydsek-shipping-chooser-details-wrapper h2 {
  border-bottom: 1px solid #ebebeb;
  color:#040507;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}
#themeOverride .w-sydsek-shipping-chooser-details-wrapper h2:before {
  content: "\f195";
  color: #bfbfbf;
  font-family: icons;
  margin-right: 1rem;
}
#themeOverride .w-sydsek-shipping-chooser-details-wrapper .w-sydsek-choose-btn {
  margin-top: 1.6rem;
}
#themeOverride
  .w-sydsek-shipping-chooser-details-wrapper
  .w-sydsek-choose-btn.w-sydsek-selected {
  background-color: #fff;
  font-size: 1.4rem;
  margin-bottom: -0.6rem;
  padding: 0;
}
#themeOverride
  .w-sydsek-shipping-chooser-details-wrapper
  .w-sydsek-choose-btn.w-sydsek-selected
  .w-sydsek-icon24-tick {
  background: 0 0;
  font-style: normal;
  height: auto;
  margin-right: 0.4rem;
  text-indent: 0;
  vertical-align: middle;
  width: auto;
}
#themeOverride
  .w-sydsek-shipping-chooser-details-wrapper
  .w-sydsek-choose-btn.w-sydsek-selected
  .w-sydsek-icon24-tick:before {
  content: "\f16e";
  font-family: icons;
}
#themeOverride
  .w-sydsek-shipping-chooser-details-wrapper
  .w-sydsek-delivery-date {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
#themeOverride
  .w-sydsek-shipping-chooser-details-wrapper
  .w-sydsek-delivery-date-value {
  color: #7bba2a;
}
#themeOverride .w-sydsek-shipping-chooser-details-wrapper .w-sydsek-price {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
#themeOverride
  .w-sydsek-shipping-chooser-details-wrapper
  .w-sydsek-price-value {
  color: #7bba2a;
  font-size: 1.6rem;
}
#themeOverride .w-sydsek-shipping-chooser-details-wrapper .w-sydsek-icons {
  margin: 0 0 1.6rem;
}
#themeOverride .w-sydsek-shipping-chooser-details-wrapper .w-sydsek-icons li {
  border-bottom: 1px dashed #ebebeb;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 1rem;
  padding-left: 2.4rem;
  padding-bottom: 1rem;
  position: relative;
}
#themeOverride
  .w-sydsek-shipping-chooser-details-wrapper
  .w-sydsek-icons
  li
  .w-sydsek-icon16 {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}
#themeOverride
  .w-sydsek-shipping-chooser-details-wrapper
  .w-sydsek-icons
  li
  .w-sydsek-address-comment {
  font-weight: 400;
}
#themeOverride
  .w-sydsek-shipping-chooser-details-wrapper
  .w-sydsek-icons
  li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#themeOverride .w-sydsek-shipping-dialog-content {
  overflow: scroll;
  padding: 1.6rem 1.6rem 1.6rem;
}
@media (min-width: 62em) {
  #themeOverride .w-sydsek-shipping-dialog-content {
    overflow: hidden;
  }
}
@media (max-width: 61.9375em) {
  #themeOverride .w-sydsek-shipping-dialog-content {
    padding: 1.6rem 3.2rem;
  }
}
#themeOverride .w-sydsek-shipping-dialog-header {
  border-bottom: 1px solid #ebebeb;
  background: 0 0 !important;
  color:#040507; !important;
  display: block;
  font-family: inherit;
  font-size: 1.9rem;
  font-weight: 600;
  height: auto;
  line-height: inherit;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  text-shadow: none;
  text-align: center;
  margin-bottom: 0;
  padding: 1.6rem 5rem 1.6rem 1.6rem;
  position: relative;
  text-align: left;
}
#themeOverride .w-sydsek-shipping-dialog-header h3 {
  font-weight: 400;
  font-size: 1.4rem;
}
#themeOverride .w-sydsek-shipping-dialog-block {
  padding: 0 0 1.6rem;
  border: 1px solid #ebebeb;
  border-bottom: 0.3rem solid #ebebeb;
}
#themeOverride .sydsek-loading-section {
  background-color: rgba(255, 255, 255, 0.7);
}
#themeOverride .sydsek-map {
  border-radius: 0.3rem;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
}
#themeOverride .sydsek-map__button.ShowMapButton {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
}
#themeOverride .sydsek-map__button.ShowMapButton:disabled {
  opacity: 0.2;
}
#themeOverride .sydsek-map__button.ShowMapButton:hover {
  background: #63a503;
}
#themeOverride .sydsek-map__button.ShowMapButton:focus {
  outline: 0;
}
#themeOverride .sydsek-map__button.ShowMapButton:active {
  box-shadow: none;
}
#themeOverride .sydsek-map-container {
  display: block;
  width: 100%;
}
#themeOverride .shipping-pro .wa-field .shipping-pro__map-field {
  display: block;
}
#themeOverride .shipping-pro .shipping-pro__map {
  border: 1px solid #e6e6e6;
  border-radius: 0.2rem;
  box-shadow: 0 0.2rem #e6e6e6;
  overflow: hidden;
}
#themeOverride .shipping-pro .shipping-pro__buttons {
  margin: 1.6rem 0;
}
#themeOverride
  .shipping-pro
  .shipping-pro__buttons
  .shipping-pro__calculate-button
  .shipping-pro__buttons_item-label {
  color: #83abd5;
  border-bottom: 0;
  margin: 0;
}
#themeOverride
  .shipping-pro
  .shipping-pro__buttons
  .shipping-pro__calculate-button
  .shipping-pro__buttons_item-label:before {
  content: "\f190";
  font-size: 0.9em;
  font-family: icons;
  margin-right: 0.5rem;
}
#themeOverride
  .shipping-pro
  .shipping-pro__buttons
  .shipping-pro__set-point-button.js-shipping-pro__set-point-button--active
  .shipping-pro__buttons_item-label {
  color: #bfbfbf;
}
#themeOverride
  .shipping-pro
  .shipping-pro__buttons
  .shipping-pro__set-point-button.js-shipping-pro__set-point-button--active
  .shipping-pro__buttons_item-label:before {
  display: none;
}
#themeOverride
  .shipping-pro
  .shipping-pro__buttons
  .shipping-pro__set-point-button
  .shipping-pro__buttons_item-label:before {
  content: "\f103";
  font-size: 0.9em;
  font-family: icons;
  margin-right: 0.5rem;
}
#themeOverride
  .shipping-pro
  .shipping-pro__buttons
  .shipping-pro__set-point-button
  .shipping-pro__buttons_item-label {
  color: #83abd5;
  border-bottom: 0;
  margin: 0;
}
#themeOverride .shipping-pro .shipping-pro__buttons_item {
  margin-bottom: 0.5rem;
}
@media (min-width: 64em) {
  #themeOverride .shipping-pro .shipping-pro__buttons_item:last-child {
    float: right;
  }
  #themeOverride .shipping-pro .shipping-pro__buttons_item:first-child {
    float: left;
  }
}
#themeOverride .shipping-pro .shipping-pro__buttons img {
  display: none !important;
}
#themeOverride .shipping-pro .shipping-pro__buttons .wa-value {
  width: 100%;
}
#themeOverride .shipping-pro .shipping-pro__buttons .wa-value:after {
  content: "";
  clear: both;
  display: block;
}
#themeOverride .bxb-map__button.ShowMapButton {
  color: #001a34;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s all;
  background: #7bba2a;
  transition: background-image 0.5s linear;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0 0 #0d3567;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  padding: 0.1rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
}
#themeOverride .bxb-map__button.ShowMapButton:disabled {
  opacity: 0.2;
}
#themeOverride .bxb-map__button.ShowMapButton:hover {
  background: #63a503;
}
#themeOverride .bxb-map__button.ShowMapButton:focus {
  outline: 0;
}
#themeOverride .bxb-map__button.ShowMapButton:active {
  box-shadow: none;
}
#themeOverride .bxb-map-container {
  display: block;
  width: 100%;
}
#paymentForm {
  margin: 2rem 0;
}
#paymentForm label {
  display: inline-block;
  margin-bottom: 1rem;
}
#paymentForm em {
  font-style: normal;
}
#checkout-login-box {
  padding: 2.5rem;
  width: 100%;
}
#checkout-login-box .Login {
  margin-top: 0;
}
#checkout-login-box .Login__Box {
  border: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
}
#checkout-login-box .wa-field:last-child {
  margin-bottom: 0;
}
#checkout-login-box .wa-value.wa-submit {
  margin-top: 0;
}
