#overlayDiv,
.overlayDiv {
	width: 100%;
	opacity: 0.5;
	height: 100%;
	position: absolute;
	z-index: 1000;
	background-image: url(../images/loader-animation.gif);
	background-color: rgb(255, 255, 255);
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}

.caTxt {
    text-align: left;
    font-size: .775em;
}

  .sm15 .addr__title, .sm15 .addr__lines {
    margin-bottom: 10px;
    font-size: .9375em;
    color: #525252; }
  .sm15 .addr__title {
    font-weight: 400; }

  .text__input[type="number"]::-webkit-inner-spin-button, .text__input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }

/**
 * Clearfix placeholder;
 */
.header:after, .sm15 .fieldset:after, .radio-box-nav:after, .sm15 .order-details-list:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icon placeholder;
 */
.sm15 .prod-voucher__close, .sm15 .legal-header__close, .sm15 .addr-page-header__close, .sm15 .info-page-header__close {
  display: inline-block;
  background-repeat: no-repeat;
  font: 0/0 a; }

/**
 * Default tooltip
 */
/**
 * Components;
 * Discrete, complete UI blocks (e.g. .accordion {}).
 */
/**
 * .checkout;
 */
.checkout__header {
  background: #FFF;
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6; }

.checkout__dialog {
  overflow: hidden; }

.checkout__body {
  margin-top: 30px; }

.checkout__info-footer {
  margin-bottom: 20px; }

.checkout__legal-footer {
  border-top: 1px solid #E6E6E6;
  padding-top: 20px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .checkout__legal-footer {
      padding-top: 30px;
      padding-bottom: 20px; } }

.checkout__copyright {
  border-top: 1px solid #E6E6E6;
  padding-top: 20px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .checkout__copyright {
      padding-top: 30px;
      padding-bottom: 20px; } }

/**
 * .fixed-header;
 */
.sm15 .fixed-header {
  height: 91px; }
  .sm15 .fixed-header__scroll {
    width: 100%;
    z-index: 4; }
    .sm15 .fixed-header__scroll.is-fixed {
      position: fixed;
      top: 0;
      left: 0; }

/**
 * .header;
 */
.header__brand {
  float: left; }

.header__img {
  float: right; }
  .header__img img {
    display: block;
    height: 50px; }

/**
 * .brand;
 */
.sm15 .brand:hover {
  text-decoration: none; }

.sm15 .brand__logo, .sm15 .brand__name {
  vertical-align: middle; }

.sm15 .brand__logo {
  display: inline-block;
  width: 50px;
  height: 50px;
  font: 0/0 a;
  background: url(../images/sm15/brand-logo.png?ver=@VER) 0 0 no-repeat; }

.sm15 .brand__name {
  position: relative;
  margin-left: 6px;
  color: #000;
  font-size: 1.125em;
  font-weight: 400; }

/**
 * .checkout-dialog;
 */
