html.is-order-page,
html.is-order-page body,
html.is-order-page .content,
html.is-order-page main.maincontent {
  background: #e3e3e3;
}
@media screen and (max-width: 760px) {
  html.is-order-page .globalheader #globalnav {
    z-index: 999;
  }
}
html.is-order-page .container {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  html.is-order-page .container {
    width: 100%;
  }
}
@media screen and (min-width: 1301px) {
  html.is-order-page .container {
    width: 1300px;
  }
}
@media screen and (min-width: 761px) {
  html.is-order-page .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1101px) {
  html.is-order-page .container {
    padding: 0 40px;
  }
}
.s-checkbox {
  display: inline-block;
  font-size: 0.857142857142857rem;
  cursor: pointer;
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
  line-height: 0;
}
.s-checkbox input {
  display: none;
}
.s-checkbox input + span {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.3);
  background: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-checkbox input + span:hover {
  border-color: rgba(0,0,0,0.6);
}
.s-checkbox input + span .s-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: top;
  visibility: hidden;
  color: #fff;
  line-height: 0;
}
.s-checkbox input + span .s-icon svg {
  width: 100%;
  height: 100%;
}
.s-checkbox input:checked + span {
  border: 0;
  background: #3389e0;
}
.s-checkbox input:checked + span .s-icon {
  visibility: visible;
}
.s-checkbox input:disabled + span {
  background: #e0e0e0;
  cursor: default;
}
.s-checkbox input.wa-error + span {
  border-color: #f00;
  background: transparent;
}
.s-radio {
  display: inline-block;
  font-size: 1.142857142857143rem;
  line-height: 1em;
  cursor: pointer;
}
.s-radio input {
  display: none;
}
.s-radio input + span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.3);
  background: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-radio input + span:hover {
  border-color: rgba(0,0,0,0.6);
}
.s-radio input:checked + span {
  border-color: #39f;
  border-width: 0.3125em;
}
.s-radio input:disabled + span {
  background: #e0e0e0;
  cursor: default;
}
.s-radio input.wa-error + span {
  border-color: #f00;
}
.wa-field-wrapper .s-styled-select {
  display: block;
}
.wa-field-wrapper .s-styled-select select {
  width: 100%;
}
.s-styled-select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  max-width: 100%;
}
.s-styled-select:last-child {
  margin-right: 0;
}
.s-styled-select select {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
  padding-left: 0.25em;
  margin: 0 !important;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  font-size: inherit;
  line-height: 1.5em;
  color: #1f2d3d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: border-color 200ms linear;
  -moz-transition: border-color 200ms linear;
  -o-transition: border-color 200ms linear;
  -ms-transition: border-color 200ms linear;
  transition: border-color 200ms linear;
}
.s-styled-select select.wa-error {
  border-color: #f00;
  color: #f00;
}
.s-styled-select select.wa-error + .s-icon {
  border-color: #f00;
}
.s-styled-select select:not(:disabled):not(.wa-error):hover {
  z-index: 1;
  border-color: #888;
}
.s-styled-select select:not(:disabled):not(.wa-error):hover + .s-icon {
  border-color: #888;
}
.s-styled-select select:not(:disabled):not(.wa-error):focus {
  z-index: 1;
  border-color: #006bd8;
}
.s-styled-select select:not(:disabled):not(.wa-error):focus + .s-icon {
  border-color: #006bd8;
}
.s-styled-select select:disabled {
  cursor: default;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.s-styled-select select option {
  color: #333;
}
.s-styled-select select option:disabled {
  color: #888;
}
.s-styled-select select option.selected {
  font-weight: bold;
}
.s-styled-select .s-icon {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.428571428571429rem;
  height: 0.428571428571429rem;
  -webkit-transform: translate(50%, -75%) rotate(45deg);
  -moz-transform: translate(50%, -75%) rotate(45deg);
  -o-transform: translate(50%, -75%) rotate(45deg);
  -ms-transform: translate(50%, -75%) rotate(45deg);
  transform: translate(50%, -75%) rotate(45deg);
  border: solid #aaa;
  border-width: 0 1px 1px 0;
  -webkit-transition: border-color 200ms linear;
  -moz-transition: border-color 200ms linear;
  -o-transition: border-color 200ms linear;
  -ms-transition: border-color 200ms linear;
  transition: border-color 200ms linear;
}
@media screen and (max-width: 760px) {
  .s-styled-select {
    display: block;
  }
  .s-styled-select select {
    width: 100%;
  }
  .wa-signup-form-wrapper .wa-field.wa-field-birthday .wa-value {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .wa-signup-form-wrapper .wa-field.wa-field-birthday .wa-value .s-styled-select {
    display: inline-block;
    margin-right: 0;
  }
  .wa-signup-form-wrapper .wa-field.wa-field-birthday .wa-value .s-styled-select select {
    margin-right: 0;
  }
}
.wa-product-edit-dialog .wa-cart-section .wa-features-wrapper .wa-feature-wrapper.color {
  padding-bottom: 20px;
}
.wa-product-edit-dialog .wa-cart-section .wa-features-wrapper .wa-feature-wrapper.color .wa-variants-list .wa-variant {
  overflow: visible;
  min-width: auto;
  width: 40px;
  height: 40px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wa-product-edit-dialog .wa-cart-section .wa-features-wrapper .wa-feature-wrapper.color .wa-variants-list .wa-variant.selected {
  position: relative;
}
.wa-product-edit-dialog .wa-cart-section .wa-features-wrapper .wa-feature-wrapper.color .wa-variants-list .wa-variant.selected:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66%;
  height: 66%;
  display: block;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.5);
  background-image: url("../img/svg/icon-yes.svg");
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.wa-product-edit-dialog .wa-cart-section .wa-features-wrapper .wa-feature-wrapper.color .wa-variants-list .wa-variant .wa-variant-name {
  display: inline-block;
  color: #000;
  font-size: 8px;
  font-weight: 400;
  -webkit-transform: translate(0, 28px);
  -moz-transform: translate(0, 28px);
  -o-transform: translate(0, 28px);
  -ms-transform: translate(0, 28px);
  transform: translate(0, 28px);
}
.s-order-page {
  padding: 20px 0 80px;
}
.s-order-page .s-back-link {
  text-align: right;
}
.s-order-page .s-order-section:not(:first-child) {
  margin-top: 20px;
}
.s-order-page .s-order-section > .s-section-header {
  padding: 18px 20px 17px 20px;
  background: #f3f3f3;
}
.s-order-page .s-order-section > .s-section-header > .s-header {
  margin: 0;
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
}
.s-order-page .s-order-section > .s-section-header .s-delete-button {
  display: inline-block;
  color: #888;
  line-height: 17px;
}
.s-order-page .s-order-section > .s-section-header .s-delete-button:hover {
  color: #f00;
}
.s-order-page .s-order-section > .s-section-header .s-delete-button:hover .s-delete-icon {
  fill: #f00;
}
.s-order-page .s-order-section > .s-section-header .s-delete-button .s-delete-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px 0 0;
  fill: #b8b8b8;
}
.s-order-page .s-order-section > .s-section-footer {
  padding: 18px 20px 17px 20px;
}
.s-order-page .wa-order-cross_selling-wrapper .wa-product-wrapper .wa-actions-wrapper .wa-button {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
    padding-bottom: 4px;
    background-color: #9c27b0;
    color: #fff;
    border: 0;
    padding: 5px 12px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s ease-out;
}
.s-order-page .wa-order-cart-wrapper p:first-child,
.s-order-page .wa-order-form-wrapper p:first-child {
  margin-top: 0;
}
.s-order-page .wa-order-cart-wrapper p:last-child,
.s-order-page .wa-order-form-wrapper p:last-child {
  margin-bottom: 0;
}
.s-order-page .wa-order-cart-wrapper > .wa-cart-body,
.s-order-page .wa-order-form-wrapper > .wa-cart-body,
.s-order-page .wa-order-cart-wrapper > .wa-form-body,
.s-order-page .wa-order-form-wrapper > .wa-form-body {
  background: #fff;
  padding: 20px 20px 20px;
}
.s-order-page .wa-order-cart-wrapper > .wa-cart-footer,
.s-order-page .wa-order-form-wrapper > .wa-cart-footer,
.s-order-page .wa-order-cart-wrapper > .wa-form-footer,
.s-order-page .wa-order-form-wrapper > .wa-form-footer {
  padding: 15px 20px;
  color: #aaa;
}
.s-order-page .wa-order-cart-wrapper > .wa-cart-footer a,
.s-order-page .wa-order-form-wrapper > .wa-cart-footer a,
.s-order-page .wa-order-cart-wrapper > .wa-form-footer a,
.s-order-page .wa-order-form-wrapper > .wa-form-footer a {
  color: #999;
}
.s-order-page .wa-order-form-wrapper .wa-field-wrapper:not(.is-agreement-field) .s-checkbox {
  font-size: 1.142857142857143rem;
  -webkit-transform: translate(0, 0.15em);
  -moz-transform: translate(0, 0.15em);
  -o-transform: translate(0, 0.15em);
  -ms-transform: translate(0, 0.15em);
  transform: translate(0, 0.15em);
}
.s-order-page .wa-order-form-wrapper .wa-field-wrapper.is-agreement-field .s-checkbox input:checked + span {
  background: #949494;
}
@media screen and (min-width: 841px) {
  .s-order-page {
    display: flex;
    width: 100%;
    table-layout: fixed;
    flex-wrap: wrap;
  }
  .s-order-page > .s-order-column {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px;
  }
  .s-order-page > .s-order-column:first-of-type {
    padding-left: 0;
    flex: 1 1 50%;
    order: 2;
    padding-right: 0;
  }
  .s-order-page > .s-order-column:last-of-type {
    padding-right: 20px;
    flex: 1 1 calc(50% - 20px);
    padding-left: 0;
  }
  .wa-order-form-wrapper .wa-form-footer {
    font-size: 14px;
    line-height: 1.214285714285714em;
    text-align: right;
  }
}
@media screen and (max-width: 840px) {
  .s-order-page > .s-order-column {
    margin-top: 20px;
  }
  .s-order-page > .s-order-column:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .s-order-section > .s-section-header .s-delete-button {
    width: 43%;
    line-height: 14px;
    text-align: right;
  }
}


    .is-order-page .nav-wrapper,
    .is-order-page .tree-wrapper,
    .is-order-page .sidebar,
    .is-order-page .header-line.alfa-background .row-grid .table-grid .col-grid.hide-on-med-and-down,
    .is-order-page .globalfooter{ display: none; }
    .is-order-page .globalheader .hide-on-small-and-down { text-align:right }
    .s-cart-empty-wrapper { margin: 100px 0; text-align: center; }
    .s-cart-empty-wrapper .s-image-wrapper { margin: 0 0 20px; }
    .s-cart-empty-wrapper .s-image-wrapper img { vertical-align: top; max-width: 100%; max-height: 160px; }
    .s-cart-empty-wrapper .s-description { margin: 20px 0 0; }
    .s-cart-empty-wrapper .s-actions-wrapper { margin: 30px 0 0; color: #006bd8; }
    .wa-flex-box { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
    .wa-flex-box.middle { -webkit-box-align: center; -moz-box-align: center; -o-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
    .wa-flex-box.wrap { -webkit-box-lines: multiple; -moz-box-lines: multiple; -o-box-lines: multiple; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .wa-flex-box.full-line { -webkit-box-pack: justify; -moz-box-pack: justify; -o-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
    .wa-flex-box.fixed { -webkit-box-pack: justify; -moz-box-pack: justify; -o-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
    .wa-flex-box.fixed.fixed > * { -webkit-flex-basis: 100%; flex-basis: 100%; -webkit-box-flex: 0; -moz-box-flex: 0; -o-box-flex: 0; -ms-box-flex: 0; box-flex: 0; -webkit-flex-grow: 0; flex-grow: 0; }
    .wa-flex-box > *.middle { -webkit-align-self: center; align-self: center; -ms-flex-item-align: center; }
    .wa-flex-box.space-025 > *:not(:last-child) { margin-right: 0.25rem; }
    .wa-flex-box.space-05 > *:not(:last-child) { margin-right: 0.5rem; }
    .wa-flex-box.space-075 > *:not(:last-child) { margin-right: 0.75rem; }
    .wa-flex-box.space-1 > *:not(:last-child) { margin-right: 1rem; }
    .wa-flex-box.space-2 > *:not(:last-child) { margin-right: 2rem; }
    .wa-flex-box.space-3 > *:not(:last-child) { margin-right: 3rem; }
    .wa-flex-box.space-4 > *:not(:last-child) { margin-right: 4rem; }
    .wa-flex-box.space-5 > *:not(:last-child) { margin-right: 0.5rem; }
    @media screen and (max-width: 760px) {
        .wa-flex-box.adaptive { -webkit-box-orient: vertical; -moz-box-orient: vertical; -o-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
        .wa-flex-box.adaptive.space-025 > *:not(:first-child) { margin-top: 0.25rem; }
        .wa-flex-box.adaptive.space-025 > *:not(:last-child) { margin-right: 0; }
        .wa-flex-box.adaptive.space-05 > *:not(:first-child) { margin-top: 0.5rem; }
        .wa-flex-box.adaptive.space-05 > *:not(:last-child) { margin-right: 0; }
        .wa-flex-box.adaptive.space-075 > *:not(:first-child) { margin-top: 0.75rem; }
        .wa-flex-box.adaptive.space-075 > *:not(:last-child) { margin-right: 0; }
        .wa-flex-box.adaptive.space-1 > *:not(:first-child) { margin-top: 1rem; }
        .wa-flex-box.adaptive.space-1 > *:not(:last-child) { margin-right: 0; }
        .wa-flex-box.adaptive.space-2 > *:not(:first-child) { margin-top: 2rem; }
        .wa-flex-box.adaptive.space-2 > *:not(:last-child) { margin-right: 0; }
        .wa-flex-box.adaptive.space-3 > *:not(:first-child) { margin-top: 3rem; }
        .wa-flex-box.adaptive.space-3 > *:not(:last-child) { margin-right: 0; }
        .wa-flex-box.adaptive.space-4 > *:not(:first-child) { margin-top: 4rem; }
        .wa-flex-box.adaptive.space-4 > *:not(:last-child) { margin-right: 0; }
        .wa-flex-box.adaptive.space-5 > *:not(:first-child) { margin-top: 0.5rem; }
        .wa-flex-box.adaptive.space-5 > *:not(:last-child) { margin-right: 0; }
    }
    .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button,
    .is-order-page .wa-dialog-footer .wa-button,
    .is-order-page .wa-variant-actions .wa-button{
        color: #fff;
        background-color: #9C27B0;
        border: 0;
        text-shadow: none;
        cursor: pointer;
        transition: 0.2s ease-out;
        border-radius: 3px;
    }
    .is-order-page .wa-dialog-footer .wa-button,
    .is-order-page .wa-variant-actions .wa-button {
        padding: 5px 12px
    }
    .wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button:hover,
    .is-order-page .wa-dialog-footer .wa-button:hover,
    .is-order-page .wa-variant-actions .wa-button:hover,
    .s-order-page .wa-order-cross_selling-wrapper .wa-product-wrapper .wa-actions-wrapper .wa-button:hover{
        background-color: #6A037C;
    }
    .is-order-page .wa-input,
    .is-order-page textarea {
        padding: 8px 12px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        font-size: 14px;
        height: auto;
        line-height: 1.2;
    }
    .is-order-page .wa-input:focus,
    .is-order-page textarea:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }
    .is-order-page [data-quickorder-cb] {
        background: #fff;
        margin-top: 17px;
        margin-bottom: 10px;
        width: 100%;
        box-shadow: 0 0 0 2px rgb(214, 47, 170);
        color: rgb(214, 47, 170);
        border-radius: 3px;
    }
    .is-order-page [data-quickorder-cb]:hover {
        background-color: rgb(214, 47, 170);
        color: #fff;
    }
    .is-order-page .wa-field-wrapper .s-styled-select select,
    .wa-dropdown > .wa-dropdown-toggle {
        font-size: 14px;
        padding: 8px 12px;
        height: auto;
        border-radius: 3px;
        border: 1px solid #ccc;
        box-shadow: none;
        line-height: 1.2;
    }
    .wa-agreement-wrapper {
            font-size: 12px;
    padding: 0 20px 20px 20px;
    color: #aaa;
    
    }
    .s-order-section {
            border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    }
    html:not(.with-touch) .wa-quantity-box .wa-button:not(.is-disabled):hover {
        color: #9004a9;
    }