.sm15 .checkout-dialog {
  color: #FFF;
  padding-top: 20px;
  transform: translateY(-100%);
  transition: transform 0.48s; }
  .sm15 .checkout-dialog.is-visible {
    transform: translateY(0); }
  .sm15 .checkout-dialog--bg-a {
    background: #21CCD1; }
  .sm15 .checkout-dialog--bg-b {
    background: #0096D6; }
  .sm15 .checkout-dialog--bg-c {
    background: #BF3852; }
  .sm15 .checkout-dialog__msg {
    padding-left: 40px;
    position: relative;
    font-weight: 300; }
    .sm15 .checkout-dialog__msg > svg {
      stroke: #FFF;
      fill: #FFF;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 30px; }
    .sm15 .checkout-dialog__msg > span {
      font-weight: 400; }

/**
 * .ste-indicator-container;
 */
.step-indicator-container {
  position: relative;
  margin-bottom: 20px;
  z-index: 2; }

/**
 * .step-indicator;
 */
.sm15 .step-indicator {
  background: #F7F7F7;
  top: 0;
  left: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .sm15 .step-indicator.is-fixed {
      position: fixed; } }
  .sm15 .step-indicator__list {
    position: relative;
    margin: 0;
    padding-top: 16px;
    white-space: nowrap; }
    .sm15 .step-indicator__list:after {
      content: "";
      position: absolute;
      left: 16.666%;
      bottom: 0;
      width: 66.666%;
      height: 1px;
      background: #DDD; }
  .sm15 .step-indicator__list-i {
    box-sizing: content-box;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1em;
    font-weight: 300;
    white-space: normal;
    z-index: 1; }
    .sm15 .step-indicator__list-i:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      background: #777;
      transform: translate(-50%, 50%); }
    .sm15 .step-indicator__list-i > a {
      color: #000; }
    .sm15 .step-indicator__list-i.is-active {
      color: #0096D6; }
      .sm15 .step-indicator__list-i.is-active > a {
        color: #0096D6; }
      .sm15 .step-indicator__list-i.is-active:before {
        background: #0096D6; }

.sm15 .step-indicator__list--3 > .step-indicator__list-i {
  width: 33%; }

/**
 * .bg;
 */
.bg--a {
  background: #FCFCFC; }

/**
 * .fieldset;
 */
.sm15 .fieldset {
  margin-bottom: 20px; }
  .sm15 .fieldset__title {
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 300;
    max-width: 90%; }
  .sm15 .fieldset__msg {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: .875em; }

/**
 * .form-group;
 */
.sm15 .form-group {
  position: relative;
  margin-bottom: 10px; }
  .sm15 .form-group__input {
    margin-bottom: 5px; }
  .sm15 .form-group__valid-i, .sm15 .form-group__warning-i {
    position: absolute;
    right: 11px;
    top: 14.5px;
    display: none;
    background: #FFF; }
  .sm15 .form-group__valid-i {
    stroke: #C8CBCC;
    fill: transparent; }
  .sm15 .form-group__warning-i {
    stroke: #BF3853;
    fill: #BF3853; }
  .sm15 .form-group__warning-msg {
    display: none;
    margin: 0; }

.sm15 .form-group.is-valid .form-group__valid-i {
  display: block; }

.sm15 .form-group.is-warning .form-group__warning-i {
  display: block; }

.sm15 .form-group.is-warning .form-group__warning-msg {
  display: block; }

/**
 * .label;
 */
.sm15 .label {
  font-weight: 300;
  display: block;
  margin-bottom: 5px; }

/**
 * .checkbox;
 */
.checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .checkbox__input {
    display: none; }
  .checkbox__label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-weight: 300; }
    .checkbox__label:before, .checkbox__label:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .checkbox__label:before {
      left: 0;
      border: 1px solid #C8CBCC;
      width: 20px;
      height: 20px;
      background: #FFF; }
    .checkbox__label:after {
      visibility: hidden;
      left: 3px;
      width: 14px;
      height: 14px;
      background: url(../images/sm15/checkout-checkbox-checked.svg?ver=@VER) 0 0 no-repeat;
      background-size: 14px; }

.checkbox.is-checked .checkbox__label:after {
  visibility: visible; }

/**
 * .text;
 */
.text {
  position: relative; }
  .text__input {
    display: block;
    border: 1px solid #C8CBCC;
    padding: 20px 10px 5px;
    width: 100%;
    line-height: 20px;
    font-family: "HPSimple", "Malgun Gothic", Arial;
    font-weight: 300;
    outline: 0; }
    .text__input:focus {
      border-color: #0096D6; }
  .text__placeholder {
    position: absolute;
    top: 13.5px;
    left: 11px;
    line-height: 20px;
    font-family: "HPSimple", "Malgun Gothic", Arial;
    font-weight: 300;
    font-size: .875em;
    color: #777;
    transition: top 0.16s; }
  .text__input:focus {
    border-color: #0096D6; }
  .text__input:focus ~ .text__placeholder {
    top: 5px;
    font-size: .75em; }

.text.is-filled .text__placeholder {
  top: 5px;
  font-size: .75em; }

.text.is-warning .text__input {
  border-color: #BF3853;
  color: #000; }

.text.is-warning .text__placeholder {
  color: #BF3853; }

/**
 * .text;
 */
.textarea {
  position: relative; }
  .textarea__input {
    display: block;
    border: 1px solid #C8CBCC;
    padding: 20px 10px 5px;
    width: 100%;
    line-height: 20px;
    font-family: "HPSimple", "Malgun Gothic", Arial;
    font-weight: 300;
    outline: 0; }
    .textarea__input:focus {
      border-color: #0096D6; }
  .textarea__placeholder {
    position: absolute;
    top: 13.5px;
    left: 11px;
    line-height: 20px;
    font-family: "HPSimple", "Malgun Gothic", Arial;
    font-weight: 300;
    font-size: .875em;
    color: #777;
    transition: top 0.16s;
    background: #FFF; }
  .textarea__input:focus {
    border-color: #0096D6; }
  .textarea__input:focus ~ .textarea__placeholder {
    top: 5px;
    font-size: .75em; }

.textarea.is-filled .textarea__placeholder {
  top: 5px;
  font-size: .75em; }

.textarea.is-warning .textarea__input {
  border-color: #BF3853;
  color: #000; }

.textarea.is-warning .textarea__placeholder {
  color: #BF3853; }

/**
 * .select;
 */
.select {
  display: block;
  border: 1px solid #C8CBCC;
  padding: 0 0 0 10px;
  width: 100%;
  height: 47px;
  background: #FFF;
  font-weight: 300;
  color: #777;
  line-height: 20px;
  outline: 0; }
  .select:focus {
    border-color: #0096D6; }
  .select.is-warning {
    border-color: #BF3853; }
  .select option {
    font-weight: 300; }

.multi-select {
  display: block;
  border: 1px solid #C8CBCC;
  padding: 0;
  width: 100%;
  background: #FFF;
  font-weight: 300;
  font-size: 1em;
  color: #777;
  line-height: 20px;
  outline: 0; }
  .multi-select:focus {
    border-color: #0096D6; }
  .multi-select option {
    font-weight: 300;
    padding: 15.5px 10px; }
    .multi-select option:not(:last-child) {
      border-bottom: 1px solid #C8CBCC; }

.sm15 .radio-list {
  margin: 0; }
  .sm15 .radio-list__i:not(:last-child) {
    border-bottom: 1px solid #C8CBCC; }

.list-radio {
  position: relative;
  display: block;
  padding: 15px 10px;
  cursor: pointer; }
  .list-radio__input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  .list-radio__label {
    position: relative;
    font-weight: 300;
    z-index: 1; }
  .list-radio__bg {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0096D6; }

.list-radio:hover .list-radio__label,
.list-radio__input:checked ~ .list-radio__label {
  color: #FFF; }

.list-radio:hover .list-radio__bg,
.list-radio__input:checked ~ .list-radio__bg {
  visibility: visible; }

/**
 * .block-btn;
 */
.sm15 .block-btn {
  display: inline-block;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 12.5px 20px;
  font-weight: 300;
  text-align: center;
  background: transparent;
  line-height: 20px;
  cursor: pointer; }
  .sm15 .block-btn:link, .sm15 .block-btn:visited {
    color: #000; }
  .sm15 .block-btn:hover {
    text-decoration: none; }
  .sm15 .block-btn--block {
    width: 100%; }
  .sm15 .block-btn--success {
    border-color: #7BAC2F;
    background: #7BAC2F;
    color: #FFF; }
    .sm15 .block-btn--success:link, .sm15 .block-btn--success:visited {
      color: #FFF; }
  .sm15 .block-btn--info {
    border-color: #0096D6;
    background: #0096D6;
    color: #FFF; }
    .sm15 .block-btn--info:link, .sm15 .block-btn--info:visited {
      color: #FFF; }
  .sm15 .block-btn--warning {
    border-color: #D7410B;
    background: #D7410B;
    color: #FFF; }
    .sm15 .block-btn--warning:link, .sm15 .block-btn--warning:visited {
      color: #FFF; }
  .sm15 .block-btn--dark {
    border-color: #555555;
    background: #555555;
    color: #FFF; }
    .sm15 .block-btn--dark:link, .sm15 .block-btn--dark:visited {
      color: #FFF; }
  .sm15 .block-btn--link {
    border: 0;
    color: #545454; }
    .sm15 .block-btn--link:link, .sm15 .block-btn--link:visited {
      color: #545454; }
    .sm15 .block-btn--link:hover {
      text-decoration: underline; }
  .sm15 .block-btn:disabled {
    border-color: #CCC;
    background: #CCC;
    color: #777;
    cursor: default; }

/**
 * .block-btn-v-s;
 */
.block-btn-v-s {
  display: inline-block;
  border: 1px solid transparent;
  padding-top: 12.5px;
  padding-bottom: 12.5px; }

/**
 * .panel;
 */
.sm15 .panel {
  margin-bottom: 10px;
  border: 1px solid #C8CBCC; }
  .sm15 .panel__head {
    padding: 10px;
    margin-bottom: 10px;
    background: #0096D6;
    font-weight: 300;
    color: #FFF; }
  .sm15 .panel__body {
    padding: 0 10px; }
    @media (min-width: 768px) {
      .sm15 .panel__body {
        padding: 20px 30px; } }

/**
 * .panel-body;
 */
.sm15 .panel-body__title {
  display: block;
  margin-bottom: 10px;
  font-weight: 300; }

/**
 * .sep;
 */
.sm15 .sep {
  margin-bottom: 10px;
  border-top: 1px;
  border-bottom-color: #DDD; }
  .sm15 .sep--break-out {
    margin-left: -16px;
    margin-right: -16px; }
  .sm15 .sep--sm {
    margin-bottom: 10px; }
  .sm15 .sep--md {
    margin-bottom: 20px; }
  .sm15 .sep--lg {
    margin-bottom: 30px; }
  .sm15 .sep--xl {
    margin-bottom: 40px; }

/**
 * .warning-msg;
 */
.sm15 .warning-msg {
  display: block;
  margin: 0;
  color: #BF3853;
  font-size: .875em;
  font-weight: 300; }

/**
 * .boxtip;
 */
.boxtip {
  position: relative;
  border: 0;
  padding: 0;
  height: 22px;
  width: 22px;
  background: transparent;
  outline: 0;
  cursor: default; }
  .boxtip--push-r {
    push-right: 10px; }
  .boxtip--push-l {
    margin-left: 10px; }
  .boxtip__i {
    position: relative;
    display: inline-block;
    border: 1px solid #B9B9B9;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    color: #666;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    font-style: normal; }
    .boxtip__i:hover {
      border-color: #0096D6;
      color: #0096D6; }

/**
 * .boxtip-overlay;
 */
.boxtip-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  z-index: 6; }
  .boxtip-overlay__content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 100%;
    max-width: 288px;
    background: #FFF;
    font-size: .875em;
    font-weight: 300;
    color: #333;
    transform: translate(-50%, -50%); }
  .boxtip-overlay__close {
    position: absolute;
    right: 0;
    top: -28px;
    border: 0;
    padding: 5px 5px 0;
    background: #FFF;
    outline: 0; }
    .boxtip-overlay__close > svg {
      stroke: #300;
      fill: #300; }
    .boxtip-overlay__close:hover > svg {
      stroke: #0096D6;
      fill: #0096D6; }

/**
 * .order-summary;
 */
.sm15 .order-summary {
  position: relative;
  border: 5px solid #DDD;
  padding-top: 20px; }
  .sm15 .order-summary__title {
    position: absolute;
    top: -13px;
    left: 5px;
    margin: 0;
    padding: 0 5px;
    background: #FFF;
    font-size: 1.125em;
    font-weight: 300; }
  .sm15 .order-summary__box {
    padding: 0 10px 10px;
    margin-bottom: 20px;
    border-bottom: 5px solid #DDD; }
    .sm15 .order-summary__box:last-child {
      margin-bottom: 0;
      border-bottom: 0; }

/**
 * .show-pw-btn;
 */
.show-pw-btn {
  position: relative;
  border: 0;
  margin-bottom: 10px;
  padding: 0 0 0 28px;
  font-size: .875em;
  background: transparent;
  color: #777;
  font-weight: 300; }
  .show-pw-btn__i {
    stroke: #C8CBCC;
    fill: #C8CBCC;
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 15px; }

.show-pw-btn:hover .show-pw-btn__i,
.show-pw-btn.is-active .show-pw-btn__i {
  stroke: #0096D6;
  fill: #0096D6; }

/**
 * .forgot-pw-link;
 */
.forgot-pw-link {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: .875em;
  line-height: 1.435em; }

/**
 * .rq-i;
 */
.rq-i {
  color: #BF3853; }

/**
 * .fixed-aside;
 */
.fixed-aside__scroll {
  top: 0; }
  .fixed-aside__scroll.is-fixed {
    position: fixed; }

/**
 * .aside
 */
.aside__sec {
  padding-bottom: 20px; }

/**
 * .border-box;
 */
.sm15 .border-box {
  position: relative;
  border: 1px solid #DDD;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .sm15 .border-box {
      border-width: 5px; } }
  .sm15 .border-box__title {
    margin: 0;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 10px;
    padding: 0 5px;
    font-size: 1.125em;
    font-weight: 300;
    background: #FFF; }
    @media (min-width: 768px) {
      .sm15 .border-box__title {
        top: -2.5px; } }
  .sm15 .border-box__body {
    padding: 20px 15px; }

.sm15 .review-box {
  position: relative;
  margin-bottom: 20px; }
  .sm15 .review-box__title {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 1.125em; }
  .sm15 .review-box__btn {
    position: absolute;
    top: 1px;
    right: 0;
    border: 0;
    padding: 0;
    background: transparent;
    font-size: .875em;
    font-weight: 300;
    color: #0096D6; }

/**
 * .price-table;
 */
.sm15 .price-table {
  table-layout: fixed;
  margin: 0;
  width: 100%;
  font-weight: 300; }
  .sm15 .price-table th,
  .sm15 .price-table td {
    padding: 5px 0; }
  .sm15 .price-table tr:first-child th,
  .sm15 .price-table tr:first-child td {
    padding-top: 0 !important; }
  .sm15 .price-table tr:last-child th,
  .sm15 .price-table tr:last-child td {
    padding-bottom: 0 !important; }
  .sm15 .price-table__div-t th,
  .sm15 .price-table__div-t td {
    border-top: 1px solid #C8CBCC;
    padding-top: 10px; }
  .sm15 .price-table__div-b th,
  .sm15 .price-table__div-b td {
    padding-bottom: 10px; }
  .sm15 .price-table__h {
    text-align: left;
    font-weight: 300; }
  .sm15 .price-table__d {
    overflow: hidden;
    text-align: right; }
  .sm15 .price-table__db {
    position: relative;
    padding-left: 5px;
    background: #FFF;
    z-index: 1; }
    .sm15 .price-table__db:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 3px;
      border-bottom: 1px dotted #000;
      width: 1000em;
      z-index: -1; }
  .sm15 .price-table__hl-warning {
    color: #BF3852; }
  .sm15 .price-table__hl-success {
    color: #81B039; }
  .sm15 .price-table__total-label, .sm15 .price-table__total-vat {
    display: block; }
  .sm15 .price-table__total-label, .sm15 .price-table__total-value {
    font-weight: 400; }
  .sm15 .price-table__total-vat {
    font-size: .875em; }
  .sm15 .price-table__total-value {
    color: #BF3852; }

/**
 * .voucher;
 */
.sm15 .voucher__body {
  position: relative;
  display: none; }
  .sm15 .voucher__body.is-hidden {
    display: none; }
  .sm15 .voucher__body.is-visible {
    display: block; }

.sm15 .voucher__code {
  margin-bottom: 10px;
  font-weight: 400;
  color: #80B039; }
  .sm15 .voucher__code > span {
    display: block; }

.sm15 .voucher__valid {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  stroke: #80B039;
  fill: transparent; }

.sm15 .voucher__remove-btn {
  border: 0;
  padding: 0;
  color: #777;
  background: transparent;
  font-weight: 300;
  font-size: .875em; }
  .sm15 .voucher__remove-btn:before {
    content: ">";
    display: inline-block;
    margin-right: 5px; }
  .sm15 .voucher__remove-btn:hover {
    text-decoration: underline; }
    .sm15 .voucher__remove-btn:hover:before {
      text-decoration: none; }

/**
 * .link-list;
 */
.sm15 .link-list {
  margin-bottom: 10px;
  font-weight: 300; }
  .sm15 .link-list__title {
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 300; }
  .sm15 .link-list__list {
    margin-bottom: 10px;
    font-size: .8125em;
    list-style: none; }
    .sm15 .link-list__list > li {
      margin-bottom: 5px; }
    .sm15 .link-list__list a,
    .sm15 .link-list__list a:link,
    .sm15 .link-list__list a:visited {
      color: #777; }

/**
 * .img-list;
 */
.sm15 .img-list {
  margin-bottom: 0;
  font-weight: 300; }
  .sm15 .img-list__title {
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 300; }
  .sm15 .img-list__list {
    overflow: hidden;
    margin: 0;
    list-style: none; }
    .sm15 .img-list__list li {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px; }
      .sm15 .img-list__list li img {
        display: block; }

/**
 * .min-cart;
 */
.sm15 .min-cart__header {
  margin-bottom: 10px; 
}

.sm15 .min-cart__list {
  margin-bottom: 10px; 
  list-style: none;
}

/**
 * .min-cart-header;
 */
.sm15 .min-cart-header {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300; }
  .sm15 .min-cart-header__title {
    font-size: 1.25em; }
  .sm15 .min-cart-header__size {
    font-size: 1em;
    color: #666; }

/**
 * .min-prod;
 */
.sm15 .min-prod {
  margin-bottom: 10px;
  overflow: hidden; }
  .sm15 .min-prod__thumb {
    float: left;
    margin-right: 10px; }
    .sm15 .min-prod__thumb > img {
      max-width: 60px; }
  .sm15 .min-prod__body {
    overflow: hidden; }
  .sm15 .min-prod__title {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: .875em; }
  .sm15 .min-prod__specs-btn {
    margin-bottom: 5px;
    border: 0;
    padding: 0;
    background: transparent;
    font-size: .875em;
    font-weight: 300;
    color: #0096D6; }
    .sm15 .min-prod__specs-btn:before {
      content: "+";
      display: inline-block;
      width: 10px;
      text-align: center;
      margin-right: 5px; }
    .sm15 .min-prod__specs-btn.is-open:before {
      content: "-"; }
    .sm15 .min-prod__specs-btn:hover {
      text-decoration: underline; }
    .sm15 .min-prod__specs-btn:hover:before {
      text-decoration: none; }
  .sm15 .min-prod__specs {
    overflow: hidden;
    visibility: hidden;
    max-height: 0;
    transition: max-height 0.48s, visibility 0.48s; }
    .sm15 .min-prod__specs.is-open {
      visibility: visible;
      max-height: 175px; }

/**
 * .min-specs;
 */
.sm15 .min-specs {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: .875em; }
  .sm15 .min-specs > li {
    position: relative;
    padding-left: 10px; }
    .sm15 .min-specs > li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #0096D6; }

/**
 * .min-price;
 */
.sm15 .min-price {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: .875em; }
  .sm15 .min-price__size {
    margin-right: 10px; }

/**
 * .min-address-list;
 */
.sm15 .min-addr-list {
  margin-bottom: 0;
  list-style: none; }
  .sm15 .min-addr-list > li {
    margin-bottom: 20px; }
    .sm15 .min-addr-list > li:last-child {
      margin-bottom: 0; }

/**
 * .min-addr;
 */
.sm15 .min-addr__city {
  margin-bottom: 5px;
  color: #545454; }

.sm15 .min-addr__lines {
  margin-bottom: 5px; }
  .sm15 .min-addr__lines span {
    display: block;
    color: #545454;
    font-size: .875em;
    font-weight: 300; }

.sm15 .min-addr__contact {
  margin: 0;
  font-weight: 300;
  font-size: .875em;
  text-align: left; }
  .sm15 .min-addr__contact th {
    padding-right: 10px;
    font-weight: 400; }
  .sm15 .min-addr__contact td {
    color: #545454; }

/**
 * .page-head;
 */
.sm15 .page-head {
  margin-bottom: 10px; }

/**
 * .leg-footer;
 */
.sm15 .leg-footer {
  margin-bottom: 10px;
  font-size: .75em;
  font-weight: 300;
  line-height: 1.4;
  list-style: none; }
  .sm15 .leg-footer li {
    margin-bottom: 10px; }
    .sm15 .leg-footer li:last-child {
      margin-bottom: 0; }
    .sm15 .leg-footer li a:link,
    .sm15 .leg-footer li a:visited {
      color: #0096D6; }

/**
 * .copyright;
 */
.sm15 .copyright {
  margin-bottom: 10px;
  text-align: center;
  font-size: .75em;
  font-weight: 300;
  line-height: 1.4; }
  .sm15 .copyright__links {
    margin-bottom: 10px; }
    .sm15 .copyright__links > li {
      display: inline-block; }
      .sm15 .copyright__links > li:after {
        content: "|";
        margin-right: 5px;
        padding-left: 10px; }
      .sm15 .copyright__links > li:last-child:after {
        content: normal; }
    .sm15 .copyright__links a {
      color: #000; }
      .sm15 .copyright__links a:link, .sm15 .copyright__links a:visited {
        color: #000; }
  .sm15 .copyright__txt {
    margin-bottom: 0; }

/**
 * .radio-box;
 */
.radio-box {
  margin-bottom: 10px; }
  .radio-box__body {
    display: none;
    border: 1px solid #C8CBCC;
    border-top: 0;
    padding: 10px 8px 0; }
    @media (min-width: 768px) {
      .radio-box__body--spaced {
        padding: 30px 30px 20px; } }
    .radio-box__body.is-visible {
      display: block; }

/**
 * .radio-box-nav;
 */
.radio-box-nav {
  border: 1px solid #C8CBCC; }
  .radio-box-nav__i {
    border-right: 1px solid #C8CBCC; }
    .radio-box-nav__i:last-child {
      border-right: 0; }

.radio-box-nav.is-warning {
  border-color: #BF3853; }
  .radio-box-nav.is-warning .radio-box-nav__i {
    border-color: #BF3853; }

.sm15 .radio-box-nav__i--md-offset-0 {
  margin-left: 0%; }

.sm15 .radio-box-nav__i--md-1 {
  width: 50%; }

.sm15 .radio-box-nav__i--md-offset-1 {
  margin-left: 50%; }

.sm15 .radio-box-nav__i--md-2 {
  width: 100%; }

.sm15 .radio-box-nav__i--md-offset-2 {
  margin-left: 100%; }

.sm15 .radio-box-nav__i--md-1, .sm15 .radio-box-nav__i--md-2 {
  float: left; }

/**
 * .radio-box-body;
 */
@media (min-width: 768px) {
  .sm15 .radio-box-body {
    padding: 20px; } }

.sm15 .radio-box-body__title, .sm15 .radio-box-body__msg {
  display: block;
  margin-bottom: 10px;
  font-weight: 300; }

.sm15 .radio-box-body__title {
  font-size: 1.125em; }

.sm15 .radio-box-body__msg {
  font-size: .875em; }

/**
 * .radio-btn;
 */
.radio-btn {
  position: relative;
  display: block;
  padding: 12px;
  text-align: center;
  cursor: pointer; }
  .radio-btn__input {
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 1; }
  .radio-btn__label {
    position: relative;
    color: #777;
    font-weight: 300; }
    @media (min-width: 768px) {
      .radio-btn__label {
        padding-left: 26px; }
        .radio-btn__label:before, .radio-btn__label:after {
          content: "";
          position: absolute;
          top: 50%;
          border-radius: 50%;
          transform: translateY(-50%); }
        .radio-btn__label:before {
          left: 0;
          border: 1px solid #C8CBCC;
          width: 16px;
          height: 16px;
          background: #FFF; }
        .radio-btn__label:after {
          visibility: hidden;
          left: 3px;
          width: 10px;
          height: 10px;
          background: #0096D6; } }

.radio-btn.is-checked {
  background: #0096D6; }
  .radio-btn.is-checked .radio-btn__label {
    color: #FFF; }
  @media (min-width: 768px) {
    .radio-btn.is-checked {
      background: #F8F8F8; }
      .radio-btn.is-checked .radio-btn__label {
        color: #0096D6; }
        .radio-btn.is-checked .radio-btn__label:after {
          visibility: visible; } }

.radio-btn.is-warning .radio-btn__label {
  color: #BF3853; }
  .radio-btn.is-warning .radio-btn__label:before {
    border-color: #BF3853; }

/**
 * .delivery-label;
 */
.sm15 .delivery-label {
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
  font-weight: 300; }
  .sm15 .delivery-label--0 {
    color: #008424; }
  .sm15 .delivery-label--1 {
    color: #008424; }
  .sm15 .delivery-label--2 {
    color: #ff7f00; }
  .sm15 .delivery-label--3 {
    color: #ff7f00; }
  .sm15 .delivery-label--4 {
    color: #d7410b; }
  .sm15 .delivery-label--5 {
    color: #008424; }
  .sm15 .delivery-label__icon {
    stroke: #000;
    fill: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%); }

.sm15 .delivery-label--0 .delivery-label__icon {
  stroke: #008424; }

.sm15 .delivery-label--1 .delivery-label__icon {
  stroke: #008424; }

.sm15 .delivery-label--2 .delivery-label__icon {
  stroke: #ff7f00; }

.sm15 .delivery-label--3 .delivery-label__icon {
  stroke: #ff7f00; }

.sm15 .delivery-label--4 .delivery-label__icon {
  stroke: #d7410b; }

.sm15 .delivery-label--5 .delivery-label__icon {
  stroke: #008424; }

/**
 * .cart;
 */
.cart__header {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px; }

.cart__voucher {
  margin-bottom: 10px; }

.cart__empty {
  margin-top: 30px; }

.cart__list {
  border-bottom: 1px solid #E6E6E6; }

.cart__b-cta {
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 20px; }

/**
 * .cart-list-header;
 */
.sm15 .cart-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300; }
  .sm15 .cart-title__title {
    font-size: 1.375em; }
  .sm15 .cart-title__lede {
    color: #666; }

/**
 * .prod-list;
 */
.sm15 .prod-list {
  margin-bottom: 0; }
  .sm15 .prod-list__i {
    display: block;
    list-style: none;
    margin-bottom: 25px;
    border-bottom: 1px solid #E6E6E6;
    max-height: 1000px;
    opacity: 1;
    transition: opacity 0.48s, max-height 0.48s; }
    .sm15 .prod-list__i:last-child {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 0; }
    .sm15 .prod-list__i.is-hidden {
      max-height: 0;
      opacity: 0; }

/**
 * .cart-voucher;
 */
.sm15 .cart-voucher {
  margin-bottom: 10px;
  padding: 10px 10px;
  background: #FAE147;
  font-weight: 300;
  font-size: .875em;
  text-align: right; }

/**
 * .prod-voucher;
 */
.sm15 .prod-voucher {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 10px;
  padding: 10px 34px 10px 25px;
  background: #FAE147;
  font-weight: 300;
  font-size: .875em; }
  .sm15 .prod-voucher__pre {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 10px;
    white-space: nowrap;
    transform: translateY(-50%);
    color: #777; }
  .sm15 .prod-voucher__close {
    position: absolute;
    right: 10px;
    top: 50%;
    border: 0;
    padding: 0;
    background: transparent;
    transform: translateY(-50%); }
    .sm15 .prod-voucher__close > svg {
      stroke: #000;
      fill: #000; }
    .sm15 .prod-voucher__close:hover > svg {
      stroke: #0096D6;
      fill: #0096D6; }
    .sm15 .prod-voucher__close:focus {
      outline: 0; }

/**
 * .empty-cart;
 */
.sm15 .empty-cart__intro {
  margin-bottom: 30px;
  font-weight: 300; }

.sm15 .empty-cart__title {
  margin-bottom: 10px;
  font-size: 1.375em;
  font-weight: 300; }

/**
 * .box-links;
 */
.sm15 .box-links {
  overflow: hidden;
  margin-bottom: 10px; }
  .sm15 .box-links__i {
    position: relative;
    float: left;
    width: 50%;
    min-height: 142px;
    border: 1px solid #E4E8E8;
    border-left: 0;
    list-style: none; }
    .sm15 .box-links__i:nth-child(odd) {
      clear: left;
      border-left: 1px solid #E4E8E8; }
    .sm15 .box-links__i:nth-child(n + 3) {
      border-top: 0; }
    @media (min-width: 768px) {
      .sm15 .box-links__i {
        width: 25%; }
        .sm15 .box-links__i:nth-child(odd) {
          clear: none;
          border-left: 0; }
        .sm15 .box-links__i:first-child, .sm15 .box-links__i:nth-child(4n + 1) {
          clear: left;
          border-left: 1px solid #E4E8E8; }
        .sm15 .box-links__i:nth-child(n + 3) {
          border-top: 1px solid #E4E8E8; }
        .sm15 .box-links__i:nth-child(n + 5) {
          border-top: 0; } }

/**
 * .box-link;
 */
.sm15 .box-link {
  display: block;
  padding: 5px;
  font-weight: 300;
  color: #000; }
  .sm15 .box-link > svg {
    stroke: #838383;
    fill: #838383;
    display: block;
    margin: 20px auto;
    width: auto;
    height: 50px; }
  .sm15 .box-link > span {
    display: block;
    text-align: center;
    min-height: 40px; }
  .sm15 .box-link:link, .sm15 .box-link:visited {
    color: #000; }
  .sm15 .box-link:hover {
    text-decoration: none;
    color: #0096D6; }
    .sm15 .box-link:hover > i svg {
      stroke: #0096D6;
      fill: #0096D6; }

/**
 * .prod;
 */
.sm15 .prod {
  position: relative;
  margin-bottom: 20px; }
  .sm15 .prod__voucher {
    position: relative;
    height: 40px; }
  .sm15 .prod__thumb {
    position: relative; }
  .sm15 .prod__thumb-img {
    margin-right: 10px; }
    @media (min-width: 768px) {
      .sm15 .prod__thumb-img {
        padding-left: 35px; } }
    .sm15 .prod__thumb-img img {
      display: block;
      width: 100%; }
  .sm15 .prod__thumb-count {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .sm15 .prod__thumb-acc {
    margin-bottom: 10px; }
  .sm15 .prod__title {
    margin-bottom: 10px;
    font-size: 1.125em;
    font-weight: 300; }
    @media (min-width: 768px) {
      .sm15 .prod__title {
        font-size: 1.25em; } }
    .sm15 .prod__title > a {
      color: #000; }
      .sm15 .prod__title > a:hover {
        text-decoration: none; }
  .sm15 .prod__specs-btn {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
    background: transparent;
    font-size: .875em;
    font-weight: 300;
    color: #0096D6; }
    .sm15 .prod__specs-btn:before {
      content: "+";
      display: inline-block;
      width: 10px;
      text-align: center;
      margin-right: 5px; }
    .sm15 .prod__specs-btn.is-open:before {
      content: "-"; }
    .sm15 .prod__specs-btn:hover {
      text-decoration: underline; }
    .sm15 .prod__specs-btn:hover:before {
      text-decoration: none; }
  .sm15 .prod__specs {
    overflow: hidden;
    visibility: hidden;
    max-height: 0;
    transition: max-height 0.48s, visibility 0.48s; }
    .sm15 .prod__specs.is-open {
      visibility: visible;
      max-height: 170px; }
  .sm15 .prod__dets {
    margin-bottom: 10px; }
  .sm15 .prod__count {
    margin-bottom: 10px; }
  .sm15 .prod__acc {
    margin-bottom: 10px; }
  .sm15 .prod__remove-btn {
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #777;
    text-decoration: underline;
    font-weight: 300;
    font-size: .875em; }
  .sm15 .prod__cp {
    margin-bottom: 10px; }

/**
 * .specs;
 */
.sm15 .specs {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: .875em;
  line-height: 1.435em;
  color: #777; }
  .sm15 .specs__i {
    position: relative;
    margin-right: 10px;
    padding-left: 10px; }
    @media (min-width: 768px) {
      .sm15 .specs__i {
        display: inline-block; } }
    .sm15 .specs__i:before {
      position: absolute;
      left: 0;
      top: 8px;
      content: "";
      width: 5px;
      height: 5px;
      background: #0096D6;
      border-radius: 100%; }

/**
 * .bundle;
 */
.sm15 .bundle {
  margin-bottom: 10px; }
  .sm15 .bundle__i {
    position: relative;
    display: block;
    padding-left: 26px;
    width: 66px; }
    @media (min-width: 768px) {
      .sm15 .bundle__i {
        display: inline-block;
        margin-right: 20px;
        width: 86px; } }
    .sm15 .bundle__i:before {
      content: "+";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      color: #FFF;
      background: #CCC;
      line-height: 16px;
      font-size: 18px;
      text-align: center;
      border-radius: 100%; }
    .sm15 .bundle__i img {
      display: block;
      width: 100%; }

/**
 * .dets;
 */
.sm15 .dets {
  margin-bottom: 10px;
  color: #777;
  font-weight: 300;
  font-size: .875em;
  line-height: 20px; }
  .sm15 .dets th {
    padding-right: 10px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .sm15 .dets th {
        padding-right: 20px; } }
  .sm15 .dets__hl-warning {
    color: #BF3852; }

/**
 * .dets-block;
 */
.sm15 .dets-block {
  margin-bottom: 10px;
  width: 100%;
  color: #777;
  font-weight: 300;
  font-size: .875em;
  line-height: 20px; }
  .sm15 .dets-block th {
    font-weight: 300; }
    @media (min-width: 768px) {
      .sm15 .dets-block th {
        width: 33%; } }
    .sm15 .dets-block th span {
      color: #000;
      font-weight: 400; }
  .sm15 .dets-block td {
    overflow: hidden;
    text-align: right; }
  .sm15 .dets-block__db {
    position: relative;
    padding-left: 5px;
    background: #FFF;
    z-index: 1; }
    .sm15 .dets-block__db:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 3px;
      border-bottom: 1px dotted #777;
      width: 1000em;
      z-index: -1; }
  .sm15 .dets-block__hl-warning {
    color: #BF3852; }

/**
 * .count;
 */
.count {
  overflow: hidden;
  position: relative; }
  .count__nr {
    display: block;
    margin: 0 40px;
    border: 2px solid #DDD;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    font-size: .875em;
    text-align: center; }
    @media (min-width: 992px) {
      .count__nr {
        width: 25px;
        height: 25px;
        line-height: 25px;
        border: 1px solid #DDD; } }
    .count__nr:focus {
      border-color: #0096D6;
      outline: 0; }
  .count__btn {
    position: absolute;
    margin: 0;
    border: 0;
    padding: 10px;
    width: 40px;
    height: 40px;
    background: #FFF; }
    @media (min-width: 992px) {
      .count__btn {
        padding: 5px;
        width: 25px;
        height: 25px; } }
    .count__btn > svg {
      stroke: #777;
      fill: #777; }
    .count__btn:hover > svg {
      stroke: #0096D6;
      fill: #0096D6;
      width: 100%;
      height: 100%; }
    .count__btn:focus {
      outline: 0; }
  .count--h {
    width: 120px;
    height: 40px; }
    @media (min-width: 992px) {
      .count--h {
        width: 75px;
        height: 25px; } }
    .count--h .count__nr {
      margin: 0 40px; }
      @media (min-width: 992px) {
        .count--h .count__nr {
          margin: 0 25px; } }
    .count--h .count__btn {
      top: 0; }
      .count--h .count__btn--add {
        right: 0; }
      .count--h .count__btn--remove {
        left: 0; }
  .count--v {
    width: 40px;
    height: 120px; }
    @media (min-width: 992px) {
      .count--v {
        width: 25px;
        height: 75px; } }
    .count--v .count__nr {
      margin: 40px 0; }
      @media (min-width: 992px) {
        .count--v .count__nr {
          margin: 25px 0; } }
    .count--v .count__btn {
      left: 0; }
      .count--v .count__btn--add {
        top: 0; }
      .count--v .count__btn--remove {
        bottom: 0; }

/**
 * .acc-link;
 */
.sm15 .acc-link {
  color: #0096D6;
  font-weight: 300;
  font-size: .875em; }
  .sm15 .acc-link:link, .sm15 .acc-link:visited {
    color: #0096D6; }
  @media (min-width: 768px) {
    .sm15 .acc-link:before {
      content: ">";
      display: inline-block;
      margin-right: 5px; } }
  .sm15 .acc-link:hover:before {
    text-decoration: none; }

/**
 * .carepack;
 */
.sm15 .cp {
  position: relative;
  margin-bottom: 10px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 10px 10px 0 40px;
  background: #FAFAFA; }
  .sm15 .cp:before {
    content: "";
    box-sizing: content-box;
    position: absolute;
    left: 0;
    top: -1px;
    padding: 1px 0;
    width: 4px;
    height: 100%;
    background: #0096D6; }
  .sm15 .cp.is-active:before {
    content: normal; }
  .sm15 .cp__checkbox {
    position: absolute;
    left: 15px;
    top: 0;
    width: 10px;
    height: 38px;
    border-left: 1px solid #BBB;
    border-bottom: 1px solid #BBB; }
    .sm15 .cp__checkbox.is-checked {
      position: absolute;
      left: 10px;
      top: 10px;
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #FFF;
      border: 1px solid #C8CBCC;
      background: url(../images/sm15/checkout-checkbox-checked.svg?ver=@VER) 0 0 no-repeat;
      background-size: 100%; }
  .sm15 .cp__title {
    margin: 0;
    font-size: 1em;
    font-weight: 300; }
  .sm15 .cp__link {
    display: inline-block;
    margin-bottom: 10px;
    color: #545454;
    font-size: .75em;
    font-weight: 300; }
    .sm15 .cp__link:link, .sm15 .cp__link:visited {
      color: #545454; }
  @media (min-width: 768px) {
    .sm15 .cp__r-a {
      float: right; } }
  .sm15 .cp__price {
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 0;
    font-weight: 300;
    vertical-align: top; }
    .sm15 .cp__price > span {
      display: block; }
      .sm15 .cp__price > span:first-child {
        color: #BF3852; }
      .sm15 .cp__price > span:last-child {
        font-size: .75em;
        color: #535353; }
  .sm15 .cp__tggl-btn {
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #0096D6;
    background: #0096D6;
    color: #FFF;
    font-size: .875em;
    font-weight: 300; }

.sm15 .cp.is-active .cp__tggl-btn {
  background: #FFF;
  color: #0096D6; }

/**
 * .accord-list;
 */
.sm15 .accord-list {
  margin-bottom: 10px;
  list-style: none; }

/**
 * .accord;
 */
.sm15 .accord__title {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 0;
  border: 1px solid #C8CBCC;
  padding: 10px 0 10px 40px;
  background: #F8F8F8; }
  .sm15 .accord__title:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #B9B9B9;
    border-radius: 50%; }
  .sm15 .accord__title:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #0096D6;
    border-radius: 50%;
    visibility: hidden; }
  .sm15 .accord__title > input {
    display: none; }
  .sm15 .accord__title > span {
    font-weight: 300;
    line-height: 2.1875em; }
    .sm15 .accord__title > span img {
      display: block; }

.sm15 .accord__body {
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  transition: max-height 0.48s, visibility 0.48s; }

.sm15 .accord__body-border {
  padding: 20px;
  border: 1px solid #C8CBCC;
  border-top: 0; }

.accord.is-open .accord__title:after {
  visibility: visible; }

.accord.is-open .accord__body {
  max-height: 1000px;
  visibility: visible; }
  @media (min-width: 768px) {
    .accord.is-open .accord__body {
      max-height: 600px; } }

/**
 * .c-list;
 */
.sm15 .c-list {
  margin-bottom: 10px;
  border: 1px solid #C8CBCC;
  list-style: none;
  max-height: 255px;
  overflow-y: scroll; }
  .sm15 .c-list__i:not(:last-child) {
    border-bottom: 1px solid #C8CBCC; }

.c-form__body {
  display: none; }
  .c-form__body--padded {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px; }

.c-form.is-open .c-form__body {
  display: block; }

/**
 * .c;
 */
.sm15 .c {
  position: relative;
  display: block;
  padding: 15px 15px 15px 115px;
  font-weight: 300;
  cursor: pointer; }
  .sm15 .c:hover {
    background: #F8F8F8; }
  .sm15 .c:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #B9B9B9;
    border-radius: 50%; }
  .sm15 .c:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #0096D6;
    border-radius: 50%;
    visibility: hidden; }
  .sm15 .c__thumb {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 40px;
    height: 35px;
    width: 55px;
    vertical-align: middle; }
  .sm15 .c__input {
    display: none; }
  .sm15 .c__expire--warning {
    color: #BF3853; }
  .sm15 .c.is-checked {
    background: #F8F8F8; }
    .sm15 .c.is-checked:after {
      visibility: visible; }

.sm15 .c-review__icon, .sm15 .c-review__name {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle; }

.sm15 .c-review__icon {
  margin-right: 10px; }

.sm15 .c-review__name {
  font-weight: 300; }

.sm15 .c-review__nr {
  font-weight: 300;
  font-size: .875em; }

/**
 * .login;
 */
.login__header {
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6; }
  @media (min-width: 768px) {
    .login__header {
      padding-bottom: 20px; } }

.login__body {
  padding-top: 30px; }

.login__footer {
  padding-top: 30px;
  border-top: 1px solid #E6E6E6; }

/**
 * .login-header;
 */
.sm15 .login-header {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 300; }

/**
 * .link;
 */
.sm15 .link {
  font-weight: 300; }
  .sm15 .link--block {
    display: inline-block;
    margin-bottom: 10px; }
  .sm15 .link--neutral {
    color: #525252; }
    .sm15 .link--neutral:link, .sm15 .link--neutral:visited {
      color: #525252; }
  .sm15 .link--sm {
    font-size: .875em; }
  .sm15 .link--arr-l, .sm15 .link--arr-r {
    display: inline-block; }
  .sm15 .link--arr-r:before {
    content: ">";
    display: inline-block;
    margin-right: 5px; }
  .sm15 .link--arr-r:hover:before {
    text-decoration: none; }
  .sm15 .link--arr-l:before {
    content: "<";
    display: inline-block;
    margin-right: 5px; }
  .sm15 .link--arr-l:hover:before {
    text-decoration: none; }

/**
 * .about-you;
 */
/**
 * .payment;
 */
.payment {
  padding-top: 10px; }

/**
 * .psg;
 */
.psg {
  padding-top: 10px; }

/**
 * .cvv-tooltip;
 */
.sm15 .cvv-tooltip {
  margin-top: 10px;
  margin-left: 2px; }
  .sm15 .cvv-tooltip__label {
    cursor: pointer;
    margin-left: 10px;
    font-weight: 300;
    color: #555; }
    .sm15 .cvv-tooltip__label:link, .sm15 .cvv-tooltip__label:visited {
      color: #555; }

/**
 * .review;
 */
.sm15 .review.is-hidden {
  display: none; }

.sm15 .review__header {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6; }
  @media (min-width: 768px) {
    .sm15 .review__header {
      padding-top: 10px;
      padding-bottom: 20px; } }

.sm15 .review__products {
  border-bottom: 1px solid #E6E6E6; }

.sm15 .review__details {
  padding-top: 30px;
  border-bottom: 1px solid #E6E6E6; }

.sm15 .review__invoice {
  padding-top: 30px;
  border-bottom: 1px solid #E6E6E6; }

.sm15 .review__legal {
  padding-top: 30px; }

.sm15 .review__sum {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6; }

.sm15 .review__b-cta {
  margin-bottom: 20px; }

/**
 * .review-title;
 */
.sm15 .review-title {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.25em; }

/**
 * .details;
 */
.sm15 .addr-details {
  margin-bottom: 30px; }
  .sm15 .addr-details__title {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 1.125em;
    font-weight: 300; }
  .sm15 .addr-details__edit-btn {
    padding: 0;
    border: 0;
    font-size: .875em;
    background: transparent;
    font-weight: 300;
    color: #0096D6;
    float: right; }
    @media (min-width: 768px) {
      .sm15 .addr-details__edit-btn {
        float: none; } }
  .sm15 .addr-details__name {
    clear: both;
    margin-bottom: 5px;
    font-size: 1.125em;
    font-weight: 300; }
  .sm15 .addr-details__address {
    margin-bottom: 5px;
    font-weight: 300; }
    .sm15 .addr-details__address > span {
      display: block; }
  .sm15 .addr-details__contact {
    margin-bottom: 5px; }

/**
 * .details-contact;
 */
.sm15 .addr-contact {
  margin-bottom: 5px;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .sm15 .addr-contact__label {
    margin-right: 5px; }

/**
 * .confirm;
 */
.sm15 .confirm__header {
  padding-top: 20px;
  padding-bottom: 10px;
  background: #FCFCFC;
  border-bottom: 1px solid #E6E6E6; }
  @media (min-width: 768px) {
    .sm15 .confirm__header {
      padding-top: 30px;
      padding-bottom: 20px; } }

.sm15 .confirm__order {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6; }

.sm15 .confirm__account {
  padding-top: 30px;
  border-bottom: 1px solid #E6E6E6; }

.sm15 .confirm__products {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6; }

.sm15 .confirm__details {
  padding-top: 30px; }

/**
 * .confirm-header;
 */
.sm15 .confirm-header {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 1.5em; }
  .sm15 .confirm-header span {
    color: #0096D6; }

/**
 * .order-details-list-center-wrap;
 */
.order-details-list-center-wrap {
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .order-details-list-center-wrap {
      display: block;
      text-align: center; } }

/**
 * .order-details-list;
 */
.sm15 .order-details-list {
  margin-bottom: 10px; }
  .sm15 .order-details-list__i {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .sm15 .order-details-list__i {
        margin-bottom: 0; } }
    .sm15 .order-details-list__i:last-child {
      margin-bottom: 0; }

@media (min-width: 768px) {
  .sm15 .order-details-list__i--sm-offset-0 {
    margin-left: 0%; }
  .sm15 .order-details-list__i--sm-1 {
    width: 33.33333%; }
  .sm15 .order-details-list__i--sm-offset-1 {
    margin-left: 33.33333%; }
  .sm15 .order-details-list__i--sm-2 {
    width: 66.66667%; }
  .sm15 .order-details-list__i--sm-offset-2 {
    margin-left: 66.66667%; }
  .sm15 .order-details-list__i--sm-3 {
    width: 100%; }
  .sm15 .order-details-list__i--sm-offset-3 {
    margin-left: 100%; }
  .sm15 .order-details-list__i--sm-1, .sm15 .order-details-list__i--sm-2, .sm15 .order-details-list__i--sm-3 {
    float: left; } }

/**
 * .order-detail;
 */
.sm15 .order-detail {
  position: relative;
  display: inline-block;
  padding-left: 60px; }
  .sm15 .order-detail__icon {
    position: absolute;
    width: 45px;
    top: 50%;
    left: 0;
    height: auto;
    transform: translateY(-50%); }
    .sm15 .order-detail__icon--notepad {
      stroke: #C8CBCC;
      fill: none; }
    .sm15 .order-detail__icon--calender {
      stroke: #C8CBCC;
      fill: none; }
    .sm15 .order-detail__icon--truck {
      fill: #C8CBCC; }
  .sm15 .order-detail__label, .sm15 .order-detail__value {
    display: block;
    font-size: 1.25em;
    font-weight: 300;
    text-align: left; }
  .sm15 .order-detail__value {
    color: #0096D6; }

/**
 * .order-id;
 */
.sm15 .order-id {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 300;
  padding-right: 27px; }
  @media (min-width: 768px) {
    .sm15 .order-id {
      text-align: center; } }
  .sm15 .order-id__label {
    color: #777; }
  .sm15 .order-id__help {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .sm15 .order-id__help {
        position: static;
        margin-left: 10px; } }

/**
 * .quote-header;
 */
.sm15 .quote-header {
  position: relative; }
  .sm15 .quote-header__to {
    margin-bottom: 10px;
    font-size: 1.125em; }
    @media (min-width: 992px) {
      .sm15 .quote-header__to {
        position: relative;
        margin-top: 7.5px;
        margin-bottom: 7.5px; }
        .sm15 .quote-header__to:after {
          content: "";
          position: absolute;
          top: 50%;
          right: -8px;
          width: 16px;
          height: 1px;
          background: #E2E2E2; }
        .sm15 .quote-header__to--warning:after {
          background: #BF3852; } }
  .sm15 .quote-header__dets {
    position: relative;
    margin-bottom: 10px; }
    .sm15 .quote-header__dets:before, .sm15 .quote-header__dets:after {
      content: "";
      position: absolute;
      top: 0;
      width: 10px;
      height: 100%;
      border-top: 1px solid #E2E2E2;
      border-bottom: 1px solid #E2E2E2; }
    .sm15 .quote-header__dets:before {
      left: 0;
      border-left: 1px solid #E2E2E2; }
    .sm15 .quote-header__dets:after {
      right: 0;
      border-right: 1px solid #E2E2E2; }
    .sm15 .quote-header__dets--warning:before, .sm15 .quote-header__dets--warning:after {
      border-top-color: #BF3852;
      border-bottom-color: #BF3852; }
    .sm15 .quote-header__dets--warning:before {
      border-left-color: #BF3852; }
    .sm15 .quote-header__dets--warning:after {
      border-right-color: #BF3852; }
  .sm15 .quote-header__tooltip {
    display: none;
    position: absolute;
    height: 20px;
    transform: translateY(-50%);
    left: 100%;
    top: 50%;
    margin-top: -5px;
    margin-left: 10px; }
    @media (min-width: 992px) {
      .sm15 .quote-header__tooltip.is-visible {
        display: block; } }

/**
 * .quote-dets;
 */
.sm15 .quote-dets {
  margin: 0;
  text-align: center; }
  .sm15 .quote-dets__label, .sm15 .quote-dets__value {
    display: block; }
  .sm15 .quote-dets__label {
    font-weight: 300;
    font-size: .75em; }
  .sm15 .quote-dets__val {
    font-size: 1.125em; }
    .sm15 .quote-dets__val--warning {
      color: #BF3852; }

/**
 * .expired-noti;
 */
.sm15 .expired-noti {
  margin-bottom: 10px; }
  .sm15 .expired-noti--t-a-r {
    text-align: right; }
  .sm15 .expired-noti__msg {
    margin: 0;
    font-size: 1.375em;
    color: #BF3852; }
  .sm15 .expired-noti__contact {
    margin: 0; }
    .sm15 .expired-noti__contact > a {
      display: inline-block;
      margin-left: 10px;
      color: #000; }
      .sm15 .expired-noti__contact > a:link, .sm15 .expired-noti__contact > a:visited {
        color: #000; }
      @media (min-width: 768px) {
        .sm15 .expired-noti__contact > a {
          margin-left: 10px; } }

/**
 * .out-of-stock;
 */
.sm15 .out-of-stock {
  color: #BF3852;
  font-weight: 400; }

/**
 * .continue-shopping-link;
 */
.sm15 .continue-shopping-link {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 300;
  color: #525252; }
  .sm15 .continue-shopping-link:link, .sm15 .continue-shopping-link:visited {
    color: #525252; }
  .sm15 .continue-shopping-link:before {
    content: "<";
    display: inline-block;
    margin-right: 5px; }
  .sm15 .continue-shopping-link:hover:before {
    text-decoration: none; }

/**
 * .page-over;
 */
.page-over {
  display: none;
  position: fixed;
  left: 0;
  top: 100%;
  height: calc(100% - 91px);
  width: 100%;
  background: #FFF;
  z-index: 4;
  transition: top 1s;
  overflow-x: scroll; }
  .page-over.is-start-anim {
    display: block; }
  .page-over.is-visible {
    top: 91px; }

/**
 * .page-over-close-btn;
 */
.page-over-close-btn {
  position: relative;
  margin-bottom: 10px;
  border: 0;
  padding: 0;
  width: 100%;
  background: transparent;
  font-weight: 300;
  text-align: left; }
  .page-over-close-btn:focus {
    outline: 0; }
  .page-over-close-btn > svg {
    stroke: #000;
    fill: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .page-over-close-btn:hover > svg {
    stroke: #0096D6;
    fill: #0096D6; }

/**
 * .legal;
 */
.sm15 .legal__opt {
  display: none; }
  .sm15 .legal__opt.is-active {
    display: block; }

.sm15 .legal__header {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6; }
  @media (min-width: 768px) {
    .sm15 .legal__header {
      padding-top: 30px;
      padding-bottom: 20px; } }

.sm15 .legal__body {
  padding-top: 30px;
  padding-bottom: 20px; }

.sm15 .legal__form {
  padding-top: 30px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6; }
  @media (min-width: 768px) {
    .sm15 .legal__form {
      border-bottom: 0; } }

.sm15 .legal__footer {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6; }
  @media (min-width: 768px) {
    .sm15 .legal__footer {
      display: none;
      padding-top: 30px;
      padding-bottom: 20px; } }

/**
 * .leg-over-header;
 */
.sm15 .legal-header {
  position: relative; }
  .sm15 .legal-header__title {
    margin-bottom: 10px;
    font-size: 1.25em;
    font-weight: 300; }
  .sm15 .legal-header__close {
    position: absolute;
    right: 0;
    top: 50%;
    border: 0;
    padding: 0;
    background: transparent;
    transform: translateY(-50%); }
    .sm15 .legal-header__close > svg {
      stroke: #000;
      fill: #000; }
    .sm15 .legal-header__close:hover > svg {
      stroke: #0096D6;
      fill: #0096D6; }
    .sm15 .legal-header__close:focus {
      outline: 0; }

/**
 * .legal-body;
 */
.sm15 .legal-body h1,
.sm15 .legal-body h2,
.sm15 .legal-body h3,
.sm15 .legal-body h4,
.sm15 .legal-body h5,
.sm15 .legal-body h6,
.sm15 .legal-body p {
  margin-bottom: 10px;
  font-size: .875em; }

.sm15 .legal-body h1,
.sm15 .legal-body h2,
.sm15 .legal-body h3,
.sm15 .legal-body h4,
.sm15 .legal-body h5,
.sm15 .legal-body h6 {
  font-size: .875em;
  font-weight: 400; }

.sm15 .legal-body p {
  font-weight: 300; }

.sm15 .legal-body b {
  font-weight: 400; }

.sm15 .legal-body em {
  font-style: italic; }

/**
 * .addr-page;
 */
.addr-page__header {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6; }
  @media (min-width: 768px) {
    .addr-page__header {
      padding-top: 30px;
      padding-bottom: 20px; } }

.addr-page__body {
  padding-top: 30px;
  border-bottom: 1px solid #E6E6E6; }

.addr-page__footer {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6; }
  @media (min-width: 768px) {
    .addr-page__footer {
      display: none;
      padding-top: 30px;
      padding-bottom: 20px; } }

/**
 * .addr-page-header;
 */
.sm15 .addr-page-header {
  position: relative; }
  .sm15 .addr-page-header__title {
    margin-bottom: 10px;
    font-size: 1.25em;
    font-weight: 300; }
  .sm15 .addr-page-header__close {
    position: absolute;
    right: 0;
    top: 50%;
    border: 0;
    padding: 0;
    background: transparent;
    transform: translateY(-50%); }
    .sm15 .addr-page-header__close > svg {
      stroke: #000;
      fill: #000; }
    .sm15 .addr-page-header__close:hover > svg {
      stroke: #0096D6;
      fill: #0096D6; }
    .sm15 .addr-page-header__close:focus {
      outline: 0; }

/**
 * .info-page;
 */
.info-page__header {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6; }
  @media (min-width: 768px) {
    .info-page__header {
      padding-top: 30px;
      padding-bottom: 20px; } }

.info-page__body {
  padding-top: 30px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px; }
  .info-page__body * {
    margin-bottom: 10px;
    font-weight: 300; }
  .info-page__body ul,
  .info-page__body ol {
    padding-left: 20px; }
  .info-page__body ul {
    list-style: disc; }
  .info-page__body ol {
    list-style: decimal; }

.info-page__footer {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6; }
  @media (min-width: 768px) {
    .info-page__footer {
      display: none;
      padding-top: 30px;
      padding-bottom: 20px; } }

/**
 * .info-page-header;
 */
.sm15 .info-page-header {
  position: relative; }
  .sm15 .info-page-header__title {
    margin-bottom: 10px;
    font-size: 1.25em;
    font-weight: 300; }
  .sm15 .info-page-header__close {
    position: absolute;
    right: 0;
    top: 50%;
    border: 0;
    padding: 0;
    background: transparent;
    transform: translateY(-50%); }
    .sm15 .info-page-header__close > svg {
      stroke: #000;
      fill: #000; }
    .sm15 .info-page-header__close:hover > svg {
      stroke: #0096D6;
      fill: #0096D6; }
    .sm15 .info-page-header__close:focus {
      outline: 0; }

/**
 * .popup-over;
 */
.sm15 .popup-over {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #FFF;
  width: calc(100% - 20px);
  max-width: 750px;
  z-index: 20; }
  .sm15 .popup-over--narrow {
    max-width: 375px; }
  .sm15 .popup-over.is-active {
    display: block; }
  .sm15 .popup-over__close {
    position: absolute;
    right: 0;
    bottom: 100%;
    border: 0;
    padding: 10px 10px 0;
    background: #FFF; }
    .sm15 .popup-over__close:focus {
      outline: 0; }
    .sm15 .popup-over__close > svg {
      stroke: #000;
      fill: #000; }
    .sm15 .popup-over__close:hover > svg {
      stroke: #0096D6;
      fill: #0096D6; }

/**
 * .popup-over-bg;
 */
.popup-over-bg {
  content: "";
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 10;
  transition: visibility 0.48s, opacity 0.48s; }
  .popup-over-bg.is-active {
    opacity: .5;
    visibility: visible; }

/**
 * .impulse;
 */
.sm15 .impulse {
  position: relative;
  overflow: hidden; }
  .sm15 .impulse__banner {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 5px 20px;
    background: #FAE147;
    font-size: .875em; }
  .sm15 .impulse__offer {
    border-bottom: 1px solid #BBB;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .sm15 .impulse__offer {
        border-bottom: 0;
        padding-left: 80px;
        padding-right: 80px; }
        .sm15 .impulse__offer:after {
          content: "";
          position: absolute;
          left: 50%;
          top: 0;
          width: 1px;
          height: 100%;
          background: #BBB; } }
  .sm15 .impulse__msg {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%; }
    @media (min-width: 768px) {
      .sm15 .impulse__msg {
        padding-left: 40px;
        padding-right: 40px; } }
    .sm15 .impulse__msg:before, .sm15 .impulse__msg:after {
      content: "";
      position: absolute;
      left: calc(50% - 1px);
      width: 3px;
      height: 40px;
      background: #FFF;
      z-index: 1; }
    .sm15 .impulse__msg:before {
      top: 0; }
    .sm15 .impulse__msg:after {
      bottom: 0; }

/**
 * .offer;
 */
.sm15 .offer__title {
  margin-bottom: 10px;
  font-size: 1.375em;
  font-weight: 400;
  text-align: center; }

.sm15 .offer__thumb {
  display: block;
  margin: 0 auto 10px;
  max-width: 160px; }

.sm15 .offer__prod-title {
  margin-bottom: 10px;
  color: #444;
  font-size: .875em; }

.sm15 .offer__price {
  margin-bottom: 10px; }

/**
 * .offer-price;
 */
.sm15 .offer-price {
  margin-bottom: 10px;
  font-weight: 300; }
  .sm15 .offer-price__was, .sm15 .offer-price__new {
    margin: 0; }
  .sm15 .offer-price__was {
    margin: 0;
    font-size: .75em;
    color: #777;
    text-decoration: line-through; }
  .sm15 .offer-price__price, .sm15 .offer-price__vat {
    display: block; }
  .sm15 .offer-price__price {
    font-size: 1.125em;
    color: #BF3852; }
  .sm15 .offer-price__vat {
    font-size: .625em;
    color: #777; }

/**
 * .skip-msg;
 */
.sm15 .skip-msg {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .sm15 .skip-msg__title {
    margin-bottom: 20px;
    font-size: 1.375em;
    font-weight: 400;
    text-align: center; }
    @media (min-width: 768px) {
      .sm15 .skip-msg__title {
        margin-bottom: 10px; } }
  .sm15 .skip-msg__lede {
    margin-bottom: 20px;
    font-size: .875em;
    color: #444;
    font-weight: 300;
    text-align: center; }
    @media (min-width: 768px) {
      .sm15 .skip-msg__lede {
        margin-bottom: 10px; } }
  .sm15 .skip-msg__price {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .sm15 .skip-msg__price {
        margin-bottom: 10px; } }

/**
 * .skip-msg-price;
 */
.sm15 .skip-msg-price {
  margin: 0;
  text-align: center; }
  .sm15 .skip-msg-price__label {
    font-size: 1.375em; }
  .sm15 .skip-msg-price__price {
    position: relative; }
    .sm15 .skip-msg-price__price > span:first-child {
      color: #BF3852;
      font-size: 1.375em; }
    .sm15 .skip-msg-price__price > span:last-child {
      position: absolute;
      right: 0;
      top: 100%;
      font-size: .75em;
      color: #777; }
  .sm15 .skip-msg-price__size {
    display: block;
    text-align: center;
    font-size: .875em; }

/**
 * .skip-msg-price;
 */
.sm15 .skip-msg-price {
  margin: 0;
  text-align: center; }
  .sm15 .skip-msg-price__label {
    font-size: 1.375em; }
  .sm15 .skip-msg-price__price {
    position: relative; }
    .sm15 .skip-msg-price__price > span:first-child {
      color: #BF3852;
      font-size: 1.375em; }
    .sm15 .skip-msg-price__price > span:last-child {
      position: absolute;
      right: 0;
      top: 100%;
      font-size: .75em;
      color: #777; }
  .sm15 .skip-msg-price__size {
    display: block;
    text-align: center;
    font-size: .875em; }

/**
 * .accs;
 */
.sm15 .accs {
  overflow: hidden;
  position: relative; }
  .sm15 .accs__scroll-btn {
    visibility: hidden;
    position: absolute;
    top: 87.5px;
    padding: 5px;
    border: 0;
    width: 30px;
    height: 50px;
    font: 0/0 a;
    background: #FFF; }
    .sm15 .accs__scroll-btn--l:before, .sm15 .accs__scroll-btn--l:after, .sm15 .accs__scroll-btn--r:before, .sm15 .accs__scroll-btn--r:after {
      content: "";
      position: absolute;
      top: 5px; }
    .sm15 .accs__scroll-btn--l {
      left: 5px; }
      .sm15 .accs__scroll-btn--l:before {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #BBB;
        left: 5px; }
      .sm15 .accs__scroll-btn--l:after {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #FFF;
        left: 8px; }
    .sm15 .accs__scroll-btn--r {
      right: 5px; }
      .sm15 .accs__scroll-btn--r:before {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #BBB;
        right: 5px; }
      .sm15 .accs__scroll-btn--r:after {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #FFF;
        right: 8px; }

.sm15 .accs.is-scroll .accs__scroll-btn {
  visibility: visible; }

/**
 * .acc-list;
 */
.sm15 .acc-list {
  margin: 0;
  overflow-x: scroll;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .sm15 .acc-list {
      overflow: auto; } }
  .sm15 .acc-list > li {
    position: relative;
    width: 100%;
    white-space: normal;
    display: inline-block;
    padding: 0 20px;
    vertical-align: top; }
    @media (min-width: 768px) {
      .sm15 .acc-list > li {
        width: 33%; } }
    .sm15 .acc-list > li:not(:last-child):after {
      content: "";
      position: absolute;
      right: -1px;
      top: 0;
      width: 1px;
      height: 100%;
      background: #BBB; }

/**
 * .accessory;
 */
.sm15 .acc {
  position: relative;
  padding-top: 30px; }
  .sm15 .acc__banner {
    position: absolute;
    top: 0; }
    .sm15 .acc__banner--l {
      left: 0; }
    .sm15 .acc__banner--r {
      right: 0; }
  .sm15 .acc__thumb {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 160px; }
  .sm15 .acc__title {
    overflow: hidden;
    margin-bottom: 10px;
    height: 34px;
    font-size: .875em;
    font-weight: 300;
    color: #444; }
  .sm15 .acc__price {
    margin-bottom: 10px; }

/**
 * .acc-price;
 */
.sm15 .acc-price {
  font-weight: 300; }
  .sm15 .acc-price__was {
    color: #777;
    font-size: .75em;
    text-decoration: line-through; }
  .sm15 .acc-price__now {
    color: #BF3852;
    font-size: 1.125em; }
  .sm15 .acc-price__vat {
    color: #777;
    font-size: .625em; }

/**
 * .acc-banner;
 */
.sm15 .acc-banner {
  margin: 0;
  padding: 5px 20px;
  font-size: .875em; }
  .sm15 .acc-banner--a {
    background: #FAE147; }
  .sm15 .acc-banner--b {
    background: #822980;
    color: #FFF; }

/**
 * .quote-intro;
 */
.sm15 .quote-in {
  position: relative; }
  .sm15 .quote-in__dets {
    padding: 20px 20px 10px;
    border-bottom: 1px solid #BBB; }
    @media (min-width: 768px) {
      .sm15 .quote-in__dets {
        border-bottom: 0;
        padding-left: 40px;
        padding-right: 40px; }
        .sm15 .quote-in__dets:after {
          content: "";
          position: absolute;
          left: 50%;
          top: 0;
          width: 1px;
          height: 100%;
          background: #BBB; } }
  .sm15 .quote-in__sup {
    padding: 20px 20px 10px;
    height: 100%; }

/**
 * .quote-in-dets;
 */
.sm15 .quote-in-dets__title {
  margin-bottom: 10px;
  font-size: 1.375em;
  text-align: center; }
  .sm15 .quote-in-dets__title > span {
    display: block; }

.sm15 .quote-in-dets__list {
  margin-bottom: 10px;
  border: 1px solid #0096D6;
  padding: 20px 20px 10px; }
  .sm15 .quote-in-dets__list--neutral {
    border-color: #555; }
  .sm15 .quote-in-dets__list--warning {
    border-color: #BF3852; }

/**
 * .quote-in-detail;
 */
.sm15 .quote-in-detail {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 300; }
  .sm15 .quote-in-detail__label, .sm15 .quote-in-detail__val, .sm15 .quote-in-detail__disclaimer {
    display: block; }
  .sm15 .quote-in-detail__label {
    font-size: .75em; }
  .sm15 .quote-in-detail__val {
    font-size: 1.5em; }
  .sm15 .quote-in-detail__disclaimer {
    font-size: .75em; }

.sm15 .quote-in-detail--warning .quote-in-detail__label,
.sm15 .quote-in-detail--warning .quote-in-detail__val {
  color: #BF3852; }

/**
 * .quote-in-sup;
 */
.sm15 .quote-in-sup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .sm15 .quote-in-sup__title {
    margin-bottom: 10px;
    font-size: 1.375em;
    text-align: center; }
    .sm15 .quote-in-sup__title > span {
      display: block; }
      .sm15 .quote-in-sup__title > span:first-child {
        color: #0096D6; }
    .sm15 .quote-in-sup__title--warning > span:first-child {
      color: #BF3852; }
  .sm15 .quote-in-sup__msg {
    margin-bottom: 10px;
    font-weight: 300;
    color: #444; }
  .sm15 .quote-in-sup__contact {
    margin-bottom: 10px;
    text-align: center; }
    .sm15 .quote-in-sup__contact > span {
      display: block;
      font-size: .75em;
      font-weight: 300; }
    .sm15 .quote-in-sup__contact > a:link, .sm15 .quote-in-sup__contact > a:visited {
      color: #000;
      font-size: 1.375em; }

.quote-form__header {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  border-bottom: 1px solid #BBB;
  background: #F8F8F8; }

.quote-form__body {
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .quote-form__body--seperator:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 1px;
      height: 100%;
      background: #BBB; } }

.quote-form__footer {
  overflow: hidden;
  border-top: 1px solid #BBB;
  padding: 20px; }

.sm15 .quote-form-header {
  margin-bottom: 20px;
  text-align: center; }
  .sm15 .quote-form-header__title {
    font-size: 1.375em;
    font-weight: 400;
    margin-bottom: 10px; }
  .sm15 .quote-form-header__lede {
    font-size: 1.125em;
    font-weight: 300; }

.quote-form-body {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px; }

.sm15 .copy-quote-address {
  margin-bottom: 20px; }
  .sm15 .copy-quote-address__title {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 1.125em; }

.delete-quote {
  padding: 30px 40px 40px;
  text-align: center; }

.email-quote-textarea {
  height: 186px; }

/**
 * .fixed;
 */
.fixed__scroll {
  width: 100%; }
  .fixed__scroll--l0 {
    left: 0; }
  .fixed__scroll--r0 {
    right: 0; }
  .fixed__scroll--t0 {
    top: 0; }
  .fixed__scroll--b0 {
    bottom: 0; }
  .fixed__scroll.is-fixed {
    position: fixed;
    z-index: 1; }
    .fixed__scroll.is-fixed.fixed__scroll--b0 {
      bottom: -10px; }

/**
 * Vendor;
 * Stylesheets required by plugins etc.
 */
/**
 * Trumps;
 * High-specificity selectors, overrides and helper classes.
 */
@media (max-width: 768px) {
  .radio-btn.is-checked .boxtip__i {
    color: #FFF;
    border-color: #FFF; } }

.accord-list li:not(:first-child) .accord__title {
  border-top: 0; }

.sm15 .accord .c-list {
  margin-bottom: 0;
  border-top: 0; }

.sm15 .accord .c {
  padding-left: 125px; }
  .sm15 .accord .c:before, .sm15 .accord .c:after {
    margin-left: 10px; }
  .sm15 .accord .c__thumb {
    margin-left: 10px; }

.sm15 .quote-header__tooltip .boxtip__i {
  border-color: #BF3852;
  color: #BF3852; }

.sm15 .fixed__scroll.is-fixed .block-btn {
  padding-top: 20px;
  padding-bottom: 20px; }
